U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add k1 reset driver for bananapi-bpif3 platform.
@ 2025-03-11  1:38 Huan Zhou
  2025-03-11  1:38 ` [PATCH v2 1/4] riscv: dt-binding: k1: Add reset driver binding definition Huan Zhou
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Huan Zhou @ 2025-03-11  1:38 UTC (permalink / raw)
  To: u-boot; +Cc: Rick Chen, Leo, Tom Rini, Yixun Lan, Huan Zhou

Add device tree bindings and basic reset controller driver for the
BananaPi F3 board.This initial implementation supports the core reset 
functionality.

Changed in v2:
- fixed checkpatch error/warning.
- Links to v1: https://lore.kernel.org/u-boot/20250304-reset-k1-v1-0-dc9510ff1113@per1cycle.org/

Signed-off-by: Huan Zhou <me@per1cycle.org>
---
Huan Zhou (4):
      riscv: dt-binding: k1: Add reset driver binding definition.
      riscv: reset: k1: Add reset driver
      riscv: dts: k1: add reset controller node in device tree
      Add reset config options for k1

 arch/riscv/cpu/k1/Kconfig                     |   1 +
 arch/riscv/dts/k1.dtsi                        |  15 +
 configs/bananapi-f3_defconfig                 |   1 +
 drivers/reset/Kconfig                         |   7 +
 drivers/reset/Makefile                        |   1 +
 drivers/reset/reset-spacemit-k1.c             | 548 ++++++++++++++++++++++++++
 include/dt-bindings/reset/spacemit-k1-reset.h | 118 ++++++
 7 files changed, 691 insertions(+)
---
base-commit: cf6354ab23bfc3337b1087d243e6be4af48abe84
change-id: 20250308-reset-k1-773cd93f5337

Best regards,
-- 
Huan Zhou <me@per1cycle.org>


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

end of thread, other threads:[~2025-03-25  4:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11  1:38 [PATCH v2 0/4] Add k1 reset driver for bananapi-bpif3 platform Huan Zhou
2025-03-11  1:38 ` [PATCH v2 1/4] riscv: dt-binding: k1: Add reset driver binding definition Huan Zhou
2025-03-25  4:05   ` Leo Liang
2025-03-11  1:38 ` [PATCH v2 2/4] riscv: reset: k1: Add reset driver Huan Zhou
2025-03-25  4:06   ` Leo Liang
2025-03-11  1:38 ` [PATCH v2 3/4] riscv: dts: k1: add reset controller node in device tree Huan Zhou
2025-03-25  4:07   ` Leo Liang
2025-03-11  1:38 ` [PATCH v2 4/4] Add reset config options for k1 Huan Zhou
2025-03-25  4:08   ` Leo Liang

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