summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2014-11-18clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki1-0/+6
2014-11-18upstream: drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2014-11-18spi: spi-s3c64xx: Remove unused codeLukasz Czerwinski1-77/+0
2014-11-18spi: spi-s3c64xx: s3c64xx_prepare_dma() clean upLukasz Czerwinski1-9/+2
2014-11-18spi: spi-s3c64xx: Add coherent buffers for dma transfersLukasz Czerwinski1-16/+65
2014-11-18spi: spi-s3c64xx: Refactor dma sectionsLukasz Czerwinski1-50/+87
2014-11-18spi: spi-s3c64xx: Correct functions namespacingLukasz Czerwinski1-13/+15
2014-11-18spi: spi-s3c64xx: Remove platform dependent codeLukasz Czerwinski1-98/+1
2014-11-14spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PMDmitry Eremin-Solenikov1-2/+5
2014-11-14spi: pl022: Fix incorrect dma_unmap_sgRay Jui1-1/+1
2014-10-30spi: dw-mid: terminate ongoing transfers at exitAndy Shevchenko1-0/+4
2014-10-30spi: dw-mid: check that DMA was inited before exitAndy Shevchenko1-0/+2
2014-10-30spi: dw-mid: respect 8 bit modeAndy Shevchenko1-2/+2
2014-09-17spi: omap2-mcspi: Configure hardware when slave driver changes modeMark A. Greer1-0/+14
2014-09-17spi: orion: fix incorrect handling of cell-index DT propertyThomas Petazzoni1-6/+4
2014-03-23spi: spi-ath79: fix initial GPIO CS line setupGabor Juhos1-2/+2
2014-02-22spi: Fix crash with double message finalisation on error handlingGeert Uytterhoeven1-3/+1
2014-02-13spidev: fix hang when transfer_one_message failsDaniel Santos1-1/+3
2014-02-13spi/bcm63xx: don't substract prepend length from total lengthJonas Gorski1-2/+0
2013-08-11spi: spi-davinci: Fix direction in dma_map_single()Christian Eggers1-1/+1
2013-06-24Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linusMark Brown1-1/+1
2013-06-21spi/pxa2xx: fix memory corruption due to wrong size used in devm_kzalloc()Mika Westerberg1-1/+1
2013-06-18spi/pxa2xx: use GFP_ATOMIC in sg table allocationMika Westerberg1-1/+1
2013-06-10spi: s3c64xx: Fix pm_runtime_get_sync() return value checkSylwester Nawrocki1-1/+1
2013-06-04Merge remote-tracking branch 'spi/fix/xilinx' into spi-linusMark Brown1-39/+35
2013-06-04Merge remote-tracking branch 'spi/fix/topcliff' into spi-linusMark Brown1-1/+2
2013-06-04Merge remote-tracking branch 'spi/fix/hspi' into spi-linusMark Brown1-1/+1
2013-06-04spi: hspi: fixup long delay timeKuninori Morimoto1-1/+1
2013-06-04spi: spi-xilinx: Remove ISR race conditionPeter Crosthwaite1-39/+35
2013-05-22spi: topcliff-pch: fix error return code in pch_spi_probe()Wei Yongjun1-0/+1
2013-05-20spi: topcliff-pch: Pass correct pointer to free_irq()Lars-Peter Clausen1-1/+1
2013-05-18Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+0
2013-05-18drivers/spi: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-13Merge remote-tracking branch 'spi/fix/grant' into spi-linusMark Brown3-6/+9
2013-05-13Merge remote-tracking branch 'spi/fix/atmel' into spi-linusMark Brown1-9/+38
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-4/+4
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+41
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-53/+11
2013-05-06Merge branch 'late/dt' into next/dt2Arnd Bergmann7-47/+45
2013-05-02spi/spi-atmel: BUG: fix doesn' support 16 bits transfers using PIORichard Genoud1-9/+38
2013-04-29Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds27-821/+3372
2013-04-28spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list itemsWei Yongjun1-6/+6
2013-04-25spi-topcliff-pch: missing platform_driver_unregister() on error in pch_spi_in...Wei Yongjun1-1/+3
2013-04-24spi/spi-atmel: add dmaengine supportNicolas Ferre1-21/+566
2013-04-23spi/spi-atmel: add flag to controller data for lock operationsNicolas Ferre1-14/+21
2013-04-23spi/spi-atmel: add physical base addressNicolas Ferre1-0/+2
2013-04-23spi/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann1-1/+1
2013-04-19Merge branch 'spear/dwdma' into late/cleanupArnd Bergmann1-2/+41
2013-04-18spi/s3c64xx: Check for errors in dmaengine prepare_transfer()Mark Brown1-1/+25
2013-04-18spi/s3c64xx: Fix non-dmaengine usageMark Brown1-3/+3