[roll] Roll fuchsia [sdk][driver] `Suspendable` element support

Add support for using power elements in the
`fdf_power::Suspendable` mix-in. `Suspendable` continues to
support using the `SuspendBlocker` protocol, but gives right of
first refusal to using a `fuchsia.power.broker/ElementRunner`
channel.

`Suspend` and `Resume` callbacks on the
driver are triggered by `ElementRunner.SetLevel` callbacks.
`Suspend` and `Resume` are triggered by `SetLevel` calls for 1
and 0, respectively.

Original-Bug: 454169735
Original-Fixed: 476495973

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1408244
Original-Revision: 640ae466350f23aca5735bcae559d2138ddcf049
GitOrigin-RevId: d7e4c8ec66bba83021f5ba676058716acd68e65c
Change-Id: Idc8a7371b1498fa7b349792f6d7479e9721498d8
1 file changed
tree: 07f11f1fe1f17da889f8e06d7592e12a52cfbd7c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.