aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-31spi kerneldoc updateDavid Brownell1-1/+57
2007-07-31spidev supports more communications modesAnton Vorontsov1-0/+4
2007-07-31SPI loopback mode definitionAnton Vorontsov1-0/+1
2007-07-18Input: ads7846 - re-check pendown status before reporting eventsSemih Hazar1-0/+6
2007-07-18Input: ads7846 - introduce sample settling delaySemih Hazar1-0/+8
2007-07-17SPI: tle620x power switch driverBen Dooks1-0/+24
2007-07-17SPI: add 3wire mode flagDavid Brownell1-0/+1
2007-07-17SPI controller drivers: check for unsupported modesDavid Brownell1-0/+1
2007-06-16spi doc updatesDavid Brownell1-7/+13
2007-05-08SPI kerneldocDavid Brownell1-31/+51
2007-05-08/dev/spidevB.C interfaceAndrea Paterniani2-0/+125
2007-05-07blackfin architectureBryan Wu1-0/+24
2007-03-16[PATCH] spi: destroy workqueue after spi_unregister_masterChris Lesiak1-1/+0
2007-02-12[PATCH] SPI eeprom driverDavid Brownell1-0/+22
2007-02-12[PATCH] SPI doc clarificationsDavid Brownell1-1/+17
2007-02-12[PATCH] SPI cleanup() method param becomes non-constHans-Peter Nilsson2-2/+2
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-10Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-1/+1
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
2007-01-18Input: ads7846 - optionally leave Vref on during differential measurementsImre Deak1-0/+2
2007-01-18Input: ads7846 - pluggable filtering logicImre Deak1-0/+10
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: Renamed bitbang_transfer_setup to spi_bitbang_setup_transfer and export itKumar Gala1-0/+2
2006-05-16[PATCH] SPI: spi whitespace fixesDavid Brownell1-12/+12
2006-05-16[PATCH] SPI: per-transfer overrides for wordsize and clockingImre Deak2-0/+14
2006-04-26Input: ads7846 - improve filtering for thumb press accuracyImre Deak1-2/+4
2006-04-11Input: ads7846 - handle IRQs that were latched during disabled IRQsImre Deak1-0/+2
2006-04-11Input: ads7846 - debouncing and rudimentary sample filteringImre Deak1-0/+3
2006-01-13[PATCH] spi: remove fastcall crapAndrew Morton1-1/+1
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool2-29/+70
2006-01-13[PATCH] spi: M25 series SPI flashMike Lavender1-0/+4
2006-01-13[PATCH] spi: add spi_bitbang driverDavid Brownell1-0/+128
2006-01-13[PATCH] spi: ads7836 uses spi_driverDavid Brownell1-1/+1
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: mtd dataflash driverDavid Brownell1-0/+27
2006-01-13[PATCH] spi: ads7846 driverDavid Brownell1-0/+18
2006-01-13[PATCH] spi: simple SPI frameworkDavid Brownell1-0/+542