[roll] Roll fuchsia [hrtimer][vim3] Fix lease management

jmatt@ noticed that this driver was not managing the power element
in order to get the lease satisfied. In this CL we add RequiredLevel
and CurrentLevel support to get the state of the level updated, and
we monitor the lease status before considering the lease granted.

Previous testing of lease management did not reveal this problem
because an unsatisfied lease also prevents suspension but does not
guarantees it as is the intent of this driver.

Original-Fixed: 341701622
Test: fx test -o aml-hrtimer-test
Test: hrtimer-ctl --id 0 --keep_alive 30 --wait 0 prevents suspension
      triggerd via adb shell "echo mem > /sys/power/state" for 30 seconds
      (works without this change, checking that it still works)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1051034
Original-Revision: 2470982e2430fa4c0f45efa286a8cfe72f39981a
GitOrigin-RevId: 76aef74db88b6249955a6b73d1c0af528c6ea64d
Change-Id: I881eb3707863fcfead044f3a00079e7ca05c8e50
1 file changed
tree: 9f1da834ae9a8550eb6c8930bfe7ecf7aaee4f4e
  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.