summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: Fix memory leak on splited transfersGustav Wiklander2020-09-231-2/+7
* spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch2020-09-231-1/+1
* spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay2020-09-031-1/+2
* spi: Prevent adding devices below an unregistering controllerLukas Wunner2020-08-262-1/+23
* spi: spidev: Align buffers for DMAChristian Eggers2020-08-191-8/+13
* spi: lantiq: fix: Rx overflow error in full duplex modeDilip Kota2020-08-191-0/+10
* spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu2020-07-291-7/+8
* spi: spi-fsl-dspi: Exit the ISR with IRQ_NONE when it's not oursVladimir Oltean2020-07-291-1/+3
* spi: sprd: switch the sequence of setting WDG_LOAD_LOW and _HIGHLingling Xu2020-07-221-1/+1
* spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde2020-07-221-8/+6
* spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transferKrzysztof Kozlowski2020-07-221-14/+1
* 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-161-10/+10
* spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan2020-07-161-2/+2
* spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski2020-07-161-4/+13
* spi: spi-fsl-dspi: use IRQF_SHARED mode to request IRQChuanhua Han2020-07-161-2/+2
* spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transferKrzysztof Kozlowski2020-07-161-1/+10
* spi: spi-fsl-dspi: Adding shutdown hookPeng Ma2020-07-161-0/+23
* PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2020-06-221-1/+0
* spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2020-06-222-6/+3
* spi: dw: Fix Rx-only DMA transfersSerge Semin2020-06-221-0/+1
* spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin2020-06-221-4/+8
* spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko2020-06-221-0/+2
* spi: pxa2xx: Apply CS clk quirk to BXTEvan Green2020-06-221-0/+1
* spi: pxa2xx: Fix runtime PM ref imbalance on probe errorLukas Wunner2020-06-221-1/+0
* spi: pxa2xx: Balance runtime PM enable/disable on errorLubomir Rintel2020-06-221-2/+4
* spi: bcm2835: Fix controller unregister orderLukas Wunner2020-06-221-1/+3
* spi: pxa2xx: Fix controller unregister orderLukas Wunner2020-06-221-1/+3
* spi: Fix controller unregister orderLukas Wunner2020-06-221-1/+2
* spi: No need to assign dummy value in spi_unregister_controller()Andy Shevchenko2020-06-221-2/+1
* spi: bcm-qspi: when tx/rx buffer is NULL set to 0Justin Chen2020-06-221-4/+4
* spi: bcm2835aux: Fix controller unregister orderLukas Wunner2020-06-221-1/+3
* spi: dw: Fix controller unregister orderLukas Wunner2020-06-221-1/+3
* spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong2020-06-071-0/+3
* spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson2020-03-251-3/+0
* spi: pxa2xx: Add CS control clock quirkEvan Green2020-03-251-0/+23
* spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki2020-03-251-4/+7
* spi: bcm63xx-hsspi: Really keep pll clk enabledChristophe JAILLET2020-03-111-1/+0
* spi: spi-mem: Fix inverted logic in op sanity checkGeert Uytterhoeven2020-02-141-4/+4
* spi: spi-mem: Add extra sanity checks on the op paramBoris Brezillon2020-02-141-6/+48
* spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2020-02-012-3/+13
* spi: bcm-qspi: Fix BSPI QUAD and DUAL mode support when using flex modeRayagonda Kokatanur2020-01-271-2/+2
* spi: spi-fsl-spi: call spi_finalize_current_message() at the endChristophe Leroy2020-01-271-1/+1
* spi: bcm2835aux: fix driver to not allow 65535 (=-1) cs-gpiosMartin Sperl2020-01-271-1/+12
* spi: tegra114: configure dma burst size to fifo trig levelSowjanya Komatineni2020-01-271-22/+30
* spi: tegra114: flush fifosSowjanya Komatineni2020-01-271-9/+30
* spi: tegra114: terminate dma and reset on transfer timeoutSowjanya Komatineni2020-01-271-0/+9
* spi: tegra114: fix for unpacked mode transfersSowjanya Komatineni2020-01-271-7/+36
* spi: tegra114: clear packed bit for unpacked modeSowjanya Komatineni2020-01-271-0/+2
* spi/topcliff_pch: Fix potential NULL dereference on allocation errorYueHaibing2020-01-271-0/+6