Re: [PATCH 1/3] pinctrl: single: fix DT bindings documentation

2014-01-14 Thread Linus Walleij
On Thu, Jan 9, 2014 at 1:50 PM, Tomi Valkeinen  wrote:

> Remove extra comma in pinctrl-single documentation.
>
> Signed-off-by: Tomi Valkeinen 
> Acked-by: Tony Lindgren 

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 1/3] pinctrl: single: fix DT bindings documentation

2014-01-14 Thread Linus Walleij
On Thu, Jan 9, 2014 at 1:50 PM, Tomi Valkeinen tomi.valkei...@ti.com wrote:

 Remove extra comma in pinctrl-single documentation.

 Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com
 Acked-by: Tony Lindgren t...@atomide.com

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 1/3] pinctrl: single: fix DT bindings documentation

2014-01-09 Thread Tomi Valkeinen
Remove extra comma in pinctrl-single documentation.

Signed-off-by: Tomi Valkeinen 
Acked-by: Tony Lindgren 
---
 Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt 
b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
index 7069a0b84e3a..bc0dfdfdb148 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
@@ -98,7 +98,7 @@ below for more information.
 In case when one register changes more than one pin's mux the
 pinctrl-single,bits need to be used which takes three parameters:
 
-   pinctrl-single,bits = <0xdc 0x18, 0xff>;
+   pinctrl-single,bits = <0xdc 0x18 0xff>;
 
 Where 0xdc is the offset from the pinctrl register base address for the
 device pinctrl register, 0x18 is the desired value, and 0xff is the sub mask to
-- 
1.8.3.2

--
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 1/3] pinctrl: single: fix DT bindings documentation

2014-01-09 Thread Tomi Valkeinen
Remove extra comma in pinctrl-single documentation.

Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com
Acked-by: Tony Lindgren t...@atomide.com
---
 Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt 
b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
index 7069a0b84e3a..bc0dfdfdb148 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
@@ -98,7 +98,7 @@ below for more information.
 In case when one register changes more than one pin's mux the
 pinctrl-single,bits need to be used which takes three parameters:
 
-   pinctrl-single,bits = 0xdc 0x18, 0xff;
+   pinctrl-single,bits = 0xdc 0x18 0xff;
 
 Where 0xdc is the offset from the pinctrl register base address for the
 device pinctrl register, 0x18 is the desired value, and 0xff is the sub mask to
-- 
1.8.3.2

--
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 1/3] pinctrl: single: fix DT bindings documentation

2013-11-30 Thread Tony Lindgren
* Tomi Valkeinen  [131128 03:30]:
> Remove extra comma in pinctrl-single documentation.
> 
> Signed-off-by: Tomi Valkeinen 

Acked-by: Tony Lindgren 

> ---
>  Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt 
> b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
> index 7069a0b84e3a..bc0dfdfdb148 100644
> --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
> @@ -98,7 +98,7 @@ below for more information.
>  In case when one register changes more than one pin's mux the
>  pinctrl-single,bits need to be used which takes three parameters:
>  
> - pinctrl-single,bits = <0xdc 0x18, 0xff>;
> + pinctrl-single,bits = <0xdc 0x18 0xff>;
>  
>  Where 0xdc is the offset from the pinctrl register base address for the
>  device pinctrl register, 0x18 is the desired value, and 0xff is the sub mask 
> to
> -- 
> 1.8.3.2
> 
--
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 1/3] pinctrl: single: fix DT bindings documentation

2013-11-30 Thread Tony Lindgren
* Tomi Valkeinen tomi.valkei...@ti.com [131128 03:30]:
 Remove extra comma in pinctrl-single documentation.
 
 Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com

Acked-by: Tony Lindgren t...@atomide.com

 ---
  Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt 
 b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
 index 7069a0b84e3a..bc0dfdfdb148 100644
 --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
 +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
 @@ -98,7 +98,7 @@ below for more information.
  In case when one register changes more than one pin's mux the
  pinctrl-single,bits need to be used which takes three parameters:
  
 - pinctrl-single,bits = 0xdc 0x18, 0xff;
 + pinctrl-single,bits = 0xdc 0x18 0xff;
  
  Where 0xdc is the offset from the pinctrl register base address for the
  device pinctrl register, 0x18 is the desired value, and 0xff is the sub mask 
 to
 -- 
 1.8.3.2
 
--
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 1/3] pinctrl: single: fix DT bindings documentation

2013-11-28 Thread Tomi Valkeinen
Remove extra comma in pinctrl-single documentation.

Signed-off-by: Tomi Valkeinen 
---
 Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt 
b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
index 7069a0b84e3a..bc0dfdfdb148 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
@@ -98,7 +98,7 @@ below for more information.
 In case when one register changes more than one pin's mux the
 pinctrl-single,bits need to be used which takes three parameters:
 
-   pinctrl-single,bits = <0xdc 0x18, 0xff>;
+   pinctrl-single,bits = <0xdc 0x18 0xff>;
 
 Where 0xdc is the offset from the pinctrl register base address for the
 device pinctrl register, 0x18 is the desired value, and 0xff is the sub mask to
-- 
1.8.3.2

--
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 1/3] pinctrl: single: fix DT bindings documentation

2013-11-28 Thread Tomi Valkeinen
Remove extra comma in pinctrl-single documentation.

Signed-off-by: Tomi Valkeinen tomi.valkei...@ti.com
---
 Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt 
b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
index 7069a0b84e3a..bc0dfdfdb148 100644
--- a/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
+++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt
@@ -98,7 +98,7 @@ below for more information.
 In case when one register changes more than one pin's mux the
 pinctrl-single,bits need to be used which takes three parameters:
 
-   pinctrl-single,bits = 0xdc 0x18, 0xff;
+   pinctrl-single,bits = 0xdc 0x18 0xff;
 
 Where 0xdc is the offset from the pinctrl register base address for the
 device pinctrl register, 0x18 is the desired value, and 0xff is the sub mask to
-- 
1.8.3.2

--
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/