Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
020f67628d7f3e8f1c3ca93e8388d6b5ee128ec2
/
drivers
/
usb
/
host
« Previous
3c5497d
usb: ohci: Move the td array struct to inside the ohci_dev struct
by Hans de Goede
· 10 years ago
19d95d5
usb: ohci: Move the ohci_dev struct to inside the main ohci struct
by Hans de Goede
· 10 years ago
c5613df
usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
by Hans de Goede
· 10 years ago
69710ce
usb: ohci: Remove unused devgone global variable
by Hans de Goede
· 10 years ago
cb8a2c1
dm: usb: Set desc_before_addr from ehci dm code
by Hans de Goede
· 10 years ago
fcdd8aa
dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code
by Hans de Goede
· 10 years ago
25c8ebd
dm: usb: Use usb_get_bus in dm ehci code
by Hans de Goede
· 10 years ago
7f1a075
dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
by Hans de Goede
· 10 years ago
f78a5c0
dm: usb: Make usb_get_bus easier to use for callers
by Hans de Goede
· 10 years ago
134692a
dm: usb: Do not use bus->seq before device_probe(bus)
by Hans de Goede
· 10 years ago
d81572c
Merge git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 10 years ago
0dc78ff
drivers: usb: fsl: Workaround for Erratum A004477
by Nikhil Badola
· 10 years ago
e13afee
sunxi: usb: Do not call phy_probe from hcd code
by Hans de Goede
· 10 years ago
2aacc42
sunxi: usb: Rename the usbc.? files to usb_phy.?
by Hans de Goede
· 10 years ago
7b79865
sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar
by Hans de Goede
· 10 years ago
a781c97
sunxi: usb: Remove sunxi_usbc_get_io_base function
by Hans de Goede
· 10 years ago
375de01
sunxi: usb: Move setup of host controller clocks to the host controller drivers
by Hans de Goede
· 10 years ago
3f6dcdb
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 10 years ago
a94bb7a
usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's
by Sanchayan Maity
· 10 years ago
b4e78fa
drivers:usb: Check if USB Erratum A005697 is applicable on BSC913x
by Nikhil Badola
· 10 years ago
0c77106
drivers:usb: Add device-tree fixup to identify socs having dual phy
by Nikhil Badola
· 10 years ago
52e6935
dm: usb: exynos: Adjust XHCI driver to support driver model
by Simon Glass
· 10 years ago
f161c17
dm: usb: Rename the XHCI HCD to U-Boot
by Simon Glass
· 10 years ago
a5762fe
dm: usb: Support driver model in XHCI
by Simon Glass
· 10 years ago
779d126
dm: usb: xhci: Factor out common init/uninit
by Simon Glass
· 10 years ago
5dd75e3
dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()
by Simon Glass
· 10 years ago
7e0c5ee
dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()
by Simon Glass
· 10 years ago
7c1deec
dm: usb: xhci: Use a function to get xhci_ctrl
by Simon Glass
· 10 years ago
c3980ad
dm: usb: tegra: Add driver model support to tegra EHCI
by Simon Glass
· 10 years ago
ddb9a50
dm: usb: tegra: Move most of init/uninit into a function
by Simon Glass
· 10 years ago
7e27bdd
dm: usb: tegra: Tidy up error handling and a static function
by Simon Glass
· 10 years ago
943104f
dm: usb: tegra: Remove the port_addr_clear_csc variable
by Simon Glass
· 10 years ago
aae04d0
dm: usb: exynos: Add driver model support to exynos EHCI
by Simon Glass
· 10 years ago
dfd8400
dm: usb: sandbox: Add a driver for sandbox
by Simon Glass
· 10 years ago
095fdef
dm: usb: sandbox: Reset emulation devices in usb stop()
by Simon Glass
· 10 years ago
fbeceb2
dm: usb: Allow setting up a USB controller as a device/gadget
by Simon Glass
· 10 years ago
449230f
dm: usb: Bind generic USB devices when there is no driver
by Simon Glass
· 10 years ago
0566e24
dm: usb: Allow USB drivers to be declared and auto-probed
by Simon Glass
· 10 years ago
46b0179
dm: usb: Add driver model support to EHCI
by Simon Glass
· 10 years ago
aeca43e
dm: usb: Change ehci_reset() to use a pointer
by Simon Glass
· 10 years ago
deb8508
dm: usb: Drop the EHCI weak functions
by Simon Glass
· 10 years ago
7372b5b
dm: usb: Refactor EHCI init
by Simon Glass
· 10 years ago
24ed894
dm: usb: ehci: Use a function to find the controller from struct udevice
by Simon Glass
· 10 years ago
6a1a816
dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()
by Simon Glass
· 10 years ago
11d18a1
dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
by Simon Glass
· 10 years ago
56d4273
dm: usb: tegra: Drop use of global controller variable
by Simon Glass
· 10 years ago
727fce3
dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()
by Simon Glass
· 10 years ago
27f782b
dm: usb: tegra: Store the controller type explicitly
by Simon Glass
· 10 years ago
c4a3141
dm: usb: Allow ECHI to hold private data for the controller
by Simon Glass
· 10 years ago
7338287
dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()
by Simon Glass
· 10 years ago
aac064f
dm: usb: Move all the EHCI weak functions together and declare them
by Simon Glass
· 10 years ago
de31213
dm: usb: Add a uclass for USB controllers
by Simon Glass
· 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
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
Next »