summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2011-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2011-01-07Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2011-01-07spi/omap: Fix DMA API usage in OMAP MCSPI driverRussell King - ARM Linux
2011-01-07spi/imx: correct the test on platform_get_irq() return valueRichard Genoud
2010-12-31spi/topcliff: Typo fix threhold to thresholdJustin P. Mattock
2010-12-30spi/dw_spi Typo change diable to disable.Justin P. Mattock
2010-12-29spi/m68knommu: Coldfire QSPI platform supportJate Sujjavanich
2010-12-29spi/fsl_espi: change the read behaviour of the SPIRFMingkai Hu
2010-12-29spi/omap2_mcspi.c: Force CS to be in inactive state after off-mode transitionGregory CLEMENT
2010-12-29Merge branch 'spi' of git://git.linutronix.de/users/bigeasy/soda into spi/nextGrant Likely
2010-12-29Merge branch 'for-grant' of git://arago-project.org/git/projects/linux-davinc...Grant Likely
2010-12-25spi / PM: Support dev_pm_opsMark Brown
2010-12-24Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-12-24spi/mpc52xx-psc-spi: move probe/remove to proper sectionsWolfram Sang
2010-12-24spi/mpc52xx-spi: fix annotation for remove()-pointerWolfram Sang
2010-12-24spi/fsl_espi: fix wrong setting of the address in the command bufferMingkai Hu
2010-12-24spi/fsl_espi: change the read behaviour of the SPIRFMingkai Hu
2010-12-24spi/dw_spi: add DMA supportFeng Tang
2010-12-24spi/dw_spi: change to EXPORT_SYMBOL_GPL for exported APIsFeng Tang
2010-12-24spi/dw_spi: Fix too short timeout in spi polling loopFeng Tang
2010-12-23spi/pl022: convert running variableLinus Walleij
2010-12-23spi/pl022: convert busy flag to a boolLinus Walleij
2010-12-23spi/pl022: pass the returned sglen to the DMA engineLinus Walleij
2010-12-23spi/pl022: map the buffers on the DMA engineLinus Walleij
2010-12-23spi/topcliff_pch: Fix data transfer issueTomoya MORINAGA
2010-12-23spi/imx: remove autodetectionUwe Kleine-König
2010-12-22drivers/spi/spi.c: don't release the spi device twiceSebastian Andrzej Siewior
2010-12-22Merge commit 'v2.6.37-rc7' into spi/nextGrant Likely
2010-12-14dw_spi: Fix missing final read in some polling situationsMajor Lee
2010-12-02spi/pxa2xx: pass of_node to spi device and set a parent deviceSebastian Andrzej Siewior
2010-12-02spi/pxa2xx: Modify RX-Tresh instead of busy-loop for the remaining RX bytes.Sebastian Andrzej Siewior
2010-12-02spi/pxa2xx: Add chipselect support for SodavilleSebastian Andrzej Siewior
2010-12-01spi/pxa2xx: Consider CE4100's FIFO depthSebastian Andrzej Siewior
2010-12-01spi/pxa2xx: Add CE4100 supportSebastian Andrzej Siewior
2010-12-01arm/pxa2xx: reorgazine SSP and SPI header filesSebastian Andrzej Siewior
2010-12-01spi/pxa2xx: Use define for SSSR_TFL_MASK instead of plain numbersSebastian Andrzej Siewior
2010-12-01spi/pxa2xx: add support for shared IRQ handlerSebastian Andrzej Siewior
2010-11-30atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer'Jean-Christophe PLAGNIOL-VILLARD
2010-11-26spi/pxa2xx: register driver properlySebastian Andrzej Siewior
2010-11-18spi: davinci: kconfig: add manufacturer name to prompt stringSekhar Nori
2010-11-18spi: davinci: shorten variable namesSekhar Nori
2010-11-18spi: davinci: remove unnecessary private data member 'region_size'Sekhar Nori
2010-11-18spi: davinci: add EF Johnson Technologies copyrightBrian Niebuhr
2010-11-18spi: davinci: add additional commentsBrian Niebuhr
2010-11-18spi: davinci: setup the driver ownerBrian Niebuhr
2010-11-18spi: davinci: enable and power-up SPI only when requiredBrian Niebuhr
2010-11-18spi: davinci: remove non-useful "clk_internal" platform dataBrian Niebuhr
2010-11-18spi: davinci: let DMA operation be specified on per-device basisBrian Niebuhr
2010-11-18spi: davinci: remove usage of additional completion variables for DMABrian Niebuhr
2010-11-18spi: davinci: handle DMA completion errors correctlyBrian Niebuhr