linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mfd: mediatek: Add GPIO sub module support into mfd.
@ 2015-05-27  9:10 Hongzhou Yang
  2015-05-27  9:28 ` Sascha Hauer
  2015-05-27 10:32 ` Lee Jones
  0 siblings, 2 replies; 4+ messages in thread
From: Hongzhou Yang @ 2015-05-27  9:10 UTC (permalink / raw)
  To: Lee Jones, Matthias Brugger
  Cc: Samuel Ortiz, linux-kernel, linux-arm-kernel, linux-mediatek,
	srv_heupstream, Sascha Hauer, yingjoe.chen, eddie.huang,
	dandan.he, Linus Walleij, Hongzhou Yang

Base on Lee Jones' comment, change pinctrl subnode name.

---
Register pinctrl subnode into 6397 mfd cell.

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",
 	},
 };
 
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] mfd: mediatek: Add GPIO sub module support into mfd.
  2015-05-27  9:10 [PATCH] mfd: mediatek: Add GPIO sub module support into mfd Hongzhou Yang
@ 2015-05-27  9:28 ` Sascha Hauer
  2015-05-27 10:32 ` Lee Jones
  1 sibling, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2015-05-27  9:28 UTC (permalink / raw)
  To: Hongzhou Yang
  Cc: Lee Jones, Matthias Brugger, dandan.he, Samuel Ortiz,
	srv_heupstream, Linus Walleij, linux-kernel, linux-mediatek,
	Sascha Hauer, yingjoe.chen, eddie.huang, linux-arm-kernel

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 |

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mfd: mediatek: Add GPIO sub module support into mfd.
  2015-05-27  9:10 [PATCH] mfd: mediatek: Add GPIO sub module support into mfd Hongzhou Yang
  2015-05-27  9:28 ` Sascha Hauer
@ 2015-05-27 10:32 ` Lee Jones
  2015-05-27 20:07   ` Hongzhou Yang
  1 sibling, 1 reply; 4+ messages in thread
From: Lee Jones @ 2015-05-27 10:32 UTC (permalink / raw)
  To: Hongzhou Yang
  Cc: Matthias Brugger, Samuel Ortiz, linux-kernel, linux-arm-kernel,
	linux-mediatek, srv_heupstream, Sascha Hauer, yingjoe.chen,
	eddie.huang, dandan.he, Linus Walleij

On Wed, 27 May 2015, Hongzhou Yang wrote:

> Base on Lee Jones' comment, change pinctrl subnode name.
> 
> ---
> Register pinctrl subnode into 6397 mfd cell.

Sascha already mentioned what's wrong here, so I'll not labour the
point.

I'm feeling generous, I'll apply this and make the necessary changes
myself.  Please bear the points in mind for next time however.

Applied, thanks.

> 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",
>  	},
>  };
>  

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mfd: mediatek: Add GPIO sub module support into mfd.
  2015-05-27 10:32 ` Lee Jones
@ 2015-05-27 20:07   ` Hongzhou Yang
  0 siblings, 0 replies; 4+ messages in thread
From: Hongzhou Yang @ 2015-05-27 20:07 UTC (permalink / raw)
  To: Lee Jones
  Cc: Matthias Brugger, Samuel Ortiz, linux-kernel, linux-arm-kernel,
	linux-mediatek, srv_heupstream, Sascha Hauer, yingjoe.chen,
	eddie.huang, dandan.he, Linus Walleij

On Wed, 2015-05-27 at 11:32 +0100, Lee Jones wrote:
> On Wed, 27 May 2015, Hongzhou Yang wrote:
> 
> > Base on Lee Jones' comment, change pinctrl subnode name.
> > 
> > ---
> > Register pinctrl subnode into 6397 mfd cell.
> 
> Sascha already mentioned what's wrong here, so I'll not labour the
> point.
> 
> I'm feeling generous, I'll apply this and make the necessary changes
> myself.  Please bear the points in mind for next time however.
> 
> Applied, thanks.
> 

Ok, I will pay more attention to it next time.
Thank you very much.

Yours,
Hongzhou



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-27 20:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-27  9:10 [PATCH] mfd: mediatek: Add GPIO sub module support into mfd Hongzhou Yang
2015-05-27  9:28 ` Sascha Hauer
2015-05-27 10:32 ` Lee Jones
2015-05-27 20:07   ` Hongzhou Yang

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).