public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: at91/at91-pinctrl documentation: add missing sam9x5 compatible string
@ 2013-08-27 13:26 Boris BREZILLON
  2013-08-27 14:57 ` Nicolas Ferre
  2013-09-27 12:17 ` Linus Walleij
  0 siblings, 2 replies; 4+ messages in thread
From: Boris BREZILLON @ 2013-08-27 13:26 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, Rob Landley, Jean-Christophe PLAGNIOL-VILLARD,
	Nicolas Ferre, Richard Genoud, Jiri Kosina
  Cc: devicetree, linux-doc, linux-kernel, linux-arm-kernel,
	Boris BREZILLON

Add missing "atmel,at91sam9x5-pinctrl" compatible string to the
documentation.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
---
 .../bindings/pinctrl/atmel,at91-pinctrl.txt        |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
index 648d60e..cf7c7bc 100644
--- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
@@ -18,7 +18,7 @@ mode) this pin can work on and the 'config' configures various pad settings
 such as pull-up, multi drive, etc.
 
 Required properties for iomux controller:
-- compatible: "atmel,at91rm9200-pinctrl"
+- compatible: "atmel,at91rm9200-pinctrl" or "atmel,at91sam9x5-pinctrl"
 - atmel,mux-mask: array of mask (periph per bank) to describe if a pin can be
   configured in this periph mode. All the periph and bank need to be describe.
 
-- 
1.7.9.5


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

* Re: [PATCH] ARM: at91/at91-pinctrl documentation: add missing sam9x5 compatible string
  2013-08-27 13:26 [PATCH] ARM: at91/at91-pinctrl documentation: add missing sam9x5 compatible string Boris BREZILLON
@ 2013-08-27 14:57 ` Nicolas Ferre
  2013-09-19 14:05   ` Nicolas Ferre
  2013-09-27 12:17 ` Linus Walleij
  1 sibling, 1 reply; 4+ messages in thread
From: Nicolas Ferre @ 2013-08-27 14:57 UTC (permalink / raw)
  To: Boris BREZILLON
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, Rob Landley, Jean-Christophe PLAGNIOL-VILLARD,
	Richard Genoud, Jiri Kosina, devicetree, linux-doc, linux-kernel,
	linux-arm-kernel

On 27/08/2013 15:26, Boris BREZILLON :
> Add missing "atmel,at91sam9x5-pinctrl" compatible string to the
> documentation.
>
> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

> ---
>   .../bindings/pinctrl/atmel,at91-pinctrl.txt        |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
> index 648d60e..cf7c7bc 100644
> --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
> +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
> @@ -18,7 +18,7 @@ mode) this pin can work on and the 'config' configures various pad settings
>   such as pull-up, multi drive, etc.
>
>   Required properties for iomux controller:
> -- compatible: "atmel,at91rm9200-pinctrl"
> +- compatible: "atmel,at91rm9200-pinctrl" or "atmel,at91sam9x5-pinctrl"
>   - atmel,mux-mask: array of mask (periph per bank) to describe if a pin can be
>     configured in this periph mode. All the periph and bank need to be describe.
>
>


-- 
Nicolas Ferre

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

* Re: [PATCH] ARM: at91/at91-pinctrl documentation: add missing sam9x5 compatible string
  2013-08-27 14:57 ` Nicolas Ferre
@ 2013-09-19 14:05   ` Nicolas Ferre
  0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2013-09-19 14:05 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Nicolas Ferre, Boris BREZILLON, Mark Rutland, devicetree,
	Ian Campbell, Pawel Moll, Stephen Warren, Richard Genoud,
	Jiri Kosina, linux-doc, linux-kernel, Rob Herring, Rob Landley,
	Jean-Christophe PLAGNIOL-VILLARD, linux-arm-kernel

On 27/08/2013 16:57, Nicolas Ferre :
> On 27/08/2013 15:26, Boris BREZILLON :
>> Add missing "atmel,at91sam9x5-pinctrl" compatible string to the
>> documentation.
>>
>> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
>
> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Linus, it seems that you were not in copy of the original email.

Anyway, do you want that I re-send to you or you can pick it on patchwork?

Here it is:
https://patchwork.kernel.org/patch/2850188/

>> ---
>>    .../bindings/pinctrl/atmel,at91-pinctrl.txt        |    2 +-
>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
>> index 648d60e..cf7c7bc 100644
>> --- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
>> +++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
>> @@ -18,7 +18,7 @@ mode) this pin can work on and the 'config' configures various pad settings
>>    such as pull-up, multi drive, etc.
>>
>>    Required properties for iomux controller:
>> -- compatible: "atmel,at91rm9200-pinctrl"
>> +- compatible: "atmel,at91rm9200-pinctrl" or "atmel,at91sam9x5-pinctrl"
>>    - atmel,mux-mask: array of mask (periph per bank) to describe if a pin can be
>>      configured in this periph mode. All the periph and bank need to be describe.
>>
>>
>
>


-- 
Nicolas Ferre

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

* Re: [PATCH] ARM: at91/at91-pinctrl documentation: add missing sam9x5 compatible string
  2013-08-27 13:26 [PATCH] ARM: at91/at91-pinctrl documentation: add missing sam9x5 compatible string Boris BREZILLON
  2013-08-27 14:57 ` Nicolas Ferre
@ 2013-09-27 12:17 ` Linus Walleij
  1 sibling, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2013-09-27 12:17 UTC (permalink / raw)
  To: Boris BREZILLON
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren,
	Ian Campbell, Rob Landley, Jean-Christophe PLAGNIOL-VILLARD,
	Nicolas Ferre, Richard Genoud, Jiri Kosina,
	devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org

On Tue, Aug 27, 2013 at 3:26 PM, Boris BREZILLON
<b.brezillon@overkiz.com> wrote:

> Add missing "atmel,at91sam9x5-pinctrl" compatible string to the
> documentation.
>
> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>

Patch applied with Nicolas' ACK.

Yours,
Linus Walleij

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

end of thread, other threads:[~2013-09-27 12:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-27 13:26 [PATCH] ARM: at91/at91-pinctrl documentation: add missing sam9x5 compatible string Boris BREZILLON
2013-08-27 14:57 ` Nicolas Ferre
2013-09-19 14:05   ` Nicolas Ferre
2013-09-27 12:17 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox