[roll] Roll fuchsia [spi][core] Move bus ID field into top-level metadata table

This change moves the SPI bus ID field into the top-level metadata table
instead of having it in every channel entry. This avoids having to pass
the bus ID from spiimpl drivers to SPI core via private metadata, and
SPI core doesn't support multiple buses anyway.

Test: CQ
Cq-Include-Trybots: luci.turquoise.global.try:bringup.nelson-debug,bringup.sherlock-debug
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/975774
Original-Revision: fdefc55df891f8296a52539145bdea5cf018cf71
GitOrigin-RevId: 01a7f9581c96664736df8e2f66e104627fb44691
Change-Id: Ie72cc6f4bd8cb7ed9a5fa1f1b479374299ba94d1
1 file changed
tree: 46bdb0a4e278e41d1f06c6db62a5534c89fb41e8
  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.