[roll] Roll fuchsia [usb][dwc3] Process CommandComplete event on end-transfer

Currently, the core driver contains a 1ms sleep to give time for the
core to emit a CommandComplete event in response to an EndTransfer
command signifying DMA has ceased processing. This adds logic to await
the event and synchronzies the event against other controller operations
(e.g. reset).

Original-Original-Bug: b/498202468
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1622381
Original-Original-Revision: bc13de00e0b9f6e52da58691de2d5f77c9d257ca
GitOrigin-RevId: 0e9d98bc2e2e4e82ff2140b9c362e6e8657b3bd1
Change-Id: Ia1efe1fb089664f6833e77587bfbd9dc1b0a1bd3
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1635295
Cr-Commit-Position: refs/heads/main@{#193902}
1 file changed
tree: e326774f38da19264566921c754ca4f24d307a65
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.