public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] sysreset: sophgo: milkv_duo: Add sysreset support for Milk-V Duo board
@ 2024-04-16  7:52 Kongyang Liu
  2024-04-16  7:52 ` [PATCH 1/3] sysreset: cv1800b: Add sysreset driver for cv1800b SoC Kongyang Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Kongyang Liu @ 2024-04-16  7:52 UTC (permalink / raw)
  To: u-boot
  Cc: Leo Yu-Chi Liang, Marek Vasut, Michal Simek, Paul Barker,
	Svyatoslav Ryhel, Tom Rini

This series add sysreset driver for cv1800b SoC and enable poweroff and
reset commands for Sophgo Milk-V Duo board.


Kongyang Liu (3):
  sysreset: cv1800b: Add sysreset driver for cv1800b SoC
  board: sophgo: milkv_duo: Bind sysreset driver
  configs: milkv_duo: Add sysreset configs

 board/sophgo/milkv_duo/board.c      |  4 ++
 configs/milkv_duo_defconfig         |  3 ++
 drivers/sysreset/Kconfig            |  5 +++
 drivers/sysreset/Makefile           |  1 +
 drivers/sysreset/sysreset_cv1800b.c | 64 +++++++++++++++++++++++++++++
 5 files changed, 77 insertions(+)
 create mode 100644 drivers/sysreset/sysreset_cv1800b.c

-- 
2.41.0


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-16  7:52 [PATCH 0/3] sysreset: sophgo: milkv_duo: Add sysreset support for Milk-V Duo board Kongyang Liu
2024-04-16  7:52 ` [PATCH 1/3] sysreset: cv1800b: Add sysreset driver for cv1800b SoC Kongyang Liu
2024-05-01 14:39   ` Leo Liang
2024-04-16  7:52 ` [PATCH 2/3] board: sophgo: milkv_duo: Bind sysreset driver Kongyang Liu
2024-05-01 14:38   ` Leo Liang
2024-04-16  7:52 ` [PATCH 3/3] configs: milkv_duo: Add sysreset configs Kongyang Liu
2024-05-01 14:37   ` Leo Liang

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