[roll] Roll fuchsia [usb][dwc2] Adding GINTSTS logging on loop whipback

There appears to be a stray interrupt remaining after the core
experiences a diepint.timeout interrupt. This causes the logic in
IrqThread() execute the inner loop (seemingly) one more time after a
timeout event. This adds logging to show what pending interrupt(s)
remain after the interrupt handlers executed (in the prior loop
iteration).

Original-Bug: 105382
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/787504
Original-Revision: f09aedbaeca4c4c3a05e7faab20e9e4cb7cb2950
GitOrigin-RevId: 5bf536a43d3400fa9c355951ab989717979db13b
Change-Id: Ia9556e41cee83f81a64cbbf626b0e0376952e977
1 file changed
tree: cebb765b7049363c5f818890a670845558cedee7
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.