[roll] Roll fuchsia [hrtimer] Add power aware APIs

Adds a StartAndWait() method to the FIDL API that provides timer
expiration notification. This method returns a LeaseControl channel
which allows a driver to notify timer expirations including a lease
that prevents system suspension.

Also mark supports_event as optional for consistency with the new
supports_wait flag such that any non-present supports_ flags
indicate not supported.

Original-Bug: b/328519066

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1010221
Original-Revision: c241242fc8aa34662d9d5d419cd402e977202db2
GitOrigin-RevId: b57c2f8a2b426b565aae4d02c891bf80a1328959
Change-Id: I18769fa4c80dae02d748adeb9817749dd2e7aa99
1 file changed
tree: 5fa13f213b7d5b4bae812463efc44a6090a67b19
  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 via the IRC channel #fuchsia on Freenode.

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.