aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi_bitbang.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-12[PATCH] SPI cleanup() method param becomes non-constHans-Peter Nilsson1-1/+1
2007-02-12[PATCH] spi_bitbang(): use overridable setup_transfer() methodHans-Peter Nilsson1-4/+5
2007-02-07Revert "Driver core: convert SPI code to use struct device"Greg Kroah-Hartman1-3/+3
2007-02-07Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman1-3/+3
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-16[PATCH] SPI: spi_bitbang: clocking fixesDavid Brownell1-10/+14
2006-05-16[PATCH] SPI: devices can require LSB-first encodingsDavid Brownell1-1/+10
2006-05-16[PATCH] SPI: Renamed bitbang_transfer_setup to spi_bitbang_setup_transfer and export itKumar Gala1-4/+6
2006-05-16[PATCH] SPI: per-transfer overrides for wordsize and clockingImre Deak1-14/+63
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool1-37/+49
2006-01-13[PATCH] spi: add spi_bitbang driverDavid Brownell1-0/+460