summaryrefslogtreecommitdiff
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| * | | | 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
| * | | spi: dw: Add 'mfld' suffix to Intel Medfield related routinesAndy Shevchenko2020-05-063-13/+18
| * | | spi: dw: Move few headers under #ifdef CONFIG_SPI_DW_MID_DMAAndy Shevchenko2020-05-061-3/+2
| * | | spi: dw: Downgrade interrupt.h to irqreturn.h where appropriateAndy Shevchenko2020-05-062-2/+2
| * | | spi: dw: Move interrupt.h to spi-dw.h who is user of itAndy Shevchenko2020-05-063-2/+1
| * | | spi: dw: Remove unused variable in CR0 configuring hooksAndy Shevchenko2020-05-061-2/+0
| * | | spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko2020-05-061-0/+2
| * | | spi: bcm2835: Fix error return code in bcm2835_dma_init()Wei Yongjun2020-05-061-0/+4
| * | | spi: a3700: make a3700_spi_init() return voidJason Yan2020-05-061-7/+3
| * | | spi: dw: Add support for Intel Keem Bay SPIWan Ahmad Zainie2020-05-051-0/+26
| * | | spi: dw: Add support for DesignWare DWC_ssiWan Ahmad Zainie2020-05-053-0/+55
| * | | spi: dw: Add update_cr0() callback to update CTRLR0Wan Ahmad Zainie2020-05-054-11/+48
| * | | spi: dw: Fix typo in few registers nameWan Ahmad Zainie2020-05-052-13/+13
| * | | spi: bcm2835: Fixes bare use of unsignedJacko Dirks2020-05-051-2/+2
| * | | Merge series "Grab bag with AMD SPI fixes" from Lukas Wunner <lukas@wunner.de>:Mark Brown2020-05-051-22/+5
| |\ \ \
| | * | | spi: amd: Drop superfluous member from struct amd_spiLukas Wunner2020-05-041-4/+2
| | * | | spi: amd: Fix refcount underflow on removeLukas Wunner2020-05-041-12/+1
| | * | | spi: amd: Drop duplicate driver data assignmentsLukas Wunner2020-05-041-2/+0
| | * | | spi: amd: Pass probe errors back to driver coreLukas Wunner2020-05-041-1/+1
| | * | | spi: amd: Fix duplicate iounmap in error pathLukas Wunner2020-05-041-3/+1
| * | | | Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-05-055-39/+47
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | spi: atmel: Add missing annotation for atmel_spi_next_xfer_dma_submit()Jules Irenge2020-04-301-0/+1
| * | | | spi: pxa2xx: Apply CS clk quirk to BXTEvan Green2020-04-301-0/+1
| * | | | spi: stm32-qspi: Fix unbalanced pm_runtime_enable issuePatrice Chotard2020-04-291-0/+5
| * | | | spi: uniphier: fix error return code in uniphier_spi_probe()Wei Yongjun2020-04-291-2/+6
| * | | | spi: spi-amd: Fix a NULL vs IS_ERR() check in amd_spi_probe()Wei Yongjun2020-04-291-3/+2
| * | | | spi: spi-amd: fix warningSanjay R Mehta2020-04-281-1/+1