devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] regulator: add under-voltage support
@ 2023-10-25  8:46 Oleksij Rempel
  2023-10-25  8:46 ` [PATCH v3 1/7] regulator: dt-bindings: Add system-critical-regulator property Oleksij Rempel
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Oleksij Rempel @ 2023-10-25  8:46 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 and emergency shutdown for system critical
regulators

changes v3:
- add system-critical-regulator property
- add regulator-uv-survival-time-ms property
- implement default policy for system critical uv events

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 (7):
  regulator: dt-bindings: Add system-critical-regulator property
  regulator: Handle system-critical under-voltage events
  regulator: dt-bindings: fixed-regulator: Add under-voltage interrupt
    support
  regulator: dt-bindings: whitelist system-critical-regulator property
    for fixed-regulator
  regulator: fixed: add support for under-voltage IRQ
  regulator: dt-bindings: Add regulator-uv-survival-time-ms property
  regulator: Implement uv_survival_time for handling under-voltage
    events

 .../bindings/regulator/fixed-regulator.yaml   |  7 +++
 .../bindings/regulator/regulator.yaml         | 12 +++++
 drivers/regulator/core.c                      |  6 +++
 drivers/regulator/fixed.c                     | 50 +++++++++++++++++++
 drivers/regulator/of_regulator.c              |  8 +++
 include/linux/regulator/machine.h             | 12 +++++
 6 files changed, 95 insertions(+)

-- 
2.39.2


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

end of thread, other threads:[~2023-10-27 20:35 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25  8:46 [PATCH v3 0/7] regulator: add under-voltage support Oleksij Rempel
2023-10-25  8:46 ` [PATCH v3 1/7] regulator: dt-bindings: Add system-critical-regulator property Oleksij Rempel
2023-10-25  8:46 ` [PATCH v3 2/7] regulator: Handle system-critical under-voltage events Oleksij Rempel
2023-10-25 12:47   ` Mark Brown
2023-10-25  8:46 ` [PATCH v3 3/7] regulator: dt-bindings: fixed-regulator: Add under-voltage interrupt support Oleksij Rempel
2023-10-25  8:46 ` [PATCH v3 4/7] regulator: dt-bindings: whitelist system-critical-regulator property for fixed-regulator Oleksij Rempel
2023-10-25 12:41   ` Mark Brown
2023-10-26  7:10     ` Oleksij Rempel
2023-10-25  8:46 ` [PATCH v3 5/7] regulator: fixed: add support for under-voltage IRQ Oleksij Rempel
2023-10-25  8:46 ` [PATCH v3 6/7] regulator: dt-bindings: Add regulator-uv-survival-time-ms property Oleksij Rempel
2023-10-27 20:35   ` Rob Herring
2023-10-25  8:46 ` [PATCH v3 7/7] regulator: Implement uv_survival_time for handling under-voltage events Oleksij Rempel
2023-10-25 17:47 ` (subset) [PATCH v3 0/7] regulator: add under-voltage support 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).