index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
2015-05-06
usb: ohci: Remove unused devgone global variable
Hans de Goede
2015-05-05
dm: usb: Set desc_before_addr from ehci dm code
Hans de Goede
2015-05-05
dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code
Hans de Goede
2015-05-05
dm: usb: Use usb_get_bus in dm ehci code
Hans de Goede
2015-05-05
dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
Hans de Goede
2015-05-05
dm: usb: Make usb_get_bus easier to use for callers
Hans de Goede
2015-05-05
dm: usb: Do not use bus->seq before device_probe(bus)
Hans de Goede
2015-05-05
Merge git://git.denx.de/u-boot-mpc85xx
Tom Rini
2015-05-04
drivers: usb: fsl: Workaround for Erratum A004477
Nikhil Badola
2015-05-04
sunxi: usb: Do not call phy_probe from hcd code
Hans de Goede
2015-05-04
sunxi: usb: Rename the usbc.? files to usb_phy.?
Hans de Goede
2015-05-04
sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar
Hans de Goede
2015-05-04
sunxi: usb: Remove sunxi_usbc_get_io_base function
Hans de Goede
2015-05-04
sunxi: usb: Move setup of host controller clocks to the host controller drivers
Hans de Goede
2015-04-24
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2015-04-23
usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's
Sanchayan Maity
2015-04-21
drivers:usb: Check if USB Erratum A005697 is applicable on BSC913x
Nikhil Badola
2015-04-21
drivers:usb: Add device-tree fixup to identify socs having dual phy
Nikhil Badola
2015-04-18
dm: usb: exynos: Adjust XHCI driver to support driver model
Simon Glass
2015-04-18
dm: usb: Rename the XHCI HCD to U-Boot
Simon Glass
2015-04-18
dm: usb: Support driver model in XHCI
Simon Glass
2015-04-18
dm: usb: xhci: Factor out common init/uninit
Simon Glass
2015-04-18
dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()
Simon Glass
2015-04-18
dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()
Simon Glass
2015-04-18
dm: usb: xhci: Use a function to get xhci_ctrl
Simon Glass
2015-04-18
dm: usb: tegra: Add driver model support to tegra EHCI
Simon Glass
2015-04-18
dm: usb: tegra: Move most of init/uninit into a function
Simon Glass
2015-04-18
dm: usb: tegra: Tidy up error handling and a static function
Simon Glass
2015-04-18
dm: usb: tegra: Remove the port_addr_clear_csc variable
Simon Glass
2015-04-18
dm: usb: exynos: Add driver model support to exynos EHCI
Simon Glass
2015-04-18
dm: usb: sandbox: Add a driver for sandbox
Simon Glass
2015-04-18
dm: usb: sandbox: Reset emulation devices in usb stop()
Simon Glass
2015-04-18
dm: usb: Allow setting up a USB controller as a device/gadget
Simon Glass
2015-04-18
dm: usb: Bind generic USB devices when there is no driver
Simon Glass
2015-04-18
dm: usb: Allow USB drivers to be declared and auto-probed
Simon Glass
2015-04-18
dm: usb: Add driver model support to EHCI
Simon Glass
2015-04-18
dm: usb: Change ehci_reset() to use a pointer
Simon Glass
2015-04-18
dm: usb: Drop the EHCI weak functions
Simon Glass
2015-04-18
dm: usb: Refactor EHCI init
Simon Glass
2015-04-18
dm: usb: ehci: Use a function to find the controller from struct udevice
Simon Glass
2015-04-18
dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()
Simon Glass
2015-04-18
dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
Simon Glass
2015-04-18
dm: usb: tegra: Drop use of global controller variable
Simon Glass
2015-04-18
dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()
Simon Glass
2015-04-18
dm: usb: tegra: Store the controller type explicitly
Simon Glass
2015-04-18
dm: usb: Allow ECHI to hold private data for the controller
Simon Glass
2015-04-18
dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()
Simon Glass
2015-04-18
dm: usb: Move all the EHCI weak functions together and declare them
Simon Glass
2015-04-18
dm: usb: Add a uclass for USB controllers
Simon Glass
2015-04-14
usb: dwc2: retry NAK'd interrupt transfers
Stephen Warren
[prev]
[next]