summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2020-09-23spi: Fix memory leak on splited transfersGustav Wiklander1-2/+7
2020-09-23spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch1-1/+1
2020-09-17spi: stm32: fix pm_runtime_get_sync() error checkingDan Carpenter1-1/+1
2020-09-17spi: stm32: Rate-limit the 'Communication suspended' messageMarek Vasut1-1/+5
2020-09-03spi: stm32: always perform registers configuration prior to transferAlain Volmat1-25/+17
2020-09-03spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay1-1/+2
2020-09-03spi: stm32: fix fifo threshold level in case of short transferAmelie Delaunay1-8/+18
2020-09-03spi: stm32h7: fix race condition at end of transferAntonio Borneo1-1/+1
2020-09-03spi: stm32: clear only asserted irq flags on interruptTobias Schramm1-1/+1
2020-08-26spi: stm32: fixes suspend/resume managementAmelie Delaunay1-3/+24
2020-08-26spi: Prevent adding devices below an unregistering controllerLukas Wunner2-1/+23
2020-08-19spi: spidev: Align buffers for DMAChristian Eggers1-8/+13
2020-08-19spi: lantiq-ssc: Fix warning by using WQ_MEM_RECLAIMHauke Mehrtens1-1/+1
2020-08-19spi: rockchip: Fix error in SPI slave pio readJon Lin1-1/+1
2020-08-19spi: lantiq: fix: Rx overflow error in full duplex modeDilip Kota1-0/+10
2020-07-29spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu1-7/+8
2020-07-22spi: sprd: switch the sequence of setting WDG_LOAD_LOW and _HIGHLingling Xu1-1/+1
2020-07-22spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde1-8/+6
2020-07-22spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transferKrzysztof Kozlowski1-14/+1
2020-07-16spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan1-10/+10
2020-07-16spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan1-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-07-09spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski1-4/+13
2020-06-22spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2-6/+3
2020-06-22spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resourceAndy Shevchenko1-0/+1
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: spi-mem: Fix Dual/Quad modes on Octal-capable devicesGeert Uytterhoeven1-4/+6
2020-06-17spi: bcm-qspi: when tx/rx buffer is NULL set to 0Justin Chen1-4/+4
2020-06-17spi: bcm-qspi: Handle clock probe deferralFlorian Fainelli1-7/+5
2020-06-17spi: bcm2835aux: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-17spi: bcm2835: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-17spi: pxa2xx: Fix runtime PM ref imbalance on probe errorLukas Wunner1-1/+0
2020-06-17spi: pxa2xx: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-17spi: Fix controller unregister orderLukas Wunner1-1/+2
2020-06-17spi: dw: Fix controller unregister orderLukas Wunner1-1/+3
2020-06-17spi: dw: Fix native CS being unsetSasha Levin1-1/+9
2020-06-07spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong1-0/+3
2020-04-17spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completionVladimir Oltean1-13/+6
2020-03-25spi: spi_register_controller(): free bus id on error pathsAaro Koskinen1-17/+15
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-25spi: spi-omap2-mcspi: Support probe deferral for DMA channelsVignesh Raghavendra1-39/+38
2020-03-12spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus1-0/+11
2020-03-12spi: bcm63xx-hsspi: Really keep pll clk enabledChristophe JAILLET1-1/+0
2020-03-12spi: spidev: Fix CS polarity if GPIO descriptors are usedLukas Wunner1-0/+5