mbox series

[GIT,PULL] Immutable branch between MFD, Input, LEDs and Power due for the v6.15 merge window

Message ID 20250221160322.GE824852@google.com
State New
Headers show
Series [GIT,PULL] Immutable branch between MFD, Input, LEDs and Power due for the v6.15 merge window | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-input-leds-power-v6.15

Message

Lee Jones Feb. 21, 2025, 4:03 p.m. UTC
Enjoy!

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-input-leds-power-v6.15

for you to fetch changes up to aebb5fc9a0d87916133b911e1ef2cc04a7996335:

  leds: max77705: Add LEDs support (2025-02-20 16:38:37 +0000)

----------------------------------------------------------------
Immutable branch between MFD, Input, LEDs and Power due for the v6.15 merge window

----------------------------------------------------------------
Dzmitry Sankouski (7):
      dt-bindings: power: supply: add maxim,max77705 charger
      dt-bindings: mfd: Add maxim,max77705
      power: supply: max77705: Add charger driver for Maxim 77705
      mfd: simple-mfd-i2c: Add MAX77705 support
      mfd: Add new driver for MAX77705 PMIC
      Input: max77693 - add max77705 haptic support
      leds: max77705: Add LEDs support

 .../devicetree/bindings/mfd/maxim,max77705.yaml    | 158 ++++++
 .../bindings/power/supply/maxim,max77705.yaml      |  50 ++
 MAINTAINERS                                        |   4 +
 drivers/input/misc/Kconfig                         |   6 +-
 drivers/input/misc/max77693-haptic.c               |  13 +-
 drivers/leds/Kconfig                               |   8 +
 drivers/leds/Makefile                              |   1 +
 drivers/leds/leds-max77705.c                       | 275 ++++++++++
 drivers/mfd/Kconfig                                |  13 +
 drivers/mfd/Makefile                               |   1 +
 drivers/mfd/max77705.c                             | 182 +++++++
 drivers/mfd/simple-mfd-i2c.c                       |  11 +
 drivers/power/supply/Kconfig                       |   6 +
 drivers/power/supply/Makefile                      |   1 +
 drivers/power/supply/max77705_charger.c            | 581 +++++++++++++++++++++
 include/linux/mfd/max77693-common.h                |   4 +-
 include/linux/mfd/max77705-private.h               | 195 +++++++
 include/linux/power/max77705_charger.h             | 195 +++++++
 18 files changed, 1699 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/maxim,max77705.yaml
 create mode 100644 Documentation/devicetree/bindings/power/supply/maxim,max77705.yaml
 create mode 100644 drivers/leds/leds-max77705.c
 create mode 100644 drivers/mfd/max77705.c
 create mode 100644 drivers/power/supply/max77705_charger.c
 create mode 100644 include/linux/mfd/max77705-private.h
 create mode 100644 include/linux/power/max77705_charger.h

Comments

Rob Herring March 17, 2025, 5:02 p.m. UTC | #1
On Fri, Feb 21, 2025 at 10:03 AM Lee Jones <lee@kernel.org> wrote:
>
> Enjoy!
>
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
>
>   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
>
> are available in the Git repository at:
>
>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-input-leds-power-v6.15
>
> for you to fetch changes up to aebb5fc9a0d87916133b911e1ef2cc04a7996335:
>
>   leds: max77705: Add LEDs support (2025-02-20 16:38:37 +0000)
>
> ----------------------------------------------------------------
> Immutable branch between MFD, Input, LEDs and Power due for the v6.15 merge window
>
> ----------------------------------------------------------------
> Dzmitry Sankouski (7):
>       dt-bindings: power: supply: add maxim,max77705 charger
>       dt-bindings: mfd: Add maxim,max77705
>       power: supply: max77705: Add charger driver for Maxim 77705
>       mfd: simple-mfd-i2c: Add MAX77705 support
>       mfd: Add new driver for MAX77705 PMIC
>       Input: max77693 - add max77705 haptic support
>       leds: max77705: Add LEDs support

None of this seems to be in linux-next, but now we have users in .dts files.

Rob
Lee Jones March 20, 2025, 3:55 p.m. UTC | #2
On Mon, 17 Mar 2025, Rob Herring wrote:

> On Fri, Feb 21, 2025 at 10:03 AM Lee Jones <lee@kernel.org> wrote:
> >
> > Enjoy!
> >
> > The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
> >
> >   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
> >
> > are available in the Git repository at:
> >
> >   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-input-leds-power-v6.15
> >
> > for you to fetch changes up to aebb5fc9a0d87916133b911e1ef2cc04a7996335:
> >
> >   leds: max77705: Add LEDs support (2025-02-20 16:38:37 +0000)
> >
> > ----------------------------------------------------------------
> > Immutable branch between MFD, Input, LEDs and Power due for the v6.15 merge window
> >
> > ----------------------------------------------------------------
> > Dzmitry Sankouski (7):
> >       dt-bindings: power: supply: add maxim,max77705 charger
> >       dt-bindings: mfd: Add maxim,max77705
> >       power: supply: max77705: Add charger driver for Maxim 77705
> >       mfd: simple-mfd-i2c: Add MAX77705 support
> >       mfd: Add new driver for MAX77705 PMIC
> >       Input: max77693 - add max77705 haptic support
> >       leds: max77705: Add LEDs support
> 
> None of this seems to be in linux-next, but now we have users in .dts files.

None of what is in -next?  All of these patches are applied and pushed.
Krzysztof Kozlowski March 20, 2025, 4:14 p.m. UTC | #3
On 20/03/2025 16:55, Lee Jones wrote:
> On Mon, 17 Mar 2025, Rob Herring wrote:
> 
>> On Fri, Feb 21, 2025 at 10:03 AM Lee Jones <lee@kernel.org> wrote:
>>>
>>> Enjoy!
>>>
>>> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
>>>
>>>   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
>>>
>>> are available in the Git repository at:
>>>
>>>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-input-leds-power-v6.15
>>>
>>> for you to fetch changes up to aebb5fc9a0d87916133b911e1ef2cc04a7996335:
>>>
>>>   leds: max77705: Add LEDs support (2025-02-20 16:38:37 +0000)
>>>
>>> ----------------------------------------------------------------
>>> Immutable branch between MFD, Input, LEDs and Power due for the v6.15 merge window
>>>
>>> ----------------------------------------------------------------
>>> Dzmitry Sankouski (7):
>>>       dt-bindings: power: supply: add maxim,max77705 charger
>>>       dt-bindings: mfd: Add maxim,max77705
>>>       power: supply: max77705: Add charger driver for Maxim 77705
>>>       mfd: simple-mfd-i2c: Add MAX77705 support
>>>       mfd: Add new driver for MAX77705 PMIC
>>>       Input: max77693 - add max77705 haptic support
>>>       leds: max77705: Add LEDs support
>>
>> None of this seems to be in linux-next, but now we have users in .dts files.
> 
> None of what is in -next?  All of these patches are applied and pushed.


Next from 17th March has them. Next from 14th Match did not have them,
even though you sent this pull request on 21st Feb.

So report was correct - you did not update for-next that time.


Best regards,
Krzysztof
Lee Jones March 20, 2025, 4:29 p.m. UTC | #4
On Thu, 20 Mar 2025, Krzysztof Kozlowski wrote:

> On 20/03/2025 16:55, Lee Jones wrote:
> > On Mon, 17 Mar 2025, Rob Herring wrote:
> > 
> >> On Fri, Feb 21, 2025 at 10:03 AM Lee Jones <lee@kernel.org> wrote:
> >>>
> >>> Enjoy!
> >>>
> >>> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
> >>>
> >>>   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
> >>>
> >>> are available in the Git repository at:
> >>>
> >>>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-input-leds-power-v6.15
> >>>
> >>> for you to fetch changes up to aebb5fc9a0d87916133b911e1ef2cc04a7996335:
> >>>
> >>>   leds: max77705: Add LEDs support (2025-02-20 16:38:37 +0000)
> >>>
> >>> ----------------------------------------------------------------
> >>> Immutable branch between MFD, Input, LEDs and Power due for the v6.15 merge window
> >>>
> >>> ----------------------------------------------------------------
> >>> Dzmitry Sankouski (7):
> >>>       dt-bindings: power: supply: add maxim,max77705 charger
> >>>       dt-bindings: mfd: Add maxim,max77705
> >>>       power: supply: max77705: Add charger driver for Maxim 77705
> >>>       mfd: simple-mfd-i2c: Add MAX77705 support
> >>>       mfd: Add new driver for MAX77705 PMIC
> >>>       Input: max77693 - add max77705 haptic support
> >>>       leds: max77705: Add LEDs support
> >>
> >> None of this seems to be in linux-next, but now we have users in .dts files.
> > 
> > None of what is in -next?  All of these patches are applied and pushed.
> 
> 
> Next from 17th March has them. Next from 14th Match did not have them,
> even though you sent this pull request on 21st Feb.
> 
> So report was correct - you did not update for-next that time.

Ah, gotcha.  Yes, that's entirely possible.

The point of the PR is that anyone can pull and apply it.

In the worse case, all would have come good during the merge-window.