[0/5] Convert some regulator drivers to GPIO descriptors

Message ID 20240220-descriptors-regulators-v1-0-097f608694be@linaro.org
Headers
Series Convert some regulator drivers to GPIO descriptors |

Message

Linus Walleij Feb. 20, 2024, 8:36 a.m. UTC
  Despite the work to convert the regulator core to GPIO
descriptors, there are some outliers that use legacy GPIO
numbers in various ways. Convert them all over.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (5):
      regulator: max8973: Finalize switch to GPIO descriptors
      regulator: da9055: Fully convert to GPIO descriptors
      regulator: lp8788-buck: Fully convert to GPIO descriptors
      regulator: max8997: Convert to GPIO descriptors
      regulator: max8998: Convert to GPIO descriptors

 drivers/regulator/da9055-regulator.c        |  48 ++++-----
 drivers/regulator/lp8788-buck.c             |  64 +++++-------
 drivers/regulator/max8973-regulator.c       |  36 +++----
 drivers/regulator/max8997-regulator.c       |  85 +++++-----------
 drivers/regulator/max8998.c                 | 150 ++++++++++------------------
 include/linux/mfd/da9055/pdata.h            |  13 ---
 include/linux/mfd/lp8788.h                  |   9 +-
 include/linux/mfd/max8997.h                 |   1 -
 include/linux/mfd/max8998.h                 |   6 --
 include/linux/regulator/max8973-regulator.h |   6 --
 10 files changed, 143 insertions(+), 275 deletions(-)
---
base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d
change-id: 20240212-descriptors-regulators-f455ccf0119c

Best regards,
  

Comments

Lee Jones Feb. 23, 2024, 4:26 p.m. UTC | #1
On Tue, 20 Feb 2024, Linus Walleij wrote:

> Despite the work to convert the regulator core to GPIO
> descriptors, there are some outliers that use legacy GPIO
> numbers in various ways. Convert them all over.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> Linus Walleij (5):
>       regulator: max8973: Finalize switch to GPIO descriptors
>       regulator: da9055: Fully convert to GPIO descriptors
>       regulator: lp8788-buck: Fully convert to GPIO descriptors
>       regulator: max8997: Convert to GPIO descriptors
>       regulator: max8998: Convert to GPIO descriptors
> 
>  drivers/regulator/da9055-regulator.c        |  48 ++++-----
>  drivers/regulator/lp8788-buck.c             |  64 +++++-------
>  drivers/regulator/max8973-regulator.c       |  36 +++----
>  drivers/regulator/max8997-regulator.c       |  85 +++++-----------
>  drivers/regulator/max8998.c                 | 150 ++++++++++------------------

>  include/linux/mfd/da9055/pdata.h            |  13 ---
>  include/linux/mfd/lp8788.h                  |   9 +-
>  include/linux/mfd/max8997.h                 |   1 -
>  include/linux/mfd/max8998.h                 |   6 --

Acked-by: Lee Jones <lee@kernel.org>

>  include/linux/regulator/max8973-regulator.h |   6 --
>  10 files changed, 143 insertions(+), 275 deletions(-)
> ---
> base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d
> change-id: 20240212-descriptors-regulators-f455ccf0119c
> 
> Best regards,
> -- 
> Linus Walleij <linus.walleij@linaro.org>
>
  
Mark Brown Feb. 27, 2024, 11:31 a.m. UTC | #2
On Tue, 20 Feb 2024 09:36:23 +0100, Linus Walleij wrote:
> Despite the work to convert the regulator core to GPIO
> descriptors, there are some outliers that use legacy GPIO
> numbers in various ways. Convert them all over.
> 
> 

Applied to

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

Thanks!

[1/5] regulator: max8973: Finalize switch to GPIO descriptors
      commit: 4d52f575e258c6f93f4180c21afda8634b0d2af5
[2/5] regulator: da9055: Fully convert to GPIO descriptors
      commit: e450a2b3a335332d4a51fe10c9fff8150c6e2364
[3/5] regulator: lp8788-buck: Fully convert to GPIO descriptors
      commit: 95daa868f22b509ad641bf003d9d441d6a2fa505
[4/5] regulator: max8997: Convert to GPIO descriptors
      commit: 84618d5e31cfd01fc3f53a8c2ebb68bc43d8b760
[5/5] regulator: max8998: Convert to GPIO descriptors
      commit: f25828a1eae1ee1a9257e2818b237b8208bd383e

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