aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/dwc3-generic.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: Don't include asm-generic/io.hSean Anderson2020-09-301-1/+0
* usb: dwc3: Add Qualcomm DWC3 compatible stringRobert Marko2020-09-181-0/+1
* usb: dwc3: add make compatible for rockchip platformFrank Wang2020-05-301-6/+28
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* usb: dwc3: Add versal compatibility string to dwc3 glue idsSiva Durga Prasad Paladugu2020-05-121-0/+1
* usb: dwc3: use the phy bulk API to get physChunfeng Yun2020-05-021-4/+3
* usb: Migrate to support live DT for some driverKever Yang2020-03-301-9/+7
* dwc3-generic: Add support for AM654 USB controllerVignesh Raghavendra2020-01-201-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* dwc3-generic: Don't fail probe if clk/reset entries are absentVignesh Raghavendra2019-10-311-2/+2
* usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot2019-10-241-1/+5
* usb: dwc3-generic: if no max speed is specified in DT, assume super speedJean-Jacques Hiblot2019-10-241-2/+2
* usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot2019-10-241-1/+53
* usb: dwc3-generic: factorize codeJean-Jacques Hiblot2019-10-241-20/+35
* usb: dwc3-generic: use platdataJean-Jacques Hiblot2019-10-241-14/+23
* usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glueJean-Jacques Hiblot2019-07-051-1/+1
* usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callbackJean-Jacques Hiblot2019-07-051-1/+1
* dwc3-generic: Add support for the am437xJean-Jacques Hiblot2018-12-141-0/+1
* usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"Jean-Jacques Hiblot2018-12-141-0/+1
* dwc3-generic: Add support for the TI DWC3 glueJean-Jacques Hiblot2018-12-071-0/+85
* dwc3-generic: Add select_dr_mode operationJean-Jacques Hiblot2018-12-071-0/+26
* dwc3-generic: Handle the PHYs, the clocks and the reset linesJean-Jacques Hiblot2018-12-071-26/+133
* dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot2018-12-071-1/+1
* dwc3_generic: do not probe the USB device driver when it's boundJean-Jacques Hiblot2018-12-071-7/+0
* usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot2018-12-071-12/+2
* usb: introduce a separate config option for DM USB deviceJean-Jacques Hiblot2018-12-071-2/+2
* drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-281-1/+1
* usb: dwc3: Add generic DWC3 glue logic driverMichal Simek2018-05-181-0/+157