summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-07-2257-1299/+1787
|\
| * spi/imx: add device tree probe supportShawn Guo2011-07-141-7/+31
| * spi/imx: copy gpio number passed by platform data into driver private dataShawn Guo2011-07-141-5/+7
| * spi/imx: use soc name in spi device type naming schemeShawn Guo2011-07-142-111/+109
| * spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4Shawn Guo2011-07-142-56/+19
| * spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macroShawn Guo2011-07-141-53/+53
| * spi/imx: use mx21 to name SPI_IMX_VER_0_0 function and macroShawn Guo2011-07-141-31/+31
| * spi/imx: do not make copy of spi_imx_devtype_dataShawn Guo2011-07-141-12/+12
| * spi/dw: Add spi number into spi irq descLiu, ShuoX2011-07-082-1/+4
| * spi/tegra: Use engineering names in DT compatible propertyStephen Warren2011-07-051-1/+1
| * spi/fsl_spi: fix CPM spi driverHolger Brunck2011-07-051-17/+11
| * spi: remove obsolete spi-s3c24xx-gpio driverPeter Korsgaard2011-07-043-211/+0
| * spi/bfin_spi: uninline fat queue funcsMike Frysinger2011-06-171-4/+4
| * spi/bfin_spi: constify pin arrayMike Frysinger2011-06-171-1/+1
| * spi/bfin_spi: use structs for accessing hardware regsMike Frysinger2011-06-171-124/+84
| * Merge branch 'spi/merge' into spi/nextGrant Likely2011-06-172-3/+5
| |\
| * | spi/topcliff-pch: Support new device ML7223 IOHTomoya MORINAGA2011-06-161-1/+4
| * | spi/pl022: strengthen FIFO watermark level checksLinus Walleij2011-06-161-4/+44
| * | spi/pl022: support runtime PMRabin Vincent2011-06-161-0/+6
| * | spi/pl022: initialize burstsize from FIFO trigger levelLinus Walleij2011-06-161-2/+53
| * | gpio/tegra: Move Tegra gpio driver to drivers/gpioGrant Likely2011-06-151-0/+12
| * | spi: Convert uses of struct resource * to resource_size(ptr)Joe Perches2011-06-105-14/+14
| * | Merge branch 'ep93xx-dma' into spi/nextGrant Likely2011-06-091-12/+291
| |\ \
| | * | spi/ep93xx: add DMA supportMika Westerberg2011-06-081-12/+291
| * | | spi/topcliff_pch: DMA supportTomoya MORINAGA2011-06-081-106/+488
| * | | spi/topcliff_pch: support new device ML7213 IOHTomoya MORINAGA2011-06-082-280/+312
| * | | spi: reorganize driversGrant Likely2011-06-0657-289/+239
| * | | spi/bitbang: initialize bits_per_word as specified by spi messageAnatolij Gustschin2011-06-031-3/+3
| |/ /
* | / spi/s3c64xx: Bug fix for SPI with different FIFO levelPadmavathi Venna2011-07-061-3/+1
| |/ |/|
* | spi/bfin_spi: fix handling of default bits per word settingMike Frysinger2011-06-171-3/+4
* | spi-pl022: Add missing return value updateVirupax Sadashivpetimath2011-06-131-0/+1
|/
* spi/omap2: fix uninitialized variableGovindraj.R2011-06-031-1/+1
* spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin SPORT peripheralCliff Cai2011-05-273-0/+962
* spi/tle620x: add missing device_remove_file()Axel Lin2011-05-261-1/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2011-05-261-2/+1
|\
| * mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz2011-05-261-2/+1
* | Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-05-269-159/+96
|\ \ | |/ |/|
| * spi/amba-pl022: work in polling or interrupt mode if pl022_dma_probe failsViresh Kumar2011-05-201-5/+6
| * spi/spi_s3c24xx: Use spi_bitbang_stop instead of spi_unregister_master in s3c...Axel Lin2011-05-201-1/+1
| * spi/spi_nuc900: Use spi_bitbang_stop instead of spi_unregister_master in nuc9...Axel Lin2011-05-201-1/+1
| * spi/spi_tegra: use spi_unregister_master() instead of spi_master_put()Axel Lin2011-05-201-1/+1
| * spi/spi_sh: use spi_unregister_master instead of spi_master_put in remove pathAxel Lin2011-05-201-1/+1
| * spi: Use void pointers for data in simple SPI I/O operationsMark Brown2011-05-201-2/+2
| * spi/pl022: use cpu_relax in the busy loopLinus Walleij2011-05-201-0/+1
| * spi/pl022: mark driver non-experimentalLinus Walleij2011-05-201-2/+2
| * spi/pl022: timeout on polled transfer v2Magnus Templing2011-05-201-8/+15
| * Merge commit 'v2.6.39' into spi/nextGrant Likely2011-05-209-21/+21
| |\
| * | spi/dw_spi: improve the interrupt mode with the batch opsAlek Du2011-03-301-47/+16
| * | spi/dw_spi: change poll mode transfer from byte ops to batch opsAlek Du2011-03-301-23/+48
| * | spi/dw_spi: remove the un-necessary flush()Alek Du2011-03-301-14/+1