summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
* spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath()Ɓukasz Stelmach2020-10-291-2/+2
* spi: fsl-espi: Only process interrupts for expected eventsChris Packham2020-10-071-2/+3
* 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 pm_runtime_get_sync() error checkingDan Carpenter2020-09-171-1/+1
* spi: stm32: Rate-limit the 'Communication suspended' messageMarek Vasut2020-09-171-1/+5
* spi: stm32: always perform registers configuration prior to transferAlain Volmat2020-09-031-25/+17
* spi: stm32: fix stm32_spi_prepare_mbr in case of odd clk_rateAmelie Delaunay2020-09-031-1/+2
* spi: stm32: fix fifo threshold level in case of short transferAmelie Delaunay2020-09-031-8/+18
* spi: stm32h7: fix race condition at end of transferAntonio Borneo2020-09-031-1/+1
* spi: stm32: clear only asserted irq flags on interruptTobias Schramm2020-09-031-1/+1
* spi: stm32: fixes suspend/resume managementAmelie Delaunay2020-08-261-3/+24
* 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-ssc: Fix warning by using WQ_MEM_RECLAIMHauke Mehrtens2020-08-191-1/+1
* spi: rockchip: Fix error in SPI slave pio readJon Lin2020-08-191-1/+1
* 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: 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: 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 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
* spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski2020-07-091-4/+13
* spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2020-06-222-6/+3
* spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resourceAndy Shevchenko2020-06-221-0/+1
* 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: spi-mem: Fix Dual/Quad modes on Octal-capable devicesGeert Uytterhoeven2020-06-221-4/+6
* spi: bcm-qspi: when tx/rx buffer is NULL set to 0Justin Chen2020-06-171-4/+4
* spi: bcm-qspi: Handle clock probe deferralFlorian Fainelli2020-06-171-7/+5
* spi: bcm2835aux: Fix controller unregister orderLukas Wunner2020-06-171-1/+3
* spi: bcm2835: Fix controller unregister orderLukas Wunner2020-06-171-1/+3
* spi: pxa2xx: Fix runtime PM ref imbalance on probe errorLukas Wunner2020-06-171-1/+0
* spi: pxa2xx: Fix controller unregister orderLukas Wunner2020-06-171-1/+3
* spi: Fix controller unregister orderLukas Wunner2020-06-171-1/+2
* spi: dw: Fix controller unregister orderLukas Wunner2020-06-171-1/+3
* spi: dw: Fix native CS being unsetSasha Levin2020-06-171-1/+9
* spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong2020-06-071-0/+3
* spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completionVladimir Oltean2020-04-171-13/+6
* spi: spi_register_controller(): free bus id on error pathsAaro Koskinen2020-03-251-17/+15
* 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: spi-omap2-mcspi: Support probe deferral for DMA channelsVignesh Raghavendra2020-03-251-39/+38
* spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus2020-03-121-0/+11