[roll] Roll fuchsia [block][sdhci] Refactor PendingRequest

Move PendingRequest into an optional. This will be helpful when buffered
IO is implemented, as it enables the lifetime of an fzl::VmoMapper to be
tied to the PendingRequest object.

Also simplify the PendingRequest status fields somewhat, and use them to
enforce the expected interrupt order (i.e. it is acceptable for the
command and transfer complete interrupts to be received at the same
time, but not for the latter to be received before the former).

Test: sdhci-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1048376
Original-Revision: 7d483ea6264adffdd24cdb17f6807fd8eef0e32d
GitOrigin-RevId: 9407c2fb3f5e24b77353db7f4496edaa0ee34d6c
Change-Id: I5b910b18e7e66dfe0becdbb0607a274fd16d466d
1 file changed
tree: 813bb0ac37c4801277122f041b3a424db29d4867
  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.