summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/dwc3-generic.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-07dwc3-generic: Add support for the TI DWC3 glueJean-Jacques Hiblot1-0/+85
2018-12-07dwc3-generic: Add select_dr_mode operationJean-Jacques Hiblot1-0/+26
2018-12-07dwc3-generic: Handle the PHYs, the clocks and the reset linesJean-Jacques Hiblot1-26/+133
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot1-1/+1
2018-12-07dwc3_generic: do not probe the USB device driver when it's boundJean-Jacques Hiblot1-7/+0
2018-12-07usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot1-12/+2
2018-12-07usb: introduce a separate config option for DM USB deviceJean-Jacques Hiblot1-2/+2
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-1/+1
2018-05-18usb: dwc3: Add generic DWC3 glue logic driverMichal Simek1-0/+157