aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-05Merge tag 'spi-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds28-220/+1623
2014-08-04Merge remote-tracking branches 'spi/topic/sh', 'spi/topic/sh-msiof' and 'spi/topic/topcliff-pch' into spi-nextMark Brown4-65/+493
2014-08-04Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pl022', 'spi/topic/qup', 'spi/topic/rockchip' and 'spi/topic/rspi' into spi-nextMark Brown7-44/+959
2014-08-04Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/efm32', 'spi/topic/fsl' and 'spi/topic/omap-uwire' into spi-nextMark Brown4-10/+30
2014-08-04Merge remote-tracking branches 'spi/topic/adi-v3', 'spi/topic/atmel', 'spi/topic/cleanup' and 'spi/topic/davinci' into spi-nextMark Brown10-47/+66
2014-08-04Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-2/+0
2014-08-04Merge remote-tracking branches 'spi/fix/s3c64xx', 'spi/fix/samsung' and 'spi/fix/xilinx' into spi-linusMark Brown2-31/+25
2014-08-04Merge remote-tracking branches 'spi/fix/au1550', 'spi/fix/cadence', 'spi/fix/omap2-mcspi' and 'spi/fix/orion' into spi-linusMark Brown4-19/+46
2014-08-04Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown1-4/+6
2014-08-01spi: davinci: use spi_device.cs_gpio to store gpio cs per spi deviceGrygorii Strashko1-37/+17
2014-08-01spi: davinci: add support to configure gpio cs through dtMurali Karicheri1-8/+56
2014-08-01spi/pl022: Explicitly truncate large bitmaskMark Brown1-1/+1
2014-08-01spi/atmel: Fix pointer to int conversion warnings on 64 bit buildsMark Brown1-2/+2
2014-07-31spi: davinci: fix to support more than 2 chip selectsMurali Karicheri1-3/+9
2014-07-31spi: topcliff-pch: don't hardcode PCI slot to get DMA deviceAndy Shevchenko1-2/+2
2014-07-28spi: orion: fix incorrect handling of cell-index DT propertyThomas Petazzoni1-6/+4
2014-07-25clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki1-0/+5
2014-07-25spi: orion: Fix error return code in orion_spi_probe()Wei Yongjun1-1/+2
2014-07-25spi/rockchip: fix error return code in rockchip_spi_probe()Wei Yongjun1-0/+1
2014-07-25spi/rockchip: remove redundant dev_err call in rockchip_spi_probe()Wei Yongjun1-1/+0
2014-07-25spi/rockchip: remove duplicated include from spi-rockchip.cWei Yongjun1-1/+0
2014-07-17spi: s3c64xx: use the generic SPI "cs-gpios" propertyNaveen Krishna Chatradhi1-20/+29
2014-07-17spi: s3c64xx: Revert "spi: s3c64xx: Added provision for dedicated cs pin"Javier Martinez Canillas1-26/+11
2014-07-16spi: atmel: Use dmaengine_prep_slave_sg() APIGeert Uytterhoeven1-12/+6
2014-07-16spi: topcliff-pch: Update error messages for dmaengine_prep_slave_sg() APIGeert Uytterhoeven1-4/+4
2014-07-16spi: sh-msiof: Use correct device for DMA mapping with IOMMUGeert Uytterhoeven1-10/+16
2014-07-16spi: sh-msiof: Handle dmaengine_prep_slave_single() failures gracefullyGeert Uytterhoeven1-8/+15
2014-07-16spi: rspi: Handle dmaengine_prep_slave_sg() failures gracefullyGeert Uytterhoeven1-8/+22
2014-07-11spi: cadence: Configure SPI clock in the prepare_message() callbackLars-Peter Clausen1-2/+7
2014-07-11spi: cadence: Make sure that clock polarity changes are appliedLars-Peter Clausen1-7/+19
2014-07-11spi/rockchip: add compatible strings for RK3188 and RK3288Addy Ke1-0/+2
2014-07-11spi/rockchip: master->mode_bits: remove SPI_CS_HIGH bitAddy Ke1-6/+1
2014-07-11spi/rockchip: call wait_for_idle() for the transfer to completeAddy Ke1-5/+19
2014-07-11spi/rockchip: cleanup some coding issues and uncessary outputAddy Ke1-18/+23
2014-07-11spi: core: Pass correct device to dma_map_sg()Geert Uytterhoeven1-4/+4
2014-07-11spi: core: Fix check for dma_map_sg() failuresGeert Uytterhoeven1-0/+2
2014-07-11spi: efm32: correct namespacing of location propertyUwe Kleine-König1-1/+7
2014-07-10spi: xilinx: Use pdev->id instead of pdev->dev.id for the SPI bus numberLars-Peter Clausen1-1/+1
2014-07-10spi: rspi: Relax DMA dependency and increase build coverageGeert Uytterhoeven1-1/+1
2014-07-10spi: sh-msiof: SPI_SH_MSIOF should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2014-07-08Merge tag 'v3.16-rc3' into spi-sh-msiofMark Brown4-36/+22
2014-07-07spi: rspi: Pass spi_master pointer to rspi_release_dma()Geert Uytterhoeven1-7/+7
2014-07-07spi: rspi: Remove unused variable in rspi_rz_transfer_one()Geert Uytterhoeven1-1/+0
2014-07-07spi/spi-sh: Use devm_ioremapHimangi Saraogi1-9/+6
2014-07-05spi/rockchip: Add dependencies on relaxed I/O accessorsMark Brown1-0/+1
2014-07-04spi: au1550: Fix bug in deallocation of memoryHimangi Saraogi1-4/+2
2014-07-04spi/rockchip: add driver for Rockchip RK3xxx SoCs integrated SPIaddy ke3-0/+834
2014-07-03spi: omap2-mcspi: Configure hardware when slave driver changes modeMark A. Greer1-0/+14
2014-07-03spi: dw-mmio: add devicetree supportSteffen Trumtrar1-1/+18
2014-07-02spi/fsl: deal with a compile warningZhao Qiang1-1/+1