linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] Driver support for RZ/V2M PWC
@ 2023-01-06 12:58 Fabrizio Castro
  2023-01-06 12:58 ` [PATCH v5 1/2] dt-bindings: soc: renesas: Add " Fabrizio Castro
  2023-01-06 12:58 ` [PATCH v5 2/2] soc: renesas: Add PWC support for RZ/V2M Fabrizio Castro
  0 siblings, 2 replies; 5+ messages in thread
From: Fabrizio Castro @ 2023-01-06 12:58 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Rob Herring,
	Krzysztof Kozlowski, Sebastian Reichel, Geert Uytterhoeven
  Cc: Fabrizio Castro, Lee Jones, linux-gpio, devicetree, linux-kernel,
	linux-pm, Chris Paterson, Biju Das, linux-renesas-soc,
	Laurent Pinchart, Jacopo Mondi

The PWC IP found in the RZ/V2M family of chips comes with the below
capabilities:
* external power supply on/off sequence generation
* on/off signal generation for the LPDDR4 core power supply (LPVDD)
* key input signals processing
* general-purpose output pins

Version 5 of this series fixes subject line and changelog of the
dt-bindings patch.

Thanks,
Fab

Fabrizio Castro (2):
  dt-bindings: soc: renesas: Add RZ/V2M PWC
  soc: renesas: Add PWC support for RZ/V2M

 .../soc/renesas/renesas,rzv2m-pwc.yaml        |  56 +++++++
 drivers/soc/renesas/Kconfig                   |   4 +
 drivers/soc/renesas/Makefile                  |   1 +
 drivers/soc/renesas/pwc-rzv2m.c               | 141 ++++++++++++++++++
 4 files changed, 202 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/renesas/renesas,rzv2m-pwc.yaml
 create mode 100644 drivers/soc/renesas/pwc-rzv2m.c

-- 
2.34.1


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

end of thread, other threads:[~2023-01-16 13:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-06 12:58 [PATCH v5 0/2] Driver support for RZ/V2M PWC Fabrizio Castro
2023-01-06 12:58 ` [PATCH v5 1/2] dt-bindings: soc: renesas: Add " Fabrizio Castro
2023-01-16 12:55   ` Geert Uytterhoeven
2023-01-06 12:58 ` [PATCH v5 2/2] soc: renesas: Add PWC support for RZ/V2M Fabrizio Castro
2023-01-16 12:58   ` Geert Uytterhoeven

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