[roll] Roll fuchsia [spi][core] Make SPI FIDL -> spiimpl FIDL requests async

This change makes the SPI core driver handle requests asynchronously
when the SPI client and spiimpl server are both using FIDL. An upcoming
change will spawn a new dispatcher for serving SPI FIDL requests, and
switching to async will allow gpioimpl calls made from that dispatcher
to be inlined.

Original-Bug: b/315373080
Test: CQ
Multiply: fuchsia-pkg://fuchsia.com/spi-test#meta/spi-test.cm
Cq-Include-Trybots: luci.turquoise.global.try:bringup.nelson-debug,bringup.sherlock-debug
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/979211
Original-Revision: b313e8c5d4cdb244addc7fdaebab6516e0513f8f
GitOrigin-RevId: 39bdcf44f2783133e286d0d79350072365c4199d
Change-Id: I8664cdadb7402dcdd1ec4a27de1ff11fb4077e08
1 file changed
tree: 6bd79032bf74deae83c1d7d955c01f9d482f9c70
  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.