[roll] Roll fuchsia [dwc3] Wait on CMDACT to verify command completion

After submitting a command to the controller, the CMDACT bit is unset by
the controller to confirm that the command is complete. As
`StartNewConfig`, `EpSetConfig` and `EpTransferConfig` do not enable the
CMDIOC interrupt and act on the interrupt, we should block on the
controller setting this bit to ensure that the controller is ready
before submitting subsequent commands.

Original-Bug: 475343371
Test: Validated via test-remote and trace files in bug.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1472761
Original-Revision: eb3d69bb8d61a55848e86e16cf856a1bb6a559ec
GitOrigin-RevId: 59474f5648be769674ae9f01687a805b6fb418d9
Change-Id: I178bca26a5d729d0af1d96befb0a9a8c0c840948
1 file changed
tree: 34c3625a62a11011ce0df9d5954dd5cf9d343741
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.