Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
950c5968672a22a65790534234d1106bd1303652
/
drivers
/
usb
/
dwc3
950c596
dma-mapping: fix the prototype of dma_unmap_single()
by Masahiro Yamada
· 4 years, 9 months ago
336d461
dm: core: Create a new header file for 'compat' features
by Simon Glass
· 4 years, 9 months ago
61b29b8
dm: core: Require users of devres to include the header
by Simon Glass
· 4 years, 9 months ago
cab4e27
dwc3-generic: Add support for AM654 USB controller
by Vignesh Raghavendra
· 5 years ago
5c20728
usb: dwc3: Fix UTMI/UTMIW phy interface initialization
by Jagan Teki
· 5 years ago
1eb69ae
common: Move ARM cache operations out of common.h
by Simon Glass
· 5 years ago
6b7ebff
usb: dwc3: Add phy interface for dwc3_uboot
by Jagan Teki
· 5 years ago
fd15b58
dwc3: flush cache only if there is a buffer attached to a request
by Marek Szyprowski
· 5 years ago
d624434
dwc3-generic: Don't fail probe if clk/reset entries are absent
by Vignesh Raghavendra
· 5 years ago
3e6ab73
usb: dwc3: Kconfig: get rid of obsolete mode selection
by Jean-Jacques Hiblot
· 5 years ago
ba6c5f7
usb: dwc3: Add dwc3_of_parse() to get quirks information from DT
by Jean-Jacques Hiblot
· 5 years ago
1a63e5e
usb: dwc3-generic: if no max speed is specified in DT, assume super speed
by Jean-Jacques Hiblot
· 5 years ago
b575e90
usb: dwc3-generic: add a new host driver that uses the dwc3 core
by Jean-Jacques Hiblot
· 5 years ago
1af590d
usb: dwc3-generic: factorize code
by Jean-Jacques Hiblot
· 5 years ago
3a38a0a
usb: dwc3-generic: use platdata
by Jean-Jacques Hiblot
· 5 years ago
33a99b4
usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exit
by Jean-Jacques Hiblot
· 5 years ago
bbe3d4a
usb: dwc3: switch to peripheral mode when exiting
by Jean-Jacques Hiblot
· 5 years ago
1a031d2
drivers: usb: dwc3: setup phy before dwc3 core soft reset
by T Karthik Reddy
· 6 years ago
3b83829
usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue
by Jean-Jacques Hiblot
· 5 years ago
e445d46
usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback
by Jean-Jacques Hiblot
· 5 years ago
adb049a
usb: dwc3: Add Meson G12A USB Glue
by Neil Armstrong
· 6 years ago
1ce5f1f
dwc3-generic: Add support for the am437x
by Jean-Jacques Hiblot
· 6 years ago
1c03ade
usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"
by Jean-Jacques Hiblot
· 6 years ago
916fa097
usb: composite: Move bitmap related operations to ./include/linux/bitmap.h
by Lukasz Majewski
· 6 years ago
d66e54a
dwc3-generic: Add support for the TI DWC3 glue
by Jean-Jacques Hiblot
· 6 years ago
4d3825c
usb: dwc3: Fix a compilation error with the edison defconfig
by Jean-Jacques Hiblot
· 6 years ago
93991cf
dwc3-generic: Add select_dr_mode operation
by Jean-Jacques Hiblot
· 6 years ago
446e3a2
dwc3-generic: Handle the PHYs, the clocks and the reset lines
by Jean-Jacques Hiblot
· 6 years ago
0131162
dm: usb: create a new UCLASS ID for USB gadget devices
by Jean-Jacques Hiblot
· 6 years ago
d648a50
dwc3: move phy operation to core.c
by Jean-Jacques Hiblot
· 6 years ago
20bebd8
dwc3_generic: do not probe the USB device driver when it's bound
by Jean-Jacques Hiblot
· 6 years ago
ff8d755
usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt()
by Jean-Jacques Hiblot
· 6 years ago
687ab54
usb: introduce a separate config option for DM USB device
by Jean-Jacques Hiblot
· 6 years ago
fd09c20
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
by Sven Schwermer
· 6 years ago
22929e1
drivers: cosmetic: Convert SPDX license tags to Linux Kernel style
by Patrick Delaunay
· 6 years ago
948f32c
bug.h: introduce WARN_ONCE
by Ramon Fried
· 6 years ago
0ad3f77
drivers: usb: dwc3: remove devm_zalloc from linux_compact
by Mugunthan V N
· 6 years ago
49d6745
usb: dwc3: Add generic DWC3 glue logic driver
by Michal Simek
· 6 years ago
23ba2d6
usb: dwc3: Add dwc3_init/remove with DM_USB
by Mugunthan V N
· 6 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
4bb3dac
usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>
by Masahiro Yamada
· 7 years ago
0a70fb4
bug.h: move runtime BUG/WARN macros into <linux/bug.h>
by Masahiro Yamada
· 7 years ago
b44b302
printk: collect printk stuff into <linux/printk.h> with loglevel support
by Masahiro Yamada
· 7 years ago
dc04b35
usb: dwc3: add UniPhier specific glue layer
by Masahiro Yamada
· 7 years ago
6ea247d
usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3
by Masahiro Yamada
· 7 years ago
889239d
usb: dwc3: gadget: make cache-maintenance on event buffers more robust
by Philipp Tomsich
· 8 years ago
b7bf4a9
usb: dwc3: ensure consistent types for dwc3_flush_cache
by Philipp Tomsich
· 8 years ago
282b720
usb: dwc3: gadget: Remove unused header inclusion
by Vincent Tinelli
· 8 years ago
3891a54
ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX
by Nishanth Menon
· 8 years ago
3ac8d1e
usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabled
by Roger Quadros
· 9 years ago
b142729
usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig
by Sam Protsenko
· 9 years ago
c16bf62
usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig
by Sam Protsenko
· 9 years ago
65403f3
usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to Kconfig
by Sam Protsenko
· 9 years ago
3457bba
usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig
by Sam Protsenko
· 9 years ago
84b8bf6
bug.h: move BUILD_BUG_* defines to include/linux/bug.h
by Masahiro Yamada
· 9 years ago
c2ad4e1
usb: dwc3: fix build warnings
by Felipe Balbi
· 9 years ago
da58dec
Various Makefiles: Add SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
01c94c4
usb: dwc3: Fix warnings on 64-bit builds
by Michal Simek
· 9 years ago
5219db8
linux, compat: add missing definitions for ubi
by Heiko Schocher
· 9 years ago
0a7ab04
TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xx
by Kishon Vijay Abraham I
· 9 years ago
8af1be7
usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interrupts
by Kishon Vijay Abraham I
· 9 years ago
a272c99
samsung: usb: phy: Support for DWC3 PHY
by Lukasz Majewski
· 9 years ago
3621b3b
usb: dwc3: Correct clean up code for requests
by Lukasz Majewski
· 10 years ago
afa093b
usb: dwc3: gadget: Set non EP0 max packet limit to 512B
by Lukasz Majewski
· 10 years ago
29e7fc1
usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be LST
by Lukasz Majewski
· 10 years ago
137f7c5
usb: dwc3: optimize interrupt loop
by Marek Szyprowski
· 10 years ago
5dc4538
usb: dwc3: add a workaround for too small OUT requests
by Marek Szyprowski
· 10 years ago
7e9cb79
usb: dwc3: make dwc3_set_mode to static
by Joonyoung Shim
· 10 years ago
2252d15
usb: dwc3: Remove BIT(x) macro from DWC3's gadget code
by Lukasz Majewski
· 10 years ago
5b9ce0e
usb: dwc3: Makefile: Make dwc3 driver compile in u-boot
by Kishon Vijay Abraham I
· 10 years ago
8d488f3
usb: dwc3: Add chained TRB support for ep0
by Kishon Vijay Abraham I
· 10 years ago
1f78f8f
usb: dwc3: ep0: preparation for implementing chained TRB
by Kishon Vijay Abraham I
· 10 years ago
526a50f
dwc3: flush the buffers before using it
by Kishon Vijay Abraham I
· 10 years ago
6900aed
usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms
by Kishon Vijay Abraham I
· 10 years ago
53de33f
usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts
by Kishon Vijay Abraham I
· 10 years ago
5720765
dwc3: dwc3-omap: add support for multiple dwc3-omap controllers
by Kishon Vijay Abraham I
· 10 years ago
c241d7e
usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code
by Kishon Vijay Abraham I
· 10 years ago
93c3763
include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data
by Kishon Vijay Abraham I
· 10 years ago
3f52e1b
usb: dwc3: dwc3-omap: make dwc3-omap build in uboot
by Kishon Vijay Abraham I
· 10 years ago
27d3b89
dwc3: core: added an API to invoke irq handlers
by Kishon Vijay Abraham I
· 10 years ago
793d347
dwc3: core: add support for multiple dwc3 controllers
by Kishon Vijay Abraham I
· 10 years ago
8e1906a
dwc3: core: change probe and remove to uboot init and uboot exit code
by Kishon Vijay Abraham I
· 10 years ago
71744d0
usb: dwc3: core: make dwc3 core build in uboot
by Kishon Vijay Abraham I
· 10 years ago
b6d959a
usb: dwc3: ep0: make dwc3 ep0 build in uboot
by Kishon Vijay Abraham I
· 10 years ago
747a0a5
usb: dwc3: gadget: make dwc3 gadget build in uboot
by Kishon Vijay Abraham I
· 10 years ago
18be4cb
usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy
by Kishon Vijay Abraham I
· 10 years ago
027b610
usb: dwc3: remove pm related operations from dwc3 driver
by Kishon Vijay Abraham I
· 10 years ago
9848e57
usb: dwc3: fix dwc3 header files
by Kishon Vijay Abraham I
· 10 years ago
9de1115
usb: dwc3: remove trace_* APIs from dwc3 driver
by Kishon Vijay Abraham I
· 10 years ago
30c31d5
usb: dwc3: Modify the file headers to u-boot format
by Kishon Vijay Abraham I
· 10 years ago
97798eb
usb: dwc3: remove un-used files from dwc3 folder
by Kishon Vijay Abraham I
· 10 years ago
85d5e70
usb: dwc3: add dwc3 folder from linux kernel to u-boot
by Kishon Vijay Abraham I
· 10 years ago