summaryrefslogtreecommitdiff
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAge
* ARM: s3c: fix fiq for clang IASArnd Bergmann2021-03-03
* spi: cadence: cache reference clock rate during probeMichael Hennerich2021-01-23
* spi: pxa2xx: Fix use-after-free on unbindLukas Wunner2021-01-17
* spi: rb4xx: Don't leak SPI master in probe error pathLukas Wunner2020-12-29
* spi: tegra114: fix reference leak in tegra spi opsZhang Qilong2020-12-29
* spi: tegra20-sflash: fix reference leak in tegra_sflash_resumeZhang Qilong2020-12-29
* spi: tegra20-slink: fix reference leak in slink ops of tegra20Zhang Qilong2020-12-29
* spi: spi-ti-qspi: fix reference leak in ti_qspi_setupZhang Qilong2020-12-29
* spi: img-spfi: fix reference leak in img_spfi_resumeZhang Qilong2020-12-29
* spi: Prevent adding devices below an unregistering controllerLukas Wunner2020-12-29
* spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor2020-12-29
* spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner2020-12-29
* spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi2020-12-11
* spi: bcm2835: Fix use-after-free on unbindLukas Wunner2020-12-11
* spi: Introduce device-managed SPI controller allocationLukas Wunner2020-12-11
* spi: unbinding slave before calling spi_destroy_queueyangerkun2020-10-17
* spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan2020-07-22
* spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan2020-07-22
* spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2020-06-20
* spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin2020-06-20
* spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko2020-06-20
* spi: bcm2835: Fix controller unregister orderLukas Wunner2020-06-20
* spi: pxa2xx: Fix controller unregister orderLukas Wunner2020-06-20
* spi: Fix controller unregister orderLukas Wunner2020-06-20
* spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko2020-06-20
* spi: dw: Fix controller unregister orderLukas Wunner2020-06-20
* spi: dw: fix possible race conditionSasha Levin2020-06-20
* spi: bcm2835aux: Fix controller unregister orderLukas Wunner2020-06-20
* spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong2020-06-11
* spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2020-05-20
* spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson2020-04-02
* spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki2020-04-02
* spi: spi-fsl-spi: call spi_finalize_current_message() at the endChristophe Leroy2020-01-29
* spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl2020-01-29
* spi: tegra114: fix for unpacked mode transfersSowjanya Komatineni2020-01-29
* spi: tegra114: clear packed bit for unpacked modeSowjanya Komatineni2020-01-29
* spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard2020-01-23
* spi: tegra20-slink: add missed clk_unprepareChuhong Yuan2020-01-04
* spi: pxa2xx: Add missed security checksChuhong Yuan2020-01-04
* spi: img-spfi: fix potential double releasePan Bian2020-01-04
* spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski2020-01-04
* spi: atmel: Fix CS high supportGregory CLEMENT2019-12-21
* spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R2019-11-28
* spi: omap2-mcspi: Set FIFO DMA trigger level to word lengthVignesh R2019-11-28
* spi: sh-msiof: fix deferred probingSergei Shtylyov2019-11-28
* spi: rockchip: initialize dma_slave_config properlyHuibin Hong2019-11-25
* spi: spidev: Fix OF tree warning logicTrent Piepho2019-11-25
* spi: bcm2835aux: fix corruptions for longer spi transfersMartin Sperl2019-09-10
* spi: bcm2835aux: remove dangerous uncontrolled read of fifoMartin Sperl2019-09-10
* spi: bcm2835aux: unifying code between polling and interrupt driven codeMartin Sperl2019-09-10