[roll] Roll fuchsia [usb][dwc3] Always handle interrupts regardless of Start/StopController

Interrupts may be triggered after StopController(), and canceling the
interrupt handler prevents them from being handled and ack'd, which
could then block system suspension. To fix this, start waiting for
interrupts in the dwc3 Start() hook, and always handle them regardless
of whether or not StartController() has been called.

Original-Bug: 411688327
Test: USB worked on Sorrel
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1408617
Original-Revision: 138c7ed1796698db47fd85fc39a5cf075f31c177
GitOrigin-RevId: e1865fbc097ccab1230ba88741249a654b7950d5
Change-Id: I062a050b2bf651e7ee85ef277ff351a8d92eb72b
1 file changed
tree: 053ae567af8e4995e2d297352769d26ad82aef98
  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.