[v3,0/7] regulator: add under-voltage support

Message ID 20231025084614.3092295-1-o.rempel@pengutronix.de
Headers
Series regulator: add under-voltage support |

Message

Oleksij Rempel Oct. 25, 2023, 8:46 a.m. UTC
  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(+)
  

Comments

Mark Brown Oct. 25, 2023, 5:47 p.m. UTC | #1
On Wed, 25 Oct 2023 10:46:07 +0200, Oleksij Rempel wrote:
> 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
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[3/7] regulator: dt-bindings: fixed-regulator: Add under-voltage interrupt support
      commit: 0ab1dc9c657f30434ca55a3dcc87e624af0b2116
[5/7] regulator: fixed: add support for under-voltage IRQ
      commit: ecb6f1f456144e9ade5a492192287decbeef4cfe

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark