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