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
/
spi
/
spi-uclass.c
Age
Commit message (
Expand
)
Author
2016-12-15
spi: Add error checking for invalid bus widths
Simon Glass
2016-11-25
spi: Add a debug() on bind failure
Simon Glass
2016-11-25
spi: Add of-platdata support to SPI and SPI flash
Simon Glass
2016-09-22
spi: Use mode for rx mode flags
Jagan Teki
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-09
dm: spi: Read default speed and mode values from DT
Vignesh R
2016-07-06
spi: spi-uclass: fix typo in debug output
Anatolij Gustschin
2016-05-17
dm: spi: introduce dm api
Peng Fan
2016-02-23
spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN
Christophe Ricard
2016-01-13
spi: Add support for dual and quad mode
Mugunthan V N
2015-12-11
spi: Get spi-3wire from dts
Jagan Teki
2015-11-19
dm: spi: Add support for all targets which requires MANUAL_RELOC
Michal Simek
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-07-21
dm: spi: Make local functions static
Simon Glass
2015-05-05
dm: spi: Avoid setting the speed with every transfer
Simon Glass
2015-04-23
dm: spi: Correct SPI claim/release_bus() methods
Simon Glass
2015-04-16
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-01-29
dm: spi: Move slave details to child platdata
Simon Glass
2015-01-29
dm: spi: Set up the spi_slave device pointer in child_pre_probe()
Simon Glass
2015-01-29
dm: spi: Move the per-child data size to the uclass
Simon Glass
2015-01-29
dm: core: Add a flag to control sequence numbering
Simon Glass
2014-11-24
Merge git://git.denx.de/u-boot-dm
Tom Rini
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-11-22
dm: spi: Use device_bind_driver() instead of our own function
Simon Glass
2014-11-22
dm: spi: Correct handling of SPI chip selects in sandbox
Simon Glass
2014-10-22
dm: spi: Add a uclass for SPI
Simon Glass