Page MenuHomeFreeBSD

dwc3: fix and add more quirks
AbandonedPublic

Authored by bz on Jun 14 2022, 5:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 6, 4:05 AM
Unknown Object (File)
Aug 16 2023, 5:18 AM
Unknown Object (File)
Aug 14 2023, 5:10 AM
Unknown Object (File)
Aug 10 2023, 9:38 PM
Unknown Object (File)
Jun 22 2023, 7:21 PM
Unknown Object (File)
Jun 14 2023, 12:00 AM
Unknown Object (File)
May 11 2023, 3:55 AM
Unknown Object (File)
May 3 2023, 9:10 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 ...