u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mmc: sophgo: milkv_duo: Add SD card support for Milk-V Duo board
@ 2024-03-09 17:51 Kongyang Liu
  2024-03-09 17:51 ` [PATCH v2 1/3] mmc: cv1800b: Add sdhci driver support for cv1800b SoC Kongyang Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kongyang Liu @ 2024-03-09 17:51 UTC (permalink / raw)
  To: u-boot
  Cc: Jaehoon Chung, Kever Yang, Leo, Marek Vasut, Oleksandr Suvorov,
	Paul Barker, Peng Fan, Peter Geis, Rick Chen, Stefan Roese,
	Tom Rini

This series add sdhci driver for cv1800b SoC and enable SD card support for
Sophgo Milk-V Duo board.

Changes in v2:
- Refactored and simplified some of the code.
- Sync device tree with ptaches from Linux kernel

Kongyang Liu (3):
  mmc: cv1800b: Add sdhci driver support for cv1800b SoC
  riscv: dts: sophgo: Add clk node and sdhci node
  configs: milkv_duo: Add SD card configs

 arch/riscv/dts/cv1800b-milkv-duo.dts |   8 ++
 arch/riscv/dts/cv1800b.dtsi          |   4 +
 arch/riscv/dts/cv18xx.dtsi           |  22 +++++
 configs/milkv_duo_defconfig          |  10 +++
 drivers/mmc/Kconfig                  |  13 +++
 drivers/mmc/Makefile                 |   1 +
 drivers/mmc/cv1800b_sdhci.c          | 116 +++++++++++++++++++++++++++
 7 files changed, 174 insertions(+)
 create mode 100644 drivers/mmc/cv1800b_sdhci.c

-- 
2.41.0


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

end of thread, other threads:[~2024-03-12 10:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-09 17:51 [PATCH v2 0/3] mmc: sophgo: milkv_duo: Add SD card support for Milk-V Duo board Kongyang Liu
2024-03-09 17:51 ` [PATCH v2 1/3] mmc: cv1800b: Add sdhci driver support for cv1800b SoC Kongyang Liu
2024-03-12 10:03   ` Leo Liang
2024-03-09 17:51 ` [PATCH v2 2/3] riscv: dts: sophgo: Add clk node and sdhci node Kongyang Liu
2024-03-12  9:27   ` Leo Liang
2024-03-09 17:51 ` [PATCH v2 3/3] configs: milkv_duo: Add SD card configs Kongyang Liu
2024-03-12 10:02   ` Leo Liang

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