aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-15spi/pxa2xx pci: fix the release - remove raceSebastian Andrzej Siewior1-40/+21
2011-01-21spi/spi_sh_msiof: fix wrong address calculation, which leads to an OopsGuennadi Liakhovetski1-2/+4
2011-01-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds3-0/+301
2011-01-18SPI: Add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCsGabor Juhos3-0/+301
2011-01-17spi/spi_sh_msiof: fix a wrong free_irq() parameterGuennadi Liakhovetski1-1/+1
2011-01-14spi/amba-pl022: fixing compilation warning.Viresh Kumar1-1/+1
2011-01-14Merge branch 'devicetree/next' into spi/nextGrant Likely2-3/+3
2011-01-14spi: Enable SPI driver for S5P6440 and S5P6450Abhilash Kesavan1-2/+2
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2011-01-12spi/imx: Add i.MX53 supportYong Shen2-2/+8
2011-01-11spi/dw_spi: don't treat NULL clk as an errorJamie Iles1-2/+3
2011-01-10spi: tegra: don't treat NULL clk as an errorJamie Iles1-1/+1
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-8/+84
2011-01-07Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds18-1265/+1327
2011-01-07spi/omap: Fix DMA API usage in OMAP MCSPI driverRussell King - ARM Linux1-8/+3
2011-01-07spi/imx: correct the test on platform_get_irq() return valueRichard Genoud1-1/+1
2010-12-31spi/topcliff: Typo fix threhold to thresholdJustin P. Mattock1-2/+2
2010-12-30spi/dw_spi Typo change diable to disable.Justin P. Mattock1-1/+1
2010-12-29spi/m68knommu: Coldfire QSPI platform supportJate Sujjavanich1-1/+1
2010-12-29spi/fsl_espi: change the read behaviour of the SPIRFMingkai Hu1-3/+16
2010-12-29spi/omap2_mcspi.c: Force CS to be in inactive state after off-mode transitionGregory CLEMENT1-0/+39
2010-12-29Merge branch 'spi' of git://git.linutronix.de/users/bigeasy/soda into spi/nextGrant Likely4-61/+344
2010-12-29Merge branch 'for-grant' of git://arago-project.org/git/projects/linux-davinci into spi/nextGrant Likely2-781/+540
2010-12-25spi / PM: Support dev_pm_opsMark Brown1-8/+84
2010-12-24Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-11/+26
2010-12-24spi/mpc52xx-psc-spi: move probe/remove to proper sectionsWolfram Sang1-20/+15
2010-12-24spi/mpc52xx-spi: fix annotation for remove()-pointerWolfram Sang1-1/+1
2010-12-24spi/fsl_espi: fix wrong setting of the address in the command bufferMingkai Hu1-7/+9
2010-12-24spi/fsl_espi: change the read behaviour of the SPIRFMingkai Hu1-3/+16
2010-12-24spi/dw_spi: add DMA supportFeng Tang5-19/+264
2010-12-24spi/dw_spi: change to EXPORT_SYMBOL_GPL for exported APIsFeng Tang1-4/+4
2010-12-24spi/dw_spi: Fix too short timeout in spi polling loopFeng Tang1-3/+6
2010-12-23spi/pl022: convert running variableLinus Walleij1-14/+10
2010-12-23spi/pl022: convert busy flag to a boolLinus Walleij1-4/+4
2010-12-23spi/pl022: pass the returned sglen to the DMA engineLinus Walleij1-7/+7
2010-12-23spi/pl022: map the buffers on the DMA engineLinus Walleij1-6/+6
2010-12-23spi/topcliff_pch: Fix data transfer issueTomoya MORINAGA1-4/+4
2010-12-23spi/imx: remove autodetectionUwe Kleine-König1-28/+2
2010-12-22drivers/spi/spi.c: don't release the spi device twiceSebastian Andrzej Siewior1-2/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina4-52/+79
2010-12-22Merge commit 'v2.6.37-rc7' into spi/nextGrant Likely2-1/+10
2010-12-14dw_spi: Fix missing final read in some polling situationsMajor Lee1-0/+5
2010-12-02spi/pxa2xx: pass of_node to spi device and set a parent deviceSebastian Andrzej Siewior1-0/+4
2010-12-02spi/pxa2xx: Modify RX-Tresh instead of busy-loop for the remaining RX bytes.Sebastian Andrzej Siewior1-17/+39
2010-12-02spi/pxa2xx: Add chipselect support for SodavilleSebastian Andrzej Siewior1-25/+68
2010-12-01spi/pxa2xx: Consider CE4100's FIFO depthSebastian Andrzej Siewior1-2/+0
2010-12-01spi/pxa2xx: Add CE4100 supportSebastian Andrzej Siewior4-6/+210
2010-12-01arm/pxa2xx: reorgazine SSP and SPI header filesSebastian Andrzej Siewior1-3/+1
2010-12-01spi/pxa2xx: Use define for SSSR_TFL_MASK instead of plain numbersSebastian Andrzej Siewior1-4/+4
2010-12-01spi/pxa2xx: add support for shared IRQ handlerSebastian Andrzej Siewior1-1/+14