[roll] Roll fuchsia [amlogic][spi] Make requests async and remove allow_sync_calls

Make the remaining FIDL calls async and remove allow_sync_calls. This
involves adding a request queue for spiimpl requests that are received
while an async call to registers or GPIO is pending. If no call is
pending, spiimpl requests are handled immediately instead of being
pushed to the queue.

Also, update the tests to only use the foreground dispatcher now that
all calls are async.

Original-Bug: b/315373080
Multiply: aml-spi-test
Cq-Include-Trybots: luci.turquoise.global.try:bringup.nelson-debug,bringup.sherlock-debug
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/992876
Original-Revision: 312c291c99126b810ce91cbb428aa2ae0141ee40
GitOrigin-RevId: 6eab263abd8b28b01083c872148344f901afcc84
Change-Id: Ib21a721705dc3319a80d9f1640458124adf66192
1 file changed
tree: 16e07065c0be3258fc87f6e3fc13fc12311f63a3
  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.