summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2020-07-17Merge tag 'spi-fix-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-06spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rateMarc Kleine-Budde
2020-07-01spi: mediatek: use correct SPI_CFG2_REG MACROleilk.liu
2020-06-29Merge tag 'spi-fix-v5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-25spi: pxa2xx: Add support for Intel Tiger Lake PCH-HJarkko Nikula
2020-06-22Merge tag 'spi-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-22spi: spi-fsl-dspi: Initialize completion before possible interruptKrzysztof Kozlowski
2020-06-22spi: spi-fsl-dspi: Fix external abort on interrupt in resume or exit pathsKrzysztof Kozlowski
2020-06-22spi: spi-fsl-dspi: Fix lockup if device is shutdown during SPI transferKrzysztof Kozlowski
2020-06-22spi: spi-fsl-dspi: Fix lockup if device is removed during SPI transferKrzysztof Kozlowski
2020-06-18spi: spidev: fix a potential use-after-free in spidev_release()Zhenzhong Duan
2020-06-18spi: spidev: fix a race between spidev_release and spidev_removeZhenzhong Duan
2020-06-17spi: stm32-qspi: Fix error path in case of -EPROBE_DEFERPatrice Chotard
2020-06-11spi: spi-fsl-dspi: Free DMA memory with matching functionKrzysztof Kozlowski
2020-06-09spi: rspi: Use requested instead of maximum bit rateGeert Uytterhoeven
2020-06-07Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-02spi: sprd: switch the sequence of setting WDG_LOAD_LOW and _HIGHLingling Xu
2020-05-30Merge remote-tracking branch 'spi/for-5.8' into spi-nextMark Brown
2020-05-30Merge remote-tracking branch 'spi/for-5.7' into spi-linusMark Brown
2020-05-29spi: spi-fsl-dspi: fix native data copyAngelo Dureghello
2020-05-29spi: dw: Refactor mid_spi_dma_setup() to separate DMA and IRQ configAndy Shevchenko
2020-05-29spi: dw: Make DMA request line assignments explicit for Intel MedfieldAndy Shevchenko
2020-05-29spi: bcm2835: Remove shared interrupt supportMark Brown
2020-05-29Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...Mark Brown
2020-05-29spi: dw: add reset controlDinh Nguyen
2020-05-29spi: bcm2835: Enable shared interrupt supportMartin Sperl
2020-05-29spi: bcm2835: Implement shutdown callbackFlorian Fainelli
2020-05-29spi: dw: Use regset32 DebugFS method to create regdump fileSerge Semin
2020-05-29spi: dw: Add DMA support to the DW SPI MMIO driverSerge Semin
2020-05-29spi: dw: Cleanup generic DW DMA code namingsSerge Semin
2020-05-29spi: dw: Add DW SPI DMA/PCI/MMIO dependency on the DW SPI coreSerge Semin
2020-05-29spi: dw: Remove DW DMA code dependency from DW_DMAC_PCISerge Semin
2020-05-29spi: dw: Move Non-DMA code to the DW PCIe-SPI driverSerge Semin
2020-05-29spi: dw: Add core suffix to the DW APB SSI core source fileSerge Semin
2020-05-29spi: dw: Fix Rx-only DMA transfersSerge Semin
2020-05-29spi: dw: Use DMA max burst to set the request thresholdsSerge Semin
2020-05-29spi: dw: Parameterize the DMA Rx/Tx burst lengthSerge Semin
2020-05-29spi: dw: Add SPI Rx-done wait method to DMA-based transferSerge Semin
2020-05-29spi: dw: Add SPI Tx-done wait method to DMA-based transferSerge Semin
2020-05-29spi: dw: Locally wait for the DMA transfers completionSerge Semin
2020-05-29spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin
2020-05-29spi: dw: Set xfer effective_speed_hzSerge Semin
2020-05-28Merge series "add ecspi ERR009165 for i.mx6/7 soc family" from Robin Gong <yi...Mark Brown
2020-05-28spi: tegra20-sflash: Fix runtime PM imbalance on errorDinghao Liu
2020-05-28spi: tegra20-slink: Fix runtime PM imbalance on errorDinghao Liu
2020-05-28spi: tegra114: Fix runtime PM imbalance on errorDinghao Liu
2020-05-28spi: imx: fallback to PIO if dma setup failureRobin Gong
2020-05-26spi: spi-fsl-lpspi: Fix runtime PM imbalance on errorDinghao Liu
2020-05-26spi: Remove note about transfer limit for spi_write_then_read()Mark Brown
2020-05-26spi: pxa2xx: Fix runtime PM ref imbalance on probe errorLukas Wunner