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
Age
Commit message (
Expand
)
Author
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
dm: core: add ofnode_count_phandle_with_args()
Patrice Chotard
2017-07-28
clk: add clk_release_all()
Patrice Chotard
2017-07-28
reset: add reset_release_all()
Patrice Chotard
2017-07-28
reset: add reset_request()
Patrice Chotard
2017-07-28
usb: host: xhci-dwc3: Add generic PHY support
Patrice Chotard
2017-07-28
drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails
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-27
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
Andy Yan
2017-07-27
rockchip: rk3288: Add support for drive-strength in PINCTRL
Romain Perier
2017-07-27
rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for aut...
Philipp Tomsich
2017-07-27
rockchip: pwm: add mask for config setting
Kever Yang
2017-07-27
power: pwm_regulator: remove redundant code
Kever Yang
2017-07-27
power: pwm_regulator: fix the pwm_set_config parameter order
Kever Yang
2017-07-27
rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMAC
Romain Perier
2017-07-27
rockchip: rk3288: Remove phy reset GPIO pull up
Romain Perier
2017-07-27
rockchip: efuse: dm: change to use dev_read_addr
Philipp Tomsich
2017-07-26
Merge git://git.denx.de/u-boot-uniphier
Tom Rini
2017-07-26
ram: stm32: add stm32h7 support
Patrice Chotard
2017-07-26
ram: stm32: add second SDRAM bank management
Patrice Chotard
2017-07-26
ram: stm32: replace fdtdec_get by ofnode calls
Patrice Chotard
2017-07-26
ram: stm32: get base address from DT
Patrice Chotard
2017-07-26
ram: stm32: migrate fmc defines in driver file
Patrice Chotard
2017-07-26
clk: stm32f7: remove clock_get()
Patrice Chotard
2017-07-26
spi: stm32_qspi: add clk_get_rate() support
Patrice Chotard
2017-07-26
serial: stm32x7: add clk_get_rate() support
Patrice Chotard
2017-07-26
serial: stm32x7: migrate serial struct to driver
Patrice Chotard
2017-07-26
clk: stm32f7: cleanup clocks unused definitions
Patrice Chotard
2017-07-26
clk: stm32f7: add clock .get_rate() callback
Patrice Chotard
2017-07-26
clk: stm32f7: get RCC base address from DT
Patrice Chotard
[next]