linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: pinctrl: Add missing spi0_0 grp in example
@ 2012-03-29  5:33 Viresh Kumar
  2012-04-03 20:22 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Viresh Kumar @ 2012-03-29  5:33 UTC (permalink / raw)
  To: linus.walleij
  Cc: rdunlap, linux-doc, linux-kernel, spear-devel, viresh.linux,
	Viresh Kumar

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
---
 Documentation/pinctrl.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt
index d97bccf..f2e27ef 100644
--- a/Documentation/pinctrl.txt
+++ b/Documentation/pinctrl.txt
@@ -640,7 +640,7 @@ struct foo_pmx_func {
 	const unsigned num_groups;
 };
 
-static const char * const spi0_groups[] = { "spi0_1_grp" };
+static const char * const spi0_groups[] = { "spi0_0_grp", "spi0_1_grp" };
 static const char * const i2c0_groups[] = { "i2c0_grp" };
 static const char * const mmc0_groups[] = { "mmc0_1_grp", "mmc0_2_grp",
 					"mmc0_3_grp" };
-- 
1.7.10.rc2.10.gb47606


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

* Re: [PATCH] Documentation: pinctrl: Add missing spi0_0 grp in example
  2012-03-29  5:33 [PATCH] Documentation: pinctrl: Add missing spi0_0 grp in example Viresh Kumar
@ 2012-04-03 20:22 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2012-04-03 20:22 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: rdunlap, linux-doc, linux-kernel, spear-devel, viresh.linux

On Thu, Mar 29, 2012 at 7:33 AM, Viresh Kumar <viresh.kumar@st.com> wrote:

> Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
> ---
>  Documentation/pinctrl.txt |    2 +-

Thanks, patch applied.

Linus Walleij

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

end of thread, other threads:[~2012-04-03 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-29  5:33 [PATCH] Documentation: pinctrl: Add missing spi0_0 grp in example Viresh Kumar
2012-04-03 20:22 ` Linus Walleij

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