aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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 branch 'master' into for-nextJiri Kosina
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
2010-11-18spi: davinci: fix EDMA CC errors at end of transfersBrian Niebuhr
2010-11-18spi: davinci: do not allocate DMA channels during SPI device setupSekhar Nori
2010-11-18spi: davinci: fix DMA event generation stoppageBrian Niebuhr
2010-11-18spi: davinci: use edma_write_slot() to setup EDMA PaRAM slotBrian Niebuhr
2010-11-18spi: davinci: always start receive DMABrian Niebuhr
2010-11-18spi: davinci: do not use temporary buffer if no transmit data providedBrian Niebuhr
2010-11-18spi: davinci: always start transmit DMABrian Niebuhr
2010-11-18spi: davinci: do not store DMA channel information per chip selectBrian Niebuhr
2010-11-18spi: davinci: remove unnecessary call to davinci_spi_setup_transfer()Brian Niebuhr
2010-11-18spi: davinci: remove unnecessary function davinci_spi_bufs_prep()Brian Niebuhr