devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Update MMCI driver for STM32MP25
@ 2023-06-15  9:19 Yann Gautier
  2023-06-15  9:19 ` [PATCH 1/6] dt-bindings: mmc: mmci: Add st,stm32mp25-sdmmc2 compatible Yann Gautier
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Yann Gautier @ 2023-06-15  9:19 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, linux-mmc,
	devicetree
  Cc: Conor Dooley, Russell King, Philipp Zabel, Christophe Kerello,
	linux-kernel, Marek Vasut, Alexandre Torgue, Maxime Coquelin,
	Linus Walleij, Yang Yingliang, Xiang wangx, linux-stm32,
	linux-arm-kernel, Yann Gautier

STM32MP25 is a new SoC from STMicroelectronics. The machine was
pushed by Alexandre [1] in his tree.
On this new SoC, the SDMMC peripheral, using PL18x/MMCI driver
has been updated to v3.
The driver has been updated to manage this new version, and the new
features it supports:
* FIFO size increased from 64B to 1kB
* IDMA size alignment/mask updated
* New block gap hardware flow control
* Delay block updated and dependent on SoC

This series was pushed on top of next branch in Ulf's mmc tree, as it
requires feedback clock update patch [2].

[1] https://lore.kernel.org/lkml/59f4a900-34ee-d991-c350-265d38e7c862@foss.st.com/T/
[2] https://lore.kernel.org/r/20230613150148.429828-1-yann.gautier@foss.st.com

Yann Gautier (6):
  dt-bindings: mmc: mmci: Add st,stm32mp25-sdmmc2 compatible
  mmc: mmci: add stm32_idmabsize_align parameter
  mmc: mmci: Add support for sdmmc variant revision v3.0
  mmc: mmci: stm32: manage block gap hardware flow control
  mmc: mmci: stm32: prepare other delay block support
  mmc: mmci: stm32: add delay block support for STM32MP25

 .../devicetree/bindings/mmc/arm,pl18x.yaml    |   6 +
 drivers/mmc/host/mmci.c                       |  35 ++++
 drivers/mmc/host/mmci.h                       |   8 +-
 drivers/mmc/host/mmci_stm32_sdmmc.c           | 149 ++++++++++++++++--
 4 files changed, 181 insertions(+), 17 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-06-19 11:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-15  9:19 [PATCH 0/6] Update MMCI driver for STM32MP25 Yann Gautier
2023-06-15  9:19 ` [PATCH 1/6] dt-bindings: mmc: mmci: Add st,stm32mp25-sdmmc2 compatible Yann Gautier
2023-06-15 13:20   ` Ulf Hansson
2023-06-15 15:16     ` Yann Gautier
2023-06-15 15:19       ` Yann Gautier
2023-06-15 18:51         ` Linus Walleij
2023-06-19  7:29           ` Yann Gautier
2023-06-19 11:01             ` Ulf Hansson
2023-06-17  8:04   ` Krzysztof Kozlowski
2023-06-15  9:19 ` [PATCH 2/6] mmc: mmci: add stm32_idmabsize_align parameter Yann Gautier
2023-06-15  9:19 ` [PATCH 3/6] mmc: mmci: Add support for sdmmc variant revision v3.0 Yann Gautier
2023-06-15  9:19 ` [PATCH 4/6] mmc: mmci: stm32: manage block gap hardware flow control Yann Gautier
2023-06-15  9:20 ` [PATCH 5/6] mmc: mmci: stm32: prepare other delay block support Yann Gautier
2023-06-15  9:20 ` [PATCH 6/6] mmc: mmci: stm32: add delay block support for STM32MP25 Yann Gautier

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).