[roll] Roll fuchsia [sdio][fidl] Add a driver transport version of the SDIO FIDL protocol

Add a driver transport FIDL protocol for SDIO that just composes the
Zircon transport version, which will allow the core driver to support
both transport types. For now the plan is to offer them both
simultaneously and let clients decide which one to use, but in the
future driver transport may only be offered under certain conditions.

Adding a driver transport option allows brcmfmac to switch to FIDL while
maintaining a similar level of performance as it had on Banjo. brcmfmac
is currently the only SDIO driver client.

Original-Bug: 333726427
Test: CQ
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1043975
Original-Revision: 1868ddcf447be21ea687a10776a17548925a81ac
GitOrigin-RevId: 5b6e92785595556f3c542228df4cf5dd8a63ea77
Change-Id: I2f242827e5a508e226613b595569a538ca33e37e
1 file changed
tree: 001fec3288d5afe1b82e3c223079b0e9409d9c7c
  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 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.