Re: [PATCH] pinctrl: pinctrl-single: add missing double quote

2013-04-15 Thread Linus Walleij
On Wed, Apr 10, 2013 at 8:55 AM, Prabhakar lad
 wrote:

> From: Lad, Prabhakar 
>
> add a missing double quote for compatible property for pmx_wkup.
>
> Signed-off-by: Lad, Prabhakar 
> Cc: Grant Likely 
> Cc: Rob Herring 
> Cc: Rob Landley 
> Cc: Tony Lindgren 
> Cc: Linus Walleij 
> Cc: Peter Ujfalusi 
> Cc: devicetree-disc...@lists.ozlabs.org
> Cc: linux-...@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] pinctrl: pinctrl-single: add missing double quote

2013-04-15 Thread Linus Walleij
On Wed, Apr 10, 2013 at 8:55 AM, Prabhakar lad
prabhakar.cse...@gmail.com wrote:

 From: Lad, Prabhakar prabhakar.cse...@gmail.com

 add a missing double quote for compatible property for pmx_wkup.

 Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com
 Cc: Grant Likely grant.lik...@secretlab.ca
 Cc: Rob Herring rob.herr...@calxeda.com
 Cc: Rob Landley r...@landley.net
 Cc: Tony Lindgren t...@atomide.com
 Cc: Linus Walleij linus.wall...@linaro.org
 Cc: Peter Ujfalusi peter.ujfal...@ti.com
 Cc: devicetree-disc...@lists.ozlabs.org
 Cc: linux-...@vger.kernel.org
 Cc: linux-kernel@vger.kernel.org

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] pinctrl: pinctrl-single: add missing double quote

2013-04-10 Thread Prabhakar lad
From: Lad, Prabhakar 

add a missing double quote for compatible property for pmx_wkup.

Signed-off-by: Lad, Prabhakar 
Cc: Grant Likely 
Cc: Rob Herring 
Cc: Rob Landley 
Cc: Tony Lindgren 
Cc: Linus Walleij 
Cc: Peter Ujfalusi 
Cc: devicetree-disc...@lists.ozlabs.org
Cc: linux-...@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
 .../devicetree/bindings/pinctrl/pinctrl-single.txt |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt 
b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
index 2c81e45..e0ec0fc 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
@@ -58,7 +58,7 @@ pmx_core: pinmux@4a100040 {
 
 /* second controller instance for pins in wkup domain */
 pmx_wkup: pinmux@4a31e040 {
-   compatible = "pinctrl-single;
+   compatible = "pinctrl-single";
reg = <0x4a31e040 0x0038>;
#address-cells = <1>;
#size-cells = <0>;
-- 
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] pinctrl: pinctrl-single: add missing double quote

2013-04-10 Thread Prabhakar lad
From: Lad, Prabhakar prabhakar.cse...@gmail.com

add a missing double quote for compatible property for pmx_wkup.

Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com
Cc: Grant Likely grant.lik...@secretlab.ca
Cc: Rob Herring rob.herr...@calxeda.com
Cc: Rob Landley r...@landley.net
Cc: Tony Lindgren t...@atomide.com
Cc: Linus Walleij linus.wall...@linaro.org
Cc: Peter Ujfalusi peter.ujfal...@ti.com
Cc: devicetree-disc...@lists.ozlabs.org
Cc: linux-...@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
---
 .../devicetree/bindings/pinctrl/pinctrl-single.txt |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt 
b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
index 2c81e45..e0ec0fc 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
@@ -58,7 +58,7 @@ pmx_core: pinmux@4a100040 {
 
 /* second controller instance for pins in wkup domain */
 pmx_wkup: pinmux@4a31e040 {
-   compatible = pinctrl-single;
+   compatible = pinctrl-single;
reg = 0x4a31e040 0x0038;
#address-cells = 1;
#size-cells = 0;
-- 
1.7.4.1

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/