[roll] Roll fuchsia [sdmmc] Refactoring: Revert recursive calls and prioritize FIDL reqs.

This CL does two things:
1. Refactor SdmmcDevice::SdmmcIoRequestWithRetries() to avoid
   unnecessary recursive calling.
2. In the fast read/write path, instead of forming Banjo requests
   and later translating them to FIDL, start with FIDL requests
   and later translate them to Banjo if needed.

Original-Bug: b/42084501
Test: fx test sdmmc-block-test, fx test sdmmc-block-fidl-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/983454
Original-Revision: dbeaadb01b8cc025ed1bf13c30435828827c7562
GitOrigin-RevId: 7313bed5e906f51b3b659b800ea1ee64609fea6e
Change-Id: I5d2212192b806ec8b65600ddda2d2f9dbe07f421
1 file changed
tree: 1f3df9b58ebb023b048a42377256d82701a294e2
  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.