aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-03spi: txx9: Fix checkpatch issueJingoo Han1-0/+2
2014-09-03spi: tegra20-sflash: Fix checkpatch issueJingoo Han1-1/+2
2014-09-03spi: tegra114: Fix checkpatch issueJingoo Han1-0/+9
2014-09-03spi: orion: Fix checkpatch issueJingoo Han1-2/+3
2014-09-03spi: dw: Fix checkpatch issueJingoo Han1-7/+9
2014-09-03spi: davinci: Fix checkpatch issueJingoo Han1-2/+6
2014-09-02spi: spi-mxs: Fix checkpatch issueJingoo Han1-1/+3
2014-09-02spi: xtensa-xtfpga: Fix checkpatch issueJingoo Han1-0/+1
2014-09-02spi: ep93xx: Fix checkpatch issueJingoo Han1-0/+1
2014-09-01spi: dw: Don't use devm_kzalloc in master->setup callbackAxel Lin1-2/+10
2014-09-01spi: dw-pci: remove FSF address and update copyrightAndy Shevchenko1-5/+1
2014-09-01spi: dw-pci: provide platform specific data via driver_dataAndy Shevchenko1-6/+14
2014-09-01spi: dw-pci: convert to use dev_pm_opsAndy Shevchenko1-22/+11
2014-09-01spi: dw-pci: apply pci_bar and re-use pci_nameAndy Shevchenko1-1/+1
2014-09-01spi: dw-pci: move info message at the end of probeAndy Shevchenko1-3/+3
2014-09-01spi: fsl: Don't use devm_kzalloc in master->setup callbackAxel Lin2-6/+19
2014-08-31spi/drivers: Restrict COMPILE_TEST by HAS_DMA where neededGeert Uytterhoeven1-2/+5
2014-08-31Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linusMark Brown1-2/+2
2014-08-31spi: sh-msiof: Fix transmit-only DMA transfersGeert Uytterhoeven1-2/+2
2014-08-30Merge remote-tracking branches 'spi/fix/au1550', 'spi/fix/davinci', 'spi/fix/doc', 'spi/fix/dw', 'spi/fix/omap-mcspi', 'spi/fix/pxa2xx', 'spi/fix/rockchip' and 'spi/fix/rspi' into spi-linusMark Brown9-49/+76
2014-08-29spi: bcm53xx: make local symbol staticJingoo Han1-1/+1
2014-08-29spi/rockchip: Avoid accidentally turning off the clockDoug Anderson1-1/+1
2014-08-28spi: sh-msiof: Add support for new R-Car Gen2 SoCsGeert Uytterhoeven1-0/+6
2014-08-28spi: rspi: Add support for new R-Car Gen2 SoCsGeert Uytterhoeven1-1/+1
2014-08-27spi: dw: fix kernel crash due to NULL pointer dereferenceAndy Shevchenko1-1/+1
2014-08-27spi: dw-pci: fix bug when regs left uninitializedAndy Shevchenko1-0/+2
2014-08-21spi: davinci: fix SPI_NO_CS functionalityGrygorii Strashko1-8/+8
2014-08-20spi/rockchip: fixup incorrect dma direction settingAddy Ke1-1/+1
2014-08-20spi/pxa2xx: Add ACPI ID for Intel BraswellAlan Cox1-0/+1
2014-08-19spi: spi-au1550: fix build failureManuel Lauss1-1/+1
2014-08-19spi/pxa2xx-pci: remove unnecessary assignmentAndy Shevchenko1-1/+0
2014-08-19spi: Only call transfer_one() if we have buffers to transferMark Brown1-18/+26
2014-08-19spi: bcm53xx: driver for SPI controller on Broadcom bcma SoCRafał Miłecki4-0/+374
2014-08-18spi: fsl-dspi: Convert to use regmap framework's endianness method.Xiubo Li1-3/+0
2014-08-16spi/pxa2xx-pci: Add common clock framework support in PCI glue layerChew, Chiau Ee2-2/+21
2014-08-16spi: xilinx: Remove .owner field for driverMichal Simek1-1/+0
2014-08-16spi: sh-msiof: Fix transmit-only DMA transfersGeert Uytterhoeven1-2/+2
2014-08-16spi: sh-msiof: Return early in sh_msiof_dma_once() where possibleGeert Uytterhoeven1-9/+4
2014-08-16spi: sh-msiof: Add DT support to DMA setupGeert Uytterhoeven1-7/+18
2014-08-16spi: sh-msiof: Configure DMA slave bus widthGeert Uytterhoeven1-2/+5
2014-08-16spi: rspi: Add DT support to DMA setupGeert Uytterhoeven1-14/+23
2014-08-16spi: rspi: Configure DMA slave bus width to 8 bitGeert Uytterhoeven1-2/+5
2014-08-16spi: rspi: Use devm_kasprintf()Geert Uytterhoeven1-4/+3
2014-08-16spi: rspi: Remove unneeded semicolonGeert Uytterhoeven1-1/+1
2014-08-16spi: rspi: Fix leaking of unused DMA descriptorsGeert Uytterhoeven1-36/+58
2014-08-16spi: sh-msiof: Fix leaking of unused DMA descriptorsGeert Uytterhoeven1-33/+38
2014-08-16spi: omap-100k: Remove unused definitionsNick Krause1-4/+0
2014-08-16spi: cadence: Remove .owner field for driverMichal Simek1-1/+0
2014-08-13spi: Add missing kerneldoc bitsThierry Reding1-0/+1
2014-08-11spi/omap-mcspi: Fix the spi task hangs waiting dma_rxJorge A. Ventura1-1/+2