summaryrefslogtreecommitdiff
path: root/drivers/spi/soft_spi.c
AgeCommit message (Expand)Author
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-09spi: add support for all spi modes with soft spiJohannes Holland
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2019-09-16spi: soft_spi: Fix data abort if slave is not probedChristophe Kerello
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-05-17dm: spi: soft_spi: switch to use linux compatible stringPeng Fan
2016-05-17dm: spi: soft_spi bug fixPeng Fan
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-01-29dm: spi: Move slave details to child platdataSimon Glass
2015-01-29dm: spi: Move the per-child data size to the uclassSimon Glass
2015-01-29dm: spi: Remove use of fdtdec GPIO supportSimon Glass
2014-10-22dm: spi: Add soft_spi implementationSimon Glass
2014-10-22dm: spi: Rename soft_spi.c to soft_spi_legacy.cSimon Glass
2014-06-08spi: soft_spi: Support NULL din/dout buffersAndrew Ruder
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-08-29soft_spi: move to drivers/spiJean-Christophe PLAGNIOL-VILLARD