Page MenuHomeFreeBSD

dwc3: fix and add more quirks
AbandonedPublic

Authored by bz on Jun 14 2022, 5:03 PM.
Tags
None
Referenced Files
F114929738: D35484.id106915.diff
Fri, Apr 18, 4:32 PM
Unknown Object (File)
Sun, Apr 13, 8:13 PM
Unknown Object (File)
Sat, Mar 22, 12:54 PM
Unknown Object (File)
Feb 25 2025, 1:17 AM
Unknown Object (File)
Jan 27 2025, 12:20 AM
Unknown Object (File)
Jan 23 2025, 5:51 PM
Unknown Object (File)
Jan 18 2025, 7:27 AM
Unknown Object (File)
Jan 11 2025, 3:43 PM
Subscribers

Details

Reviewers
manu
mw
Summary

Fix snps,dis-del-phy-power-chg-quirk and add more quirks based on
hardware description or registers.
Enhance debug printing some more.

Obtained from: an old debugging patch and that is as much as I remember

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45975
Build 42863: arc lint + arc unit

Event Timeline

bz requested review of this revision.Jun 14 2022, 5:03 PM
mw requested changes to this revision.Jun 27 2022, 11:41 PM
mw added inline comments.
sys/dev/usb/controller/dwc3.c
235

This change is unconditional and is not described - as it changes behavior for all users of DWC3 driver, IMO it deserves to be put into a separate commit. (Actually I'd split to 3 or even 4 patches - this one, debug prints, snps,dis-del-phy-power-chg-quirk inversion and hwparams, but that's not a very hard demand :)).

This revision now requires changes to proceed.Jun 27 2022, 11:41 PM
sys/dev/usb/controller/dwc3.c
235

I'll try to split it up after a re-base into multiple parts again. I hope I can remember some of the glory details if I stare long enough at it ;-)

Went in as 4 separate commits ...