public inbox for linux-aspeed@lists.ozlabs.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add AST2700 support for aspeed sdhci
@ 2026-03-23  2:07 Ryan Chen
  2026-03-23  2:07 ` [PATCH v3 1/2] dt-bindings: mmc: sdhci-of-aspeed: Add AST2700 compatible Ryan Chen
  2026-03-23  2:07 ` [PATCH v3 2/2] mmc: sdhci-of-aspeed: Handle optional controller reset Ryan Chen
  0 siblings, 2 replies; 5+ messages in thread
From: Ryan Chen @ 2026-03-23  2:07 UTC (permalink / raw)
  To: Andrew Jeffery, Ulf Hansson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Joel Stanley, Ryan Chen, Adrian Hunter,
	Philipp Zabel
  Cc: Andrew Jeffery, linux-aspeed, openbmc, linux-mmc, devicetree,
	linux-arm-kernel, linux-kernel, Ryan Chen

This series add aspeed sdhci support for AST2700. The AST2700 sdhci
requires an reset. This series updates the binding and driver to
support reset requirements.

Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
---
Changes in v3:
- 1/2 Add items list const for ast2700 ast2600 compatible
- 1/2 Move if/then/else block after required: (per example-schema)
- Link to v2: https://lore.kernel.org/r/20260317-sdhci-v2-0-39b1f063061b@aspeedtech.com

Changes in v2:
- 1/2 use items for ast2700 compatible.
- 2/2 use devm_reset_control_get_optional_exclusive_deasserted for
  reset.
- Link to v1: https://lore.kernel.org/r/20260313-sdhci-v1-0-91cea19c8a67@aspeedtech.com

---
Ryan Chen (2):
      dt-bindings: mmc: sdhci-of-aspeed: Add AST2700 compatible
      mmc: sdhci-of-aspeed: Handle optional controller reset

 .../devicetree/bindings/mmc/aspeed,sdhci.yaml      | 41 +++++++++++++++++-----
 drivers/mmc/host/sdhci-of-aspeed.c                 |  6 ++++
 2 files changed, 39 insertions(+), 8 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260313-sdhci-269d319fdbde

Best regards,
-- 
Ryan Chen <ryan_chen@aspeedtech.com>



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

end of thread, other threads:[~2026-03-23 13:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-23  2:07 [PATCH v3 0/2] Add AST2700 support for aspeed sdhci Ryan Chen
2026-03-23  2:07 ` [PATCH v3 1/2] dt-bindings: mmc: sdhci-of-aspeed: Add AST2700 compatible Ryan Chen
2026-03-23  2:07 ` [PATCH v3 2/2] mmc: sdhci-of-aspeed: Handle optional controller reset Ryan Chen
2026-03-23  7:46   ` Krzysztof Kozlowski
2026-03-23 13:33   ` Adrian Hunter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox