[PATCH v1 0/2] regulator: forward undervoltage events downstream

From: Oleksij Rempel

Date: Tue Sep 30 2025 - 08:09:08 EST


This short series lets critical supply events propagate to consumers.
It introduces an opt-in helper in the core to forward
REGULATOR_EVENT_UNDER_VOLTAGE from a regulator's supply to the
consumer's notifier chain, and opts the fixed regulator in at probe.

Only under-voltage is forwarded to avoid surprises. Behavior is
unchanged unless a driver calls the helper. No DT/UAPI/ABI changes.

Oleksij Rempel (2):
regulator: core: add infrastructure for downstream event forwarding
regulator: fixed: opt in to downstream event forwarding

drivers/regulator/core.c | 113 +++++++++++++++++++++++++++++++
drivers/regulator/fixed.c | 7 ++
include/linux/regulator/driver.h | 5 ++
3 files changed, 125 insertions(+)

--
2.47.3