[v4,0/5] regulator: add under-voltage support (part 2)

Message ID 20231026144824.4065145-1-o.rempel@pengutronix.de
Headers
Series regulator: add under-voltage support (part 2) |

Message

Oleksij Rempel Oct. 26, 2023, 2:48 p.m. UTC
  This series add under-voltage and emergency shutdown for system critical
regulators

changes v4:
- rebase against latest regulator/for-next
- drop mainlined patches
- rename regulator-uv-survival-time-ms to regulator-uv-less-critical-window-ms
  to fit it to actual use case
- avoid some of words in commit messages
- us switch case to parse critical events

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 (5):
  regulator: dt-bindings: Add system-critical-regulator property
  regulator: Introduce handling for system-critical under-voltage events
  regulator: dt-bindings: Allow system-critical marking for
    fixed-regulator
  regulator: dt-bindings: Add 'regulator-uv-less-critical-window-ms'
    property
  regulator: Implement uv_survival_time for handling under-voltage
    events

 .../bindings/regulator/fixed-regulator.yaml   |  2 +
 .../bindings/regulator/regulator.yaml         | 13 +++++++
 drivers/regulator/core.c                      | 38 +++++++++++++++++++
 drivers/regulator/of_regulator.c              |  9 +++++
 include/linux/regulator/machine.h             | 18 +++++++++
 5 files changed, 80 insertions(+)
  

Comments

Mark Brown Nov. 13, 2023, 7:40 p.m. UTC | #1
On Thu, 26 Oct 2023 16:48:19 +0200, Oleksij Rempel wrote:
> This series add under-voltage and emergency shutdown for system critical
> regulators
> 
> changes v4:
> - rebase against latest regulator/for-next
> - drop mainlined patches
> - rename regulator-uv-survival-time-ms to regulator-uv-less-critical-window-ms
>   to fit it to actual use case
> - avoid some of words in commit messages
> - us switch case to parse critical events
> 
> [...]

Applied to

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

Thanks!

[1/5] regulator: dt-bindings: Add system-critical-regulator property
      commit: 0e1c8dcbdecefea93dee19419b2f67dca591dd42
[2/5] regulator: Introduce handling for system-critical under-voltage events
      commit: 8156c7dd47b92fc4a70c9ea58e7a9e88c8bc32be
[3/5] regulator: dt-bindings: Allow system-critical marking for fixed-regulator
      commit: 633cd1c0a9de7609f97c0c86e3ac81153e8263b0
[4/5] regulator: dt-bindings: Add 'regulator-uv-less-critical-window-ms' property
      commit: 759e2bd96971763db1cfaf6cafc07654b12aa21e
[5/5] regulator: Implement uv_survival_time for handling under-voltage events
      commit: 1e22152aa59d793743fc53051dd7a042f362aecb

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