summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2020-07-16spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski1-4/+13
2020-07-16spi: spi-fsl-dspi: use IRQF_SHARED mode to request IRQChuanhua Han1-2/+2
2020-07-16spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transferKrzysztof Kozlowski1-1/+10
2020-07-16spi: spi-fsl-dspi: Adding shutdown hookPeng Ma1-0/+23
2020-06-22PCI: Move Rohm Vendor ID to generic listAndy Shevchenko1-1/+0
2020-06-22spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2-6/+3
2020-06-22spi: dw: Fix Rx-only DMA transfersSerge Semin1-0/+1
2020-06-22spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin1-4/+8
2020-06-22spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko1-0/+2
2020-06-22spi: pxa2xx: Apply CS clk quirk to BXTEvan Green1-0/+1
2020-06-22spi: pxa2xx: Fix runtime PM ref imbalance on probe errorLukas Wunner1-1/+0
2020-06-22spi: pxa2xx: Balance runtime PM enable/disable on errorLubomir Rintel1-2/+4
2020-06-22spi: bcm2835: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-22spi: pxa2xx: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-22spi: Fix controller unregister orderLukas Wunner1-1/+2
2020-06-22spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko1-2/+1
2020-06-22spi: bcm-qspi: when tx/rx buffer is NULL set to 0Justin Chen1-4/+4
2020-06-22spi: bcm2835aux: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-22spi: dw: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-07spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong1-0/+3
2020-03-25spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson1-3/+0
2020-03-25spi: pxa2xx: Add CS control clock quirkEvan Green1-0/+23
2020-03-25spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki1-4/+7
2020-03-11spi: bcm63xx-hsspi: Really keep pll clk enabledChristophe JAILLET1-1/+0
2020-02-15spi: spi-mem: Fix inverted logic in op sanity checkGeert Uytterhoeven1-4/+4
2020-02-15spi: spi-mem: Add extra sanity checks on the op paramBoris Brezillon1-6/+48
2020-02-01spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2-3/+13
2020-01-27spi: bcm-qspi: Fix BSPI QUAD and DUAL mode support when using flex modeRayagonda Kokatanur1-2/+2
2020-01-27spi: spi-fsl-spi: call spi_finalize_current_message() at the endChristophe Leroy1-1/+1
2020-01-27spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl1-1/+12
2020-01-27spi: tegra114: configure dma burst size to fifo trig levelSowjanya Komatineni1-22/+30
2020-01-27spi: tegra114: flush fifosSowjanya Komatineni1-9/+30
2020-01-27spi: tegra114: terminate dma and reset on transfer timeoutSowjanya Komatineni1-0/+9
2020-01-27spi: tegra114: fix for unpacked mode transfersSowjanya Komatineni1-7/+36
2020-01-27spi: tegra114: clear packed bit for unpacked modeSowjanya Komatineni1-0/+2
2020-01-27spi/topcliff_pch: Fix potential NULL dereference on allocation errorYueHaibing1-0/+6
2020-01-27spi: cadence: Correct initialisation of runtime PMCharles Keepax1-7/+4
2020-01-17spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard1-7/+3
2020-01-12spi: spi-ti-qspi: Fix a bug when accessing non default CSVignesh Raghavendra1-1/+5
2020-01-12spi: spi-cavium-thunderx: Add missing pci_release_regions()Chuhong Yuan1-0/+2
2020-01-04spi: fsl: use platform_get_irq() instead of of_irq_to_resource()Christophe Leroy1-3/+3
2020-01-04spi: fsl: don't map irq during probeChristophe Leroy1-3/+2
2019-12-31spi: st-ssc4: add missed pm_runtime_disableChuhong Yuan1-0/+3
2019-12-31spi: tegra20-slink: add missed clk_unprepareChuhong Yuan1-1/+4
2019-12-31spi: pxa2xx: Add missed security checksChuhong Yuan1-0/+6
2019-12-31spi: img-spfi: fix potential double releasePan Bian1-0/+2
2019-12-31spi: sprd: adi: Add missing lock protection when rebootingLingling Xu1-0/+3
2019-12-31spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski1-0/+3
2019-12-13spi: atmel: Fix CS high supportGregory CLEMENT1-4/+2
2019-12-01spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R1-2/+2