[PATCH 0/2] regulator: max20086: Fixes chip id and enable gpio

João Paulo Gonçalves posted 2 patches 9 months, 3 weeks ago
drivers/regulator/max20086-regulator.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] regulator: max20086: Fixes chip id and enable gpio
Posted by João Paulo Gonçalves 9 months, 3 weeks ago
Hello,

I'm working on integrating a system with a MAX20086 and noticed these
small issues in the driver: the chip ID for MAX20086 is 0x30 and not
0x40. Also, in my use case, the enable pin is always enabled by
hardware, so the enable GPIO isn't needed. Without these changes, the
driver fails to probe.

Signed-off-by: João Paulo Gonçalves <jpaulo.silvagoncalves@gmail.com>
---
João Paulo Gonçalves (2):
      regulator: max20086: Fix MAX200086 chip id
      regulator: max20086: Change enable gpio to optional

 drivers/regulator/max20086-regulator.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
base-commit: 6fea5fabd3323cd27b2ab5143263f37ff29550cb
change-id: 20250420-fix-max20086-430a63f7a9eb

Best regards,
-- 
João Paulo Gonçalves <jpaulo.silvagoncalves@gmail.com>

Re: [PATCH 0/2] regulator: max20086: Fixes chip id and enable gpio
Posted by Mark Brown 9 months, 3 weeks ago
On Sun, 20 Apr 2025 15:28:00 -0300, João Paulo Gonçalves wrote:
> I'm working on integrating a system with a MAX20086 and noticed these
> small issues in the driver: the chip ID for MAX20086 is 0x30 and not
> 0x40. Also, in my use case, the enable pin is always enabled by
> hardware, so the enable GPIO isn't needed. Without these changes, the
> driver fails to probe.
> 
> 
> [...]

Applied to

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

Thanks!

[1/2] regulator: max20086: Fix MAX200086 chip id
      commit: 71406b6d1155d883c80c1b4405939a52f723aa05
[2/2] regulator: max20086: Change enable gpio to optional
      commit: e8ac7336dd62f0443a675ed80b17f0f0e6846e20

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