summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* spi/rockchip: spi controller must be disabled in tx callback tooAddy Ke2014-10-171-1/+3
* spi/rockchip: fix bug that cause spi transfer timed out in DMA duplex modeAddy Ke2014-10-151-11/+23
* spi/rockchip: fix bug that case spi can't go as fast as slave requestAddy Ke2014-10-151-0/+12
* Merge remote-tracking branch 'spi/topic/xilinx' into spi-nextMark Brown2014-10-031-1/+0
|\
| * spi: xilinx: Remove .owner field for driverMichal Simek2014-08-161-1/+0
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/to...Mark Brown2014-10-036-108/+193
|\ \ \ \ \ \
| | | | | * | spi: sirf: cleanup the indentation of marcosQipan Li2014-09-041-8/+8
| | | | | * | spi: sirf: fix 'cmd_transfer' function typosQipan Li2014-09-041-4/+3
| | | | | * | spi: sirf: correct spi gpio and hardware chipselect behaviourQipan Li2014-09-041-53/+33
| | | | | |/
| | | | * | spi: sh-msiof: Add support for new R-Car Gen2 SoCsGeert Uytterhoeven2014-08-281-0/+6
| | | | * | spi: sh-msiof: Fix transmit-only DMA transfersGeert Uytterhoeven2014-08-161-2/+2
| | | | * | spi: sh-msiof: Return early in sh_msiof_dma_once() where possibleGeert Uytterhoeven2014-08-161-9/+4
| | | | * | spi: sh-msiof: Add DT support to DMA setupGeert Uytterhoeven2014-08-161-7/+18
| | | | * | spi: sh-msiof: Configure DMA slave bus widthGeert Uytterhoeven2014-08-161-2/+5
| | | * | | spi: rspi: Add support for new R-Car Gen2 SoCsGeert Uytterhoeven2014-08-281-1/+1
| | | * | | spi: rspi: Add DT support to DMA setupGeert Uytterhoeven2014-08-161-14/+23
| | | * | | spi: rspi: Configure DMA slave bus width to 8 bitGeert Uytterhoeven2014-08-161-2/+5
| | | * | | spi: rspi: Use devm_kasprintf()Geert Uytterhoeven2014-08-161-4/+3
| | | * | | spi: rspi: Remove unneeded semicolonGeert Uytterhoeven2014-08-161-1/+1
| | * | | | spi/pxa2xx-pci: remove unnecessary assignmentAndy Shevchenko2014-08-191-1/+0
| | * | | | spi/pxa2xx-pci: Add common clock framework support in PCI glue layerChew, Chiau Ee2014-08-162-2/+21
| | | |_|/ | | |/| |
| * | | | spi: pl022: Add support for chip select extensionAnders Berg2014-09-241-1/+58
| * | | | spi: pl022: Add missing error check for devm_kzallocKiran Padwal2014-09-181-0/+5
| |/ / /
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-------. \ \ \ Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to...Mark Brown2014-10-038-48/+442
|\ \ \ \ \ \ \ \
| | | | | * | | | spi: orion: support armada extended baud ratesGreg Ungerer2014-10-011-22/+94
| | | | | |/ / /
| | | | * / / / spi: omap-100k: Remove unused definitionsNick Krause2014-08-161-4/+0
| | | | |/ / /
| | | * / / / spi: spi-mxs: fix a tiny typo in a commentMichael Heimpold2014-10-031-1/+1
| | | |/ / /
| | * / / / spi: spi-imx: add DMA supportRobin Gong2014-09-171-6/+280
| | |/ / /
| * | | | spi: fsl-dspi: Remove probe info messageAlexander Stein2014-09-251-1/+0
| * | | | Merge tag 'dt-endian' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Mark Brown2014-08-271-93/+50
| |\ \ \ \
| | * | | | regmap: Split regmap_get_endian() in two functionsGeert Uytterhoeven2014-08-271-64/+43
| | * | | | regmap: of_regmap_get_endian() cleanupStephen Warren2014-08-191-34/+20
| | * | | | regmap: Fix DT endianess parsing logicJavier Martinez Canillas2014-08-181-12/+4
| * | | | | spi: fsl-dspi: Convert to use regmap framework's endianness method.Xiubo Li2014-08-181-3/+0
| |/ / / /
| * / / / regmap: add DT endianness binding support.Xiubo Li2014-08-163-11/+110
| |/ / /
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top...Mark Brown2014-10-0311-142/+178
|\ \ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | | * | | spi: fsl: Sort include headers alphabeticallyXiubo Li2014-09-295-36/+36
| | | |/ / / | | |/| | |
| | | * | | spi: dw-mid: follow new DMAengine workflowAndy Shevchenko2014-10-021-2/+6
| | | * | | spi: dw-mid: convert to use DMAengine wrappersAndy Shevchenko2014-10-021-12/+7
| | | * | | spi: dw-mid: change magic numbers to the constantsAndy Shevchenko2014-10-022-2/+6
| | | * | | spi: dw: fix style of code in few placesAndy Shevchenko2014-09-241-4/+3
| | | * | | spi: dw: introduce support of loopback modeAndy Shevchenko2014-09-241-1/+4
| | | * | | spi: dw-mid: terminate ongoing transfers at exitAndy Shevchenko2014-09-241-0/+4
| | | * | | spi: dw-mid: respect 8 bit modeAndy Shevchenko2014-09-241-2/+2
| | | * | | spi: dw: don't use mrst prefix anymoreAndy Shevchenko2014-09-131-17/+15
| | | * | | Merge branch 'topic/checkpatch' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown2014-09-139-13/+36
| | | |\ \ \
| | | * | | | spi: dw-mid: remove FSF address and update copyrightAndy Shevchenko2014-09-131-5/+1
| | | * | | | spi: dw-mid: remove redundant dmac memberAndy Shevchenko2014-09-132-5/+8
| | | * | | | spi: dw-mid: remove Moorestown supportAndy Shevchenko2014-09-132-6/+4
| | | * | | | spi: dw-mid: check that DMA was inited before exitAndy Shevchenko2014-09-131-0/+2