summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2020-09-27Merge tag 'v4.4.237' into toradex_vf_4.4Max Krummenacher
2020-07-22spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan
2020-07-22spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan
2020-06-20spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin
2020-06-20spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin
2020-06-20spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko
2020-06-20spi: bcm2835: Fix controller unregister orderLukas Wunner
2020-06-20spi: pxa2xx: Fix controller unregister orderLukas Wunner
2020-06-20spi: Fix controller unregister orderLukas Wunner
2020-06-20spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko
2020-06-20spi: dw: Fix controller unregister orderLukas Wunner
2020-06-20spi: dw: fix possible race conditionSasha Levin
2020-06-20spi: bcm2835aux: Fix controller unregister orderLukas Wunner
2020-06-11spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong
2020-05-21Merge tag 'v4.4.220' into toradex_vf_4.4-nextMarcel Ziswiler
2020-05-20spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu
2020-04-02spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson
2020-04-02spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki
2020-02-24Merge tag 'v4.4.214' into toradex_vf_4.4-nextMax Krummenacher
2020-01-29spi: spi-fsl-spi: call spi_finalize_current_message() at the endChristophe Leroy
2020-01-29spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl
2020-01-29spi: tegra114: fix for unpacked mode transfersSowjanya Komatineni
2020-01-29spi: tegra114: clear packed bit for unpacked modeSowjanya Komatineni
2020-01-23spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard
2020-01-04spi: tegra20-slink: add missed clk_unprepareChuhong Yuan
2020-01-04spi: pxa2xx: Add missed security checksChuhong Yuan
2020-01-04spi: img-spfi: fix potential double releasePan Bian
2020-01-04spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski
2019-12-21spi: atmel: Fix CS high supportGregory CLEMENT
2019-11-28spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R
2019-11-28spi: omap2-mcspi: Set FIFO DMA trigger level to word lengthVignesh R
2019-11-28spi: sh-msiof: fix deferred probingSergei Shtylyov
2019-11-25spi: rockchip: initialize dma_slave_config properlyHuibin Hong
2019-11-25spi: spidev: Fix OF tree warning logicTrent Piepho
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-09-10spi: bcm2835aux: ensure interrupts are enabled for shared handlerRob Herring
2019-08-11spi: bcm2835: Fix 3-wire mode if DMA is enabledLukas Wunner
2019-07-10spi: bitbang: Fix NULL pointer dereference in spi_unregister_masterYueHaibing
2019-06-22dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko
2019-06-11spi: Fix zero length xfer bugChris Lesiak
2019-06-11spi: rspi: Fix sequencer reset during initializationGeert Uytterhoeven
2019-06-11spi : spi-topcliff-pch: Fix to handle empty DMA buffersAditya Pakki
2019-06-11spi: tegra114: reset controller on probeSowjanya Komatineni
2019-06-11spi: pxa2xx: fix SCR (divisor) calculationFlavio Suligoi
2019-03-28Merge tag 'v4.4.177' into toradex_vf_4.4-nextColibri-VF_LXDE-Image_2.8b6.183-20190331Marcel Ziswiler
2019-01-13spi: bcm2835: Unbreak the build of esoteric configsLukas Wunner
2019-01-13spi: bcm2835: Avoid finishing transfer prematurely in IRQ modeLukas Wunner
2019-01-13spi: bcm2835: Fix book-keeping of DMA terminationLukas Wunner