From: Sebastian Reichel <sebastian.reichel@collabora.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: Saravanan Sekar <sravanhome@gmail.com>,
andy.shevchenko@gmail.com, robh+dt@kernel.org, jic23@kernel.org,
knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-iio@vger.kernel.org, linux-pm@vger.kernel.org
Subject: Re: [GIT PULL] Immutable branch between MFD, IIO and Power due for the v5.8 merge window
Date: Thu, 28 May 2020 09:09:39 +0200 [thread overview]
Message-ID: <20200528070939.7btxjwuqn7bhf4xe@earth.universe> (raw)
In-Reply-To: <20200526094702.GN3628@dell>
[-- Attachment #1: Type: text/plain, Size: 2628 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2020-05-28 7:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-26 9:06 [PATCH v12 0/6] Add battery charger driver support for MP2629 Saravanan Sekar
2020-05-26 9:06 ` [PATCH v12 1/6] dt-bindings: mfd: add document bindings for mp2629 Saravanan Sekar
2020-05-26 9:06 ` [PATCH v12 2/6] mfd: mp2629: Add support for mps battery charger Saravanan Sekar
2020-05-26 9:06 ` [PATCH v12 3/6] iio: adc: mp2629: Add support for mp2629 ADC driver Saravanan Sekar
2020-05-26 9:06 ` [PATCH v12 4/6] power: supply: Add support for mps mp2629 battery charger Saravanan Sekar
2020-05-26 9:06 ` [PATCH v12 5/6] power: supply: mp2629: Add impedance compensation config Saravanan Sekar
2020-05-26 9:06 ` [PATCH v12 6/6] MAINTAINERS: Add entry for mp2629 Battery Charger driver Saravanan Sekar
2020-05-26 9:34 ` [PATCH v12 0/6] Add battery charger driver support for MP2629 Lee Jones
2020-05-26 9:47 ` [GIT PULL] Immutable branch between MFD, IIO and Power due for the v5.8 merge window Lee Jones
2020-05-28 7:09 ` Sebastian Reichel [this message]
2020-05-31 13:58 ` Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200528070939.7btxjwuqn7bhf4xe@earth.universe \
--to=sebastian.reichel@collabora.com \
--cc=andy.shevchenko@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=lee.jones@linaro.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
--cc=robh+dt@kernel.org \
--cc=sravanhome@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).