mbox series

[GIT,PULL] Immutable branch between MFD, IIO and Power due for the v5.8 merge window

Message ID 20200526094702.GN3628@dell (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Immutable branch between MFD, IIO and Power due for the v5.8 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-iio-power-v5.8

Message

Lee Jones May 26, 2020, 9:47 a.m. UTC
Enjoy!

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-iio-power-v5.8

for you to fetch changes up to 904ac71f4b0c1c26ec47ff597cb3d3c7d36e618d:

  MAINTAINERS: Add entry for mp2629 Battery Charger driver (2020-05-26 10:42:02 +0100)

----------------------------------------------------------------
Immutable branch between MFD, IIO and Power due for the v5.8 merge window

----------------------------------------------------------------
Saravanan Sekar (6):
      dt-bindings: mfd: Add document bindings for mp2629
      mfd: mp2629: Add support for mps battery charger
      iio: adc: mp2629: Add support for mp2629 ADC driver
      power: supply: Add support for mps mp2629 battery charger
      power: supply: mp2629: Add impedance compensation config
      MAINTAINERS: Add entry for mp2629 Battery Charger driver

 Documentation/ABI/testing/sysfs-class-power-mp2629 |   8 +
 .../devicetree/bindings/mfd/mps,mp2629.yaml        |  62 ++
 MAINTAINERS                                        |   5 +
 drivers/iio/adc/Kconfig                            |  10 +
 drivers/iio/adc/Makefile                           |   1 +
 drivers/iio/adc/mp2629_adc.c                       | 208 +++++++
 drivers/mfd/Kconfig                                |   9 +
 drivers/mfd/Makefile                               |   2 +
 drivers/mfd/mp2629.c                               |  79 +++
 drivers/power/supply/Kconfig                       |  10 +
 drivers/power/supply/Makefile                      |   1 +
 drivers/power/supply/mp2629_charger.c              | 669 +++++++++++++++++++++
 include/linux/mfd/mp2629.h                         |  26 +
 13 files changed, 1090 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-class-power-mp2629
 create mode 100644 Documentation/devicetree/bindings/mfd/mps,mp2629.yaml
 create mode 100644 drivers/iio/adc/mp2629_adc.c
 create mode 100644 drivers/mfd/mp2629.c
 create mode 100644 drivers/power/supply/mp2629_charger.c
 create mode 100644 include/linux/mfd/mp2629.h

Comments

Sebastian Reichel May 28, 2020, 7:09 a.m. UTC | #1
Hi,

Thanks for taking care of it Lee, merged!

-- Sebastian

On Tue, May 26, 2020 at 10:47:02AM +0100, Lee Jones wrote:
> Enjoy!
> 
> The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
> 
>   Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-iio-power-v5.8
> 
> for you to fetch changes up to 904ac71f4b0c1c26ec47ff597cb3d3c7d36e618d:
> 
>   MAINTAINERS: Add entry for mp2629 Battery Charger driver (2020-05-26 10:42:02 +0100)
> 
> ----------------------------------------------------------------
> Immutable branch between MFD, IIO and Power due for the v5.8 merge window
> 
> ----------------------------------------------------------------
> Saravanan Sekar (6):
>       dt-bindings: mfd: Add document bindings for mp2629
>       mfd: mp2629: Add support for mps battery charger
>       iio: adc: mp2629: Add support for mp2629 ADC driver
>       power: supply: Add support for mps mp2629 battery charger
>       power: supply: mp2629: Add impedance compensation config
>       MAINTAINERS: Add entry for mp2629 Battery Charger driver
> 
>  Documentation/ABI/testing/sysfs-class-power-mp2629 |   8 +
>  .../devicetree/bindings/mfd/mps,mp2629.yaml        |  62 ++
>  MAINTAINERS                                        |   5 +
>  drivers/iio/adc/Kconfig                            |  10 +
>  drivers/iio/adc/Makefile                           |   1 +
>  drivers/iio/adc/mp2629_adc.c                       | 208 +++++++
>  drivers/mfd/Kconfig                                |   9 +
>  drivers/mfd/Makefile                               |   2 +
>  drivers/mfd/mp2629.c                               |  79 +++
>  drivers/power/supply/Kconfig                       |  10 +
>  drivers/power/supply/Makefile                      |   1 +
>  drivers/power/supply/mp2629_charger.c              | 669 +++++++++++++++++++++
>  include/linux/mfd/mp2629.h                         |  26 +
>  13 files changed, 1090 insertions(+)
>  create mode 100644 Documentation/ABI/testing/sysfs-class-power-mp2629
>  create mode 100644 Documentation/devicetree/bindings/mfd/mps,mp2629.yaml
>  create mode 100644 drivers/iio/adc/mp2629_adc.c
>  create mode 100644 drivers/mfd/mp2629.c
>  create mode 100644 drivers/power/supply/mp2629_charger.c
>  create mode 100644 include/linux/mfd/mp2629.h
> 
> -- 
> Lee Jones [李琼斯]
> Linaro Services Technical Lead
> Linaro.org │ Open source software for ARM SoCs
> Follow Linaro: Facebook | Twitter | Blog
Jonathan Cameron May 31, 2020, 1:58 p.m. UTC | #2
On Thu, 28 May 2020 09:09:39 +0200
Sebastian Reichel <sebastian.reichel@collabora.com> wrote:

> Hi,
> 
> Thanks for taking care of it Lee, merged!

Thanks indeed.

Given timing I'll probably only get this into IIO via a rebase
after rc1.

Thanks,

Jonathan

> 
> -- Sebastian
> 
> On Tue, May 26, 2020 at 10:47:02AM +0100, Lee Jones wrote:
> > Enjoy!
> > 
> > The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
> > 
> >   Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-iio-power-v5.8
> > 
> > for you to fetch changes up to 904ac71f4b0c1c26ec47ff597cb3d3c7d36e618d:
> > 
> >   MAINTAINERS: Add entry for mp2629 Battery Charger driver (2020-05-26 10:42:02 +0100)
> > 
> > ----------------------------------------------------------------
> > Immutable branch between MFD, IIO and Power due for the v5.8 merge window
> > 
> > ----------------------------------------------------------------
> > Saravanan Sekar (6):
> >       dt-bindings: mfd: Add document bindings for mp2629
> >       mfd: mp2629: Add support for mps battery charger
> >       iio: adc: mp2629: Add support for mp2629 ADC driver
> >       power: supply: Add support for mps mp2629 battery charger
> >       power: supply: mp2629: Add impedance compensation config
> >       MAINTAINERS: Add entry for mp2629 Battery Charger driver
> > 
> >  Documentation/ABI/testing/sysfs-class-power-mp2629 |   8 +
> >  .../devicetree/bindings/mfd/mps,mp2629.yaml        |  62 ++
> >  MAINTAINERS                                        |   5 +
> >  drivers/iio/adc/Kconfig                            |  10 +
> >  drivers/iio/adc/Makefile                           |   1 +
> >  drivers/iio/adc/mp2629_adc.c                       | 208 +++++++
> >  drivers/mfd/Kconfig                                |   9 +
> >  drivers/mfd/Makefile                               |   2 +
> >  drivers/mfd/mp2629.c                               |  79 +++
> >  drivers/power/supply/Kconfig                       |  10 +
> >  drivers/power/supply/Makefile                      |   1 +
> >  drivers/power/supply/mp2629_charger.c              | 669 +++++++++++++++++++++
> >  include/linux/mfd/mp2629.h                         |  26 +
> >  13 files changed, 1090 insertions(+)
> >  create mode 100644 Documentation/ABI/testing/sysfs-class-power-mp2629
> >  create mode 100644 Documentation/devicetree/bindings/mfd/mps,mp2629.yaml
> >  create mode 100644 drivers/iio/adc/mp2629_adc.c
> >  create mode 100644 drivers/mfd/mp2629.c
> >  create mode 100644 drivers/power/supply/mp2629_charger.c
> >  create mode 100644 include/linux/mfd/mp2629.h
> > 
> > -- 
> > Lee Jones [李琼斯]
> > Linaro Services Technical Lead
> > Linaro.org │ Open source software for ARM SoCs
> > Follow Linaro: Facebook | Twitter | Blog