[roll] Roll fuchsia [sdk][fidl][gpio] Define WAKEABLE interrupt option.

Previously we passed through the ZX_INTERRUPT_WAKE_VECTOR kernel flag
to syscalls, but this didn't work for all pinimpl drivers. For
example, some pinimpl drivers demux the wakeable interrupt to virtual
interrupts, where the kernel flag should not be passed through.

This change defines a bit "WAKEABLE" which is not tied to the kernel
flag. An interrupt is "WAKEABLE" if it can wakes up the system if the
system is suspended.

Original-Bug: 361851116
Original-Bug: 380120239
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1240887
Original-Revision: c23ef38214e2c3c7ad39e1e7ed1c0014725ac516
GitOrigin-RevId: e86b6a031139c9deb69965ac35c126e8251c0062
Change-Id: Ie0404e52b619e8fbe5347a53ef02cc34ae5b10c3
1 file changed
tree: 565120846b53d76647dfd98d7818fccf11300ce7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.