summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2020-12-16spi: spi-nxp-fspi: fix fspi panic by unexpected interruptsRan Wang
2020-12-11spi: bcm2835: Release the DMA channel if probe fails after dma_initPeter Ujfalusi
2020-12-02spi: bcm2835aux: Restore err assignment in bcm2835aux_spi_probeNathan Chancellor
2020-12-02spi: bcm2835: Fix use-after-free on unbindLukas Wunner
2020-12-02spi: bcm-qspi: Fix use-after-free on unbindLukas Wunner
2020-11-24spi: bcm2835aux: Fix use-after-free on unbindLukas Wunner
2020-11-24spi: npcm-fiu: Don't leak SPI master in probe error pathLukas Wunner
2020-11-24spi: Introduce device-managed SPI controller allocationLukas Wunner
2020-11-24spi: lpspi: Fix use-after-free on unbindLukas Wunner
2020-11-18spi: bcm2835: remove use of uninitialized gpio flags variableMartin Hundebøll
2020-11-10spi: bcm2835: fix gpio cs level inversionMartin Hundebøll
2020-11-05spi: sprd: Release DMA channel also on probe deferralKrzysztof Kozlowski
2020-10-29spi: omap2-mcspi: Improve performance waiting for CHSTATAswath Govindraju
2020-10-29spi: spi-s3c64xx: Check return valuesŁukasz Stelmach
2020-10-29spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath()Łukasz Stelmach
2020-10-07spi: fsl-espi: Only process interrupts for expected eventsChris Packham
2020-09-23spi: Fix memory leak on splited transfersGustav Wiklander
2020-09-23spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch
2020-09-17spi: stm32: fix pm_runtime_get_sync() error checkingDan Carpenter
2020-09-17spi: stm32: Rate-limit the 'Communication suspended' messageMarek Vasut
2020-09-03spi: stm32: always perform registers configuration prior to transferAlain Volmat
2020-09-03spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay
2020-09-03spi: stm32: fix fifo threshold level in case of short transferAmelie Delaunay
2020-09-03spi: stm32h7: fix race condition at end of transferAntonio Borneo
2020-09-03spi: stm32: clear only asserted irq flags on interruptTobias Schramm
2020-08-26spi: stm32: fixes suspend/resume managementAmelie Delaunay
2020-08-26spi: Prevent adding devices below an unregistering controllerLukas Wunner
2020-08-19spi: spidev: Align buffers for DMAChristian Eggers
2020-08-19spi: lantiq-ssc: Fix warning by using WQ_MEM_RECLAIMHauke Mehrtens
2020-08-19spi: rockchip: Fix error in SPI slave pio readJon Lin
2020-08-19spi: lantiq: fix: Rx overflow error in full duplex modeDilip Kota
2020-07-29spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu
2020-07-22spi: sprd: switch the sequence of setting WDG_LOAD_LOW and _HIGHLingling Xu
2020-07-22spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde
2020-07-22spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transferKrzysztof Kozlowski
2020-07-16spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan
2020-07-16spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan
2020-07-16spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transferKrzysztof Kozlowski
2020-07-16spi: spi-fsl-dspi: Adding shutdown hookPeng Ma
2020-07-09spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski
2020-06-22spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin
2020-06-22spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resourceAndy Shevchenko
2020-06-22spi: dw: Fix Rx-only DMA transfersSerge Semin
2020-06-22spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin
2020-06-22spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko
2020-06-22spi: pxa2xx: Apply CS clk quirk to BXTEvan Green
2020-06-22spi: spi-mem: Fix Dual/Quad modes on Octal-capable devicesGeert Uytterhoeven
2020-06-17spi: bcm-qspi: when tx/rx buffer is NULL set to 0Justin Chen
2020-06-17spi: bcm-qspi: Handle clock probe deferralFlorian Fainelli
2020-06-17spi: bcm2835aux: Fix controller unregister orderLukas Wunner