aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2014-08-05Merge tag 'spi-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2014-08-04Merge remote-tracking branches 'spi/topic/sh', 'spi/topic/sh-msiof' and 'spi/...Mark Brown
2014-08-04Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pl022', 'spi/top...Mark Brown
2014-08-04Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/efm32', 'spi/topic/...Mark Brown
2014-08-04Merge remote-tracking branches 'spi/topic/adi-v3', 'spi/topic/atmel', 'spi/to...Mark Brown
2014-08-04Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown
2014-08-04Merge remote-tracking branches 'spi/fix/s3c64xx', 'spi/fix/samsung' and 'spi/...Mark Brown
2014-08-04Merge remote-tracking branches 'spi/fix/au1550', 'spi/fix/cadence', 'spi/fix/...Mark Brown
2014-08-04Merge remote-tracking branch 'spi/fix/core' into spi-linusMark Brown
2014-08-01spi: davinci: use spi_device.cs_gpio to store gpio cs per spi deviceGrygorii Strashko
2014-08-01spi: davinci: add support to configure gpio cs through dtMurali Karicheri
2014-08-01spi/pl022: Explicitly truncate large bitmaskMark Brown
2014-08-01spi/atmel: Fix pointer to int conversion warnings on 64 bit buildsMark Brown
2014-07-31spi: davinci: fix to support more than 2 chip selectsMurali Karicheri
2014-07-31spi: topcliff-pch: don't hardcode PCI slot to get DMA deviceAndy Shevchenko
2014-07-30MIPS: Alchemy: remove au_read/write/syncManuel Lauss
2014-07-28spi: orion: fix incorrect handling of cell-index DT propertyThomas Petazzoni
2014-07-25clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki
2014-07-25spi: orion: Fix error return code in orion_spi_probe()Wei Yongjun
2014-07-25spi/rockchip: fix error return code in rockchip_spi_probe()Wei Yongjun
2014-07-25spi/rockchip: remove redundant dev_err call in rockchip_spi_probe()Wei Yongjun
2014-07-25spi/rockchip: remove duplicated include from spi-rockchip.cWei Yongjun
2014-07-17spi: s3c64xx: use the generic SPI "cs-gpios" propertyNaveen Krishna Chatradhi
2014-07-17spi: s3c64xx: Revert "spi: s3c64xx: Added provision for dedicated cs pin"Javier Martinez Canillas
2014-07-16spi: atmel: Use dmaengine_prep_slave_sg() APIGeert Uytterhoeven
2014-07-16spi: topcliff-pch: Update error messages for dmaengine_prep_slave_sg() APIGeert Uytterhoeven
2014-07-16spi: sh-msiof: Use correct device for DMA mapping with IOMMUGeert Uytterhoeven
2014-07-16spi: sh-msiof: Handle dmaengine_prep_slave_single() failures gracefullyGeert Uytterhoeven
2014-07-16spi: rspi: Handle dmaengine_prep_slave_sg() failures gracefullyGeert Uytterhoeven
2014-07-12Merge tag 's5p-cleanup-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Olof Johansson
2014-07-13spi: s3c64xx: remove s5pc100 related spi codesKukjin Kim
2014-07-11spi: cadence: Configure SPI clock in the prepare_message() callbackLars-Peter Clausen
2014-07-11spi: cadence: Make sure that clock polarity changes are appliedLars-Peter Clausen
2014-07-11spi/rockchip: add compatible strings for RK3188 and RK3288Addy Ke
2014-07-11spi/rockchip: master->mode_bits: remove SPI_CS_HIGH bitAddy Ke
2014-07-11spi/rockchip: call wait_for_idle() for the transfer to completeAddy Ke
2014-07-11spi/rockchip: cleanup some coding issues and uncessary outputAddy Ke
2014-07-11spi: core: Pass correct device to dma_map_sg()Geert Uytterhoeven
2014-07-11spi: core: Fix check for dma_map_sg() failuresGeert Uytterhoeven
2014-07-11spi: efm32: correct namespacing of location propertyUwe Kleine-König
2014-07-10spi: xilinx: Use pdev->id instead of pdev->dev.id for the SPI bus numberLars-Peter Clausen
2014-07-10spi: rspi: Relax DMA dependency and increase build coverageGeert Uytterhoeven
2014-07-10spi: sh-msiof: SPI_SH_MSIOF should depend on HAS_DMAGeert Uytterhoeven
2014-07-08Merge tag 'v3.16-rc3' into spi-sh-msiofMark Brown
2014-07-08spi: s3c64xx: remove s5p64x0 related spi codesKukjin Kim
2014-07-07spi: rspi: Pass spi_master pointer to rspi_release_dma()Geert Uytterhoeven
2014-07-07spi: rspi: Remove unused variable in rspi_rz_transfer_one()Geert Uytterhoeven
2014-07-07spi/spi-sh: Use devm_ioremapHimangi Saraogi