[roll] Roll fuchsia [aml-uart] Use a single dispatcher

Rather than have separate dispatchers for the wake lease time, fidl, and
interrupts, they were all changed to use the default dispatcher instead.
This allows us to simplify code and remove locks.

Additionally, the manual wake lease acquisition code was changes to use
the fdf_power::WakeLease class. As a result the ability to inject and
modulate a timer was lost. That said, it is still possible to simply
wait out the timer in order to correctly test the functionality as the
timeout value is fairly small it's not a big deal. Some coverage was lost, and
while it could be recovered by injecting inspect and observing the inspect
values, that would really just be testing the WakeLease class and isn't
worthwhile.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1164953
Original-Revision: 54dbe9772a14bb87b8afd9440fc8e9b52536d921
GitOrigin-RevId: efc51ba8ac67c9d4491bb971b1f495a3945e8949
Change-Id: Ie8ccc271518046ecbf39b633a25fefc33f6030c1
1 file changed
tree: cdadbf8e344d82b5ea1b32a2d80653563d45b212
  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.