From: pebolle@tiscali.nl (Paul Bolle)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 8/8] regulator: MT6397: Add support for MT6397 regulator
Date: Tue, 20 Jan 2015 11:07:04 +0100 [thread overview]
Message-ID: <1421748424.9655.107.camel@x220> (raw)
In-Reply-To: <1421747231-554-9-git-send-email-s.hauer@pengutronix.de>
On Tue, 2015-01-20 at 10:47 +0100, Sascha Hauer wrote:
> From: Flora Fu <flora.fu@mediatek.com>
>
> This adds support for the regulators on the MediaTek MT6397
> Multifunction device.
>
> Signed-off-by: Flora Fu, MediaTek
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.org>
> ---
> Documentation/devicetree/bindings/mfd/mt6397.txt | 41 ++-
This looks new for linux-next ...
> .../bindings/regulator/mt6397-regulator.txt | 217 ++++++++++++++
but this is already in linux-next. See linux-next commit 269675757901
("regulator: Add document for MT6397 regulator"). And ...
> drivers/regulator/Kconfig | 9 +
> drivers/regulator/Makefile | 1 +
> drivers/regulator/mt6397-regulator.c | 332 +++++++++++++++++++++
> include/linux/regulator/mt6397-regulator.h | 49 +++
these are too. See linux-next commit 0425e2420c0a ("egulator: mt6397:
Add support for MT6397 regulator"). Unless there are difference that
can't be spotted by looking at the diffstats of those commist, that is.
I only noticed because I was looking at the progress of the patch that
adds MFD_MT6397, and found this series. (MFD_MT6397 is added in 7/8, by
the way.)
> 6 files changed, 626 insertions(+), 23 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/regulator/mt6397-regulator.txt
> create mode 100644 drivers/regulator/mt6397-regulator.c
> create mode 100644 include/linux/regulator/mt6397-regulator.h
Paul Bolle
WARNING: multiple messages have this Message-ID (diff)
From: Paul Bolle <pebolle@tiscali.nl>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
Eddie Huang <eddie.huang@mediatek.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
Samuel Ortiz <sameo@linux.intel.com>,
Lee Jones <lee.jones@linaro.org>, Mark Brown <broonie@kernel.org>,
Flora Fu <flora.fu@mediatek.com>,
Liam Girdwood <lgirdwood@gmail.com>
Subject: Re: [PATCH 8/8] regulator: MT6397: Add support for MT6397 regulator
Date: Tue, 20 Jan 2015 11:07:04 +0100 [thread overview]
Message-ID: <1421748424.9655.107.camel@x220> (raw)
In-Reply-To: <1421747231-554-9-git-send-email-s.hauer@pengutronix.de>
On Tue, 2015-01-20 at 10:47 +0100, Sascha Hauer wrote:
> From: Flora Fu <flora.fu@mediatek.com>
>
> This adds support for the regulators on the MediaTek MT6397
> Multifunction device.
>
> Signed-off-by: Flora Fu, MediaTek
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.org>
> ---
> Documentation/devicetree/bindings/mfd/mt6397.txt | 41 ++-
This looks new for linux-next ...
> .../bindings/regulator/mt6397-regulator.txt | 217 ++++++++++++++
but this is already in linux-next. See linux-next commit 269675757901
("regulator: Add document for MT6397 regulator"). And ...
> drivers/regulator/Kconfig | 9 +
> drivers/regulator/Makefile | 1 +
> drivers/regulator/mt6397-regulator.c | 332 +++++++++++++++++++++
> include/linux/regulator/mt6397-regulator.h | 49 +++
these are too. See linux-next commit 0425e2420c0a ("egulator: mt6397:
Add support for MT6397 regulator"). Unless there are difference that
can't be spotted by looking at the diffstats of those commist, that is.
I only noticed because I was looking at the progress of the patch that
adds MFD_MT6397, and found this series. (MFD_MT6397 is added in 7/8, by
the way.)
> 6 files changed, 626 insertions(+), 23 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/regulator/mt6397-regulator.txt
> create mode 100644 drivers/regulator/mt6397-regulator.c
> create mode 100644 include/linux/regulator/mt6397-regulator.h
Paul Bolle
next prev parent reply other threads:[~2015-01-20 10:07 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-20 9:47 MediaTek PMIC support Sascha Hauer
2015-01-20 9:47 ` Sascha Hauer
2015-01-20 9:47 ` [PATCH 1/8] soc: Add MediaTek infracfg controller support Sascha Hauer
2015-01-20 9:47 ` Sascha Hauer
2015-01-20 16:14 ` Mark Rutland
2015-01-20 16:14 ` Mark Rutland
2015-01-21 8:14 ` Sascha Hauer
2015-01-21 8:14 ` Sascha Hauer
2015-01-20 9:47 ` [PATCH 2/8] soc: Add MediaTek pericfg " Sascha Hauer
2015-01-20 9:47 ` Sascha Hauer
2015-01-20 13:18 ` Yingjoe Chen
2015-01-20 13:18 ` Yingjoe Chen
2015-01-20 13:27 ` Sascha Hauer
2015-01-20 13:27 ` Sascha Hauer
2015-01-20 16:15 ` Mark Rutland
2015-01-20 16:15 ` Mark Rutland
2015-01-21 8:17 ` Sascha Hauer
2015-01-21 8:17 ` Sascha Hauer
2015-01-20 9:47 ` [PATCH 3/8] dt: bindings: Add MediaTek MT8135/MT8173 reset controller defines Sascha Hauer
2015-01-20 9:47 ` Sascha Hauer
2015-01-20 9:47 ` [PATCH 4/8] soc: mediatek: Add PMIC wrapper for MT8135 and MT6397 SoC Sascha Hauer
2015-01-20 9:47 ` Sascha Hauer
2015-01-20 9:47 ` [PATCH 5/8] ARM: dts: mt8135: Add pericfg, infracfg and pmic wrapper nodes Sascha Hauer
2015-01-20 9:47 ` Sascha Hauer
2015-01-20 9:47 ` [PATCH 6/8] ARM: dts: mt8135-evbp1: Add PMIC support Sascha Hauer
2015-01-20 9:47 ` Sascha Hauer
2015-01-20 9:47 ` [PATCH 7/8] mfd: Add support for the MediaTek MT6397 PMIC Sascha Hauer
2015-01-20 9:47 ` Sascha Hauer
2015-01-20 9:47 ` [PATCH 8/8] regulator: MT6397: Add support for MT6397 regulator Sascha Hauer
2015-01-20 9:47 ` Sascha Hauer
2015-01-20 10:07 ` Paul Bolle [this message]
2015-01-20 10:07 ` Paul Bolle
2015-01-20 10:54 ` Sascha Hauer
2015-01-20 10:54 ` Sascha Hauer
2015-01-21 8:26 ` Sascha Hauer
2015-01-21 8:26 ` Sascha Hauer
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=1421748424.9655.107.camel@x220 \
--to=pebolle@tiscali.nl \
--cc=linux-arm-kernel@lists.infradead.org \
/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.