John Baldwin
bc9372d784
usb: Remove unused devclass arguments to DRIVER_MODULE.
2022-05-06 15:46:57 -07:00
Bjoern A. Zeeb
3987e50611
USB dwc3 controller: add quirk snps,dis_rxdet_inp3_quirk
...
Add support for the "snps,dis_rxdet_inp3_quirk" quirk needed
at least on SolidRun's HoneyComb.
Reviewed by: manu, mw
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D32921
2021-11-10 09:44:44 +00:00
Emmanuel Vadot
03d0d84bf6
Plug minor memory leak in dwc3 USB2/USB3 controller.
...
OF_getprop_alloc called earlier requires corresponding OF_prop_free to release allocated memory.
Submitted by: kjopek@gmail.com
Differential Revision: https://reviews.freebsd.org/D27085
2020-11-04 18:23:59 +00:00
Emmanuel Vadot
ce607eeb9d
arm64: Add Synopsys DWC3 driver
...
This add a driver for the Synopsys DWC3 driver found on multiple SoCs.
It only supports host mode for now.
MFC after: 1 month
2019-10-14 22:27:33 +00:00