summaryrefslogtreecommitdiffstats
path: root/drivers/spi/soft_spi.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-2/+2
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-9/+9
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-5/+5
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-3/+3
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* spi: add support for all spi modes with soft spiJohannes Holland2020-07-091-11/+37
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* spi: soft_spi: Fix data abort if slave is not probedChristophe Kerello2019-09-161-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* dm: spi: soft_spi: switch to use linux compatible stringPeng Fan2016-05-171-10/+28
* dm: spi: soft_spi bug fixPeng Fan2016-05-171-7/+12
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-1/+1
* dm: spi: Move slave details to child platdataSimon Glass2015-01-291-9/+0
* dm: spi: Move the per-child data size to the uclassSimon Glass2015-01-291-1/+0
* dm: spi: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-34/+28
* dm: spi: Add soft_spi implementationSimon Glass2014-10-221-0/+252
* dm: spi: Rename soft_spi.c to soft_spi_legacy.cSimon Glass2014-10-221-181/+0
* spi: soft_spi: Support NULL din/dout buffersAndrew Ruder2014-06-081-6/+12
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* spi: Use spi_alloc_slave() in each SPI driverSimon Glass2013-03-191-3/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-5/+5
* soft_spi: move to drivers/spiJean-Christophe PLAGNIOL-VILLARD2008-08-291-0/+193