aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/spi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16spi doesn't need class_deviceTony Jones1-6/+6
2007-07-31spi kerneldoc updateDavid Brownell1-1/+57
2007-07-31SPI loopback mode definitionAnton Vorontsov1-0/+1
2007-07-17SPI: add 3wire mode flagDavid Brownell1-0/+1
2007-06-16spi doc updatesDavid Brownell1-7/+13
2007-05-08SPI kerneldocDavid Brownell1-31/+51
2007-02-12[PATCH] SPI doc clarificationsDavid Brownell1-1/+17
2007-02-12[PATCH] SPI cleanup() method param becomes non-constHans-Peter Nilsson1-1/+1
2007-02-12[PATCH] spi: remove return in spi_unregister_driver()Ben Dooks1-4/+2
2007-02-12[PATCH] spi: add spi_set_drvdata() and spi_get_drvdata()Ben Dooks1-0/+11
2007-02-07Revert "Driver core: convert SPI code to use struct device"Greg Kroah-Hartman1-5/+5
2007-02-07Driver core: convert SPI code to use struct deviceGreg Kroah-Hartman1-5/+5
2006-12-30[PATCH] SPI: define null tx_buf to mean "shift out zeroes"David Brownell1-1/+1
2006-06-28[PATCH] SPI: infrastructure to initialize spi_device.mode earlyDavid Brownell1-1/+5
2006-05-16[PATCH] SPI: busnum == 0 needs to workDavid Brownell1-3/+3
2006-05-16[PATCH] SPI: devices can require LSB-first encodingsDavid Brownell1-2/+5
2006-05-16[PATCH] SPI: spi whitespace fixesDavid Brownell1-12/+12
2006-05-16[PATCH] SPI: per-transfer overrides for wordsize and clockingImre Deak1-0/+8
2006-01-13[PATCH] spi: remove fastcall crapAndrew Morton1-1/+1
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool1-29/+63
2006-01-13[PATCH] SPI core tweaks, bugfixDavid Brownell1-6/+69
2006-01-13[PATCH] spi: add spi_driver to SPI frameworkDavid Brownell1-23/+52
2006-01-13[PATCH] spi: simple SPI frameworkDavid Brownell1-0/+542