devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: sunxi: dt: list all pinctrl compatible strings
@ 2014-04-22 13:38 Boris BREZILLON
  2014-04-23 13:48 ` Linus Walleij
  2014-04-23 14:20 ` Rob Herring
  0 siblings, 2 replies; 4+ messages in thread
From: Boris BREZILLON @ 2014-04-22 13:38 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Randy Dunlap, Maxime Ripard, Emilio López, Mike Turquette,
	Chen-Yu Tsai, Hans de Goede, Shuge, kevin, devicetree, linux-doc,
	linux-arm-kernel, linux-kernel, Boris BREZILLON

List all sunxi pinctrl compatible strings in order to be able to grep for
those values.

Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
---
 .../devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt      | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt
index dff0e5f..d8d0656 100644
--- a/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt
@@ -6,8 +6,13 @@ the first two functions being GPIO in and out. The configuration on
 the pins includes drive strength and pull-up.
 
 Required properties:
-- compatible: "allwinner,<soc>-pinctrl". Supported SoCs for now are:
-  sun5i-a13.
+- compatible: Should be one of the followings (depending on you SoC):
+  "allwinner,sun4i-a10-pinctrl"
+  "allwinner,sun5i-a10s-pinctrl"
+  "allwinner,sun5i-a13-pinctrl"
+  "allwinner,sun6i-a31-pinctrl"
+  "allwinner,sun6i-a31-r-pinctrl"
+  "allwinner,sun7i-a20-pinctrl"
 - reg: Should contain the register physical address and length for the
   pin controller.
 
-- 
1.8.3.2


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

* Re: [PATCH] ARM: sunxi: dt: list all pinctrl compatible strings
  2014-04-22 13:38 [PATCH] ARM: sunxi: dt: list all pinctrl compatible strings Boris BREZILLON
@ 2014-04-23 13:48 ` Linus Walleij
  2014-04-23 14:06   ` Boris BREZILLON
  2014-04-23 14:20 ` Rob Herring
  1 sibling, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2014-04-23 13:48 UTC (permalink / raw)
  To: Boris BREZILLON
  Cc: Randy Dunlap, Maxime Ripard, Emilio López, Mike Turquette,
	Chen-Yu Tsai, Hans de Goede, Shuge, kevin,
	devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org

On Tue, Apr 22, 2014 at 3:38 PM, Boris BREZILLON
<boris.brezillon@free-electrons.com> wrote:

> List all sunxi pinctrl compatible strings in order to be able to grep for
> those values.
>
> Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>

Patch applied, but I edited the subject to pinctrl:
as this is arch neutral and has nothing to do with ARM really.

Yours,
Linus Walleij

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

* Re: [PATCH] ARM: sunxi: dt: list all pinctrl compatible strings
  2014-04-23 13:48 ` Linus Walleij
@ 2014-04-23 14:06   ` Boris BREZILLON
  0 siblings, 0 replies; 4+ messages in thread
From: Boris BREZILLON @ 2014-04-23 14:06 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Randy Dunlap, Maxime Ripard, Emilio López, Mike Turquette,
	Chen-Yu Tsai, Hans de Goede, Shuge, kevin,
	devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org


On 23/04/2014 15:48, Linus Walleij wrote:
> On Tue, Apr 22, 2014 at 3:38 PM, Boris BREZILLON
> <boris.brezillon@free-electrons.com> wrote:
>
>> List all sunxi pinctrl compatible strings in order to be able to grep for
>> those values.
>>
>> Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
> Patch applied, but I edited the subject to pinctrl:
> as this is arch neutral and has nothing to do with ARM really.

Thanks.

> Yours,
> Linus Walleij

-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* Re: [PATCH] ARM: sunxi: dt: list all pinctrl compatible strings
  2014-04-22 13:38 [PATCH] ARM: sunxi: dt: list all pinctrl compatible strings Boris BREZILLON
  2014-04-23 13:48 ` Linus Walleij
@ 2014-04-23 14:20 ` Rob Herring
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2014-04-23 14:20 UTC (permalink / raw)
  To: Boris BREZILLON
  Cc: Linus Walleij, Randy Dunlap, Maxime Ripard, Emilio López,
	Mike Turquette, Chen-Yu Tsai, Hans de Goede, Shuge, kevin,
	devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org

On Tue, Apr 22, 2014 at 8:38 AM, Boris BREZILLON
<boris.brezillon@free-electrons.com> wrote:
> List all sunxi pinctrl compatible strings in order to be able to grep for
> those values.

If you were fixing this to please checkpatch.pl, that issue has been
fixed in checkpatch. I think it is only in linux-next ATM.

Rob

>
> Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
> ---
>  .../devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt      | 9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt
> index dff0e5f..d8d0656 100644
> --- a/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt
> @@ -6,8 +6,13 @@ the first two functions being GPIO in and out. The configuration on
>  the pins includes drive strength and pull-up.
>
>  Required properties:
> -- compatible: "allwinner,<soc>-pinctrl". Supported SoCs for now are:
> -  sun5i-a13.
> +- compatible: Should be one of the followings (depending on you SoC):
> +  "allwinner,sun4i-a10-pinctrl"
> +  "allwinner,sun5i-a10s-pinctrl"
> +  "allwinner,sun5i-a13-pinctrl"
> +  "allwinner,sun6i-a31-pinctrl"
> +  "allwinner,sun6i-a31-r-pinctrl"
> +  "allwinner,sun7i-a20-pinctrl"
>  - reg: Should contain the register physical address and length for the
>    pin controller.
>
> --
> 1.8.3.2
>
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-04-23 14:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-22 13:38 [PATCH] ARM: sunxi: dt: list all pinctrl compatible strings Boris BREZILLON
2014-04-23 13:48 ` Linus Walleij
2014-04-23 14:06   ` Boris BREZILLON
2014-04-23 14:20 ` Rob Herring

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