summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
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
2020-06-17spi: bcm2835: Fix controller unregister orderLukas Wunner
2020-06-17spi: pxa2xx: Fix runtime PM ref imbalance on probe errorLukas Wunner
2020-06-17spi: pxa2xx: Fix controller unregister orderLukas Wunner
2020-06-17spi: Fix controller unregister orderLukas Wunner
2020-06-17spi: dw: Fix controller unregister orderLukas Wunner
2020-06-17spi: dw: Fix native CS being unsetSasha Levin
2020-06-07spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong
2020-04-17spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completionVladimir Oltean
2020-03-25spi: spi_register_controller(): free bus id on error pathsAaro Koskinen
2020-03-25spi/zynqmp: remove entry that causes a cs glitchThommy Jakobsson
2020-03-25spi: pxa2xx: Add CS control clock quirkEvan Green
2020-03-25spi: qup: call spi_qup_pm_resume_runtime before suspendingYuji Sasaki
2020-03-25spi: spi-omap2-mcspi: Support probe deferral for DMA channelsVignesh Raghavendra
2020-03-12spi: atmel-quadspi: fix possible MMIO window size overrunTudor Ambarus
2020-03-12spi: bcm63xx-hsspi: Really keep pll clk enabledChristophe JAILLET
2020-03-12spi: spidev: Fix CS polarity if GPIO descriptors are usedLukas Wunner
2020-02-24spi: spi-fsl-qspi: Ensure width is respected in spi-mem operationsMichael Walle
2020-02-24spi: fsl-lpspi: fix only one cs-gpio workingPhilippe Schenker
2020-02-01spi: pxa2xx: Add support for Intel Comet Lake-HJarkko Nikula
2020-02-01spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu
2020-01-17spi: lpspi: fix memory leak in fsl_lpspi_probeNavid Emamdoost
2020-01-17spi: rspi: Use platform_get_irq_byname_optional() for optional irqsGeert Uytterhoeven
2020-01-17spi: atmel: fix handling of cs_change set on non-last xferMans Rullgard
2020-01-17spi: pxa2xx: Set controller->max_transfer_size in dma modeDaniel Vetter
2020-01-17spi: sprd: Fix the incorrect SPI registerHuanpeng Xin