summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2020-02-09spi: spidev: invent a new hw device to work around spidev warningStefan Agner
2020-02-07Merge tag 'v4.14.164' into 4.14-2.3.x-imxMarcel Ziswiler
2020-01-12spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan
2020-01-04spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy
2020-01-04spi: fsl: don't map irq during probeChristophe Leroy
2019-12-31spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan
2019-12-31spi: tegra20-slink: add missed clk_unprepareChuhong Yuan
2019-12-31spi: pxa2xx: Add missed security checksChuhong Yuan
2019-12-31spi: img-spfi: fix potential double releasePan Bian
2019-12-31spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski
2019-12-17spi: atmel: Fix CS high supportGregory CLEMENT
2019-12-01spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R
2019-12-01spi: omap2-mcspi: Set FIFO DMA trigger level to word lengthVignesh R
2019-12-01spi: sh-msiof: fix deferred probingSergei Shtylyov
2019-11-24spi: rockchip: initialize dma_slave_config properlyHuibin Hong
2019-11-24spi: spidev: Fix OF tree warning logicTrent Piepho
2019-11-24spi: fsl-lpspi: Prevent FIFO under/overrun by defaultHieu Tran Dang
2019-11-24spi: mediatek: use correct mata->xfer_len when in fifo transferLeilk Liu
2019-11-20spi: pic32: Use proper enum in dmaengine_prep_slave_rgNathan Chancellor
2019-11-20spi: mediatek: Don't modify spi_transfer when transfer.Peter Shih
2019-09-10spi: bcm2835aux: fix corruptions for longer spi transfersMartin Sperl
2019-09-10spi: bcm2835aux: remove dangerous uncontrolled read of fifoMartin Sperl
2019-09-10spi: bcm2835aux: unifying code between polling and interrupt driven codeMartin Sperl
2019-08-09spi: bcm2835: Fix 3-wire mode if DMA is enabledLukas Wunner
2019-07-10spi: bitbang: Fix NULL pointer dereference in spi_unregister_masterYueHaibing
2019-06-15dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko
2019-05-31spi: Fix zero length xfer bugChris Lesiak
2019-05-31spi: rspi: Fix sequencer reset during initializationGeert Uytterhoeven
2019-05-31spi : spi-topcliff-pch: Fix to handle empty DMA buffersAditya Pakki
2019-05-31spi: tegra114: reset controller on probeSowjanya Komatineni
2019-05-31spi: pxa2xx: fix SCR (divisor) calculationFlavio Suligoi
2019-04-02MLK-21313 spi: lpspi: add missing complete in abort func at dma modeClark Wang
2019-03-23spi: pxa2xx: Setup maximum supported DMA transfer lengthAndy Shevchenko
2019-03-23spi: ti-qspi: Fix mmap read when more than one CS in useVignesh R
2019-03-21spi: lpspi: fsl_lpspi_runtime_resume() can be statickbuild test robot
2019-03-15MLK-21153-1 spi: lpspi: fix the dataloss when slave is in PIO modeClark Wang
2019-02-12MLK-20212 lpspi: Coverity: Add the missing NULL checkClark Wang
2019-02-12MLK-20060-4 spi: lpspi: add dma mode supportClark Wang
2019-02-12MLK-20060-3 spi: lpspi: use the core way to implement cs-gpio functionClark Wang
2019-02-12MLK-20060-2 spi: lpspi: add the error info of transfer speed settingClark Wang
2019-02-12MLK-20060-1 spi: lpspi: fix wrong transmission when don't use CONTClark Wang
2019-02-12MLK-20441-1 spi: lpspi: Add cs-gpio feature to support spi-norClark Wang
2019-02-12MLK-20113 spi: ecspi: add pio spi slave mode for imx6ulClark Wang
2019-02-12spi: imx: Add support for SPI Slave modejiada wang
2019-02-12MLK-20004 spi: lpspi: Improve the stability of lpspi data transmissionXiaoning Wang
2019-02-12MLK-19899 spi: lpspi: CLK pin becomes low when CR_RST=1Xiaoning Wang
2019-02-12MLK-16785: spi: lpspi: enable runtime pm for lpspiHan Xu
2019-02-12MLK-19821 spi: lpspi: Add 8qm/qxp support for lpspiXiaoning Wang
2019-02-12MLK-19827: spi: imx: add setup_wml for i.mx6ulRobin Gong
2019-02-12MLK-18983-2: spi: imx: correct wml as the last sg lengthRobin Gong