[roll] Roll fuchsia [clkctl][aml-clk] Implement enable/disable via clkctl

For diagnostic and debugging purposes it's sometimes useful to be able
to enable and disable clocks from the command line.

This patch adds an enable/disable interface to the clock-impl interface
and adds functionality to clkctl to manipulate that interface.

Original-Bug: 85139
Test: Started up a peripheral and disabled its clock. Observed that
the peripheral stopped sending data. Enabled the clock again and
observed that the peripheral started working again.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/586709
Original-Revision: 7ded68be2e5d92cef7b547cec8235b66c60e2908
GitOrigin-RevId: b4385dcfef16fc0b732864e90c42ef62e5bda4a1
Change-Id: Ibd5ee4d123deb33f0f79873ba9ead866cc22c3f3
1 file changed
tree: 1e9da243f0642314ea8abf43b77656b15856fd3f
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.