summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: spi-sun6i: Fix chipselect/clock bugMirko Vogt2021-07-201-1/+5
* spi: omap-100k: Fix the length judgment problemTian Tao2021-07-201-1/+1
* spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang2021-07-201-1/+3
* spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang2021-07-201-1/+1
* spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III2021-06-031-7/+2
* spi: omap-100k: Fix reference leak to masterWei Yongjun2021-05-221-3/+3
* spi: dln2: Fix reference leak to masterWei Yongjun2021-05-221-1/+1
* spi: pxa2xx: Fix the controller numbering for Wildcat PointAndy Shevchenko2021-03-031-8/+19
* ARM: s3c: fix fiq for clang IASArnd Bergmann2021-03-031-6/+3
* spi: cadence: cache reference clock rate during probeMichael Hennerich2021-01-231-2/+4
* spi: pxa2xx: Fix use-after-free on unbindLukas Wunner2021-01-171-2/+1
* spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error pathLukas Wunner2020-12-291-2/+3
* spi: sc18is602: Don't leak SPI master in probe error pathLukas Wunner2020-12-291-11/+2
* spi: rb4xx: Don't leak SPI master in probe error pathLukas Wunner2020-12-291-1/+1
* spi: pic32: Don't leak DMA channels in probe error pathLukas Wunner2020-12-291-0/+1
* spi: davinci: Fix use-after-free on unbindLukas Wunner2020-12-291-1/+1
* spi: spi-sh: Fix use-after-free on unbindLukas Wunner2020-12-291-9/+4
* spi: tegra114: fix reference leak in tegra spi opsZhang Qilong2020-12-291-0/+2
* spi: tegra20-sflash: fix reference leak in tegra_sflash_resumeZhang Qilong2020-12-291-0/+1
* spi: tegra20-slink: fix reference leak in slink ops of tegra20Zhang Qilong2020-12-291-0/+2
* spi: spi-ti-qspi: fix reference leak in ti_qspi_setupZhang Qilong2020-12-291-0/+1
* spi: img-spfi: fix reference leak in img_spfi_resumeZhang Qilong2020-12-291-1/+3
* spi: Prevent adding devices below an unregistering controllerLukas Wunner2020-12-292-1/+23
* spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor2020-12-291-1/+2
* spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner2020-12-291-12/+6
* spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi2020-12-111-3/+4
* spi: bcm2835: Fix use-after-free on unbindLukas Wunner2020-12-111-10/+5
* spi: bcm-qspi: Fix use-after-free on unbindLukas Wunner2020-12-111-22/+12
* spi: Introduce device-managed SPI controller allocationLukas Wunner2020-12-111-1/+53
* spi: Fix controller unregister order harderLukas Wunner2020-12-111-2/+2
* spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch2020-09-231-1/+1
* spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde2020-07-221-8/+6
* spi: fix initial SPI_SR value in spi-fsl-dspiAngelo Dureghello2020-07-221-1/+1
* 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: bcm-qspi: when tx/rx buffer is NULL set to 0Justin Chen2020-06-201-4/+4
* 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-4/+7