linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] reset: amlogic-c3: add reset driver
@ 2023-09-14  6:40 zelong dong
  2023-09-14  6:40 ` [PATCH v4 1/3] dt-bindings: reset: Add compatible and DT bindings for Amlogic C3 Reset Controller zelong dong
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: zelong dong @ 2023-09-14  6:40 UTC (permalink / raw)
  To: Neil Armstrong, Philipp Zabel, Kevin Hilman, Rob Herring,
	Martin Blumenstingl, Jerome Brunet, Krzysztof Kozlowski
  Cc: linux-kernel, linux-amlogic, linux-arm-kernel, devicetree,
	yonghui.yu, kelvin.zhang, Zelong Dong

From: Zelong Dong <zelong.dong@amlogic.com>

This patchset adds Reset controller driver support for Amlogic C3 SoC.
The RESET registers count and offset for C3 Soc are same as S4 Soc.

Changes since v1:
- remove Change-ID
- run scripts/checkpatch.pl and fix reported warnings
- sort dts node by base reg offset

Changes since v2:
- replace keyword "meson" with "amlogic"

Changes since v3:
- rebase on v6.6-rc1

---
v1:https://lore.kernel.org/all/20230630121059.28748-1-zelong.dong@amlogic.com/
v2:https://lore.kernel.org/all/20230718123550.13712-1-zelong.dong@amlogic.com/
v3:https://lore.kernel.org/all/20230719060954.14864-1-zelong.dong@amlogic.com/

Zelong Dong (3):
  dt-bindings: reset: Add compatible and DT bindings for Amlogic C3
    Reset Controller
  reset: reset-meson: add support for Amlogic C3 SoC Reset Controller
  arm64: dts: amlogic: add reset controller for Amlogic C3 SoC

 .../bindings/reset/amlogic,meson-reset.yaml   |   1 +
 arch/arm64/boot/dts/amlogic/amlogic-c3.dtsi   |   7 ++
 drivers/reset/reset-meson.c                   |   1 +
 include/dt-bindings/reset/amlogic,c3-reset.h  | 119 ++++++++++++++++++
 4 files changed, 128 insertions(+)
 create mode 100644 include/dt-bindings/reset/amlogic,c3-reset.h

-- 
2.35.1


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

end of thread, other threads:[~2023-12-19  9:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-14  6:40 [PATCH v4 0/3] reset: amlogic-c3: add reset driver zelong dong
2023-09-14  6:40 ` [PATCH v4 1/3] dt-bindings: reset: Add compatible and DT bindings for Amlogic C3 Reset Controller zelong dong
2023-09-14  8:28   ` Neil Armstrong
2023-09-14  6:40 ` [PATCH v4 2/3] reset: reset-meson: add support for Amlogic C3 SoC " zelong dong
2023-09-14  8:28   ` Neil Armstrong
2023-09-14  6:40 ` [PATCH v4 3/3] arm64: dts: amlogic: add reset controller for Amlogic C3 SoC zelong dong
2023-09-14  8:28   ` Neil Armstrong
2023-11-29 12:04 ` [PATCH v4 0/3] reset: amlogic-c3: add reset driver Philipp Zabel
2023-11-29 12:26 ` (subset) " Neil Armstrong
2023-12-19  9:31   ` Neil Armstrong

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