summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2014-05-02spi: core: Protect DMA code by #ifdef CONFIG_HAS_DMAGeert Uytterhoeven1-44/+65
2014-04-29spi: topcliff-pch: remove unnecessary OOM messagesJingoo Han1-4/+1
2014-04-29spi: tle62x0: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-29spi: sh-msiof: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-29spi: s3c64xx: remove unnecessary OOM messagesJingoo Han1-4/+1
2014-04-29spi: s3c24xx: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-04-29spi: pxa2xx: remove unnecessary OOM messagesJingoo Han1-8/+2
2014-04-29spi: pl022: remove unnecessary OOM messagesJingoo Han1-10/+3
2014-04-24spi: dw: add support for gpio controlled chip selectBaruch Siach3-11/+45
2014-04-24spi: dw: migrate to generic queue infrastructureBaruch Siach2-176/+15
2014-04-23Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bfin5xx', 'spi/fix/h...Mark Brown4-5/+23
2014-04-18spi: core: Ignore unsupported Dual/Quad Transfer Mode bitsGeert Uytterhoeven1-1/+10
2014-04-18spi/pxa2xx-pci: Add PCI mode support for BayTrail LPSS SPIChew, Chiau Ee1-15/+61
2014-04-18spi: atmel: Fix scheduling while atomic bugAlexander Stein1-0/+3
2014-04-16spi: fsl-espi: Configure FSL eSPI CSBEF and CSAFTJane Wan1-4/+30
2014-04-15spi: sirf: refactor spi transfer functionsQipan Li1-109/+123
2014-04-15spi: cadence: Add dependency on ARMHarini Katakam1-1/+1
2014-04-14spi: sh-hspi: Do not specifically request shyway_clk clockSimon Horman1-2/+2
2014-04-14spi: sirf: fix spi full-duplex DMA transferring issueQipan Li1-2/+5
2014-04-14spi: sirf: fix line over 80 characters style issueQipan Li1-19/+32
2014-04-14spi: sirf: make GPIO chipselect function work wellQipan Li1-1/+10
2014-04-14spi: sirf: set SPI controller in RISC IO chipselect modeQipan Li1-0/+5
2014-04-14spi: sirf: correct TXFIFO empty interrupt status bitQipan Li1-2/+2
2014-04-14spi: Add driver for Cadence SPI controllerHarini Katakam3-0/+681
2014-04-14spi: bfin5xx: fix build errorSteven Miao1-0/+1
2014-04-14spi: spi-adi-v3: convert to use common clk frameworkScott Jiang1-6/+7
2014-04-14spi: convert spi-bfin-v3.c to a multiplatform driverScott Jiang3-203/+223
2014-04-14spi: Remove unneeded include of linux/workqueue.hAxel Lin12-12/+0
2014-04-14spi: s3c24xx: Convert to use devm_kzallocAxel Lin1-7/+3
2014-04-14spi: fsl-spi: Fix memory leakAxel Lin1-1/+1
2014-04-14spi: fsl: Kill mpc8xxx_spi_cleanup and convert fsl_espi_setup to use devm_kza...Axel Lin3-8/+1
2014-04-14spi: add "spi-lsb-first" to devicetreeZhao Qiang1-0/+2
2014-04-14spi: core: Increase timeout valueHarini Katakam1-1/+1
2014-04-14spi: atmel: Make current_remaining_bytes to be intAxel Lin1-1/+3
2014-04-11Merge tag 'spi-v3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-27/+28
2014-04-10Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/...Mark Brown9-27/+28
2014-04-08spi: qup: Depend on ARCH_QCOMPaul Bolle1-1/+1
2014-04-03spi: omap2-mcspi: Convert to use devm_kcallocAxel Lin1-17/+9
2014-04-03spi: Always check complete callback before calling itAxel Lin7-9/+18
2014-04-02Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/u...Linus Torvalds1-0/+9
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle6-17/+35
2014-03-30Merge remote-tracking branches 'spi/topic/xilinx' and 'spi/topic/xtfpga' into...Mark Brown4-20/+190
2014-03-30Merge remote-tracking branches 'spi/topic/sunxi', 'spi/topic/tegra114', 'spi/...Mark Brown11-459/+1005
2014-03-30Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sc18is602', 's...Mark Brown8-507/+324
2014-03-30Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', ...Mark Brown10-487/+1461
2014-03-30Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Mark Brown30-146/+29
2014-03-30Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi...Mark Brown12-124/+111
2014-03-30Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...Mark Brown20-289/+175
2014-03-30Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/to...Mark Brown12-70/+30
2014-03-30Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown2-108/+279