linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Driver support for RZ/V2M PWC
@ 2022-12-13 22:43 Fabrizio Castro
  2022-12-13 22:43 ` [PATCH 1/5] dt-bindings: gpio: Add RZ/V2M PWC GPIO driver bindings Fabrizio Castro
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Fabrizio Castro @ 2022-12-13 22:43 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

This series introduces a driver to address GPIO support, and a driver
to address power off support, alongside the corresponding dt-bindings.

Thanks,
Fab

Fabrizio Castro (5):
  dt-bindings: gpio: Add RZ/V2M PWC GPIO driver bindings
  dt-bindings: power: reset: Add RZ/V2M PWC Power OFF bindings
  dt-bindings: mfd: Add RZ/V2M PWC global registers bindings
  gpio: Add support for Renesas RZ/V2M PWC
  power: reset: Add new driver for RZ/V2M PWC poweroff

 .../bindings/gpio/renesas,rzv2m-pwc-gpio.yaml |  62 +++++++++
 .../bindings/mfd/renesas,rzv2m-pwc.yaml       |  70 ++++++++++
 .../reset/renesas,rzv2m-pwc-poweroff.yaml     |  48 +++++++
 drivers/gpio/Kconfig                          |   8 ++
 drivers/gpio/Makefile                         |   1 +
 drivers/gpio/gpio-rzv2m-pwc.c                 | 123 ++++++++++++++++++
 drivers/power/reset/Kconfig                   |  10 ++
 drivers/power/reset/Makefile                  |   1 +
 drivers/power/reset/rzv2m-pwc-poweroff.c      |  81 ++++++++++++
 9 files changed, 404 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/renesas,rzv2m-pwc-gpio.yaml
 create mode 100644 Documentation/devicetree/bindings/mfd/renesas,rzv2m-pwc.yaml
 create mode 100644 Documentation/devicetree/bindings/power/reset/renesas,rzv2m-pwc-poweroff.yaml
 create mode 100644 drivers/gpio/gpio-rzv2m-pwc.c
 create mode 100644 drivers/power/reset/rzv2m-pwc-poweroff.c

-- 
2.34.1


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

end of thread, other threads:[~2023-01-05 17:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-13 22:43 [PATCH 0/5] Driver support for RZ/V2M PWC Fabrizio Castro
2022-12-13 22:43 ` [PATCH 1/5] dt-bindings: gpio: Add RZ/V2M PWC GPIO driver bindings Fabrizio Castro
2022-12-14 16:10   ` Rob Herring
2022-12-14 18:26     ` Fabrizio Castro
2022-12-15  9:49       ` Krzysztof Kozlowski
2022-12-20 21:20         ` Fabrizio Castro
2022-12-20 21:15     ` Fabrizio Castro
2022-12-13 22:43 ` [PATCH 2/5] dt-bindings: power: reset: Add RZ/V2M PWC Power OFF bindings Fabrizio Castro
2022-12-15  9:50   ` Krzysztof Kozlowski
2022-12-20 21:22     ` Fabrizio Castro
2022-12-13 22:43 ` [PATCH 3/5] dt-bindings: mfd: Add RZ/V2M PWC global registers bindings Fabrizio Castro
2022-12-14 16:16   ` Rob Herring
2022-12-20 21:09     ` Fabrizio Castro
2022-12-13 22:43 ` [PATCH 4/5] gpio: Add support for Renesas RZ/V2M PWC Fabrizio Castro
2023-01-02 12:50   ` Bartosz Golaszewski
2023-01-05 17:40     ` Fabrizio Castro
2022-12-13 22:43 ` [PATCH 5/5] power: reset: Add new driver for RZ/V2M PWC poweroff Fabrizio Castro

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