Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
e2ec3e461250fc82781c8a83387c140c6fc30a5a
/
drivers
/
usb
e2ec3e4
fastboot: add support for reboot-bootloader command
by Alexey Firago
· 10 years ago
7704fdb
usb: gadget: thor: Claim EP after allocating it in thor gadget
by Marek Szyprowski
· 10 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
16bece5
usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driver
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
6d69173
usb: composite: Add .reset callback to usb_gadget_driver structure
by Lukasz Majewski
· 10 years ago
2d48aa6
usb: modify usb_gadget_handle_interrupts to take controller index
by Kishon Vijay Abraham I
· 10 years ago
04afd5b
usb: gadget: defer setting maxpacket till ->setup()
by Kishon Vijay Abraham I
· 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
103fa06
usb: gadget: udc: make udc-core compile in u-boot build
by Kishon Vijay Abraham I
· 10 years ago
a139b96
usb: gadget: udc: add udc-core from linux kernel to u-boot
by Kishon Vijay Abraham I
· 10 years ago
5877de9
usb: dwc2: retry NAK'd interrupt transfers
by Stephen Warren
· 10 years ago
e236519
usb: dwc2: implement interrupt transfers
by Stephen Warren
· 10 years ago
ed9bcbc
usb: dwc2: correctly program hcchar for LS devices
by Stephen Warren
· 10 years ago
4748cce
usb: dwc2: detect device speed correctly
by Stephen Warren
· 10 years ago
5c0beb5
usb: dwc2: use phys_to_bus/bus_to_phys
by Stephen Warren
· 10 years ago
fc909c0
usb: dwc2: fix bulk transfers
by Stephen Warren
· 10 years ago
805b67e
usb: dwc2: remove restriction on buffer length
by Stephen Warren
· 10 years ago
d1c880c
usb: dwc2: fix aligned buffer usage
by Stephen Warren
· 10 years ago
66ffc87
usb: dwc2: simplify wait_for_chhltd
by Stephen Warren
· 10 years ago
282685e
usb: dwc2: remove control_data_toggle[]
by Stephen Warren
· 10 years ago
ee83755
usb: dwc2: usb chunk_msg() for control transfers too
by Stephen Warren
· 10 years ago
7b5e504
usb: dwc2: refactor submit_bulk_msg to be common
by Stephen Warren
· 10 years ago
4a1d21f
usb: dwc2: unify waiting for transfer completion
by Stephen Warren
· 10 years ago
421a5a0
usb: 64-bit architectures support for xHCI
by Sergey Temerkhanov
· 10 years ago
ec5e78c
usb: mass-storage: Build warning fixes for 64-bit
by Thierry Reding
· 10 years ago
96df9c7
usb: ehci-tegra: Build warning fixes for 64-bit
by Thierry Reding
· 10 years ago
98ae840
ehci-hcd: fix warnings on 64-bit builds
by Rob Herring
· 10 years ago
f72d832
usb: ci_udc: fix warnings on 64-bit builds
by Rob Herring
· 10 years ago
4c5998b
usb: eth: asix: Build warning fixes for 64-bit
by Thierry Reding
· 10 years ago
246e3b8
sunxi: musb: Fix some lo speed devices not working with musb host
by Hans de Goede
· 10 years ago
a7c3d5e
net: Add ethernet FCS length macro in net.h
by Bin Meng
· 10 years ago
8a440b0
sunxi: musb: Return early on VBUS GPIO error instead of on a positive value
by Paul Kocialkowski
· 10 years ago
6462cde
ARM: UniPhier: adjust device trees for business transfer
by Masahiro Yamada
· 10 years ago
e42add5
sunxi: musb: Support checking VBUS using AXP221 PMIC
by Chen-Yu Tsai
· 10 years ago
57c6941
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
1e7df7c
usb: UniPhier: add UniPhier on-chip xHCI host driver support
by Masahiro Yamada
· 10 years ago
4c7d025
ARM: UniPhier: move uniphier_ehci_reset() function
by Masahiro Yamada
· 10 years ago
44f597a
ARM: UniPhier: remove EHCI platform devices
by Masahiro Yamada
· 10 years ago
a86ac95
ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>
by Masahiro Yamada
· 10 years ago
537cd07
usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget
by Dileep Katta
· 10 years ago
9e4b510
fastboot: OUT transaction length must be aligned to wMaxPacketSize
by Dileep Katta
· 10 years ago
8979238
usb: gadget: fastboot: Add fastboot erase
by Dileep Katta
· 10 years ago
372d7de
fastboot: add support for "oem format" command
by Rob Herring
· 10 years ago
de19562
fastboot: add "fastboot oem" command support
by Michael Scott
· 10 years ago
193d7d1
usb: musb-new: omap2430: Reset the MUSB controller early
by Paul Kocialkowski
· 10 years ago
8f9f7be
exynos: usb: make dwc3_set_mode to static
by Joonyoung Shim
· 10 years ago
52defe8
sunxi: musb: Check Vbus-det before enabling otg port power
by Hans de Goede
· 10 years ago
b1b912d
sunxi: otg: Fix peripheral mode
by Hans de Goede
· 10 years ago
316328f
usb: pci: Add XHCI driver for PCI
by Simon Glass
· 10 years ago
4fd4672
usb: pci: Use pci_find_class() to find the device
by Simon Glass
· 10 years ago
46927e1
dm: usb: Remove use of fdtdec GPIO support
by Simon Glass
· 10 years ago
1193397
usb: eth: asix88179: add ability to modify MAC address
by Rene Griessl
· 10 years ago
904f2a8
musb-new: Add interrupt queue support
by Hans de Goede
· 10 years ago
accf04c
musb-new: Add urb and hep parameters to construct_urb
by Hans de Goede
· 10 years ago
b918a0c
musb-new: Properly remove a transfer from the schedule on timeout
by Hans de Goede
· 10 years ago
90cdc10
musb-new: Fix reset sequence when in host mode
by Hans de Goede
· 10 years ago
e8672e3
musb-new: Fix interrupt transfers not working
by Hans de Goede
· 10 years ago
dc9a391
musb-new: Use time based timeouts rather then cpu-cycles based timeouts
by Hans de Goede
· 10 years ago
28a15ef
musb-new: Add sunxi musb controller support
by Hans de Goede
· 10 years ago
0f8bc53
musb-new: Add register defines for different reg layout on sunxi
by Hans de Goede
· 10 years ago
8bb6c1d
usb: Add an interval parameter to create_int_queue
by Hans de Goede
· 10 years ago
c0978a9
usb: gadget: pxa25x_udc: fix use-before-initialized bug
by Alex Sadovsky
· 10 years ago
1fd81b7
usb: gadget: f_dfu: Add get_alt function to pass the USB compliance test
by Stefan Roese
· 10 years ago
87ed6b1
usb: gadget: composite: Fix NULL pointer crash in USB compliance test
by Stefan Roese
· 10 years ago
0eccec4
sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg
by Hans de Goede
· 10 years ago
e9954b8
usb: eth: add ASIX AX88179 DRIVER
by Rene Griessl
· 10 years ago
62a96d8
gadget: f_thor: check pointers before use in download_tail()
by Przemyslaw Marczak
· 10 years ago
267abc6
fastboot: add support for continue command
by Rob Herring
· 10 years ago
fe1b28c
usb, g_dnl: generalize DFU detach functions
by Rob Herring
· 10 years ago
68ae882
USB: gadget: atmel_usba_udc: fix transfer hang issue
by Bo Shen
· 10 years ago
a5a5882
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
fc9b0b8
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
Next »