public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Driver support for RZ/V2M PWC
@ 2023-01-05 20:12 Fabrizio Castro
  2023-01-05 20:12 ` [PATCH v4 1/2] dt-bindings: mfd: Add " Fabrizio Castro
  2023-01-05 20:12 ` [PATCH v4 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-05 20:12 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 fits the Multi-Function
Device (MFD) model quite well, and 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 4 of this series basically just moves the dt-bindings
file under Documentation/devicetree/bindings/soc/renesas.

Thanks,
Fab
Fabrizio Castro (2):
  dt-bindings: mfd: 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-06  9:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-05 20:12 [PATCH v4 0/2] Driver support for RZ/V2M PWC Fabrizio Castro
2023-01-05 20:12 ` [PATCH v4 1/2] dt-bindings: mfd: Add " Fabrizio Castro
2023-01-06  9:14   ` Lee Jones
2023-01-06  9:32     ` Fabrizio Castro
2023-01-05 20:12 ` [PATCH v4 2/2] soc: renesas: Add PWC support for RZ/V2M Fabrizio Castro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox