mbox series

[GIT,PULL] Immutable branch between MFD and Regulator due for the v6.9 merge window:wq

Message ID 20240328095631.GW13211@google.com
State Not Applicable
Headers show
Series [GIT,PULL] Immutable branch between MFD and Regulator due for the v6.9 merge window:wq | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regulator-v6.9

Checks

Context Check Description
robh/checkpatch warning total: 2 errors, 1 warnings, 0 lines checked
robh/patch-applied success

Message

Lee Jones March 28, 2024, 9:56 a.m. UTC
Enjoy!

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regulator-v6.9

for you to fetch changes up to d2ac3df75c3a995064cfac0171e082a30d8c4c66:

  regulator: axp20x: add support for the AXP717 (2024-03-28 09:51:03 +0000)

----------------------------------------------------------------
Immutable branch between MFD and Regulator due for the v6.9 merge window

----------------------------------------------------------------
Andre Przywara (4):
      regulator: axp20x: fix typo-ed identifier
      dt-bindings: mfd: x-powers,axp152: Document AXP717
      mfd: axp20x: Add support for AXP717 PMIC
      regulator: axp20x: add support for the AXP717

 .../devicetree/bindings/mfd/x-powers,axp152.yaml   |  2 +
 drivers/mfd/axp20x-i2c.c                           |  2 +
 drivers/mfd/axp20x-rsb.c                           |  1 +
 drivers/mfd/axp20x.c                               | 90 ++++++++++++++++++++
 drivers/regulator/axp20x-regulator.c               | 94 +++++++++++++++++++--
 include/linux/mfd/axp20x.h                         | 98 ++++++++++++++++++++--
 6 files changed, 277 insertions(+), 10 deletions(-)

Comments

Andre Przywara March 28, 2024, 11:11 a.m. UTC | #1
On Thu, 28 Mar 2024 09:56:31 +0000
Lee Jones <lee@kernel.org> wrote:

Hi Lee,

many thanks for picking this up!

> Enjoy!
> 
> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
> 
>   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regulator-v6.9
> 
> for you to fetch changes up to d2ac3df75c3a995064cfac0171e082a30d8c4c66:
> 
>   regulator: axp20x: add support for the AXP717 (2024-03-28 09:51:03 +0000)
> 
> ----------------------------------------------------------------
> Immutable branch between MFD and Regulator due for the v6.9 merge window

Did you mean v6.10 merge window? Or is there a plan to merge this into
6.9 still?

Also I found some issue with the LDOs' supply voltage: there are not
all the same, as described right now. Fix is quite easy, how do you
want to take this? As a follow up patch? And would this be squashed or
kept separate?
Or do you want we to send a new version? If yes, based on what branch?

Thanks,
Andre

> 
> ----------------------------------------------------------------
> Andre Przywara (4):
>       regulator: axp20x: fix typo-ed identifier
>       dt-bindings: mfd: x-powers,axp152: Document AXP717
>       mfd: axp20x: Add support for AXP717 PMIC
>       regulator: axp20x: add support for the AXP717
> 
>  .../devicetree/bindings/mfd/x-powers,axp152.yaml   |  2 +
>  drivers/mfd/axp20x-i2c.c                           |  2 +
>  drivers/mfd/axp20x-rsb.c                           |  1 +
>  drivers/mfd/axp20x.c                               | 90 ++++++++++++++++++++
>  drivers/regulator/axp20x-regulator.c               | 94 +++++++++++++++++++--
>  include/linux/mfd/axp20x.h                         | 98 ++++++++++++++++++++--
>  6 files changed, 277 insertions(+), 10 deletions(-)
>
Lee Jones March 28, 2024, noon UTC | #2
On Thu, 28 Mar 2024, Andre Przywara wrote:

> On Thu, 28 Mar 2024 09:56:31 +0000
> Lee Jones <lee@kernel.org> wrote:
> 
> Hi Lee,
> 
> many thanks for picking this up!
> 
> > Enjoy!
> > 
> > The following changes since commit 4cece764965020c22cff7665b18a012006359095:
> > 
> >   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regulator-v6.9
> > 
> > for you to fetch changes up to d2ac3df75c3a995064cfac0171e082a30d8c4c66:
> > 
> >   regulator: axp20x: add support for the AXP717 (2024-03-28 09:51:03 +0000)
> > 
> > ----------------------------------------------------------------
> > Immutable branch between MFD and Regulator due for the v6.9 merge window
> 
> Did you mean v6.10 merge window? Or is there a plan to merge this into
> 6.9 still?

Yes - off-by-one!

> Also I found some issue with the LDOs' supply voltage: there are not
> all the same, as described right now. Fix is quite easy, how do you
> want to take this? As a follow up patch? And would this be squashed or
> kept separate?
> Or do you want we to send a new version? If yes, based on what branch?

Please submit a fix-up.

I'll sent out a new (ib-mfd-regulator-v6.9-1) PR based on this one.

> > ----------------------------------------------------------------
> > Andre Przywara (4):
> >       regulator: axp20x: fix typo-ed identifier
> >       dt-bindings: mfd: x-powers,axp152: Document AXP717
> >       mfd: axp20x: Add support for AXP717 PMIC
> >       regulator: axp20x: add support for the AXP717
> > 
> >  .../devicetree/bindings/mfd/x-powers,axp152.yaml   |  2 +
> >  drivers/mfd/axp20x-i2c.c                           |  2 +
> >  drivers/mfd/axp20x-rsb.c                           |  1 +
> >  drivers/mfd/axp20x.c                               | 90 ++++++++++++++++++++
> >  drivers/regulator/axp20x-regulator.c               | 94 +++++++++++++++++++--
> >  include/linux/mfd/axp20x.h                         | 98 ++++++++++++++++++++--
> >  6 files changed, 277 insertions(+), 10 deletions(-)
> > 
>
Lee Jones March 28, 2024, 12:03 p.m. UTC | #3
On Thu, 28 Mar 2024, Lee Jones wrote:

> On Thu, 28 Mar 2024, Andre Przywara wrote:
> 
> > On Thu, 28 Mar 2024 09:56:31 +0000
> > Lee Jones <lee@kernel.org> wrote:
> > 
> > Hi Lee,
> > 
> > many thanks for picking this up!
> > 
> > > Enjoy!
> > > 
> > > The following changes since commit 4cece764965020c22cff7665b18a012006359095:
> > > 
> > >   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regulator-v6.9
> > > 
> > > for you to fetch changes up to d2ac3df75c3a995064cfac0171e082a30d8c4c66:
> > > 
> > >   regulator: axp20x: add support for the AXP717 (2024-03-28 09:51:03 +0000)
> > > 
> > > ----------------------------------------------------------------
> > > Immutable branch between MFD and Regulator due for the v6.9 merge window
> > 
> > Did you mean v6.10 merge window? Or is there a plan to merge this into
> > 6.9 still?
> 
> Yes - off-by-one!

Just recreated ib-mfd-regulator-v6.10 for all the OCD types (like me!).