aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi_bitbang.c
Commit message (Expand)AuthorAgeFilesLines
* spi/bitbang: check for setup_transfer during initializationSascha Hauer2011-02-151-9/+4
* spi/bitbang: reinitialize transfer parameters for every messageBrian Niebuhr2010-07-031-6/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* spi: bitbang bugfix in message setupDavid Brownell2009-06-301-10/+14
* spi: move more spi_setup() functionality into coreDavid Brownell2009-06-181-6/+3
* spi: move common spi_setup() functionality into coreDavid Brownell2009-06-181-6/+1
* spi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* spi: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-1/+1
* spi_bitbang: short transfer status fixJan Nikitenko2008-03-131-3/+5
* spi_bitbang: always grab lock with irqs blockedDavid Brownell2008-01-081-2/+3
* spi doesn't need class_deviceTony Jones2007-10-161-1/+1
* SPI controller drivers: check for unsupported modesDavid Brownell2007-07-171-5/+3
* [PATCH] spi: destroy workqueue after spi_unregister_masterChris Lesiak2007-03-161-24/+2
* [PATCH] SPI cleanup() method param becomes non-constHans-Peter Nilsson2007-02-121-1/+1
* [PATCH] spi_bitbang(): use overridable setup_transfer() methodHans-Peter Nilsson2007-02-121-4/+5
* Revert "Driver core: convert SPI code to use struct device"Greg Kroah-Hartman2007-02-071-3/+3
* Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman2007-02-071-3/+3
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] SPI: spi_bitbang: clocking fixesDavid Brownell2006-05-161-10/+14
* [PATCH] SPI: devices can require LSB-first encodingsDavid Brownell2006-05-161-1/+10
* [PATCH] SPI: Renamed bitbang_transfer_setup to spi_bitbang_setup_transfer and...Kumar Gala2006-05-161-4/+6
* [PATCH] SPI: per-transfer overrides for wordsize and clockingImre Deak2006-05-161-14/+63
* [PATCH] spi: use linked lists rather than an arrayVitaly Wool2006-01-131-37/+49
* [PATCH] spi: add spi_bitbang driverDavid Brownell2006-01-131-0/+460