aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi_bitbang.c
AgeCommit message (Expand)Author
2010-07-03spi/bitbang: reinitialize transfer parameters for every messageBrian Niebuhr
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-06-30spi: bitbang bugfix in message setupDavid Brownell
2009-06-18spi: move more spi_setup() functionality into coreDavid Brownell
2009-06-18spi: move common spi_setup() functionality into coreDavid Brownell
2009-01-06spi: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-04-28spi: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-03-13spi_bitbang: short transfer status fixJan Nikitenko
2008-01-08spi_bitbang: always grab lock with irqs blockedDavid Brownell
2007-10-16spi doesn't need class_deviceTony Jones
2007-07-17SPI controller drivers: check for unsupported modesDavid Brownell
2007-03-16[PATCH] spi: destroy workqueue after spi_unregister_masterChris Lesiak
2007-02-12[PATCH] SPI cleanup() method param becomes non-constHans-Peter Nilsson
2007-02-12[PATCH] spi_bitbang(): use overridable setup_transfer() methodHans-Peter Nilsson
2007-02-07Revert "Driver core: convert SPI code to use struct device"Greg Kroah-Hartman
2007-02-07Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-05-16[PATCH] SPI: spi_bitbang: clocking fixesDavid Brownell
2006-05-16[PATCH] SPI: devices can require LSB-first encodingsDavid Brownell
2006-05-16[PATCH] SPI: Renamed bitbang_transfer_setup to spi_bitbang_setup_transfer and...Kumar Gala
2006-05-16[PATCH] SPI: per-transfer overrides for wordsize and clockingImre Deak
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool
2006-01-13[PATCH] spi: add spi_bitbang driverDavid Brownell