History log of /freebsd-13.1/sys/dev/usb/controller/dwc3.c (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0
# 8adc24f7 10-Nov-2021 Bjoern A. Zeeb <[email protected]>

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
Differential Revision:

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
Differential Revision: https://reviews.freebsd.org/D32921

(cherry picked from commit 3987e506112a7e8af6f09966792fb8656d630496)

show more ...


Revision tags: release/13.0.0
# 03d0d84b 04-Nov-2020 Emmanuel Vadot <[email protected]>

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: [email protected]
Differential Rev

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: [email protected]
Differential Revision: https://reviews.freebsd.org/D27085

show more ...


Revision tags: release/12.2.0, release/11.4.0, release/12.1.0
# ce607eeb 14-Oct-2019 Emmanuel Vadot <[email protected]>

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