summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2020-09-23spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch1-1/+1
2020-07-22spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde1-8/+6
2020-07-22spi: fix initial SPI_SR value in spi-fsl-dspiAngelo Dureghello1-1/+1
2020-07-22spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan1-10/+10
2020-07-22spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan1-2/+2
2020-06-20spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2-6/+3
2020-06-20spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin1-4/+8
2020-06-20spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko1-0/+2
2020-06-20spi: bcm2835: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-20spi: pxa2xx: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-20spi: Fix controller unregister orderLukas Wunner1-1/+2
2020-06-20spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko1-3/+1
2020-06-20spi: dw: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-20spi: dw: fix possible race conditionSasha Levin1-1/+2
2020-06-20spi: bcm-qspi: when tx/rx buffer is NULL set to 0Justin Chen1-4/+4
2020-06-20spi: bcm2835aux: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-11spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong1-0/+3
2020-05-20spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2-3/+13
2020-04-02spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson1-3/+0
2020-04-02spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki1-4/+7
2020-01-29spi: spi-fsl-spi: call spi_finalize_current_message() at the endChristophe Leroy1-1/+1
2020-01-29spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl1-1/+12
2020-01-29spi: tegra114: fix for unpacked mode transfersSowjanya Komatineni1-7/+36
2020-01-29spi: tegra114: clear packed bit for unpacked modeSowjanya Komatineni1-0/+2
2020-01-23spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard1-7/+3
2020-01-12spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan1-0/+2
2020-01-04spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan1-0/+3
2020-01-04spi: tegra20-slink: add missed clk_unprepareChuhong Yuan1-1/+4
2020-01-04spi: pxa2xx: Add missed security checksChuhong Yuan1-0/+6
2020-01-04spi: img-spfi: fix potential double releasePan Bian1-0/+2
2020-01-04spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski1-0/+3
2019-12-21spi: atmel: Fix CS high supportGregory CLEMENT1-4/+2
2019-11-28spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R1-2/+2
2019-11-28spi: omap2-mcspi: Set FIFO DMA trigger level to word lengthVignesh R1-19/+7
2019-11-28spi: sh-msiof: fix deferred probingSergei Shtylyov1-2/+2
2019-11-25spi: rockchip: initialize dma_slave_config properlyHuibin Hong1-0/+3
2019-11-25spi: spidev: Fix OF tree warning logicTrent Piepho1-5/+3
2019-11-25spi: pic32: Use proper enum in dmaengine_prep_slave_rgNathan Chancellor1-2/+2
2019-09-10spi: bcm2835aux: fix corruptions for longer spi transfersMartin Sperl1-4/+4
2019-09-10spi: bcm2835aux: remove dangerous uncontrolled read of fifoMartin Sperl1-7/+0
2019-09-10spi: bcm2835aux: unifying code between polling and interrupt driven codeMartin Sperl1-33/+18
2019-09-10spi: bcm2835aux: ensure interrupts are enabled for shared handlerRob Herring1-0/+5
2019-08-11spi: bcm2835: Fix 3-wire mode if DMA is enabledLukas Wunner1-1/+2
2019-07-10spi: bitbang: Fix NULL pointer dereference in spi_unregister_masterYueHaibing1-1/+1
2019-06-22dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko1-6/+1
2019-05-31spi: Fix zero length xfer bugChris Lesiak1-0/+2
2019-05-31spi: rspi: Fix sequencer reset during initializationGeert Uytterhoeven1-3/+6
2019-05-31spi : spi-topcliff-pch: Fix to handle empty DMA buffersAditya Pakki1-2/+13
2019-05-31spi: tegra114: reset controller on probeSowjanya Komatineni1-14/+18
2019-05-31spi: pxa2xx: fix SCR (divisor) calculationFlavio Suligoi1-2/+6