aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-30Merge remote-tracking branch 'spi/for-5.8' into spi-nextMark Brown36-719/+1610
2020-05-30Merge remote-tracking branch 'spi/for-5.7' into spi-linusMark Brown10-49/+65
2020-05-29spi: spi-fsl-dspi: fix native data copyAngelo Dureghello1-2/+22
2020-05-29spi: dw: Refactor mid_spi_dma_setup() to separate DMA and IRQ configAndy Shevchenko1-6/+6
2020-05-29spi: dw: Make DMA request line assignments explicit for Intel MedfieldAndy Shevchenko1-8/+6
2020-05-29spi: bcm2835: Remove shared interrupt supportMark Brown1-6/+2
2020-05-29Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semin <Sergey.Semin@baikalelectronics.ru>:Mark Brown8-461/+592
2020-05-29spi: dw: add reset controlDinh Nguyen1-0/+13
2020-05-29spi: bcm2835: Enable shared interrupt supportMartin Sperl1-2/+6
2020-05-29spi: bcm2835: Implement shutdown callbackFlorian Fainelli1-0/+10
2020-05-29spi: dw: Use regset32 DebugFS method to create regdump fileSerge Semin2-60/+28
2020-05-29spi: dw: Add DMA support to the DW SPI MMIO driverSerge Semin1-0/+4
2020-05-29spi: dw: Cleanup generic DW DMA code namingsSerge Semin3-48/+49
2020-05-29spi: dw: Add DW SPI DMA/PCI/MMIO dependency on the DW SPI coreSerge Semin1-3/+6
2020-05-29spi: dw: Remove DW DMA code dependency from DW_DMAC_PCISerge Semin1-1/+1
2020-05-29spi: dw: Move Non-DMA code to the DW PCIe-SPI driverSerge Semin5-69/+73
2020-05-29spi: dw: Add core suffix to the DW APB SSI core source fileSerge Semin2-0/+1
2020-05-29spi: dw: Fix Rx-only DMA transfersSerge Semin1-0/+1
2020-05-29spi: dw: Use DMA max burst to set the request thresholdsSerge Semin2-4/+35
2020-05-29spi: dw: Parameterize the DMA Rx/Tx burst lengthSerge Semin1-4/+6
2020-05-29spi: dw: Add SPI Rx-done wait method to DMA-based transferSerge Semin1-1/+47
2020-05-29spi: dw: Add SPI Tx-done wait method to DMA-based transferSerge Semin1-0/+34
2020-05-29spi: dw: Locally wait for the DMA transfers completionSerge Semin2-4/+42
2020-05-29spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2-6/+3
2020-05-29spi: dw: Set xfer effective_speed_hzSerge Semin1-0/+1
2020-05-28Merge series "add ecspi ERR009165 for i.mx6/7 soc family" from Robin Gong <yibin.gong@nxp.com>:Mark Brown1-4/+27
2020-05-28spi: tegra20-sflash: Fix runtime PM imbalance on errorDinghao Liu1-0/+1
2020-05-28spi: tegra20-slink: Fix runtime PM imbalance on errorDinghao Liu1-0/+1
2020-05-28spi: tegra114: Fix runtime PM imbalance on errorDinghao Liu1-0/+1
2020-05-28spi: imx: fallback to PIO if dma setup failureRobin Gong1-4/+27
2020-05-26spi: spi-fsl-lpspi: Fix runtime PM imbalance on errorDinghao Liu1-2/+4
2020-05-26spi: Remove note about transfer limit for spi_write_then_read()Mark Brown1-2/+1
2020-05-26spi: pxa2xx: Fix runtime PM ref imbalance on probe errorLukas Wunner1-1/+0
2020-05-26spi: pxa2xx: Fix controller unregister orderLukas Wunner1-1/+3
2020-05-26spi: dw: Fix controller unregister orderLukas Wunner1-1/+3
2020-05-25spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coexit with 'SPI_3WIRE' modedillon min1-1/+2
2020-05-25spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4dillon min1-4/+15
2020-05-25spi: mux: repair mux usagePeter Rosin1-4/+4
2020-05-22spi: Make spi_delay_exec() warn if called from atomic contextMark Brown1-0/+2
2020-05-22Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semin <Sergey.Semin@baikalelectronics.ru>:Mark Brown3-26/+21
2020-05-22spi: rb4xx: update driver to be device tree awareChristopher Hill1-0/+9
2020-05-22spi: rb4xx: null pointer bug fixChristopher Hill1-5/+5
2020-05-22spi: dw: Discard dma_width member of the dw_spi structureSerge Semin3-7/+5
2020-05-22spi: dw: Discard unused void priv pointerSerge Semin1-2/+0
2020-05-22spi: dw: Discard static DW DMA slave structuresSerge Semin2-13/+8
2020-05-22spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin1-4/+8
2020-05-20spi: bcm2835: Tear down DMA before turning off SPI controllerLukas Wunner1-2/+2
2020-05-20Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.8Mark Brown3-3/+8
2020-05-20spi: bcm2835aux: Fix controller unregister orderLukas Wunner1-1/+3
2020-05-20spi: bcm2835: Fix controller unregister orderLukas Wunner1-1/+3