public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] spi: sophgo: milkv_duo: Add spi nor flash support for Milk-V Duo board
@ 2024-04-20  7:08 Kongyang Liu
  2024-04-20  7:08 ` [PATCH 1/3] spi: cv1800b: Add spi nor flash controller driver for cv1800b SoC Kongyang Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kongyang Liu @ 2024-04-20  7:08 UTC (permalink / raw)
  To: u-boot
  Cc: Christophe Leroy, Hai Pham, Igor Prusov, Jagan Teki, Leo,
	Marek Vasut, Martin Kurbanov, Michal Simek, Rick Chen,
	Simon Glass, Tom Rini, William Zhang

This series add spi nor flash controller driver for cv1800b SoC and enable it
for Sophgo Milk-V Duo board.


Kongyang Liu (3):
  spi: cv1800b: Add spi nor flash controller driver for cv1800b SoC
  riscv: dts: sophgo: Add spi nor flash controller node
  configs: milkv_duo: Add spi nor configs

 arch/riscv/dts/cv1800b-milkv-duo.dts |  13 ++
 arch/riscv/dts/cv18xx.dtsi           |  17 ++
 configs/milkv_duo_defconfig          |   3 +
 drivers/spi/Kconfig                  |   8 +
 drivers/spi/Makefile                 |   1 +
 drivers/spi/cv1800b_spif.c           | 321 +++++++++++++++++++++++++++
 6 files changed, 363 insertions(+)
 create mode 100644 drivers/spi/cv1800b_spif.c

-- 
2.41.0


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

end of thread, other threads:[~2024-05-01 14:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-20  7:08 [PATCH 0/3] spi: sophgo: milkv_duo: Add spi nor flash support for Milk-V Duo board Kongyang Liu
2024-04-20  7:08 ` [PATCH 1/3] spi: cv1800b: Add spi nor flash controller driver for cv1800b SoC Kongyang Liu
2024-05-01 14:28   ` Leo Liang
2024-04-20  7:08 ` [PATCH 2/3] riscv: dts: sophgo: Add spi nor flash controller node Kongyang Liu
2024-05-01 14:27   ` Leo Liang
2024-04-20  7:08 ` [PATCH 3/3] configs: milkv_duo: Add spi nor configs Kongyang Liu
2024-05-01 14:25   ` Leo Liang

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