[roll] Roll fuchsia [drivers][power] Add support library

Add the initial version of support library to help drivers use
the power framework. The library creates a simple path for
drivers to get their power configuration as provided by the
board driver, translate this into power framework types, and add
their power element(s) to the power broker's topology.

Future work might handle serving element access tokens to child
drivers and/or make it easier for drivers to work with the power
framework APIs used for element management and control.

Original-Bug: 42083491
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/987383
Original-Revision: 384f3be170711cf766b9d1a49d2776a872f6ad76
GitOrigin-RevId: c02f523c7f9edb6e159b52d81b98791a6fe5e453
Change-Id: I12a1883085ebaa4a435414093225bc5d2fb98455
1 file changed
tree: ea106d28cf183be751acdc026eb42289f591414b
  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.