aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi_bitbang.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-15spi/bitbang: check for setup_transfer during initializationSascha Hauer1-9/+4
2010-07-03spi/bitbang: reinitialize transfer parameters for every messageBrian Niebuhr1-6/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-06-30spi: bitbang bugfix in message setupDavid Brownell1-10/+14
2009-06-18spi: move more spi_setup() functionality into coreDavid Brownell1-6/+3
2009-06-18spi: move common spi_setup() functionality into coreDavid Brownell1-6/+1
2009-01-06spi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-04-28spi: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-03-13spi_bitbang: short transfer status fixJan Nikitenko1-3/+5
2008-01-08spi_bitbang: always grab lock with irqs blockedDavid Brownell1-2/+3
2007-10-16spi doesn't need class_deviceTony Jones1-1/+1
2007-07-17SPI controller drivers: check for unsupported modesDavid Brownell1-5/+3
2007-03-16[PATCH] spi: destroy workqueue after spi_unregister_masterChris Lesiak1-24/+2
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