devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add Armada8K reset controller support
@ 2025-02-14  6:58 Wilson Ding
  2025-02-14  6:58 ` Wilson Ding
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Wilson Ding @ 2025-02-14  6:58 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-arm-kernel
  Cc: andrew, gregory.clement, sebastian.hesselbarth, robh, krzk+dt,
	conor+dt, p.zabel, salee, gakula, Wilson Ding

Armada8K has one simple register for unit soft reset, which is part of
the system controller register area. The simple reset code doesn't
support register access via regmap for the syscon devices. This patch
series added new ops for reset line operation to make the simple reset
code compatible for syscon device. And add Armada8K support then.

Wilson Ding (4):
  reset: simple: Add syscon device compatible
  reset: simple: Add support for Armada8K reset controller
  dt-bindings: cp110: Document the reset controller
  arm64: dts: marvell: cp11x: Add reset controller node

 .../arm/marvell/cp110-system-controller.txt   |  32 +++++
 arch/arm64/boot/dts/marvell/armada-cp11x.dtsi |   6 +
 drivers/reset/reset-simple.c                  | 126 +++++++++++++++---
 include/linux/reset/reset-simple.h            |  11 ++
 4 files changed, 154 insertions(+), 21 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-02-19  0:42 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-14  6:58 [PATCH 0/4] Add Armada8K reset controller support Wilson Ding
2025-02-14  6:58 ` Wilson Ding
2025-02-14  6:58 ` [PATCH 1/4] [PATCH 1/4] reset: simple: Add syscon device compatible Wilson Ding
2025-02-14  8:48   ` Krzysztof Kozlowski
2025-02-14 11:54   ` Philipp Zabel
2025-02-14 17:13     ` Wilson Ding
2025-02-14 18:03       ` Philipp Zabel
2025-02-14 18:40         ` [EXTERNAL] " Wilson Ding
2025-02-14  6:58 ` [PATCH 2/4] [PATCH 2/4] reset: simple: Add support for Armada8K reset controller Wilson Ding
2025-02-14  8:48   ` Krzysztof Kozlowski
2025-02-14  6:58 ` [PATCH 3/4] [PATCH 3/4] dt-bindings: cp110: Document the " Wilson Ding
2025-02-14  8:45   ` Krzysztof Kozlowski
2025-02-14  6:58 ` [PATCH 4/4] [PATCH 4/4] arm64: dts: marvell: cp11x: Add reset controller node Wilson Ding
2025-02-14  8:48   ` Krzysztof Kozlowski
2025-02-19  0:42 ` [PATCH 0/4] Add Armada8K reset controller support Rob Herring (Arm)

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