[roll] Roll fuchsia [aml-spi] Use 64-bit words for SPI transfers when possible

This allows the driver to transfer 128 bytes at a time instead of 16.
Also work around an apparent issue with the TX FIFO that causes
corruption when transferring an odd number of bytes and then using
64-bit words in a subsequent transfer.

Original-Bug: 74692
Test: Enabled tracing in the Selina driver, saw that burst receive time
      and CPU usage were each cut almost in half.
Test: ot-radio driver initialized on Sherlock.
Test: fx test aml-spi-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/515709
Original-Revision: 84cd8c1850927c474b1ca153817a99c49aa88aae
GitOrigin-RevId: cec8fdf8cddbfc0f8daae9f1356009d5aaab8cee
Change-Id: Ifb919a688de51e153782f2431a4b1e7ebc1f3a9e
1 file changed
tree: 5e59b99ff4e8c4e333190c43e9ef99185768d383
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.