summaryrefslogtreecommitdiff
path: root/drivers/spi/soft_spi.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-30dm: spi: Move slave details to child platdataSimon Glass1-9/+0
2015-01-30dm: spi: Move the per-child data size to the uclassSimon Glass1-1/+0
2015-01-30dm: 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