summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2020-05-26spi: pxa2xx: Fix controller unregister orderLukas Wunner
2020-05-26spi: dw: Fix controller unregister orderLukas Wunner
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-25spi: mux: repair mux usagePeter Rosin
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: 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-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-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
2020-05-06spi: dw: Remove unused variable in CR0 configuring hooksAndy Shevchenko
2020-05-06spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko
2020-05-06spi: bcm2835: Fix error return code in bcm2835_dma_init()Wei Yongjun
2020-05-06spi: a3700: make a3700_spi_init() return voidJason Yan
2020-05-05spi: dw: Add support for Intel Keem Bay SPIWan Ahmad Zainie
2020-05-05spi: dw: Add support for DesignWare DWC_ssiWan Ahmad Zainie
2020-05-05spi: dw: Add update_cr0() callback to update CTRLR0Wan Ahmad Zainie
2020-05-05spi: dw: Fix typo in few registers nameWan Ahmad Zainie
2020-05-05spi: bcm2835: Fixes bare use of unsignedJacko Dirks
2020-05-05Merge series "Grab bag with AMD SPI fixes" from Lukas Wunner <lukas@wunner.de>:Mark Brown
2020-05-05Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2020-05-04spi: amd: Drop superfluous member from struct amd_spiLukas Wunner