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