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)
Sun, Nov 24, 2:28 PM
Unknown Object (File)
Nov 23 2024, 9:39 PM
Unknown Object (File)
Nov 20 2024, 9:05 AM
Unknown Object (File)
Oct 31 2024, 4:33 PM
Unknown Object (File)
Oct 24 2024, 10:08 AM
Unknown Object (File)
Oct 2 2024, 5:31 PM
Unknown Object (File)
Oct 2 2024, 8:35 AM
Unknown Object (File)
Oct 2 2024, 2:03 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.