Show patches with: Submitter = Alain Volmat       |    Archived = No       |   33 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[3/6] spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 soc spi: stm32: add support for stm32mp25 - - - --- 2023-12-18 Alain Volmat Accepted
[2/6] dt-bindings: spi: stm32: add st,stm32mp25-spi compatible spi: stm32: add support for stm32mp25 1 1 - --- 2023-12-18 Alain Volmat Accepted
[1/6] spi: stm32: use dma_get_slave_caps prior to configuring dma channel spi: stm32: add support for stm32mp25 - - - --- 2023-12-18 Alain Volmat Accepted
[2/2] spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4 spi: stm32: comments & SIMPLEX_RX fixes - - - --- 2022-01-19 Alain Volmat Accepted
[1/2] spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment spi: stm32: comments & SIMPLEX_RX fixes - - - --- 2022-01-19 Alain Volmat Accepted
[v2,2/7] spi: stm32: enable pm_runtime autosuspend spi: stm32: various fixes & cleanup - - - --- 2021-07-07 Alain Volmat Accepted
[v2,1/7] spi: stm32: fixes pm_runtime calls in probe/remove spi: stm32: various fixes & cleanup - - - --- 2021-07-07 Alain Volmat Accepted
MAINTAINERS: Add Alain Volmat as STM32 SPI maintainer MAINTAINERS: Add Alain Volmat as STM32 SPI maintainer - 1 - --- 2021-05-12 Alain Volmat Accepted
spi: stm32: Fix use-after-free on unbind spi: stm32: Fix use-after-free on unbind - - - --- 2021-03-18 Alain Volmat Accepted
spi: stm32: avoid ifdef CONFIG_PM for pm callbacks spi: stm32: avoid ifdef CONFIG_PM for pm callbacks - - - --- 2021-03-12 Alain Volmat Accepted
spi: stm32: drop devres version of spi_register_master spi: stm32: drop devres version of spi_register_master - - - --- 2021-03-12 Alain Volmat Accepted
[v2,8/8] spi: stm32: make spurious and overrun interrupts visible spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Accepted
[v2,7/8] spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SEC spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Accepted
[v2,6/8] spi: stm32: defer probe for reset spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Accepted
[v2,5/8] spi: stm32: driver uses reset controller only at init spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Accepted
[v2,4/8] spi: stm32h7: ensure message are smaller than max size spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Accepted
[v2,3/8] spi: stm32: use bitfield macros spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Accepted
[v2,2/8] spi: stm32: do not mandate cs_gpio spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Accepted
[v2,1/8] spi: stm32: properly handle 0 byte transfer spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Accepted
[6/6] spi: stm32: finalize message either on dma callback or EOT spi: stm32: various fixes & cleanup - - - --- 2021-06-30 Alain Volmat Superseded
[5/6] spi: stm32h7: don't wait for EOT and flush fifo on disable spi: stm32: various fixes & cleanup - - - --- 2021-06-30 Alain Volmat Superseded
[4/6] spi: stm32h7: rework rx fifo read function spi: stm32: various fixes & cleanup - - - --- 2021-06-30 Alain Volmat Superseded
[3/6] Revert "spi: stm32: properly handle 0 byte transfer" spi: stm32: various fixes & cleanup - - - --- 2021-06-30 Alain Volmat Superseded
[2/6] spi: stm32h7: fix full duplex irq handler handling spi: stm32: various fixes & cleanup - - - --- 2021-06-30 Alain Volmat Superseded
[1/6] spi: stm32: fixes pm_runtime calls in probe/remove spi: stm32: various fixes & cleanup - - - --- 2021-06-30 Alain Volmat Superseded
[8/8] spi: stm32: make spurious and overrun interrupts visible spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Superseded
[7/8] spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SEC spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Superseded
[6/8] spi: stm32: use bitfield macros spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Superseded
[5/8] spi: stm32: defer probe for reset spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Superseded
[4/8] spi: stm32: driver uses reset controller only at init spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Superseded
[3/8] spi: stm32h7: ensure message are smaller than max size spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Superseded
[2/8] spi: stm32: do not mandate cs_gpio spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Superseded
[1/8] spi: stm32: properly handle 0 byte transfer spi: stm32: fix and enhancements for spi-stm32 - - - --- 2021-02-05 Alain Volmat Superseded