summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan2020-07-221-10/+10
* spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan2020-07-221-2/+2
* spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2020-06-202-6/+3
* spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin2020-06-201-4/+8
* spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko2020-06-201-0/+2
* spi: bcm2835: Fix controller unregister orderLukas Wunner2020-06-201-1/+3
* spi: pxa2xx: Fix controller unregister orderLukas Wunner2020-06-201-1/+3
* spi: Fix controller unregister orderLukas Wunner2020-06-201-1/+2
* spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko2020-06-201-3/+1
* spi: dw: Fix controller unregister orderLukas Wunner2020-06-201-1/+3
* spi: dw: fix possible race conditionSasha Levin2020-06-201-1/+2
* spi: bcm2835aux: Fix controller unregister orderLukas Wunner2020-06-201-1/+3
* spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong2020-06-111-0/+3
* spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2020-05-202-3/+13
* spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson2020-04-021-3/+0
* spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki2020-04-021-0/+5
* spi: spi-fsl-spi: call spi_finalize_current_message() at the endChristophe Leroy2020-01-291-1/+1
* spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl2020-01-291-1/+12
* spi: tegra114: fix for unpacked mode transfersSowjanya Komatineni2020-01-291-7/+36
* spi: tegra114: clear packed bit for unpacked modeSowjanya Komatineni2020-01-291-0/+2
* spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard2020-01-231-7/+3
* spi: tegra20-slink: add missed clk_unprepareChuhong Yuan2020-01-041-1/+4
* spi: pxa2xx: Add missed security checksChuhong Yuan2020-01-041-0/+6
* spi: img-spfi: fix potential double releasePan Bian2020-01-041-0/+2
* spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski2020-01-041-0/+3
* spi: atmel: Fix CS high supportGregory CLEMENT2019-12-211-4/+2
* spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R2019-11-281-2/+2
* spi: omap2-mcspi: Set FIFO DMA trigger level to word lengthVignesh R2019-11-281-19/+7
* spi: sh-msiof: fix deferred probingSergei Shtylyov2019-11-281-2/+2
* spi: rockchip: initialize dma_slave_config properlyHuibin Hong2019-11-251-0/+3
* spi: spidev: Fix OF tree warning logicTrent Piepho2019-11-251-5/+3
* spi: bcm2835aux: fix corruptions for longer spi transfersMartin Sperl2019-09-101-4/+4
* spi: bcm2835aux: remove dangerous uncontrolled read of fifoMartin Sperl2019-09-101-7/+0
* spi: bcm2835aux: unifying code between polling and interrupt driven codeMartin Sperl2019-09-101-33/+18
* spi: bcm2835aux: ensure interrupts are enabled for shared handlerRob Herring2019-09-101-0/+5
* spi: bcm2835: Fix 3-wire mode if DMA is enabledLukas Wunner2019-08-111-1/+2
* spi: bitbang: Fix NULL pointer dereference in spi_unregister_masterYueHaibing2019-07-101-1/+1
* dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko2019-06-221-6/+1
* spi: Fix zero length xfer bugChris Lesiak2019-06-111-0/+2
* spi: rspi: Fix sequencer reset during initializationGeert Uytterhoeven2019-06-111-3/+6
* spi : spi-topcliff-pch: Fix to handle empty DMA buffersAditya Pakki2019-06-111-2/+13
* spi: tegra114: reset controller on probeSowjanya Komatineni2019-06-111-14/+18
* spi: pxa2xx: fix SCR (divisor) calculationFlavio Suligoi2019-06-111-2/+6
* spi: bcm2835: Unbreak the build of esoteric configsLukas Wunner2019-01-131-1/+1
* spi: bcm2835: Avoid finishing transfer prematurely in IRQ modeLukas Wunner2019-01-131-2/+1
* spi: bcm2835: Fix book-keeping of DMA terminationLukas Wunner2019-01-131-0/+1
* spi: bcm2835: Fix race on DMA terminationLukas Wunner2019-01-131-6/+4
* spi: xlp: fix error return code in xlp_spi_probe()Gustavo A. R. Silva2018-11-101-2/+2
* spi/bcm63xx: fix error return code in bcm63xx_spi_probe()Gustavo A. R. Silva2018-11-101-2/+2
* spi/bcm63xx-hspi: fix error return code in bcm63xx_hsspi_probe()Gustavo A. R. Silva2018-11-101-2/+2