[roll] Roll fuchsia Revert "[driver][power] Acquire lease to honor timeout"

This reverts commit 85a9bb7b6bb83c18430c032cf73f28b4e31cf7b1.

Reason for revert: Exposes improper suspends as deadlocks.

Original change's description:
> [driver][power] Acquire lease to honor timeout
>
> Make sure the system stays awake until we reach the timeout asked
> for by the client, but be lazy about acquiring a wake lease. We
> may obtain a wake lease when we are informed the system is
> suspending instead of when the client calls `HandleInterrupt`.
>
> Previously, if the system was resumed we didn't obtain a wake
> lease. If the system started suspension later, before the
> requested timeout, we would not stop it.
>
> Change-Id: Id0b45421d42f8cf657597bbe037372c716c42970
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1173498
> Reviewed-by: Andres Oportus <andresoportus@google.com>
> Commit-Queue: Justin Mattson <jmatt@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1186514
Original-Revision: e9ccdb4beb88b1f138122ae999390753e5b37cd9
GitOrigin-RevId: f53c8b85604403357b1d857a7ca8a62f5e9fdea8
Change-Id: Id8712ff4a9c9bf5b9ce3c7fda5a897a5e953231c
1 file changed
tree: f38ab45f01799b93043637fcaac5ee4eac25d5ee
  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.