All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] reset: meson-s4: add reset driver
@ 2022-01-07  2:39 ` Zelong Dong
  0 siblings, 0 replies; 30+ 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] 30+ messages in thread

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

Thread overview: 30+ 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 ` Zelong Dong
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
2022-01-07  2:39   ` Zelong Dong
2022-01-07  2:39   ` Zelong Dong
2022-01-07 21:56   ` Martin Blumenstingl
2022-01-07 21:56     ` Martin Blumenstingl
2022-01-07 21:56     ` Martin Blumenstingl
2022-01-12  1:48   ` Rob Herring
2022-01-12  1:48     ` Rob Herring
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  2:39   ` Zelong Dong
2022-01-07  2:39   ` Zelong Dong
2022-01-07 21:57   ` Martin Blumenstingl
2022-01-07 21:57     ` Martin Blumenstingl
2022-01-07 21:57     ` Martin Blumenstingl
2022-01-10 17:36   ` Rob Herring
2022-01-10 17:36     ` Rob Herring
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  2:39   ` Zelong Dong
2022-01-07  2:39   ` Zelong Dong
2022-01-07 21:58   ` Martin Blumenstingl
2022-01-07 21:58     ` Martin Blumenstingl
2022-01-07 21:58     ` Martin Blumenstingl
2022-04-04 10:17 ` [PATCH 0/3] reset: meson-s4: add reset driver Philipp Zabel
2022-04-04 10:17   ` Philipp Zabel
2022-04-04 10:17   ` Philipp Zabel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.