[roll] Roll fuchsia [gpio][core] Add instances for fuchsia.hardware.gpio connections

Serve fuchsia.hardware.gpio connections from individual instances of a
driver class. This will allow the core driver to automatically release
interrupts when clients disconnect, and to enforce the new restrictions
on GetInterrupt() and ConfigureInterrupt(). These will be added in a
separate change.

Original-Bug: 42082459
Mutliply: fuchsia-pkg://fuchsia.com/gpio-test#meta/gpio-test.cm
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1113875
Original-Revision: c3ede756f157c1a72cbd4f25f9ee995af41c61b1
GitOrigin-RevId: 307d8711b283607eea9ff0cfdc8d75c595187389
Change-Id: I9d2342281bc8efa4e12f7746848c5a41c0df89b2
1 file changed
tree: 12c3b11a78ee8e96faa745ee42718527dd31cccb
  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.