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)
Apr 8 2024, 10:18 AM
Unknown Object (File)
Apr 7 2024, 9:49 PM
Unknown Object (File)
Apr 7 2024, 10:49 AM
Unknown Object (File)
Apr 7 2024, 10:36 AM
Unknown Object (File)
Mar 20 2024, 9:40 PM
Unknown Object (File)
Mar 19 2024, 3:32 PM
Unknown Object (File)
Mar 19 2024, 3:19 PM
Unknown Object (File)
Dec 29 2023, 4:00 AM
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 ...