aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/spi_bitbang.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08spi: bitbang: Introduce spi_bitbang_init()Andrey Smirnov1-0/+1
2018-08-01spi: spi-gpio: add SPI_3WIRE supportLorenzo Bianconi1-0/+1
2018-08-01spi: add flags parameter to txrx_word function pointersLorenzo Bianconi1-1/+1
2018-07-18spi: spi-bitbang: change flags from u8 to u16David Lechner1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-09-17spi: bitbang: Replace spinlock by mutexNicolas Boichat1-1/+1
2014-03-29spi: bitbang: Make spi_bitbang_stop() return voidAxel Lin1-1/+1
2013-07-17spi/bitbang: Use core message pumpMark Brown1-4/+0
2013-07-15spi/bitbang: Unexport spi_bitbang_transfer()Mark Brown1-1/+0
2010-05-25spi: move bitbang txrx utility functions to private headerhartleys1-101/+0
2009-11-09tree-wide: fix typos "selct" + "slect" -> "select"Uwe Kleine-König1-1/+1
2009-02-20spi_bitbang: add more lowlevel function documentationMichael Buesch1-0/+7
2008-10-30spi: fix compile errorFernando Luis Vazquez Cao1-0/+3
2007-07-17SPI controller drivers: check for unsupported modesDavid Brownell1-0/+1
2007-03-16[PATCH] spi: destroy workqueue after spi_unregister_masterChris Lesiak1-1/+0
2007-02-12[PATCH] SPI cleanup() method param becomes non-constHans-Peter Nilsson1-1/+1
2006-05-16[PATCH] SPI: Renamed bitbang_transfer_setup to spi_bitbang_setup_transfer and export itKumar Gala1-0/+2
2006-05-16[PATCH] SPI: per-transfer overrides for wordsize and clockingImre Deak1-0/+6
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool1-0/+7
2006-01-13[PATCH] spi: add spi_bitbang driverDavid Brownell1-0/+128