[roll] Roll fuchsia [spi] Add VMO registration to SPI protocol

SPI transfers are currently limited to 4096 bytes by the fragment proxy
driver. To allow for larger transfers, and to eventually enable DMA,
this change adds a methods to the SPI protocol that allows VMOs to be
used instead of Banjo vectors.

This change also adds a method to register a channel for making FIDL
calls using the SPI protocol. The fuchsia.hardware.banjo protocol can
be deprecated as soon as all drivers and clients have been moved to the
FIDL protocol.

Original-Bug: 67570
Test: Built all SPI drivers and tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/470337
Original-Revision: 4a809c65b09de2767e2e6b3942ed4e479c371e35
GitOrigin-RevId: 011377ac93589e4b61d84209e30bdec231c7a49a
Change-Id: I3c47cd7219522e55bd556b802f0bb03c3b76b201
1 file changed
tree: 15cb3e942a81f20421f117af1ac0185f79b3c0b8
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.