index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
2015-07-10
usb: Add EHCI support for Armada 38x (mvebu)
Stefan Roese
2015-06-19
usb: ehci: Properly deal with data toggle for interrupt endpoints
Hans de Goede
2015-06-15
Merge git://git.denx.de/u-boot-usb
Tom Rini
2015-06-10
dm: usb: tegra: Drop legacy USB code
Simon Glass
2015-06-10
dm: usb: Implement usb_detect_change() for driver model
Simon Glass
2015-06-08
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
2015-06-08
usb: ehci-vf: Add weak function for board specific initialisation
Sanchayan Maity
2015-06-07
drivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrect
Nikhil Badola
2015-05-30
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Tom Rini
2015-05-31
ARM: UniPhier: update the vendor name of UniPhier in Kconfig
Masahiro Yamada
2015-05-31
ARM: UniPhier: replace <asm/io.h> with <linux/io.h>
Masahiro Yamada
2015-05-29
usb: dwc2: Add support for v3 snpsid value
Peter Griffin
2015-05-14
usb: ohci: Add support for interrupt queues
Hans de Goede
2015-05-14
usb: ohci: Add an ohci_alloc_urb() function
Hans de Goede
2015-05-14
usb: ohci: Do not reuse ed for interrupt endpoints of different devices
Hans de Goede
2015-05-14
sunxi: ohci: Add ohci usb host controller support
Hans de Goede
2015-05-14
sunxi: ehci: Convert to the driver-model
Hans de Goede
2015-05-14
usb: ohci: Add dm support
Hans de Goede
2015-05-14
usb: ohci: Skip unnecessary mdelay(1) calls in various places
Hans de Goede
2015-05-14
usb: ohci: Remove unnecessary delays from hc_start and power power-on paths
Hans de Goede
2015-05-14
usb: ohci: Do not resubmit and leak urbs for interrupt packets
Hans de Goede
2015-05-14
dm: usb: Do not scan companion buses if no devices where handed over
Hans de Goede
2015-05-14
dm: usb: Add support for companion controllers
Hans de Goede
2015-05-14
dm: usb: Move printing of usb scan status to usb_scan_bus()
Hans de Goede
2015-05-14
dm: usb: Add support for interrupt queues to the dm usb code
Hans de Goede
2015-05-14
dm: usb: Prefix ehci interrupt-queue functions with _ehci_
Hans de Goede
2015-05-14
usb: Stop reset procedure when a dev is handed over to a companion hcd
Hans de Goede
2015-05-14
usb: Fix handover of full-speed devices from ehci to companion
Hans de Goede
2015-05-06
dm: usb: exynos: Drop legacy USB code
Simon Glass
2015-05-06
usb: ohci: Don't log an error on interrupt packet timeout
Hans de Goede
2015-05-06
usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus
Hans de Goede
2015-05-06
usb: ohci: Fix ctrl in messages with a data-len of 0
Hans de Goede
2015-05-06
usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c
Hans de Goede
2015-05-06
usb: ohci: Remove unnecessary phcca variable
Hans de Goede
2015-05-06
usb: ohci: Move the td array struct to inside the ohci_dev struct
Hans de Goede
2015-05-06
usb: ohci: Move the ohci_dev struct to inside the main ohci struct
Hans de Goede
2015-05-06
usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
Hans de Goede
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
[next]