summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2019-04-03spi: spi-mem: export spi_mem_default_supports_op()Naga Sureshkumar Relli1-2/+2
2019-04-03spi: sh-msiof: Use BIT() and GENMASK()Geert Uytterhoeven1-87/+87
2019-04-02spi: spi-fsl-spi: automatically adapt bits-per-word in cpu modeRasmus Villemoes1-0/+16
2019-04-02spi: spi-fsl-spi: allow changing bits_per_word while CS is still activeRasmus Villemoes1-5/+6
2019-04-02spi: pxa2xx: Unify remaing prints in pxa2xx_spi_transfer_one()Jarkko Nikula1-2/+2
2019-04-02spi: pxa2xx: Use struct spi_device directly in pxa2xx_spi_transfer_one()Jarkko Nikula1-7/+7
2019-04-01spi: tegra114: add SPI_LSB_FIRST supportSowjanya Komatineni1-1/+6
2019-04-01spi: tegra114: use packed mode for 32 bits per wordSowjanya Komatineni1-1/+1
2019-04-01spi: spi-fsl-spi: relax message sanity checking a littleRasmus Villemoes1-3/+5
2019-04-01spi: spi-fsl-spi: remove always-true conditional in fsl_spi_do_one_msgRasmus Villemoes1-6/+4
2019-03-26spi: stm32-qspi: add dma supportLudovic Barre1-1/+135
2019-03-26spi: stm32-qspi: add spi_master_put in release functionLudovic Barre1-18/+28
2019-03-25spi: mt7621: Move SPI driver out of stagingStefan Roese3-0/+428
2019-03-25spi: at91-usart: Remove duplicated checking for spi->bits_per_wordAxel Lin1-7/+1
2019-03-25spi: atmel-quadspi: Make atmel_qspi_get_name staticYueHaibing1-1/+1
2019-03-21spi: export tracepoint symbols to modulesArnd Bergmann1-0/+2
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-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-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...Linus 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