summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-14usb: dwc3: Remove BIT(x) macro from DWC3's gadget codeLukasz Majewski2-2/+2
2015-04-14usb: dwc3: Makefile: Make dwc3 driver compile in u-bootKishon Vijay Abraham I1-32/+3
2015-04-14usb: dwc3: Add chained TRB support for ep0Kishon Vijay Abraham I2-19/+55
2015-04-14usb: dwc3: ep0: preparation for implementing chained TRBKishon Vijay Abraham I1-8/+12
2015-04-14dwc3: flush the buffers before using itKishon Vijay Abraham I4-3/+27
2015-04-14usb: dwc3: TI PHY: PHY driver for dwc3 in TI platformsKishon Vijay Abraham I1-0/+309
2015-04-14usb: dwc3: dwc3-omap: add interrupt status API to check for interruptsKishon Vijay Abraham I1-0/+20
2015-04-14dwc3: dwc3-omap: add support for multiple dwc3-omap controllersKishon Vijay Abraham I1-6/+20
2015-04-14usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I1-89/+39
2015-04-14include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform dataKishon Vijay Abraham I1-7/+0
2015-04-14usb: dwc3: dwc3-omap: make dwc3-omap build in ubootKishon Vijay Abraham I1-136/+8
2015-04-14dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I1-0/+21
2015-04-14dwc3: core: add support for multiple dwc3 controllersKishon Vijay Abraham I2-8/+28
2015-04-14dwc3: core: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I1-166/+52
2015-04-14usb: dwc3: core: make dwc3 core build in ubootKishon Vijay Abraham I3-196/+40
2015-04-14usb: dwc3: ep0: make dwc3 ep0 build in ubootKishon Vijay Abraham I3-12/+27
2015-04-14usb: dwc3: gadget: make dwc3 gadget build in ubootKishon Vijay Abraham I3-163/+85
2015-04-14usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiyKishon Vijay Abraham I1-0/+30