linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] spi: stm32: add support for stm32mp25
@ 2023-12-18 15:57 Alain Volmat
  2023-12-18 15:57 ` [PATCH 1/6] spi: stm32: use dma_get_slave_caps prior to configuring dma channel Alain Volmat
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Alain Volmat @ 2023-12-18 15:57 UTC (permalink / raw)
  To: Mark Brown, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Maxime Coquelin, Alexandre Torgue, Alain Volmat, Erwan Leray,
	Fabrice Gasnier
  Cc: linux-spi, devicetree, linux-stm32, linux-arm-kernel,
	linux-kernel

This series adds support for spi bus found on the stm32mp25 and add
all instances within device-trees.

Alain Volmat (4):
  spi: stm32: use dma_get_slave_caps prior to configuring dma channel
  arm64: dts: st: add all 8 spi nodes on stm32mp251
  arm64: dts: st: add spi3/spi8 pins for stm32mp25
  arm64: dts: st: add spi3 / spi8 properties on stm32mp257f-ev1

Valentin Caron (2):
  dt-bindings: spi: stm32: add st,stm32mp25-spi compatible
  spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 soc

 .../devicetree/bindings/spi/st,stm32-spi.yaml |   1 +
 arch/arm64/boot/dts/st/stm32mp25-pinctrl.dtsi |  46 ++++++
 arch/arm64/boot/dts/st/stm32mp251.dtsi        |  88 +++++++++++
 arch/arm64/boot/dts/st/stm32mp257f-ev1.dts    |  14 ++
 drivers/spi/spi-stm32.c                       | 145 ++++++++++++++++--
 5 files changed, 280 insertions(+), 14 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-04-25  8:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-18 15:57 [PATCH 0/6] spi: stm32: add support for stm32mp25 Alain Volmat
2023-12-18 15:57 ` [PATCH 1/6] spi: stm32: use dma_get_slave_caps prior to configuring dma channel Alain Volmat
2023-12-18 15:57 ` [PATCH 2/6] dt-bindings: spi: stm32: add st,stm32mp25-spi compatible Alain Volmat
2023-12-18 16:58   ` Fabrice Gasnier
2023-12-19 16:39   ` Conor Dooley
2023-12-18 15:57 ` [PATCH 3/6] spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 soc Alain Volmat
2023-12-18 15:57 ` [PATCH 4/6] arm64: dts: st: add all 8 spi nodes on stm32mp251 Alain Volmat
2023-12-18 15:57 ` [PATCH 5/6] arm64: dts: st: add spi3/spi8 pins for stm32mp25 Alain Volmat
2023-12-18 15:57 ` [PATCH 6/6] arm64: dts: st: add spi3 / spi8 properties on stm32mp257f-ev1 Alain Volmat
2023-12-22 13:30 ` (subset) [PATCH 0/6] spi: stm32: add support for stm32mp25 Mark Brown
2024-04-25  8:21 ` Alexandre TORGUE

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).