summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-02-19Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/t...Mark Brown5656-130758/+406120
2017-02-19Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/lantiq-ssc', 'spi/...Mark Brown9-33/+1061
2017-02-19Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/ep93xx', 'spi/topic...Mark Brown5-105/+53
2017-02-19Merge remote-tracking branches 'spi/topic/armada', 'spi/topic/ath79', 'spi/to...Mark Brown5-94/+158
2017-02-19Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown2-8/+37
2017-02-19Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2-11/+16
2017-02-19Merge remote-tracking branches 'spi/fix/pxa2xx', 'spi/fix/rspi' and 'spi/fix/...Mark Brown3-4/+7
2017-02-19spi: spi-ti-qspi: Fix error handlingChristophe JAILLET1-1/+2
2017-02-19spi: lantiq-ssc: activate under COMPILE_TESTHauke Mehrtens1-1/+1
2017-02-19spi: armada-3700: Remove spi_master_put in a3700_spi_remove()Wei Yongjun1-1/+0
2017-02-16spi: spi-ep93xx: simplify GPIO chip selectsH Hartley Sweeten1-95/+44
2017-02-16spi: rspi: Replaces "n" by "len" in qspi_transfer_*()DongCV1-2/+2
2017-02-16spi: rspi: Fixes bogus received byte in qspi_transfer_in()DongCV1-1/+0
2017-02-14spi: bcm-qspi: Remove unnecessary platform_set_drvdata()Wei Yongjun1-1/+0
2017-02-14spi: bcm-qspi: Fix bcm_qspi_bspi_read() performanceKamal Dasu1-37/+46
2017-02-14spi: lantiq-ssc: add support for Lantiq SSC SPI controllerHauke Mehrtens3-0/+992
2017-02-13spi: s3c64xx: fix inconsistency between binding and driverAndi Shyti1-1/+1
2017-02-09spi: armada-3700: Remove .owner field for driverWei Yongjun1-1/+0
2017-02-01spi: bcm-qspi: Added mspi read fallback in bcm_qspi_flash_read()Kamal Dasu1-31/+85
2017-02-01spi: fix device-node leaksJohan Hovold1-2/+6
2017-01-31spi: mediatek: Only do dma for 4-byte aligned buffersDaniel Kurtz1-4/+33
2017-01-31spi: When no dma_chan map buffers with spi_master's parentDaniel Kurtz1-4/+4
2017-01-23spi: pca2xx-pci: Allow MSIJan Kiszka1-1/+7
2017-01-23spi: pxa2xx: Prepare for edge-triggered interruptsJan Kiszka1-0/+3
2017-01-19spi: pxa2xx: Add support for Intel Gemini LakeDavid E. Box1-0/+4
2017-01-17Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linusMark Brown1-1/+3
2017-01-17Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/axi', 'spi/fix/davi...Mark Brown6-6/+12
2017-01-17spi/ppc4xx: Use kcalloc() in spi_ppc4xx_of_probe()Markus Elfring1-1/+1
2017-01-17spi/ppc4xx: Combine substrings for a message in spi_ppc4xx_of_probe()Markus Elfring1-2/+3
2017-01-17spi/mpc52xx: Combine substrings for two messagesMarkus Elfring1-4/+3
2017-01-17spi/mpc52xx: Use kmalloc_array() in mpc52xx_spi_probe()Markus Elfring1-2/+3
2017-01-17spi: fsl: Combine substrings for two messagesMarkus Elfring1-6/+6
2017-01-17spi: fsl: Use kcalloc() in of_fsl_spi_get_chipselects()Markus Elfring1-1/+1
2017-01-17spi: fsl: Use kmalloc_array() in of_fsl_spi_get_chipselects()Markus Elfring1-1/+2
2017-01-17spi: Use kcalloc() in spi_register_board_info()Markus Elfring1-1/+1
2017-01-17spi: pxa2xx: Factor out handle_bad_msgJan Kiszka1-14/+15
2017-01-17spi: s3c64xx: potential oops on probe errorDan Carpenter1-4/+4
2017-01-12spi: davinci: use dma_mapping_error()Kevin Hilman1-2/+2
2017-01-10spi: make falcon-spi boolHauke Mehrtens1-1/+1
2017-01-09spi: fsl-lpspi: fix indentation errorGao Pan1-3/+3
2017-01-09spi: s3c64xx: Don't request/release DMA channels for each SPI transferMarek Szyprowski1-28/+29
2017-01-09spi: dw: Make debugfs use bus num and make irq name uniquePhil Reid2-5/+4
2017-01-09spi: spi-axi: Free resources on error pathChristophe JAILLET1-1/+2
2017-01-06spi: bcm53xx: (re)license code to the GPL v2Rafał Miłecki1-1/+9
2017-01-06spi: imx: adjust watermark level according to transfer lengthJiada Wang1-8/+8
2017-01-04spi: pxa2xx-pci: Enable DMA for Intel MerrifieldAndy Shevchenko1-0/+24
2017-01-04spi: pxa2xx: add missed breakAndy Shevchenko1-0/+1
2017-01-04spi: sh-msiof: Remove useless memory allocation failure messageGeert Uytterhoeven1-3/+1
2017-01-04spi: rspi: Remove useless memory allocation failure messageGeert Uytterhoeven1-3/+1
2017-01-04spi: dw-mid: switch to new dmaengine_terminate_* API (part 2)Andy Shevchenko1-2/+2