summaryrefslogtreecommitdiff
path: root/drivers/spi (unfollow)
Commit message (Expand)Author
2014-06-02spi: rspi: Extract rspi_common_transfer()Geert Uytterhoeven
2014-06-02spi: rspi: Add DMA support for RSPI on RZ/A1HGeert Uytterhoeven
2014-06-02spi: rspi: Add DMA support for QSPI on R-Car Gen2Geert Uytterhoeven
2014-06-02spi: rspi: Absorb rspi_rz_transfer_out_in() into rspi_rz_transfer_one()Geert Uytterhoeven
2014-06-02spi: rspi: Merge rspi_*_dma() into rspi_dma_transfer()Geert Uytterhoeven
2014-06-02spi: rspi: Pass sg_tables instead of spi_tranfer to rspi_*_dma()Geert Uytterhoeven
2014-06-02spi: rspi: Move RSPI-specific setup out of DMA routinesGeert Uytterhoeven
2014-06-02spi: rspi: Use SPI core DMA mapping frameworkGeert Uytterhoeven
2014-06-02spi: rspi: SPI DMA core needs both RX and TX DMA to functionGeert Uytterhoeven
2014-06-02spi: rspi: Remove unneeded resource test in DMA setupGeert Uytterhoeven
2014-06-02spi: rspi: Extract rspi_request_dma_chan()Geert Uytterhoeven
2014-06-02spi: rspi: Don't consider DMA configuration failures fatalGeert Uytterhoeven
2014-06-02spi: rspi: Extract rspi_pio_transfer()Geert Uytterhoeven
2014-06-02spi: rspi: Use core SPI_MASTER_MUST_[RT]X handlingGeert Uytterhoeven
2014-06-02spi: rspi: Remove unused 16-bit DMA supportGeert Uytterhoeven
2014-06-02spi: rspi: Do not call rspi_receive_init() for TX-onlyGeert Uytterhoeven
2014-06-02spi: rspi: Extract rspi_wait_for_{tx_empty,rx_full}()Geert Uytterhoeven
2014-06-01spi/pxa2xx: fix runtime PM enabling orderAntonio Ospite
2014-05-26spi/fsl-espi: fix rx_buf in fsl_espi_cmd_trans()/fsl_espi_rw_trans()Valentin Longchamp
2014-05-26spi: core: Ignore unsupported spi-[tr]x-bus-width property valuesGeert Uytterhoeven
2014-05-26spi: rspi: Round up division to avoid slave overclockingGeert Uytterhoeven
2014-05-20spi: sirf: decrease the interrupt count and latency of PIO modeQipan Li
2014-05-16spi/topcliff-pch: Fix Kconfig dependenciesJean Delvare
2014-05-14spi: qup: Correct selection of FIFO/Block modeAndy Gross
2014-05-12spi/pxa2xx: Prevent DMA from transferring too many bytesMika Westerberg
2014-05-12spi: dw: Remove unused dw_spi_cleanup functionAxel Lin
2014-05-07spi: tegra20-slink: Make of_device_id array constJingoo Han
2014-05-07spi: tegra20-sflash: Make of_device_id array constJingoo Han
2014-05-07spi: tegra114: Make of_device_id array constJingoo Han
2014-05-07spi: qup: Make of_device_id array constJingoo Han
2014-05-07spi: spi-gpio: Make of_device_id array constJingoo Han
2014-05-07spi: fsl-dspi: Make of_device_id array constJingoo Han
2014-05-07spi: atmel: fix incorrect comparisonAlexandre Belloni
2014-05-03spi: core: Don't destroy master queue if we fail to create itMark Brown
2014-05-03spi: qup: Fix return value checking for pm_runtime_get_sync()Axel Lin
2014-05-02spi: core: Protect DMA code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven
2014-04-29spi: topcliff-pch: remove unnecessary OOM messagesJingoo Han
2014-04-29spi: tle62x0: remove unnecessary OOM messagesJingoo Han
2014-04-29spi: sh-msiof: remove unnecessary OOM messagesJingoo Han
2014-04-29spi: s3c64xx: remove unnecessary OOM messagesJingoo Han
2014-04-29spi: s3c24xx: remove unnecessary OOM messagesJingoo Han
2014-04-29spi: pxa2xx: remove unnecessary OOM messagesJingoo Han
2014-04-29spi: pl022: remove unnecessary OOM messagesJingoo Han
2014-04-24spi: dw: add support for gpio controlled chip selectBaruch Siach
2014-04-24spi: dw: migrate to generic queue infrastructureBaruch Siach
2014-04-18spi: core: Ignore unsupported Dual/Quad Transfer Mode bitsGeert Uytterhoeven
2014-04-18spi/pxa2xx-pci: Add PCI mode support for BayTrail LPSS SPIChew, Chiau Ee
2014-04-18spi: atmel: Fix scheduling while atomic bugAlexander Stein
2014-04-16spi: fsl-espi: Configure FSL eSPI CSBEF and CSAFTJane Wan
2014-04-15spi: sirf: refactor spi transfer functionsQipan Li