From: Sascha Hauer <s.hauer@pengutronix.de>
To: Hongzhou Yang <hongzhou.yang@mediatek.com>
Cc: Lee Jones <lee.jones@linaro.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
dandan.he@mediatek.com, Samuel Ortiz <sameo@linux.intel.com>,
srv_heupstream@mediatek.com,
Linus Walleij <linus.walleij@linaro.org>,
linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org,
Sascha Hauer <kernel@pengutronix.de>,
yingjoe.chen@mediatek.com, eddie.huang@mediatek.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] mfd: mediatek: Add GPIO sub module support into mfd.
Date: Wed, 27 May 2015 11:28:44 +0200 [thread overview]
Message-ID: <20150527092844.GV6325@pengutronix.de> (raw)
In-Reply-To: <1432717835-16398-1-git-send-email-hongzhou.yang@mediatek.com>
The subject lacks the mt6397 keyword. In the subject you say this is
about GPIO, but the patch seems to be about pinctrl.
On Wed, May 27, 2015 at 02:10:35AM -0700, Hongzhou Yang wrote:
> Base on Lee Jones' comment, change pinctrl subnode name.
This is the changelog, should be below the three --- so that git am
doesn't add this to the commit message
>
> ---
> Register pinctrl subnode into 6397 mfd cell.
This is the commit message, should be above the three ---
>
> Signed-off-by: Hongzhou Yang <hongzhou.yang@mediatek.com>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> drivers/mfd/mt6397-core.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/mfd/mt6397-core.c b/drivers/mfd/mt6397-core.c
> index 09bc780..e50a9bc 100644
> --- a/drivers/mfd/mt6397-core.c
> +++ b/drivers/mfd/mt6397-core.c
> @@ -34,6 +34,9 @@ static const struct mfd_cell mt6397_devs[] = {
> }, {
> .name = "mt6397-clk",
> .of_compatible = "mediatek,mt6397-clk",
> + }, {
> + .name = "mt6397-pinctrl",
> + .of_compatible = "mediatek,mt6397-pinctrl",
> },
> };
>
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
WARNING: multiple messages have this Message-ID (diff)
From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mfd: mediatek: Add GPIO sub module support into mfd.
Date: Wed, 27 May 2015 11:28:44 +0200 [thread overview]
Message-ID: <20150527092844.GV6325@pengutronix.de> (raw)
In-Reply-To: <1432717835-16398-1-git-send-email-hongzhou.yang@mediatek.com>
The subject lacks the mt6397 keyword. In the subject you say this is
about GPIO, but the patch seems to be about pinctrl.
On Wed, May 27, 2015 at 02:10:35AM -0700, Hongzhou Yang wrote:
> Base on Lee Jones' comment, change pinctrl subnode name.
This is the changelog, should be below the three --- so that git am
doesn't add this to the commit message
>
> ---
> Register pinctrl subnode into 6397 mfd cell.
This is the commit message, should be above the three ---
>
> Signed-off-by: Hongzhou Yang <hongzhou.yang@mediatek.com>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> drivers/mfd/mt6397-core.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/mfd/mt6397-core.c b/drivers/mfd/mt6397-core.c
> index 09bc780..e50a9bc 100644
> --- a/drivers/mfd/mt6397-core.c
> +++ b/drivers/mfd/mt6397-core.c
> @@ -34,6 +34,9 @@ static const struct mfd_cell mt6397_devs[] = {
> }, {
> .name = "mt6397-clk",
> .of_compatible = "mediatek,mt6397-clk",
> + }, {
> + .name = "mt6397-pinctrl",
> + .of_compatible = "mediatek,mt6397-pinctrl",
> },
> };
>
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2015-05-27 9:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-27 9:10 [PATCH] mfd: mediatek: Add GPIO sub module support into mfd Hongzhou Yang
2015-05-27 9:10 ` Hongzhou Yang
2015-05-27 9:10 ` Hongzhou Yang
2015-05-27 9:28 ` Sascha Hauer [this message]
2015-05-27 9:28 ` Sascha Hauer
2015-05-27 10:32 ` Lee Jones
2015-05-27 10:32 ` Lee Jones
2015-05-27 20:07 ` Hongzhou Yang
2015-05-27 20:07 ` Hongzhou Yang
2015-05-27 20:07 ` Hongzhou Yang
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=20150527092844.GV6325@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=dandan.he@mediatek.com \
--cc=eddie.huang@mediatek.com \
--cc=hongzhou.yang@mediatek.com \
--cc=kernel@pengutronix.de \
--cc=lee.jones@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=sameo@linux.intel.com \
--cc=srv_heupstream@mediatek.com \
--cc=yingjoe.chen@mediatek.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.