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
/
soft_spi.c
Age
Commit message (
Expand
)
Author
2026-02-14
soft_spi performance enhancement
Jean-Marie Verdun
2025-02-14
spi: soft_spi: Add support for SPI_3WIRE
Hironori KIKUCHI
2024-08-15
spi: soft_spi: Parse cs-gpios only if num-chipselects is not <0>
Michael Polyntsov
2024-08-15
spi: soft_spi: fix miso gpio property name
Mikhail Kshevetskiy
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
2023-07-13
spi: soft_spi: Support the recommended soft spi properties
Fabio Estevam
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-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-09
spi: add support for all spi modes with soft spi
Johannes Holland
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-09-16
spi: soft_spi: Fix data abort if slave is not probed
Christophe Kerello
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-05-17
dm: spi: soft_spi: switch to use linux compatible string
Peng Fan
2016-05-17
dm: spi: soft_spi bug fix
Peng Fan
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-01-29
dm: spi: Move slave details to child platdata
Simon Glass
2015-01-29
dm: spi: Move the per-child data size to the uclass
Simon Glass
2015-01-29
dm: spi: Remove use of fdtdec GPIO support
Simon Glass
2014-10-22
dm: spi: Add soft_spi implementation
Simon Glass
2014-10-22
dm: spi: Rename soft_spi.c to soft_spi_legacy.c
Simon Glass
2014-06-08
spi: soft_spi: Support NULL din/dout buffers
Andrew Ruder
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
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-08-29
soft_spi: move to drivers/spi
Jean-Christophe PLAGNIOL-VILLARD