[roll] Roll fuchsia [amlogic][gpio] Convert aml-gpio to DFv2

Convert aml-gpio to DFv2. This is in preparation for removing sync calls
so that the driver dispatcher will allow gpioimpl calls to be inlined.

The driver class is made partially abstract to allow tests to provide
fdf::MmioBuffers backed by a mock implementation. The test cases for
different PIDs has also been parameterized so that only one test fixture
class is needed.

Original-Fixed: b/301005168
Original-Bug: b/315373080
Multiply: aml-gpio-test
Cq-Include-Trybots: luci.turquoise.global.try:bringup.astro-debug,bringup.nelson-debug,bringup.sherlock-debug;luci.fuchsia.try:bringup.vim3-debug
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/987636
Original-Revision: 78975d8ec27b56d467c15544b59e24aa7f85f8c1
GitOrigin-RevId: 1f65e957c8e3f414ff58c40351542ad239855219
Change-Id: I923c8b60e5af09cdbf6883986d0d0c8d4340eaee
1 file changed
tree: 15d4578c2b26538b7b8d77eecee00d596e2d4ced
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.