summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2020-01-20dwc3-generic: Add support for AM654 USB controllerVignesh Raghavendra1-0/+1
2019-12-21usb: dwc3: Fix UTMI/UTMIW phy interface initializationJagan Teki2-16/+16
2019-12-03common: Move ARM cache operations out of common.hSimon Glass5-0/+5
2019-11-23usb: dwc3: Add phy interface for dwc3_ubootJagan Teki2-0/+39
2019-10-31dwc3: flush cache only if there is a buffer attached to a requestMarek Szyprowski1-1/+2
2019-10-31dwc3-generic: Don't fail probe if clk/reset entries are absentVignesh Raghavendra1-2/+2
2019-10-24usb: dwc3: Kconfig: get rid of obsolete mode selectionJean-Jacques Hiblot2-18/+4
2019-10-24usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot3-1/+71
2019-10-24usb: dwc3-generic: if no max speed is specified in DT, assume super speedJean-Jacques Hiblot1-2/+2
2019-10-24usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot2-2/+54
2019-10-24usb: dwc3-generic: factorize codeJean-Jacques Hiblot1-20/+35
2019-10-24usb: dwc3-generic: use platdataJean-Jacques Hiblot1-14/+23
2019-10-24usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exitJean-Jacques Hiblot1-5/+0
2019-10-24usb: dwc3: switch to peripheral mode when exitingJean-Jacques Hiblot1-0/+13
2019-10-08drivers: usb: dwc3: setup phy before dwc3 core soft resetT Karthik Reddy1-2/+2
2019-07-05usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glueJean-Jacques Hiblot1-1/+1
2019-07-05usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callbackJean-Jacques Hiblot1-1/+1
2019-05-09usb: dwc3: Add Meson G12A USB GlueNeil Armstrong3-0/+465
2018-12-14dwc3-generic: Add support for the am437xJean-Jacques Hiblot1-0/+1
2018-12-14usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"Jean-Jacques Hiblot1-0/+1
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski2-2/+0
2018-12-07dwc3-generic: Add support for the TI DWC3 glueJean-Jacques Hiblot1-0/+85
2018-12-07usb: dwc3: Fix a compilation error with the edison defconfigJean-Jacques Hiblot1-1/+1
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 Hiblot2-29/+137
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot1-1/+1
2018-12-07dwc3: move phy operation to core.cJean-Jacques Hiblot1-2/+86
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 Hiblot2-4/+3
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2-2/+2
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-1/+1
2018-06-08bug.h: introduce WARN_ONCERamon Fried1-1/+0
2018-05-18drivers: usb: dwc3: remove devm_zalloc from linux_compactMugunthan V N4-8/+8
2018-05-18usb: dwc3: Add generic DWC3 glue logic driverMichal Simek3-0/+164
2018-05-18usb: dwc3: Add dwc3_init/remove with DM_USBMugunthan V N3-1/+62
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini12-25/+12
2017-10-15usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>Masahiro Yamada1-1/+1
2017-10-04bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada1-1/+0
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada1-1/+0
2017-10-01usb: dwc3: add UniPhier specific glue layerMasahiro Yamada3-0/+128
2017-08-28usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3Masahiro Yamada1-2/+2
2017-04-14usb: dwc3: gadget: make cache-maintenance on event buffers more robustPhilipp Tomsich2-2/+5
2017-04-14usb: dwc3: ensure consistent types for dwc3_flush_cachePhilipp Tomsich3-11/+11
2017-02-26usb: dwc3: gadget: Remove unused header inclusionVincent Tinelli1-1/+0
2016-12-03ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon1-2/+2
2016-05-27usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabledRoger Quadros1-1/+1
2016-04-20usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to KconfigSam Protsenko1-0/+17
2016-04-20usb: dwc3: Move CONFIG_USB_DWC3_OMAP to KconfigSam Protsenko1-0/+10
2016-04-20usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to KconfigSam Protsenko1-0/+23