aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-26spi: bcm53xx: Add missing module informationAxel Lin1-0/+4
2014-09-26spi: bcm53xx: Fix module dependencyAxel Lin1-0/+2
2014-09-25spi/rockchip: fix bug that cause the failure to read data in DMA modeAddy Ke1-8/+7
2014-09-25spi: fsl-dspi: Remove probe info messageAlexander Stein1-1/+0
2014-09-24spi: pl022: Add support for chip select extensionAnders Berg1-1/+58
2014-09-24spi: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li1-0/+3
2014-09-24spi: dw: fix style of code in few placesAndy Shevchenko1-4/+3
2014-09-24spi: dw: introduce support of loopback modeAndy Shevchenko1-1/+4
2014-09-24spi: dw-mid: terminate ongoing transfers at exitAndy Shevchenko1-0/+4
2014-09-24spi: dw-mid: respect 8 bit modeAndy Shevchenko1-2/+2
2014-09-24spi: clps711x: Migrate to the new clk subsystemAlexander Shiyan1-32/+2
2014-09-22spi: core: Convert to dev_pm_domain_attach|detach()Ulf Hansson1-5/+7
2014-09-18spi: pl022: Add missing error check for devm_kzallocKiran Padwal1-0/+5
2014-09-18spi/pxa2xx-pci: Add support for Intel BraswellMika Westerberg1-0/+37
2014-09-18spi/pxa2xx: Don't use slave_id of dma_slave_configMika Westerberg3-32/+49
2014-09-17spi: spi-imx: add DMA supportRobin Gong1-6/+280
2014-09-16Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl', 'spi/fix/pl022', 'spi/fix/rockchip' and 'spi/fix/sirf' into spi-linusMark Brown7-26/+62
2014-09-16spi: davinci: add support for adding delay between word's transmissionsMurali Karicheri1-7/+48
2014-09-16spi: davinci: remove empty function davinci_spi_cleanupGrygorii Strashko1-5/+0
2014-09-13spi: davinci: request cs_gpio's from probeGrygorii Strashko1-9/+25
2014-09-13spi: dw: don't use mrst prefix anymoreAndy Shevchenko1-17/+15
2014-09-13Merge branch 'topic/checkpatch' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-dwMark Brown9-13/+36
2014-09-13spi: dw-mid: remove FSF address and update copyrightAndy Shevchenko1-5/+1
2014-09-13spi: dw-mid: remove redundant dmac memberAndy Shevchenko2-5/+8
2014-09-13spi: dw-mid: remove Moorestown supportAndy Shevchenko2-6/+4
2014-09-13spi: dw-mid: check that DMA was inited before exitAndy Shevchenko1-0/+2
2014-09-13spi: dw: remove FSF addressAndy Shevchenko2-7/+3
2014-09-09spi/pl022: Fix error messageRoland Stigge1-1/+1
2014-09-04spi/rockchip: Don't warn if SPI is busy but disabledDoug Anderson1-1/+2
2014-09-04spi/rockchip: Fix the wait_for_idle() timeoutDoug Anderson1-1/+1
2014-09-04spi: sirf: cleanup the indentation of marcosQipan Li1-8/+8
2014-09-04spi: sirf: add fifo reset/start for cmd transferQipan Li1-0/+2
2014-09-04spi: sirf: fix 'cmd_transfer' function typosQipan Li1-4/+3
2014-09-04spi: sirf: enable RX_IO_DMA_INT interruptQipan Li1-1/+2
2014-09-04spi: sirf: correct spi gpio and hardware chipselect behaviourQipan Li1-53/+33
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