Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a626dff015ad28d8e89e7abaae5a5d87e0f16472
/
drivers
/
usb
/
host
766fe41
usb: dwc2: retry NAK'd interrupt transfers
by Stephen Warren
· 10 years ago
df7b37d
usb: dwc2: implement interrupt transfers
by Stephen Warren
· 10 years ago
dead8db
usb: dwc2: correctly program hcchar for LS devices
by Stephen Warren
· 10 years ago
d3388f8
usb: dwc2: detect device speed correctly
by Stephen Warren
· 10 years ago
79beb28
usb: dwc2: use phys_to_bus/bus_to_phys
by Stephen Warren
· 10 years ago
b7dcaf0
usb: dwc2: fix bulk transfers
by Stephen Warren
· 10 years ago
c12885c
usb: dwc2: remove restriction on buffer length
by Stephen Warren
· 10 years ago
7100da3
usb: dwc2: fix aligned buffer usage
by Stephen Warren
· 10 years ago
9f80e74
usb: dwc2: simplify wait_for_chhltd
by Stephen Warren
· 10 years ago
b0ad4a3
usb: dwc2: remove control_data_toggle[]
by Stephen Warren
· 10 years ago
4db200e
usb: dwc2: usb chunk_msg() for control transfers too
by Stephen Warren
· 10 years ago
972ad64
usb: dwc2: refactor submit_bulk_msg to be common
by Stephen Warren
· 10 years ago
8a34666
usb: dwc2: unify waiting for transfer completion
by Stephen Warren
· 10 years ago
3859346
usb: 64-bit architectures support for xHCI
by Sergey Temerkhanov
· 10 years ago
4375b44
usb: ehci-tegra: Build warning fixes for 64-bit
by Thierry Reding
· 10 years ago
f14d54b
ehci-hcd: fix warnings on 64-bit builds
by Rob Herring
· 10 years ago
d5f83a4
ARM: UniPhier: adjust device trees for business transfer
by Masahiro Yamada
· 10 years ago
6834475
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
273f84d
usb: UniPhier: add UniPhier on-chip xHCI host driver support
by Masahiro Yamada
· 10 years ago
b2584c5
ARM: UniPhier: move uniphier_ehci_reset() function
by Masahiro Yamada
· 10 years ago
9a1dff5
ARM: UniPhier: remove EHCI platform devices
by Masahiro Yamada
· 10 years ago
95387e2
ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>
by Masahiro Yamada
· 10 years ago
ee0e733
exynos: usb: make dwc3_set_mode to static
by Joonyoung Shim
· 10 years ago
40ffb68
usb: pci: Add XHCI driver for PCI
by Simon Glass
· 10 years ago
eeb1d28
usb: pci: Use pci_find_class() to find the device
by Simon Glass
· 10 years ago
fec09c5
dm: usb: Remove use of fdtdec GPIO support
by Simon Glass
· 10 years ago
bbd2d2a
usb: Add an interval parameter to create_int_queue
by Hans de Goede
· 10 years ago
a144198
sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otg
by Hans de Goede
· 10 years ago
c0003f2
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
460dfc5
drivers: usb: fsl: Check USB Erratum A007792 applicability
by Nikhil Badola
· 10 years ago
3d12d52
drivers: usb: fsl: Add USB device-tree errata framework
by Nikhil Badola
· 10 years ago
b6fd44c
drivers: usb: Make usb device-tree fixup code architecture independent
by Nikhil Badola
· 10 years ago
9a72462
usb: UniPhier: support OF configuration
by Masahiro Yamada
· 10 years ago
faf5692
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 10 years ago
0e16b8a
Merge branch 'master' of http://git.denx.de/u-boot-samsung
by Tom Rini
· 10 years ago
67f4b26
drivers : usb: fsl: Implement usb Erratum A007798 workaround
by Nikhil Badola
· 10 years ago
db20464
linux/kernel.h: sync min, max, min3, max3 macros with Linux
by Masahiro Yamada
· 10 years ago
76c2f2e
drivers: usb: fsl: Move USB Errata checking code
by Nikhil Badola
· 10 years ago
bd42662
include: move various macros to include/linux/kernel.h
by Masahiro Yamada
· 10 years ago
7a5b292
ARM: remove CONFIG_ARM920T defines
by Masahiro Yamada
· 10 years ago
d1af69c
usb: ehci: do not set the LSB of Current qTD pointer
by Masahiro Yamada
· 10 years ago
97f4ef6
arm: odroid: usb: add support for usb host including ethernet
by Suriyan Ramasami
· 10 years ago
220402e
usb:ehci-mx6 add phy mode query function
by Peng Fan
· 10 years ago
84d2b22
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
by Tom Rini
· 10 years ago
b5ab8ce
sun6i: ehci: Add sun6i ehci support
by Hans de Goede
· 10 years ago
af4273b
sunxi: ehci: Add proper Kconfig options to select the usb Vbus gpio-s
by Hans de Goede
· 10 years ago
33faf63
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
21b8890
usb: UniPhier: add UniPhier on-chip EHCI host driver support
by Masahiro Yamada
· 10 years ago
1b0a06b
usb: add basic USB configs in Kconfig
by Masahiro Yamada
· 10 years ago
3c4ca94
usb: rmobile: Use ARRAY_SIZE(usb_base_address) instead of CONFIG_USB_MAX_CONTROLLER_COUNT
by Nobuhiro Iwamatsu
· 10 years ago
c6f9d82
usb: ehci: fix Interrupt on Doorbell flag of USBCMD
by Masahiro Yamada
· 10 years ago
ea7851d
dm: sunxi: Request USB vbus gpio
by Hans de Goede
· 10 years ago
8f32aaa
sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I
by Ian Campbell
· 10 years ago
01e6f33
usb: ehci: rmobile: Collect up address data
by Nobuhiro Iwamatsu
· 10 years ago
0e2c967
usb: ehci: rmobile: Add support R8A7793
by Nobuhiro Iwamatsu
· 10 years ago
6f68122
usb: Make pollable int support available outside of ehci-hcd.c
by Hans de Goede
· 10 years ago
8c5c5ca
usb: ehci: Move cache invalidation to poll_int_queue
by Hans de Goede
· 10 years ago
7f7cb73
usb: ehci: Move interrupt packet length check to create_int_queue
by Hans de Goede
· 10 years ago
8ba55ed
usb: ehci: Do not disable an already disabled periodic schedule
by Hans de Goede
· 10 years ago
ed6144f
Merge branch 'master' of git://git.denx.de/u-boot-ti
by Tom Rini
· 10 years ago
77a7384
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· 10 years ago
a4ac740
ehci-hcd.c: make local functions static
by Jeroen Hofstee
· 10 years ago
c66fcc3
usb: use __weak
by Jeroen Hofstee
· 10 years ago
66c5b9f
keystone: usb: add support of usb xhci
by WingMan Kwok
· 10 years ago
c243784
arm: marvell: Move arch/kirkwood.h to arch/soc.h
by Stefan Roese
· 10 years ago
7a88175
usb: dwc2: Add driver for Synopsis DWC2 USB IP block
by Oleksandr Tymoshenko
· 11 years ago
ab43536
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
afc106e
usb: tegra: ULPI regression on tegra20
by Marcel Ziswiler
· 10 years ago
8f5f4f7
usb: ehci: Make periodic_schedules a per controller variable
by Hans de Goede
· 10 years ago
9db174c
usb: ehci: poll_int_queue check real qtd, not the overlay
by Hans de Goede
· 10 years ago
8e00cf6
usb: ehci: Add missing cache flush to destroy_int_queue
by Hans de Goede
· 10 years ago
da16677
usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain
by Hans de Goede
· 10 years ago
f93453a
usb: ehci-mx6: Rename the USB register base address
by Ye.Li
· 10 years ago
809860b
usb: ehci: mxs: Add board-specific callbacks
by Marek Vasut
· 11 years ago
a2a637d
USB: ehci-atmel: use pcr to enable or disable clock
by Bo Shen
· 10 years ago
cf90563
USB: ohci-at91: use pcr to enable or disable clock
by Bo Shen
· 10 years ago
2d36fc1
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 10 years ago
a9c085f
usb: ehci: rmobile: Remove xHCI address
by Nobuhiro Iwamatsu
· 10 years ago
c8e1e4d
usb: ehci: rmobile: Add support R8A7794
by Nobuhiro Iwamatsu
· 10 years ago
637fbb6
sunxi: add USB EHCI driver
by Roman Byshko
· 10 years ago
ae0ae22
driver/usb: include upper/lower_32_bits() from linux/compat.h
by Lijun Pan
· 10 years ago
ae46a4c
usb: host: xhci: make sure to power up PHY
by Felipe Balbi
· 10 years ago
6828676
arm: ep9315: Return back Cirrus Logic EDB9315A board support
by Sergey Kostanbaev
· 10 years ago
b351e46
usb: xhci: (likely) fix bracket in if condition
by Jeroen Hofstee
· 10 years ago
8af893e
usb: r8a66597: Fix initilization size of r8a66597 info structure
by Yasuhisa Umano
· 11 years ago
ea33c6a
usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUB
by yasuhisa umano
· 11 years ago
ed69266
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
70d1a90
Merge branch 'pr-15052014' of git://git.denx.de/u-boot-usb
by Tom Rini
· 11 years ago
369f663
drivers/usb : Define usb control register mask for w1c bits
by Nikhil Badola
· 11 years ago
8b263f9
usb: tegra: support device mode
by Stephen Warren
· 11 years ago
600246c
usb: tegra: refactor PHY type selection
by Stephen Warren
· 11 years ago
fa2be67
usb: tegra: fix PHY selection code
by Stephen Warren
· 11 years ago
ec02820
ARM: zynq: ehci: Added USB host driver support
by Michal Simek
· 11 years ago
6284547
Merge branch 'u-boot/master'
by Albert ARIBAUD
· 11 years ago
6baf21c
exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DT
by andrey.konovalov@linaro.org
· 11 years ago
29d0587
usb: Add endian support macros to interrupt transfers in the EHCI driver.
by Adrian Cox
· 11 years ago
53000ce
usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs
by Nobuhiro Iwamatsu
· 11 years ago
b0b48da
fsl/usb: Increase TXFIFOTHRESH value for usb write in T4 Rev 2.0
by Nikhil Badola
· 11 years ago
2613cfc
fsl/usb: Workaround for USB erratum-A007075
by Nikhil Badola
· 11 years ago
eb97e25
fsl/usb: Fix phy type for Second USB controller
by Nikhil Badola
· 11 years ago
Next »