All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pinctrl: qcom: ipq8064: Fix naming convention
@ 2014-05-09 18:08 ` Kumar Gala
  0 siblings, 0 replies; 7+ messages in thread
From: Kumar Gala @ 2014-05-09 18:08 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Kumar Gala, linux-arm-msm, linux-arm-kernel, linux-kernel, Andy Gross

Drop underscore in spdif_groups to match all other groups.

Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
 drivers/pinctrl/pinctrl-ipq8064.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-ipq8064.c b/drivers/pinctrl/pinctrl-ipq8064.c
index 54aba9f..acafea4 100644
--- a/drivers/pinctrl/pinctrl-ipq8064.c
+++ b/drivers/pinctrl/pinctrl-ipq8064.c
@@ -366,7 +366,7 @@ static const char * const sdc1_groups[] = {
 };
 
 static const char * const spdif_groups[] = {
-	"gpio_10", "gpio_48",
+	"gpio10", "gpio48",
 };
 
 static const char * const nand_groups[] = {
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

* [PATCH] pinctrl: qcom: ipq8064: Fix naming convention
@ 2014-05-09 18:08 ` Kumar Gala
  0 siblings, 0 replies; 7+ messages in thread
From: Kumar Gala @ 2014-05-09 18:08 UTC (permalink / raw)
  To: linux-arm-kernel

Drop underscore in spdif_groups to match all other groups.

Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
 drivers/pinctrl/pinctrl-ipq8064.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-ipq8064.c b/drivers/pinctrl/pinctrl-ipq8064.c
index 54aba9f..acafea4 100644
--- a/drivers/pinctrl/pinctrl-ipq8064.c
+++ b/drivers/pinctrl/pinctrl-ipq8064.c
@@ -366,7 +366,7 @@ static const char * const sdc1_groups[] = {
 };
 
 static const char * const spdif_groups[] = {
-	"gpio_10", "gpio_48",
+	"gpio10", "gpio48",
 };
 
 static const char * const nand_groups[] = {
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

* Re: [PATCH] pinctrl: qcom: ipq8064: Fix naming convention
  2014-05-09 18:08 ` Kumar Gala
@ 2014-05-09 19:19   ` Andy Gross
  -1 siblings, 0 replies; 7+ messages in thread
From: Andy Gross @ 2014-05-09 19:19 UTC (permalink / raw)
  To: Kumar Gala; +Cc: Linus Walleij, linux-arm-msm, linux-arm-kernel, linux-kernel

On Fri, May 09, 2014 at 01:08:25PM -0500, Kumar Gala wrote:
> Drop underscore in spdif_groups to match all other groups.
> 
> Signed-off-by: Kumar Gala <galak@codeaurora.org>

Reviewed-by: Andy Gross <agross@codeaurora.org>

<snip>

-- 
sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

* [PATCH] pinctrl: qcom: ipq8064: Fix naming convention
@ 2014-05-09 19:19   ` Andy Gross
  0 siblings, 0 replies; 7+ messages in thread
From: Andy Gross @ 2014-05-09 19:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 09, 2014 at 01:08:25PM -0500, Kumar Gala wrote:
> Drop underscore in spdif_groups to match all other groups.
> 
> Signed-off-by: Kumar Gala <galak@codeaurora.org>

Reviewed-by: Andy Gross <agross@codeaurora.org>

<snip>

-- 
sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

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

* Re: [PATCH] pinctrl: qcom: ipq8064: Fix naming convention
  2014-05-09 18:08 ` Kumar Gala
  (?)
@ 2014-05-29  8:38   ` Linus Walleij
  -1 siblings, 0 replies; 7+ messages in thread
From: Linus Walleij @ 2014-05-29  8:38 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linux-arm-msm, linux-arm-kernel, linux-kernel, Andy Gross

On Fri, May 9, 2014 at 8:08 PM, Kumar Gala <galak@codeaurora.org> wrote:

> Drop underscore in spdif_groups to match all other groups.
>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>

Patch applied with Andy's ACK, sorry for missing this :-(

Yours,
Linus Walleij

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

* Re: [PATCH] pinctrl: qcom: ipq8064: Fix naming convention
@ 2014-05-29  8:38   ` Linus Walleij
  0 siblings, 0 replies; 7+ messages in thread
From: Linus Walleij @ 2014-05-29  8:38 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linux-arm-msm, linux-arm-kernel, linux-kernel, Andy Gross

On Fri, May 9, 2014 at 8:08 PM, Kumar Gala <galak@codeaurora.org> wrote:

> Drop underscore in spdif_groups to match all other groups.
>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>

Patch applied with Andy's ACK, sorry for missing this :-(

Yours,
Linus Walleij

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

* [PATCH] pinctrl: qcom: ipq8064: Fix naming convention
@ 2014-05-29  8:38   ` Linus Walleij
  0 siblings, 0 replies; 7+ messages in thread
From: Linus Walleij @ 2014-05-29  8:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 9, 2014 at 8:08 PM, Kumar Gala <galak@codeaurora.org> wrote:

> Drop underscore in spdif_groups to match all other groups.
>
> Signed-off-by: Kumar Gala <galak@codeaurora.org>

Patch applied with Andy's ACK, sorry for missing this :-(

Yours,
Linus Walleij

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

end of thread, other threads:[~2014-05-29  8:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-09 18:08 [PATCH] pinctrl: qcom: ipq8064: Fix naming convention Kumar Gala
2014-05-09 18:08 ` Kumar Gala
2014-05-09 19:19 ` Andy Gross
2014-05-09 19:19   ` Andy Gross
2014-05-29  8:38 ` Linus Walleij
2014-05-29  8:38   ` Linus Walleij
2014-05-29  8:38   ` Linus Walleij

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.