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
Age
Commit message (
Expand
)
Author
2017-08-22
fastboot: Ensure we treat CONFIG_FASTBOOT_BUF_ADDR as long
Tom Rini
2017-08-21
fastboot: avoid printing invalid data
John Keeping
2017-08-21
Fix fastboot boot address
Peter Chubb
2017-08-21
usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig
Bin Meng
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
Simon Glass
2017-08-14
usb: net: Add support for Microchip LAN75xx and LAN78xx
Yuiko Oshino
2017-08-07
net: usb: r8152: fix "duplicate 'const' declaration specifier"
Philipp Tomsich
2017-08-02
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2017-08-01
fsl/usb: enable errata-a010151 for ls2088a and ls2081a
Santan Kumar
2017-07-29
Merge git://git.denx.de/u-boot-usb
Tom Rini
2017-07-28
usb: host: xhci-dxc3: fix compilation warnings
Patrice Chotard
2017-07-28
usb: host: ohci-generic: initialize PHY only when found
Patrice Chotard
2017-07-28
usb: host: ehci-generic: initialize PHY only when found
Patrice Chotard
2017-07-28
dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB
Patrice Chotard
2017-07-28
usb: gadget: f_thor: Free the allocated out request buffer
Siva Durga Prasad Paladugu
2017-07-28
usb: xhci: Enable TT to support LS/FS devices behind a HS hub
Bin Meng
2017-07-28
usb: xhci: Correct TT_SLOT and TT_PORT macros
Bin Meng
2017-07-28
usb: xhci: Implement update_hub_device() operation
Bin Meng
2017-07-28
dm: usb: Add a new USB controller operation 'update_hub_device'
Bin Meng
2017-07-28
usb: xhci: Program 'route string' in the input slot context
Bin Meng
2017-07-28
usb: xhci: Change xhci_setup_addressable_virt_dev() signature
Bin Meng
2017-07-28
usb: hub: Add a new API to test if a hub device is root hub
Bin Meng
2017-07-28
usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv
Bin Meng
2017-07-28
usb: xhci-pci: Clean up the driver a little bit
Bin Meng
2017-07-28
usb: xhci-pci: Drop non-DM version of xhci-pci driver
Bin Meng
2017-07-28
usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig
Bin Meng
2017-07-28
usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS
Bin Meng
2017-07-28
usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS
Bin Meng
2017-07-28
usb: xhci: Change MAX_HC_PORTS to 255
Bin Meng
2017-07-28
usb: hub: Change USB hub descriptor to match USB 3.0 hubs
Bin Meng
2017-07-28
usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub
Bin Meng
2017-07-28
usb: xhci: Add input slot context in xhci_set_configuration()
Bin Meng
2017-07-28
usb: xhci: Initialize scratchpad buffer array and scratchpad buffers
Bin Meng
2017-07-28
usb: xhci: Correct command TRB 4th dword initialization
Bin Meng
2017-07-28
usb: xhci: Remove incorrect comments for struct xhci_container_ctx
Bin Meng
2017-07-28
usb: host: ohci-generic: add generic PHY support
Patrice Chotard
2017-07-28
usb: host: ohci-generic: add RESET support
Patrice Chotard
2017-07-28
usb: host: ohci-generic: add CLOCK support
Patrice Chotard
2017-07-28
usb: host: ehci-generic: add generic PHY support
Patrice Chotard
2017-07-28
usb: host: ehci-generic: add error path and .remove callback
Patrice Chotard
2017-07-28
usb: host: ehci-generic: replace printf() by error()
Patrice Chotard
2017-07-28
usb: host: xhci-dwc3: Add generic PHY support
Patrice Chotard
2017-07-28
usb: host: xhci-dwc3: Add dual role mode support from DT
Patrice Chotard
2017-07-28
usb: host: xhci-dwc3: Convert driver to DM
Patrice Chotard
2017-07-28
usb: add static to local symbols
Masahiro Yamada
2017-07-28
dm: tegra: usb: Convert to livetree
Simon Glass
2017-07-28
dm: tegra: Convert clock_decode_periph_id() to support livetree
Simon Glass
2017-07-12
imx: reorganize IMX code as other SOCs
Stefano Babic
2017-07-11
Merge git://git.denx.de/u-boot-dm
Tom Rini
[next]