linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] reset: meson-s4: add reset driver
@ 2022-01-07  2:39 Zelong Dong
  2022-01-07  2:39 ` [PATCH 1/3] dt-bindings: reset: Add compatible for Meson-S4 Reset Controller Zelong Dong
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Zelong Dong @ 2022-01-07  2:39 UTC (permalink / raw)
  To: p.zabel, robh+dt, khilman, narmstrong, martin.blumenstingl
  Cc: linux-amlogic, linux-kernel, linux-arm-kernel, jbrunet,
	devicetree, Zelong Dong


This patchset adds Reset controller driver support for Meson-S4 SoC.
Meson-S4 Reset Controller has 6 banks (the number of reset register)
and the level-reset register offset is 0x40.


Zelong Dong (3):
  dt-bindings: reset: Add compatible for Meson-S4 Reset Controller
  dt-bindings: reset: add bindings for the Meson-S4 SoC Reset Controller
  reset: reset-meson: add support for the Meson-S4 SoC Reset Controller

 .../bindings/reset/amlogic,meson-reset.yaml   |   1 +
 drivers/reset/reset-meson.c                   |   6 +
 .../reset/amlogic,meson-s4-reset.h            | 125 ++++++++++++++++++
 3 files changed, 132 insertions(+)
 create mode 100644 include/dt-bindings/reset/amlogic,meson-s4-reset.h

-- 
2.34.1


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

end of thread, other threads:[~2022-04-04 10:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07  2:39 [PATCH 0/3] reset: meson-s4: add reset driver Zelong Dong
2022-01-07  2:39 ` [PATCH 1/3] dt-bindings: reset: Add compatible for Meson-S4 Reset Controller Zelong Dong
2022-01-07 21:56   ` Martin Blumenstingl
2022-01-12  1:48   ` Rob Herring
2022-01-07  2:39 ` [PATCH 2/3] dt-bindings: reset: add bindings for the Meson-S4 SoC " Zelong Dong
2022-01-07 21:57   ` Martin Blumenstingl
2022-01-10 17:36   ` Rob Herring
2022-01-07  2:39 ` [PATCH 3/3] reset: reset-meson: add support " Zelong Dong
2022-01-07 21:58   ` Martin Blumenstingl
2022-04-04 10:17 ` [PATCH 0/3] reset: meson-s4: add reset driver Philipp Zabel

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