aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-21spi: lpspi: fix dataloss when SS is inactivated between every wordsClark Wang1-2/+2
2019-03-21dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko1-6/+1
2019-03-20spi: pxa2xx: Debug print DMA burst sizeAndy Shevchenko1-0/+3
2019-03-20spi: pxa2xx: Introduce DMA burst size supportAndy Shevchenko3-1/+8
2019-03-20spi: dw: Add support for an optional interface clockPhil Edworthy1-0/+12
2019-03-20spi: mxic: simplify getting .driver_dataWolfram Sang1-4/+2
2019-03-20spi: spi-mem: stm32-qspi: stm32_qspi_pm_ops can be statickbuild test robot1-1/+1
2019-03-19Merge tag 'v5.1-rc1' into spi-5.2Mark Brown1-1/+0
2019-03-19spi: pxa2xx-pci: Drop unused header inclusionAndy Shevchenko1-1/+0
2019-03-19spi: lpspi: fsl_lpspi_runtime_resume() can be statickbuild test robot1-2/+2
2019-03-18spi: spi-fsl-spi: support use of the SPISEL_BOOT signal on MPC8309Rasmus Villemoes2-5/+37
2019-03-18drivers: Defer probe if firmware is not readyRajan Vaja1-0/+5
2019-03-18spi: orion: Support spi_xfer->word_delay_usecsJan Kundrát1-0/+4
2019-03-18spi: spidev: Enable control of inter-word delaysJan Kundrát1-1/+3
2019-03-18spi: lpspi: Code cleanupClark Wang1-1/+1
2019-03-18spi: lpspi: Add the missing NULL checkClark Wang1-2/+5
2019-03-18spi: lpspi: add dma mode supportClark Wang1-11/+301
2019-03-18spi: lpspi: use the core way to implement cs-gpio functionClark Wang1-35/+66
2019-03-18spi: lpspi: add the error info of transfer speed settingClark Wang1-3/+13
2019-03-18spi: lpspi: enable runtime pm for lpspiHan Xu1-25/+92
2019-03-18spi: lpspi: Add i.MX8 boards support for lpspiClark Wang1-11/+41
2019-03-18spi : spi-topcliff-pch: Fix to handle empty DMA buffersAditya Pakki1-2/+13
2019-03-15spi: spi-mem: stm32-qspi: add suspend/resume supportLudovic Barre1-4/+35
2019-03-15Merge branch 'spi-5.1' into spi-5.2 for stm32Mark Brown4-30/+26
2019-03-15spi: spi-mem: stm32-qspi: avoid memory corruption at low frequencyLudovic Barre1-3/+1
2019-03-15spi: rspi: Fix sequencer reset during initializationGeert Uytterhoeven1-3/+6
2019-03-15spi: rspi: Fix register initialization while runtime-suspendedGeert Uytterhoeven1-23/+16
2019-03-13spi: spi-fsl-qspi: use devm_spi_register_controllerVolker Haspel1-1/+1
2019-03-13spi: imx: stop buffer overflow in RX FIFO flushTrent Piepho1-1/+1
2019-03-11spi: imx: add module parameter to control DMA useTrent Piepho1-0/+7
2019-03-11spi: Fix zero length xfer bugChris Lesiak1-0/+2
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+0
2019-03-04Merge branch 'spi-5.1' into spi-nextMark Brown30-1141/+4799
2019-03-04Merge branch 'spi-5.0' into spi-linusMark Brown11-76/+91
2019-03-04spi: sh-msiof: Restrict bits per word to 8/16/24/32 on R-Car Gen2/3Geert Uytterhoeven1-1/+7
2019-02-22spi: sifive: Remove redundant dev_err call in sifive_spi_probe()Wei Yongjun1-1/+0
2019-02-22spi: sifive: Remove spi_master_put in sifive_spi_remove()Wei Yongjun1-1/+0
2019-02-21spi: spi-gpio: fix SPI_CS_HIGH capabilityRussell King1-2/+2
2019-02-20Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.1Mark Brown10-74/+89
2019-02-20spi: pxa2xx: Setup maximum supported DMA transfer lengthAndy Shevchenko1-0/+1
2019-02-19spi: sifive: Add driver for the SiFive SPI controllerYash Shah3-0/+457
2019-02-13spi: sprd: Add a prefix for SPI DMA channel macrosBaolin Wang1-21/+21
2019-02-13spi: sprd: spi: sprd: Add DMA mode supportLanqing Liu1-3/+290
2019-02-13spi: sprd: Add the SPI irq function for the SPI DMA modeLanqing Liu1-0/+51
2019-02-12spi: use gpio[d]_set_value_cansleep for setting chipselect GPIOFelix Fietkau1-2/+3
2019-02-12spi: gpio: Advertise support for SPI_CS_HIGHJonathan Neuschäfer1-1/+2
2019-02-08spi: sh-msiof: Replace spi_master by spi_controllerGeert Uytterhoeven1-85/+83
2019-02-08spi: sh-hspi: Replace spi_master by spi_controllerGeert Uytterhoeven1-18/+18
2019-02-08spi: rspi: Replace spi_master by spi_controllerGeert Uytterhoeven1-85/+85
2019-02-06spi: atmel-quadspi: add support for sam9x60 qspi controllerTudor Ambarus1-35/+128