summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | spi: dw-pci: remove FSF address and update copyrightAndy Shevchenko2014-09-011-5/+1Star
| | | * | | | | | spi: dw-pci: provide platform specific data via driver_dataAndy Shevchenko2014-09-011-6/+14
| | | * | | | | | spi: dw-pci: convert to use dev_pm_opsAndy Shevchenko2014-09-011-22/+11Star
| | | * | | | | | spi: dw-pci: apply pci_bar and re-use pci_nameAndy Shevchenko2014-09-011-1/+1
| | | * | | | | | spi: dw-pci: move info message at the end of probeAndy Shevchenko2014-09-011-3/+3
| | |/ / / / / /
| * | | | | | | spi: davinci: add support for adding delay between word's transmissionsMurali Karicheri2014-09-161-7/+48
| | | | | | | |
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
*-----. \ \ \ \ \ \ \ Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi...Mark Brown2014-10-0315-46/+418
|\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / | | | |/| | | | | | |
| | | | * | | | | | | spi: clps711x: Migrate to the new clk subsystemAlexander Shiyan2014-09-241-32/+2Star
| | | | | |/ / / / / | | | | |/| | | | |
| | | * | | | | | | spi: txx9: Fix checkpatch issueJingoo Han2014-09-031-0/+2
| | | * | | | | | | spi: tegra20-sflash: Fix checkpatch issueJingoo Han2014-09-031-1/+2
| | | * | | | | | | spi: tegra114: Fix checkpatch issueJingoo Han2014-09-031-0/+9
| | | * | | | | | | spi: orion: Fix checkpatch issueJingoo Han2014-09-031-2/+3
| | | * | | | | | | spi: dw: Fix checkpatch issueJingoo Han2014-09-031-7/+9
| | | * | | | | | | spi: davinci: Fix checkpatch issueJingoo Han2014-09-031-2/+6
| | | * | | | | | | spi: spi-mxs: Fix checkpatch issueJingoo Han2014-09-021-1/+3
| | | * | | | | | | spi: xtensa-xtfpga: Fix checkpatch issueJingoo Han2014-09-021-0/+1
| | | * | | | | | | spi: ep93xx: Fix checkpatch issueJingoo Han2014-09-021-0/+1
| | | |/ / / / / /
| | * / / / / / / spi: cadence: Remove .owner field for driverMichal Simek2014-08-171-1/+0Star
| | |/ / / / / /
| * | | | | | | spi: bcm53xx: Add missing module informationAxel Lin2014-09-261-0/+4
| * | | | | | | spi: bcm53xx: Fix module dependencyAxel Lin2014-09-261-0/+2
| * | | | | | | spi: bcm53xx: make local symbol staticJingoo Han2014-08-291-1/+1
| * | | | | | | spi: bcm53xx: driver for SPI controller on Broadcom bcma SoCRafał Miłecki2014-08-194-0/+374
| |/ / / / / /
* | | | | | | Merge remote-tracking branch 'spi/topic/dma-dep' into spi-nextMark Brown2014-10-031-2/+5
|\ \ \ \ \ \ \
| * | | | | | | spi/drivers: Restrict COMPILE_TEST by HAS_DMA where neededGeert Uytterhoeven2014-08-311-2/+5
| |/ / / / / /
* | | | | | | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2014-10-031-17/+28
|\ \ \ \ \ \ \
| * | | | | | | spi: Fix possible ZERO_SIZE_PTR pointer dereferencing error.Xiubo Li2014-09-241-0/+3
| * | | | | | | spi: Only call transfer_one() if we have buffers to transferMark Brown2014-08-191-18/+26
| |/ / / / / /
* | | | | | | Merge remote-tracking branch 'spi/fix/rockchip' into spi-linusMark Brown2014-10-031-8/+7Star
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | spi/rockchip: fix bug that cause the failure to read data in DMA modeAddy Ke2014-09-251-8/+7Star
| |/ / / / /
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---------. \ \ \ \ \ Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl'...Mark Brown2014-09-177-26/+62
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| | | | | | * | | | spi: sirf: add fifo reset/start for cmd transferQipan Li2014-09-051-0/+2
| | | | | | * | | | spi: sirf: enable RX_IO_DMA_INT interruptQipan Li2014-09-041-1/+2
| | | | | | |/ / /
| | | | | * | | | spi/rockchip: Don't warn if SPI is busy but disabledDoug Anderson2014-09-051-1/+2
| | | | | * | | | spi/rockchip: Fix the wait_for_idle() timeoutDoug Anderson2014-09-051-1/+1
| | | | | |/ / /
| | | | * / / / spi/pl022: Fix error messageRoland Stigge2014-09-091-1/+1
| | | | |/ / /
| | | * / / / spi: fsl: Don't use devm_kzalloc in master->setup callbackAxel Lin2014-09-012-6/+19
| | | |/ / /
| | * / / / spi: dw: Don't use devm_kzalloc in master->setup callbackAxel Lin2014-09-011-2/+10
| | |/ / /
| * | | | spi: davinci: remove empty function davinci_spi_cleanupGrygorii Strashko2014-09-161-5/+0Star
| * | | | spi: davinci: request cs_gpio's from probeGrygorii Strashko2014-09-131-9/+25
| |/ / /
* | | | Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linusMark Brown2014-08-311-2/+2
|\ \ \ \
| * | | | spi: sh-msiof: Fix transmit-only DMA transfersGeert Uytterhoeven2014-08-311-2/+2
| | |_|/ | |/| |
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------------. \ \ \ Merge remote-tracking branches 'spi/fix/au1550', 'spi/fix/davinci', 'spi/fix/...Mark Brown2014-08-309-49/+76
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | / | | | | | | | | | |/ | | | | | | | | |/|
| | | | | | | | * | spi: rspi: Fix leaking of unused DMA descriptorsGeert Uytterhoeven2014-08-171-36/+58
| | | | | | | | |/
| | | | | | | * | spi/rockchip: Avoid accidentally turning off the clockDoug Anderson2014-08-291-1/+1
| | | | | | | * | spi/rockchip: fixup incorrect dma direction settingAddy Ke2014-08-201-1/+1
| | | | | | | |/
| | | | | | * / spi/pxa2xx: Add ACPI ID for Intel BraswellAlan Cox2014-08-201-0/+1
| | | | | | |/
| | | | | * | spi/omap-mcspi: Fix the spi task hangs waiting dma_rxJorge A. Ventura2014-08-111-1/+2
| | | | * | | spi: dw: fix kernel crash due to NULL pointer dereferenceAndy Shevchenko2014-08-271-1/+1
| | | | * | | spi: dw-pci: fix bug when regs left uninitializedAndy Shevchenko2014-08-271-0/+2
| | | | | |/ | | | | |/|
| | | * | | spi: Add missing kerneldoc bitsThierry Reding2014-08-131-0/+1
| | | | |/ | | | |/|