devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] regulator: fixed: add under-voltage support
@ 2023-10-24 13:08 Oleksij Rempel
  2023-10-24 13:08 ` [PATCH v2 1/2] regulator: dt-bindings: fixed-regulator: Add under-voltage interrupt support Oleksij Rempel
  2023-10-24 13:08 ` [PATCH v2 2/2] regulator: fixed: add support for under-voltage IRQ Oleksij Rempel
  0 siblings, 2 replies; 6+ messages in thread
From: Oleksij Rempel @ 2023-10-24 13:08 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: Oleksij Rempel, kernel, linux-kernel, devicetree

This series add under-voltage IRQ support to the fixed regulator
at same time by enforcing emergency shut down policy.

changes v2:
- drop event forwarding support
- use emergency shutdown directly instead of generating under-voltage
  error event.
- fix devicetree patch
- drop interrupt-names support

Oleksij Rempel (2):
  regulator: dt-bindings: fixed-regulator: Add under-voltage interrupt
    support
  regulator: fixed: add support for under-voltage IRQ

 .../bindings/regulator/fixed-regulator.yaml   |  5 ++
 drivers/regulator/fixed.c                     | 47 +++++++++++++++++++
 2 files changed, 52 insertions(+)

-- 
2.39.2


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-24 13:08 [PATCH v2 0/2] regulator: fixed: add under-voltage support Oleksij Rempel
2023-10-24 13:08 ` [PATCH v2 1/2] regulator: dt-bindings: fixed-regulator: Add under-voltage interrupt support Oleksij Rempel
2023-10-24 13:08 ` [PATCH v2 2/2] regulator: fixed: add support for under-voltage IRQ Oleksij Rempel
2023-10-24 13:26   ` Mark Brown
2023-10-24 14:06     ` Oleksij Rempel
2023-10-24 16:01       ` Mark Brown

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