Page MenuHomeFreeBSD

Split out the attachment from the generic-ehci driver
ClosedPublic

Authored by andrew on Feb 27 2019, 4:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 14 2024, 8:35 AM
Unknown Object (File)
Mar 5 2024, 11:19 AM
Unknown Object (File)
Feb 10 2024, 10:05 AM
Unknown Object (File)
Feb 7 2024, 4:14 PM
Unknown Object (File)
Jan 23 2024, 7:14 PM
Unknown Object (File)
Jan 2 2024, 3:33 PM
Unknown Object (File)
Dec 20 2023, 2:46 AM
Unknown Object (File)
Dec 13 2023, 8:16 AM

Details

Summary

Create an attachment file for the existing ACPI attachment, and create a
new FDT attachment for the generic-ehci driver.

Test Plan

Boots on NanoPC-T4 (RokcChip RK3399) with GENERIC-UP. It seems to cause
a fault when SMP is enabled, however I'm unsure why.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/dev/usb/controller/generic_ehci.c
187 ↗(On Diff #54486)

I'm not sure this is the best name for it, but should be ok for testing.

sys/dev/usb/controller/generic_ehci_acpi.c
78 ↗(On Diff #54486)

This should probably be in a header, although it will be the only thing in the header if it's generic_ehci.h.

This miss all the ext_resources stuff (phy, clocks) but that could be added later I guess.
Don't you need to DECLARE_CLASS and DEFINE_CLASS_0 ? (This stuff was always obscure to me ...)
Otherwise looks good for me.

sys/dev/usb/controller/generic_ehci.c
187 ↗(On Diff #54486)

generic_ehci_driver ?

I've noticed a generic-ehci driver in sys/mips/mediatek/mtk_ehci.c already (and tried on my RK3399, it does attach). That should probably be replaced by this. Does anyone test mediatek MIPS these days? :)

Split out the header
Enable clocks, etc

LGTM

sys/dev/usb/controller/generic_ehci_fdt.c
194 ↗(On Diff #54530)

s/De-//

This revision is now accepted and ready to land.Feb 28 2019, 1:27 PM
This revision was automatically updated to reflect the committed changes.