summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
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-24spi/pl022: convert running variableLinus Walleij1-14/+10
2010-12-24spi/pl022: convert busy flag to a boolLinus Walleij1-4/+4
2010-12-24spi/pl022: pass the returned sglen to the DMA engineLinus Walleij1-7/+7
2010-12-24spi/pl022: map the buffers on the DMA engineLinus Walleij1-6/+6
2010-12-24spi/topcliff_pch: Fix data transfer issueTomoya MORINAGA1-4/+4
2010-12-24spi/imx: remove autodetectionUwe Kleine-König1-28/+2
2010-12-23drivers/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-15dw_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
2010-11-30atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer'Jean-Christophe PLAGNIOL-VILLARD1-1/+5
2010-11-26spi/pxa2xx: register driver properlySebastian Andrzej Siewior1-3/+4
2010-11-18spi: davinci: kconfig: add manufacturer name to prompt stringSekhar Nori1-2/+5
2010-11-18spi: davinci: shorten variable namesSekhar Nori1-211/+198
2010-11-18spi: davinci: remove unnecessary private data member 'region_size'Sekhar Nori1-7/+6
2010-11-18spi: davinci: add EF Johnson Technologies copyrightBrian Niebuhr1-0/+1
2010-11-18spi: davinci: add additional commentsBrian Niebuhr1-0/+7
2010-11-18spi: davinci: setup the driver ownerBrian Niebuhr1-1/+4
2010-11-18spi: davinci: enable and power-up SPI only when requiredBrian Niebuhr1-2/+6
2010-11-18spi: davinci: remove non-useful "clk_internal" platform dataBrian Niebuhr1-8/+1
2010-11-18spi: davinci: let DMA operation be specified on per-device basisBrian Niebuhr1-187/+155
2010-11-18spi: davinci: remove usage of additional completion variables for DMABrian Niebuhr1-35/+23
2010-11-18spi: davinci: handle DMA completion errors correctlyBrian Niebuhr1-27/+36
2010-11-18spi: davinci: fix EDMA CC errors at end of transfersBrian Niebuhr1-3/+25
2010-11-18spi: davinci: do not allocate DMA channels during SPI device setupSekhar Nori1-102/+51
2010-11-18spi: davinci: fix DMA event generation stoppageBrian Niebuhr1-15/+3
2010-11-18spi: davinci: use edma_write_slot() to setup EDMA PaRAM slotBrian Niebuhr1-15/+19
2010-11-18spi: davinci: always start receive DMABrian Niebuhr1-28/+42
2010-11-18spi: davinci: do not use temporary buffer if no transmit data providedBrian Niebuhr1-31/+21
2010-11-18spi: davinci: always start transmit DMABrian Niebuhr1-13/+9
2010-11-18spi: davinci: do not store DMA channel information per chip selectBrian Niebuhr1-29/+18
2010-11-18spi: davinci: remove unnecessary call to davinci_spi_setup_transfer()Brian Niebuhr1-8/+3
2010-11-18spi: davinci: remove unnecessary function davinci_spi_bufs_prep()Brian Niebuhr1-43/+21
2010-11-18spi: davinci: configure the invariable bits in spipc0 only onceBrian Niebuhr1-3/+5
2010-11-18spi: davinci: add support for interrupt modeBrian Niebuhr1-30/+115
2010-11-18spi: davinci: simplify poll mode transfersBrian Niebuhr1-55/+41
2010-11-18spi: davinci: remove non-useful interrupt mode supportBrian Niebuhr1-107/+19