summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-20usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to KconfigSam Protsenko1-0/+7
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2-2/+1
2015-12-07usb: dwc3: fix build warningsFelipe Balbi2-2/+2
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini1-0/+4
2015-11-03usb: dwc3: Fix warnings on 64-bit buildsMichal Simek4-15/+16
2015-10-26linux, compat: add missing definitions for ubiHeiko Schocher1-5/+0
2015-08-28TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xxKishon Vijay Abraham I1-4/+11
2015-08-28usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interruptsKishon Vijay Abraham I1-18/+28
2015-06-08samsung: usb: phy: Support for DWC3 PHYLukasz Majewski2-0/+79
2015-04-14usb: dwc3: Correct clean up code for requestsLukasz Majewski1-24/+14
2015-04-14usb: dwc3: gadget: Set non EP0 max packet limit to 512BLukasz Majewski1-1/+1
2015-04-14usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be...Lukasz Majewski1-13/+2
2015-04-14usb: dwc3: optimize interrupt loopMarek Szyprowski2-9/+13
2015-04-14usb: dwc3: add a workaround for too small OUT requestsMarek Szyprowski1-0/+8
2015-04-14usb: dwc3: make dwc3_set_mode to staticJoonyoung Shim2-2/+1