summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* | spi: switch from printf back to debugJan Luebbe2012-09-271-1/+1
* | driver: register busJean-Christophe PLAGNIOL-VILLARD2012-09-231-0/+6
* | spi: add oftree supportSascha Hauer2012-09-141-1/+32
* | SPI: Put SPI devices on their own busSascha Hauer2012-09-141-0/+24
|/
* drivers/spi/spi.c: use DEVICE_ID_DYNAMIC when allocating a struct device_dJan Luebbe2012-05-141-0/+2
* spi: enfore default bits_per_word valuePaul Fertser2011-09-291-1/+1
* spi: let master a chance to setup device before registering itPaul Fertser2011-09-291-3/+2
* spi: make the spi devices children of the parent busSascha Hauer2011-08-171-0/+1
* spi: unregister dev if master->setup failsFranck Jullien2011-07-061-0/+1
* spi: add bits_per_word to proxy structureFranck Jullien2011-07-061-0/+1
* spi: add more spi transfer functionsHubert Feurstein2011-06-211-0/+41
* spi: add platform_data pointer to spi_board_infoHubert Feurstein2011-06-211-0/+1
* spi: dev->id is an int, not a string, fix debug outputMarc Kleine-Budde2009-11-241-1/+1
* spi: remove bogus setup of proxy deviceSascha Hauer2009-07-211-3/+2
* first (partly) running spi supportSascha Hauer2008-03-141-4/+187
* beginning of SPI supportSascha Hauer2008-03-111-0/+14