summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* bug.h: introduce WARN_ONCERamon Fried2018-06-071-1/+0
* drivers: usb: dwc3: remove devm_zalloc from linux_compactMugunthan V N2018-05-184-8/+8
* usb: dwc3: Add generic DWC3 glue logic driverMichal Simek2018-05-183-0/+164
* usb: dwc3: Add dwc3_init/remove with DM_USBMugunthan V N2018-05-183-1/+62
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0712-25/+12
* usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>Masahiro Yamada2017-10-151-1/+1
* bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada2017-10-041-1/+0
* printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada2017-10-041-1/+0
* usb: dwc3: add UniPhier specific glue layerMasahiro Yamada2017-10-013-0/+128
* usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3Masahiro Yamada2017-08-281-2/+2
* usb: dwc3: gadget: make cache-maintenance on event buffers more robustPhilipp Tomsich2017-04-142-2/+5
* usb: dwc3: ensure consistent types for dwc3_flush_cachePhilipp Tomsich2017-04-143-11/+11
* usb: dwc3: gadget: Remove unused header inclusionVincent Tinelli2017-02-261-1/+0
* ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon2016-12-031-2/+2
* usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabledRoger Quadros2016-05-271-1/+1
* usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to KconfigSam Protsenko2016-04-201-0/+17
* usb: dwc3: Move CONFIG_USB_DWC3_OMAP to KconfigSam Protsenko2016-04-201-0/+10
* usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to KconfigSam Protsenko2016-04-201-0/+23
* usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to KconfigSam Protsenko2016-04-201-0/+7
* bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada2016-01-252-2/+1
* usb: dwc3: fix build warningsFelipe Balbi2015-12-072-2/+2
* Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-101-0/+4
* usb: dwc3: Fix warnings on 64-bit buildsMichal Simek2015-11-034-15/+16
* linux, compat: add missing definitions for ubiHeiko Schocher2015-10-261-5/+0
* TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xxKishon Vijay Abraham I2015-08-281-4/+11
* usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interruptsKishon Vijay Abraham I2015-08-281-18/+28
* samsung: usb: phy: Support for DWC3 PHYLukasz Majewski2015-06-082-0/+79
* usb: dwc3: Correct clean up code for requestsLukasz Majewski2015-04-141-24/+14
* usb: dwc3: gadget: Set non EP0 max packet limit to 512BLukasz Majewski2015-04-141-1/+1
* usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be...Lukasz Majewski2015-04-141-13/+2
* usb: dwc3: optimize interrupt loopMarek Szyprowski2015-04-142-9/+13
* usb: dwc3: add a workaround for too small OUT requestsMarek Szyprowski2015-04-141-0/+8
* usb: dwc3: make dwc3_set_mode to staticJoonyoung Shim2015-04-142-2/+1
* usb: dwc3: Remove BIT(x) macro from DWC3's gadget codeLukasz Majewski2015-04-142-2/+2
* usb: dwc3: Makefile: Make dwc3 driver compile in u-bootKishon Vijay Abraham I2015-04-141-32/+3
* usb: dwc3: Add chained TRB support for ep0Kishon Vijay Abraham I2015-04-142-19/+55
* usb: dwc3: ep0: preparation for implementing chained TRBKishon Vijay Abraham I2015-04-141-8/+12
* dwc3: flush the buffers before using itKishon Vijay Abraham I2015-04-144-3/+27
* usb: dwc3: TI PHY: PHY driver for dwc3 in TI platformsKishon Vijay Abraham I2015-04-141-0/+309
* usb: dwc3: dwc3-omap: add interrupt status API to check for interruptsKishon Vijay Abraham I2015-04-141-0/+20
* dwc3: dwc3-omap: add support for multiple dwc3-omap controllersKishon Vijay Abraham I2015-04-141-6/+20
* usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I2015-04-141-89/+39
* include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform dataKishon Vijay Abraham I2015-04-141-7/+0
* usb: dwc3: dwc3-omap: make dwc3-omap build in ubootKishon Vijay Abraham I2015-04-141-136/+8
* dwc3: core: added an API to invoke irq handlersKishon Vijay Abraham I2015-04-141-0/+21
* dwc3: core: add support for multiple dwc3 controllersKishon Vijay Abraham I2015-04-142-8/+28
* dwc3: core: change probe and remove to uboot init and uboot exit codeKishon Vijay Abraham I2015-04-141-166/+52
* usb: dwc3: core: make dwc3 core build in ubootKishon Vijay Abraham I2015-04-143-196/+40
* usb: dwc3: ep0: make dwc3 ep0 build in ubootKishon Vijay Abraham I2015-04-143-12/+27
* usb: dwc3: gadget: make dwc3 gadget build in ubootKishon Vijay Abraham I2015-04-143-163/+85