summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-25spi: flags 'SPI_CONTROLLER_MUST_RX' and 'SPI_CONTROLLER_MUST_TX' can't be coe...dillon min
2020-05-25spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4dillon min
2020-05-22spi: Make spi_delay_exec() warn if called from atomic contextMark Brown
2020-05-22Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...Mark Brown
2020-05-22spi: rb4xx: add corresponding device tree documentationChristopher Hill
2020-05-22spi: rb4xx: update driver to be device tree awareChristopher Hill
2020-05-22spi: rb4xx: null pointer bug fixChristopher Hill
2020-05-22spi: dw: Discard dma_width member of the dw_spi structureSerge Semin
2020-05-22spi: dw: Discard unused void priv pointerSerge Semin
2020-05-22spi: dw: Discard static DW DMA slave structuresSerge Semin
2020-05-22spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin
2020-05-20spi: bcm2835: Tear down DMA before turning off SPI controllerLukas Wunner
2020-05-20Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2020-05-20spi: bcm2835aux: Fix controller unregister orderLukas Wunner
2020-05-20spi: bcm2835: Fix controller unregister orderLukas Wunner
2020-05-20spi: Fix controller unregister orderLukas Wunner
2020-05-19spi: ti_qspi: fix unit addressKangmin Park
2020-05-15spi: dw: Add Tx/Rx DMA propertiesSerge Semin
2020-05-15Merge series "spi: dw: Add generic DW DMA controller support" from Serge Semi...Mark Brown
2020-05-15spi: spi-rockchip: use num-cs property and ctlr->enable_gpiodsChris Ruehl
2020-05-15spi: spi-rockchip: add support for spi slave modeChris Ruehl
2020-05-15spi: spi-rockchip: cleanup use struct spi_controllerChris Ruehl
2020-05-15spi: dw: Clear DMAC register when done or stoppedSerge Semin
2020-05-15spi: dw: Initialize paddr in DW SPI MMIO private dataSerge Semin
2020-05-15spi: dw: Fix native CS being unsetSerge Semin
2020-05-12spi: dw: Drop duplicate error message when remap resourceAndy Shevchenko
2020-05-12spi: Convert UniPhier SPI controller to json-schemaKunihiko Hayashi
2020-05-11spi: dw-mmio: Do not add acpi modalias when CONFIG_ACPI is not enabledJay Fang
2020-05-11spi: sun6i: Add support for GPIO chip select linesAlistair Francis
2020-05-11spi: uniphier: Use devm_platform_get_and_ioremap_resource() to simplify codeKunihiko Hayashi
2020-05-11spi: uniphier: Depend on HAS_IOMEMKunihiko Hayashi
2020-05-07spi: dw: Get rid of dma_inited flagAndy Shevchenko
2020-05-07spi: dw: Avoid useless assignments in generic DMA setupAndy Shevchenko
2020-05-06spi: dw: Add Elkhart Lake PSE DMA supportJarkko Nikula
2020-05-06spi: dw: Propagate struct device pointer to ->dma_init() callbackAndy Shevchenko
2020-05-06spi: dw: Add 'mfld' suffix to Intel Medfield related routinesAndy Shevchenko
2020-05-06spi: dw: Move few headers under #ifdef CONFIG_SPI_DW_MID_DMAAndy Shevchenko
2020-05-06spi: dw: Downgrade interrupt.h to irqreturn.h where appropriateAndy Shevchenko
2020-05-06spi: dw: Move interrupt.h to spi-dw.h who is user of itAndy Shevchenko