[roll] Roll fuchsia [gpio] Specify logger explicitly

There are instances where multiple gpio drivers are loaded
within the same driver host. We need to specify the logger as the
global logger will not necessarily be the correct logger and can be
nullptr when one instance of the driver is destroyed but the other
isn't.

Original-Bug: 479919920
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1489659
Original-Revision: 0ca67b5fa14501d331f984e41216500f4c32f047
GitOrigin-RevId: 8bbe28d195631b407f4d378ba82ac09b43ea1755
Change-Id: I0375ebe9d69697c1af308753aad744a094e390f6
1 file changed
tree: 01d442d952933724c85a24d16be07b645256a1ce
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.