Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
7e5a32fcf378d30cb2ab5f8471071350574ff70a
/
drivers
/
usb
/
host
« Previous
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
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
6462cde
ARM: UniPhier: adjust device trees for business transfer
by Masahiro Yamada
· 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
8f9f7be
exynos: usb: make dwc3_set_mode to static
by Joonyoung Shim
· 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
8bb6c1d
usb: Add an interval parameter to create_int_queue
by Hans de Goede
· 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
fc9b0b8
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
da5ce44
drivers: usb: fsl: Check USB Erratum A007792 applicability
by Nikhil Badola
· 10 years ago
ecfc19f
drivers: usb: fsl: Add USB device-tree errata framework
by Nikhil Badola
· 10 years ago
a1c04e2
drivers: usb: Make usb device-tree fixup code architecture independent
by Nikhil Badola
· 10 years ago
149c751
usb: UniPhier: support OF configuration
by Masahiro Yamada
· 10 years ago
85bafb6
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 10 years ago
878cd63
Merge branch 'master' of http://git.denx.de/u-boot-samsung
by Tom Rini
· 10 years ago
f3dff69
drivers : usb: fsl: Implement usb Erratum A007798 workaround
by Nikhil Badola
· 10 years ago
b414119
linux/kernel.h: sync min, max, min3, max3 macros with Linux
by Masahiro Yamada
· 10 years ago
c26c80a
drivers: usb: fsl: Move USB Errata checking code
by Nikhil Badola
· 10 years ago
cba1da4
include: move various macros to include/linux/kernel.h
by Masahiro Yamada
· 10 years ago
f216844
ARM: remove CONFIG_ARM920T defines
by Masahiro Yamada
· 10 years ago
0c6de88
usb: ehci: do not set the LSB of Current qTD pointer
by Masahiro Yamada
· 10 years ago
6a23c65
arm: odroid: usb: add support for usb host including ethernet
by Suriyan Ramasami
· 10 years ago
229dbba
usb:ehci-mx6 add phy mode query function
by Peng Fan
· 10 years ago
0d485b9
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 10 years ago
76946df
sun6i: ehci: Add sun6i ehci support
by Hans de Goede
· 10 years ago
115200c
sunxi: ehci: Add proper Kconfig options to select the usb Vbus gpio-s
by Hans de Goede
· 10 years ago
6841deb
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
048899b
usb: UniPhier: add UniPhier on-chip EHCI host driver support
by Masahiro Yamada
· 10 years ago
6e7e929
usb: add basic USB configs in Kconfig
by Masahiro Yamada
· 10 years ago
865ed5e
usb: rmobile: Use ARRAY_SIZE(usb_base_address) instead of CONFIG_USB_MAX_CONTROLLER_COUNT
by Nobuhiro Iwamatsu
· 10 years ago
c02bf45
usb: ehci: fix Interrupt on Doorbell flag of USBCMD
by Masahiro Yamada
· 10 years ago
44fd591
dm: sunxi: Request USB vbus gpio
by Hans de Goede
· 10 years ago
ed41e62
sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I
by Ian Campbell
· 10 years ago
4dc9492
usb: ehci: rmobile: Collect up address data
by Nobuhiro Iwamatsu
· 10 years ago
a3058c0
usb: ehci: rmobile: Add support R8A7793
by Nobuhiro Iwamatsu
· 10 years ago
8460b89
usb: Make pollable int support available outside of ehci-hcd.c
by Hans de Goede
· 10 years ago
8aa26b8
usb: ehci: Move cache invalidation to poll_int_queue
by Hans de Goede
· 10 years ago
bd818d8
usb: ehci: Move interrupt packet length check to create_int_queue
by Hans de Goede
· 10 years ago
32f2eac
usb: ehci: Do not disable an already disabled periodic schedule
by Hans de Goede
· 10 years ago
5aa7bec
Merge branch 'master' of git://git.denx.de/u-boot-ti
by Tom Rini
· 10 years ago
1fba907
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
2d17b48
ehci-hcd.c: make local functions static
by Jeroen Hofstee
· 10 years ago
3dd80aa
usb: use __weak
by Jeroen Hofstee
· 10 years ago
bc0e8d7
keystone: usb: add support of usb xhci
by WingMan Kwok
· 10 years ago
3dc23f7
arm: marvell: Move arch/kirkwood.h to arch/soc.h
by Stefan Roese
· 10 years ago
6e9e062
usb: dwc2: Add driver for Synopsis DWC2 USB IP block
by Oleksandr Tymoshenko
· 11 years ago
790af81
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
d1fcbae
usb: tegra: ULPI regression on tegra20
by Marcel Ziswiler
· 10 years ago
36b7310
usb: ehci: Make periodic_schedules a per controller variable
by Hans de Goede
· 10 years ago
415548d
usb: ehci: poll_int_queue check real qtd, not the overlay
by Hans de Goede
· 10 years ago
ea7b30c
usb: ehci: Add missing cache flush to destroy_int_queue
by Hans de Goede
· 10 years ago
4e2c4ad
usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain
by Hans de Goede
· 10 years ago
5546ad0
usb: ehci-mx6: Rename the USB register base address
by Ye.Li
· 10 years ago
dd24b57
usb: ehci: mxs: Add board-specific callbacks
by Marek Vasut
· 11 years ago
97b2043
USB: ehci-atmel: use pcr to enable or disable clock
by Bo Shen
· 10 years ago
01c8bf5
USB: ohci-at91: use pcr to enable or disable clock
by Bo Shen
· 10 years ago
3e1b36b
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 10 years ago
5906fad
usb: ehci: rmobile: Remove xHCI address
by Nobuhiro Iwamatsu
· 10 years ago
ed7ce83
usb: ehci: rmobile: Add support R8A7794
by Nobuhiro Iwamatsu
· 10 years ago
8d15400
sunxi: add USB EHCI driver
by Roman Byshko
· 10 years ago
4a755f1
driver/usb: include upper/lower_32_bits() from linux/compat.h
by Lijun Pan
· 10 years ago
26707d9
usb: host: xhci: make sure to power up PHY
by Felipe Balbi
· 10 years ago
7237d22
arm: ep9315: Return back Cirrus Logic EDB9315A board support
by Sergey Kostanbaev
· 10 years ago
25d1936
usb: xhci: (likely) fix bracket in if condition
by Jeroen Hofstee
· 10 years ago
198c5f9
usb: r8a66597: Fix initilization size of r8a66597 info structure
by Yasuhisa Umano
· 11 years ago
8ecdce7
usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUB
by yasuhisa umano
· 11 years ago
c534d2f
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
8e38128
Merge branch 'pr-15052014' of git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
15231f6
drivers/usb : Define usb control register mask for w1c bits
by Nikhil Badola
· 11 years ago
a4539a2
usb: tegra: support device mode
by Stephen Warren
· 11 years ago
2d34151
usb: tegra: refactor PHY type selection
by Stephen Warren
· 11 years ago
9b20fe6
usb: tegra: fix PHY selection code
by Stephen Warren
· 11 years ago
eb8c54b
ARM: zynq: ehci: Added USB host driver support
by Michal Simek
· 11 years ago
d2a3e911
Merge branch 'u-boot/master'
by Albert ARIBAUD
· 11 years ago
e6e493f
exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DT
by andrey.konovalov@linaro.org
· 11 years ago
ea42777
usb: Add endian support macros to interrupt transfers in the EHCI driver.
by Adrian Cox
· 11 years ago
ede4d5e
usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs
by Nobuhiro Iwamatsu
· 11 years ago
896720c
fsl/usb: Increase TXFIFOTHRESH value for usb write in T4 Rev 2.0
by Nikhil Badola
· 11 years ago
1185691
fsl/usb: Workaround for USB erratum-A007075
by Nikhil Badola
· 11 years ago
0ecb15c
fsl/usb: Fix phy type for Second USB controller
by Nikhil Badola
· 11 years ago
8f9fd6c
usb: tegra: combine header file
by Stefan Agner
· 11 years ago
b1d615f
usb: tegra: fix PHY configuration
by Stefan Agner
· 11 years ago
b03f4b3
usb: tegra: fix USB2 powerdown for Tegra30 and later
by Stefan Agner
· 11 years ago
eb838e7
usb: create common header virtual root hub descriptors
by Stephen Warren
· 11 years ago
8165e34
usb: ehci: fully align interrupt QHs/QTDs
by Stephen Warren
· 11 years ago
2456b97
ush: ehci: initialize altnext pointers in QH
by Stephen Warren
· 11 years ago
a7e8c15
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 11 years ago
91d7746
fsl/usb: Limit phy_type comparison to first four characters
by Nikhil Badola
· 11 years ago
Next »