summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-071-5/+0
|\
| * firmware: xilinx: Remove eemi ops for fpga related APIsRajan Vaja2020-04-281-5/+0
* | Merge remote-tracking branch 'spi/for-5.8' into spi-nextMark Brown2020-05-3036-719/+1610
|\ \
| * | spi: spi-fsl-dspi: fix native data copyAngelo Dureghello2020-05-291-2/+22
| * | spi: dw: Refactor mid_spi_dma_setup() to separate DMA and IRQ configAndy Shevchenko2020-05-291-6/+6
| * | spi: dw: Make DMA request line assignments explicit for Intel MedfieldAndy Shevchenko2020-05-291-8/+6
| * | spi: bcm2835: Remove shared interrupt supportMark Brown2020-05-291-6/+2
| * | Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...Mark Brown2020-05-298-461/+592
| |\ \
| | * | spi: dw: Use regset32 DebugFS method to create regdump fileSerge Semin2020-05-292-60/+28
| | * | spi: dw: Add DMA support to the DW SPI MMIO driverSerge Semin2020-05-291-0/+4
| | * | spi: dw: Cleanup generic DW DMA code namingsSerge Semin2020-05-293-48/+49
| | * | spi: dw: Add DW SPI DMA/PCI/MMIO dependency on the DW SPI coreSerge Semin2020-05-291-3/+6
| | * | spi: dw: Remove DW DMA code dependency from DW_DMAC_PCISerge Semin2020-05-291-1/+1
| | * | spi: dw: Move Non-DMA code to the DW PCIe-SPI driverSerge Semin2020-05-295-69/+73
| | * | spi: dw: Add core suffix to the DW APB SSI core source fileSerge Semin2020-05-292-0/+1
| | * | spi: dw: Fix Rx-only DMA transfersSerge Semin2020-05-291-0/+1
| | * | spi: dw: Use DMA max burst to set the request thresholdsSerge Semin2020-05-292-4/+35
| | * | spi: dw: Parameterize the DMA Rx/Tx burst lengthSerge Semin2020-05-291-4/+6
| | * | spi: dw: Add SPI Rx-done wait method to DMA-based transferSerge Semin2020-05-291-1/+47
| | * | spi: dw: Add SPI Tx-done wait method to DMA-based transferSerge Semin2020-05-291-0/+34
| | * | spi: dw: Locally wait for the DMA transfers completionSerge Semin2020-05-292-4/+42
| | * | spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2020-05-292-6/+3
| | * | spi: dw: Set xfer effective_speed_hzSerge Semin2020-05-291-0/+1
| * | | spi: dw: add reset controlDinh Nguyen2020-05-291-0/+13
| * | | spi: bcm2835: Enable shared interrupt supportMartin Sperl2020-05-291-2/+6
| * | | spi: bcm2835: Implement shutdown callbackFlorian Fainelli2020-05-291-0/+10
| |/ /
| * | Merge series "add ecspi ERR009165 for i.mx6/7 soc family" from Robin Gong <yi...Mark Brown2020-05-281-4/+27
| |\ \
| | * | spi: imx: fallback to PIO if dma setup failureRobin Gong2020-05-281-4/+27
| * | | spi: tegra20-sflash: Fix runtime PM imbalance on errorDinghao Liu2020-05-281-0/+1
| * | | spi: tegra20-slink: Fix runtime PM imbalance on errorDinghao Liu2020-05-281-0/+1
| * | | spi: tegra114: Fix runtime PM imbalance on errorDinghao Liu2020-05-281-0/+1
| |/ /
| * | spi: spi-fsl-lpspi: Fix runtime PM imbalance on errorDinghao Liu2020-05-261-2/+4
| * | spi: Remove note about transfer limit for spi_write_then_read()Mark Brown2020-05-261-2/+1
| * | spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coe...dillon min2020-05-251-1/+2
| * | spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4dillon min2020-05-251-4/+15
| * | spi: Make spi_delay_exec() warn if called from atomic contextMark Brown2020-05-221-0/+2
| * | Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...Mark Brown2020-05-223-26/+21
| |\ \
| | * | spi: dw: Discard dma_width member of the dw_spi structureSerge Semin2020-05-223-7/+5
| | * | spi: dw: Discard unused void priv pointerSerge Semin2020-05-221-2/+0
| | * | spi: dw: Discard static DW DMA slave structuresSerge Semin2020-05-222-13/+8
| | * | spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin2020-05-221-4/+8
| * | | spi: rb4xx: update driver to be device tree awareChristopher Hill2020-05-221-0/+9
| * | | spi: rb4xx: null pointer bug fixChristopher Hill2020-05-221-5/+5
| |/ /
| * | spi: bcm2835: Tear down DMA before turning off SPI controllerLukas Wunner2020-05-201-2/+2
| * | Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-05-203-3/+8
| |\ \
| * \ \ Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...Mark Brown2020-05-153-2/+21
| |\ \ \
| | * | | spi: dw: Clear DMAC register when done or stoppedSerge Semin2020-05-151-0/+8
| | * | | spi: dw: Initialize paddr in DW SPI MMIO private dataSerge Semin2020-05-151-1/+4
| | * | | spi: dw: Fix native CS being unsetSerge Semin2020-05-151-1/+9
| * | | | spi: spi-rockchip: use num-cs property and ctlr->enable_gpiodsChris Ruehl2020-05-151-1/+8