[roll] Roll fuchsia [dwc3] Provide early exit for stuck command spin waits

The dwc3 driver follows USB controller commands with spin waits that
complete when the hardware confirms that the commands have finished.

There are circumstances in which the hardware never acknowledges the
completion of commands, which have left the dwc3 driver stuck.
Not even hot plugging the device will restore it to operation - only
rebooting.

This CL gathers the spin wait loops into a single, common function and
adds an early exit if the wait has been too long.

In testing, this has been shown to allow the device to recover from
a stuck state.

Bug 477319429
Bug 474648637

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1477444
Original-Revision: fe76fb037da4d158d892b32dd25a6e219a4d6a76
GitOrigin-RevId: 8a6a9af526481347d990de242a02820698e7b880
Change-Id: I16f4eb4dfedb62e7e09f613382d11e7af5c11a20
1 file changed
tree: 07e68e6d672932da87b7446936abec0a7dc028f7
  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.