mbox series

[0/5] regulator: pca9450: collect some improvement patches

Message ID 20241205-pca9450-v1-0-aab448b74e78@nxp.com (mailing list archive)
Headers show
Series regulator: pca9450: collect some improvement patches | expand

Message

Frank Li Dec. 5, 2024, 4:51 p.m. UTC
Add pca9452 support
Use dev_err_probe() to simple code
add pca9452 support in imx93-14x14 dts

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Frank Li (1):
      regulator: pca9450: Use dev_err_probe() to simplify code

Joy Zou (3):
      regulator: dt-bindings: pca9450: Add pca9452 support
      regulator: pca9450: Add PMIC pca9452 support
      arm64: dts: imx93: add pca9452 support

Robin Gong (1):
      regulator: pca9450: add enable_value for all bucks

 .../bindings/regulator/nxp,pca9450-regulator.yaml  |   1 +
 arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts  |  83 +++++++++++++++
 drivers/regulator/pca9450-regulator.c              | 111 ++++++++++++---------
 include/linux/regulator/pca9450.h                  |   1 +
 4 files changed, 150 insertions(+), 46 deletions(-)
---
base-commit: af2ea8ab7a546b430726183458da0a173d331272
change-id: 20241121-pca9450-72c3f757a0b0

Best regards,
---
Frank Li <Frank.Li@nxp.com>

Comments

Mark Brown Dec. 10, 2024, 1:02 p.m. UTC | #1
On Thu, 05 Dec 2024 11:51:08 -0500, Frank Li wrote:
> Add pca9452 support
> Use dev_err_probe() to simple code
> add pca9452 support in imx93-14x14 dts
> 
> 

Applied to

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

Thanks!

[1/5] regulator: pca9450: add enable_value for all bucks
      commit: 229773f90b1f886e8fd542f98b495c66e43be5ba
[2/5] regulator: pca9450: Use dev_err_probe() to simplify code
      commit: 0f5c601098bd3c9cdfea3e01aacdd9d0c4010ea7
[3/5] regulator: dt-bindings: pca9450: Add pca9452 support
      commit: 17b531c162e5dbdce9a184ccd1c730ae3f31576b
[4/5] regulator: pca9450: Add PMIC pca9452 support
      commit: 017b76fb8e5b6066f6791e7ad2387deb2c9c9a14

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