aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03spi: bcm2835aux: unifying code between polling and interrupt driven codeMartin Sperl1-33/+18
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-04-01spi: tegra114: reset controller on probeSowjanya Komatineni1-14/+18
2019-04-01spi: tegra114: configure dma burst size to fifo trig levelSowjanya Komatineni1-22/+30
2019-04-01spi: tegra114: flush fifosSowjanya Komatineni1-9/+30
2019-04-01spi: tegra114: terminate dma and reset on transfer timeoutSowjanya Komatineni1-0/+9
2019-04-01spi: tegra114: fix for unpacked mode transfersSowjanya Komatineni1-7/+36
2019-04-01spi: tegra114: clear packed bit for unpacked modeSowjanya Komatineni1-0/+2
2019-04-01spi: pic32: fix dma channels terminationCezary Gapinski1-1/+1
2019-03-27spi: tegra20-slink: change chip select action orderRandolph Maaßen1-3/+9
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-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