index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/test/py/pytest-9.0.3
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
spi
/
cf_spi.c
Age
Commit message (
Expand
)
Author
2024-10-09
spi: spi-uclass: Read chipselect and restrict capabilities
Venkatesh Yadav Abbarapu
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
spi: Remove <common.h> and add needed includes
Tom Rini
2022-12-23
cf_spi.c: Rename CONFIG_SPI_IDLE_VAL to SPI_IDLE_VAL
Tom Rini
2021-09-25
treewide: Simply conditions with the new OF_REAL
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-06-01
spi Drop spi_init()
Jagan Teki
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-05-24
drivers: spi: cf_spi: convert to driver model
Angelo Dureghello
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Convert CONFIG_SPI to Kconfig
Adam Ford
2017-01-15
spi: Zap cf_qspi driver and related code
Jagan Teki
2015-03-30
spi: cf_spi: Staticize local functions
Axel Lin
2015-03-30
spi: cf_spi: Use to_cf_spi_slave to resolve cfslave from slave
Axel Lin
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-03-19
spi: Use spi_alloc_slave() in each SPI driver
Simon Glass
2011-04-13
add CONFIG_SPI_IDLE_VAL for cf_spi.c to allow use of spi_mmc
Wolfgang Wegner
2009-07-14
Coldfire: Consolidate DSPI driver
TsiChung Liew