[GIT PULL] regulator fixes for v6.10-merge-window

From: Mark Brown
Date: Thu May 23 2024 - 07:48:53 EST


The following changes since commit 4e70b26c873dfff317039458a6ea66314bbdce99:

regulator: sun20i: Add Allwinner D1 LDOs driver (2024-05-09 17:44:01 +0200)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-fix-v6.10-merge-window

for you to fetch changes up to 74b38cd77d3eb63c6d0ad9cf2ae59812ae54d3ee:

regulator: tps6594-regulator: Correct multi-phase configuration (2024-05-21 12:27:36 +0100)

----------------------------------------------------------------
regulator: Fixes for v6.10

A bunch of fixes that came in during the merge window, Matti found
several issues with some of the more complexly configured Rohm
regulators and the helpers they use and there were some errors in the
specification of tps6594 when regulators are grouped together.

----------------------------------------------------------------
Matti Vaittinen (4):
regulator: bd71828: Don't overwrite runtime voltages
regulator: rohm-regulator: warn if unsupported voltage is set
regulator: pickable ranges: don't always cache vsel
regulator: tps6287x: Force writing VSEL bit

Neha Malcom Francis (1):
regulator: tps6594-regulator: Correct multi-phase configuration

drivers/regulator/bd71828-regulator.c | 58 ++--------------------------------
drivers/regulator/helpers.c | 43 +++++++++++++++++--------
drivers/regulator/rohm-regulator.c | 4 +++
drivers/regulator/tps6287x-regulator.c | 1 +
drivers/regulator/tps6594-regulator.c | 16 +++++-----
include/linux/regulator/driver.h | 3 ++
6 files changed, 48 insertions(+), 77 deletions(-)