summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * spi: bcm2835aux: Fix controller unregister orderLukas Wunner2020-05-201-1/+3
| * spi: bcm2835: Fix controller unregister orderLukas Wunner2020-05-201-1/+3
| * spi: Fix controller unregister orderLukas Wunner2020-05-201-1/+2
* | 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
* | | spi: spi-rockchip: add support for spi slave modeChris Ruehl2020-05-151-6/+38
* | | spi: spi-rockchip: cleanup use struct spi_controllerChris Ruehl2020-05-151-91/+91
|/ /
* | spi: dw: Drop duplicate error message when remap resourceAndy Shevchenko2020-05-121-3/+1
* | spi: dw-mmio: Do not add acpi modalias when CONFIG_ACPI is not enabledJay Fang2020-05-111-0/+2
* | spi: sun6i: Add support for GPIO chip select linesAlistair Francis2020-05-111-0/+1
* | spi: uniphier: Use devm_platform_get_and_ioremap_resource() to simplify codeKunihiko Hayashi2020-05-111-2/+1
* | spi: uniphier: Depend on HAS_IOMEMKunihiko Hayashi2020-05-111-0/+1
* | spi: dw: Get rid of dma_inited flagAndy Shevchenko2020-05-073-17/+14
* | spi: dw: Avoid useless assignments in generic DMA setupAndy Shevchenko2020-05-071-2/+0
* | spi: dw: Add Elkhart Lake PSE DMA supportJarkko Nikula2020-05-063-0/+46
* | spi: dw: Propagate struct device pointer to ->dma_init() callbackAndy Shevchenko2020-05-063-3/+3