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
Age
Commit message (
Expand
)
Author
2016-08-05
move: rockchip: move clock drivers into a subdirectory
Heiko Stübner
2016-08-05
rk3399: add basic soc driver
Kever Yang
2016-08-02
driver/ddr/fsl: Fix timing_cfg_2
York Sun
2016-08-02
crypto/fsl: Update blob cmd to accept 64bit addresses
Sumit Garg
2016-08-02
driver: spi: fsl-qspi: remove compile Warnings
Yunhui Cui
2016-07-31
Merge git://git.denx.de/u-boot-rockchip
Tom Rini
2016-07-31
net: sun8i_emac: Fix DMA alignment issues with the rx / tx buffers
Hans de Goede
2016-07-31
sunxi: gpio: Add .xlate function for gpio phandle resolution
Chen-Yu Tsai
2016-07-31
rockchip: rk3288: Fix pinctrl for GPIO bank 0
John Keeping
2016-07-31
mmc-uclass: correct the device number
Kever Yang
2016-07-30
spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock
Vignesh R
2016-07-30
sf: sf_params: Add AT25DF321 flash support
Wenyou Yang
2016-07-30
spi: ti_qspi: Remove delay in read path for dra7xx
Vignesh R
2016-07-30
spi: ti_qspi: Fix compiler warning when DEBUG macro is set
Vignesh R
2016-07-30
spi: ti_qspi: Fix failure on multiple READ_ID cmd
Vignesh R
2016-07-30
spi: Add support for N25Q016A
Moritz Fischer
2016-07-28
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
2016-07-28
pci: allow disabling of pci init/enum via env
Tim Harvey
2016-07-27
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-07-27
mmc: dw_mmc: reduce timeout detection cycle
Xu Ziyuan
2016-07-27
Add a power domain framework/uclass
Stephen Warren
2016-07-27
dm: socfpga: mmc: Support CONFIG_BLK
Simon Glass
2016-07-27
dm: mmc: zynq: Convert zynq to use driver model for MMC
Simon Glass
2016-07-27
dm: zynq: usb: Convert to CONFIG_DM_USB
Simon Glass
2016-07-27
net: phy: marvell: Add a missing errno.h header
Simon Glass
2016-07-27
dm: Use dm_scan_fdt_dev() directly where possible
Simon Glass
2016-07-27
dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()
Simon Glass
2016-07-27
dm: core: Add a function to bind child devices
Simon Glass
2016-07-27
dm: mmc: dwmmc: use the callback functions as static
Jaehoon Chung
2016-07-27
Merge branch 'master' of git://git.denx.de/u-boot-video
Tom Rini
2016-07-26
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
2016-07-26
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2016-07-26
net: sun8i_emac: Drop redundant and incorrect setting of syscon register
Chen-Yu Tsai
2016-07-26
net: sun8i_emac: Do not configure AHB2 clock
Chen-Yu Tsai
2016-07-26
drivers: net/fm: Add Fman support for LS1046A
Mingkai Hu
2016-07-26
DM: crypto/fsl: Enable rsa DM driver usage before relocation
Sumit Garg
2016-07-26
i2c: fsl: Fix driver initialization
mario.six@gdsys.cc
2016-07-26
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2016-07-26
i2c: mvtwsi: Add documentation
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Make delay times frequency-dependent
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Handle zero-length offsets properly
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Add compatibility to DM
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Make address length variable
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Factor out adap parameter
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Add compatibility functions
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Use 'uint' instead of 'unsigned int'
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Get rid of status parameter
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Eliminate flags parameter
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Improve and fix comments
mario.six@gdsys.cc
2016-07-26
i2c: mvtwsi: Streamline code and add documentation
mario.six@gdsys.cc
[next]