From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Wenyou Yang <wenyou.yang@atmel.com>,
Sebastian Reichel <sre@kernel.org>,
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>,
David Woodhouse <dwmw2@infradead.org>,
Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>
Cc: Javier Martinez Canillas <javier@dowhile0.org>,
Lee Jones <lee.jones@linaro.org>,
Nicolas Ferre <nicolas.ferre@atmel.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org
Subject: Re: [PATCH v3 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD
Date: Wed, 13 Jan 2016 10:48:23 +0900 [thread overview]
Message-ID: <5695ACE7.3050505@samsung.com> (raw)
In-Reply-To: <1452586185-818-1-git-send-email-wenyou.yang@atmel.com>
On 12.01.2016 17:09, Wenyou Yang wrote:
> The ACT8945A is a Multi Function Device with the following subdevices:
> - Regulator
> - Charger
>
> This patch set is to add regulator driver for ACT8945A.
> It is based on the patch set:
> [PATCH v2] mfd: act8945a: add Active-semi ACT8945A PMIC MFD driver
>
The useful information would be can be applied independently to other
tree than MFD. From the sentence above I would guess that not (in that
case don't send it as separate patchset)... but from the code I think it
could (because it depends on MFD_ACT8945A).
Anyway please mark it explicitly - it helps the maintainer.
Best regards,
Krzysztof
WARNING: multiple messages have this Message-ID (diff)
From: k.kozlowski@samsung.com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD
Date: Wed, 13 Jan 2016 10:48:23 +0900 [thread overview]
Message-ID: <5695ACE7.3050505@samsung.com> (raw)
In-Reply-To: <1452586185-818-1-git-send-email-wenyou.yang@atmel.com>
On 12.01.2016 17:09, Wenyou Yang wrote:
> The ACT8945A is a Multi Function Device with the following subdevices:
> - Regulator
> - Charger
>
> This patch set is to add regulator driver for ACT8945A.
> It is based on the patch set:
> [PATCH v2] mfd: act8945a: add Active-semi ACT8945A PMIC MFD driver
>
The useful information would be can be applied independently to other
tree than MFD. From the sentence above I would guess that not (in that
case don't send it as separate patchset)... but from the code I think it
could (because it depends on MFD_ACT8945A).
Anyway please mark it explicitly - it helps the maintainer.
Best regards,
Krzysztof
next prev parent reply other threads:[~2016-01-13 1:48 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-12 8:09 [PATCH v3 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD Wenyou Yang
2016-01-12 8:09 ` Wenyou Yang
2016-01-12 8:09 ` Wenyou Yang
2016-01-12 8:09 ` [PATCH v3 1/2] power: act8945a: add charger driver for ACT8945A Wenyou Yang
2016-01-12 8:09 ` Wenyou Yang
2016-01-12 8:09 ` Wenyou Yang
2016-01-13 2:11 ` Krzysztof Kozlowski
2016-01-13 2:11 ` Krzysztof Kozlowski
2016-01-13 3:53 ` Yang, Wenyou
2016-01-13 3:53 ` Yang, Wenyou
2016-01-13 4:09 ` Krzysztof Kozlowski
2016-01-13 4:09 ` Krzysztof Kozlowski
2016-01-13 4:31 ` Yang, Wenyou
2016-01-13 4:31 ` Yang, Wenyou
2016-01-12 8:09 ` [PATCH v3 2/2] power: add documentation for ACT8945A's charger DT bindings Wenyou Yang
2016-01-12 8:09 ` Wenyou Yang
2016-01-12 8:09 ` Wenyou Yang
2016-01-13 2:00 ` Krzysztof Kozlowski
2016-01-13 2:00 ` Krzysztof Kozlowski
2016-01-13 3:50 ` Yang, Wenyou
2016-01-13 3:50 ` Yang, Wenyou
2016-01-13 1:48 ` Krzysztof Kozlowski [this message]
2016-01-13 1:48 ` [PATCH v3 0/2] power: act8945a: add charger driver for the sub-device of ACT8945A MFD Krzysztof Kozlowski
2016-01-13 2:13 ` Krzysztof Kozlowski
2016-01-13 2:13 ` Krzysztof Kozlowski
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=5695ACE7.3050505@samsung.com \
--to=k.kozlowski@samsung.com \
--cc=dbaryshkov@gmail.com \
--cc=dwmw2@infradead.org \
--cc=galak@codeaurora.org \
--cc=ijc+devicetree@hellion.org.uk \
--cc=javier@dowhile0.org \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=nicolas.ferre@atmel.com \
--cc=pawel.moll@arm.com \
--cc=robh+dt@kernel.org \
--cc=sre@kernel.org \
--cc=wenyou.yang@atmel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.