All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
	Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	<richard.genoud@gmail.com>, <linux-arm@overkiz.com>,
	<manabian@gmail.com>, <dgilbert@interlog.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, Josh Wu <josh.wu@atmel.com>,
	Bo Shen <voice.shen@atmel.com>,
	Ludovic Desroches <ludovic.desroches@atmel.com>,
	Nicolas Ferre <nicolas.ferre@atmel.com>
Subject: [PATCH 1/9] ARM: at91/at91-pinctrl documentation: fix typo and add some details
Date: Wed, 23 Jan 2013 10:48:48 +0100	[thread overview]
Message-ID: <45976c01b7be338efc9d3c911293491a981ed87a.1358934163.git.nicolas.ferre@atmel.com> (raw)
In-Reply-To: <cover.1358934163.git.nicolas.ferre@atmel.com>

From: Richard Genoud <richard.genoud@gmail.com>

The relation between PIN_BANK numbers and pio letters wasn't made very
clear.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
index 3a26812..bc50899 100644
--- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
@@ -81,7 +81,8 @@ PA31	TXD4
 Required properties for pin configuration node:
 - atmel,pins: 4 integers array, represents a group of pins mux and config
   setting. The format is atmel,pins = <PIN_BANK PIN_BANK_NUM PERIPH CONFIG>.
-  The PERIPH 0 means gpio.
+  The PERIPH 0 means gpio, PERIPH 1 is periph A, PERIPH 2 is periph B...
+  PIN_BANK 0 is pioA, PIN_BANK 1 is pioB...
 
 Bits used for CONFIG:
 PULL_UP		(1 << 0): indicate this pin need a pull up.
@@ -126,7 +127,7 @@ pinctrl@fffff400 {
 		pinctrl_dbgu: dbgu-0 {
 			atmel,pins =
 				<1 14 0x1 0x0	/* PB14 periph A */
-				 1 15 0x1 0x1>;	/* PB15 periph with pullup */
+				 1 15 0x1 0x1>;	/* PB15 periph A with pullup */
 		};
 	};
 };
-- 
1.8.0


WARNING: multiple messages have this Message-ID (diff)
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/9] ARM: at91/at91-pinctrl documentation: fix typo and add some details
Date: Wed, 23 Jan 2013 10:48:48 +0100	[thread overview]
Message-ID: <45976c01b7be338efc9d3c911293491a981ed87a.1358934163.git.nicolas.ferre@atmel.com> (raw)
In-Reply-To: <cover.1358934163.git.nicolas.ferre@atmel.com>

From: Richard Genoud <richard.genoud@gmail.com>

The relation between PIN_BANK numbers and pio letters wasn't made very
clear.

Signed-off-by: Richard Genoud <richard.genoud@gmail.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
index 3a26812..bc50899 100644
--- a/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/atmel,at91-pinctrl.txt
@@ -81,7 +81,8 @@ PA31	TXD4
 Required properties for pin configuration node:
 - atmel,pins: 4 integers array, represents a group of pins mux and config
   setting. The format is atmel,pins = <PIN_BANK PIN_BANK_NUM PERIPH CONFIG>.
-  The PERIPH 0 means gpio.
+  The PERIPH 0 means gpio, PERIPH 1 is periph A, PERIPH 2 is periph B...
+  PIN_BANK 0 is pioA, PIN_BANK 1 is pioB...
 
 Bits used for CONFIG:
 PULL_UP		(1 << 0): indicate this pin need a pull up.
@@ -126,7 +127,7 @@ pinctrl@fffff400 {
 		pinctrl_dbgu: dbgu-0 {
 			atmel,pins =
 				<1 14 0x1 0x0	/* PB14 periph A */
-				 1 15 0x1 0x1>;	/* PB15 periph with pullup */
+				 1 15 0x1 0x1>;	/* PB15 periph A with pullup */
 		};
 	};
 };
-- 
1.8.0

  reply	other threads:[~2013-01-23  9:49 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-23  9:48 [PATCH 0/9 v2] at91: some fixes for 3.8-rc5 Nicolas Ferre
2013-01-23  9:48 ` Nicolas Ferre
2013-01-23  9:48 ` Nicolas Ferre [this message]
2013-01-23  9:48   ` [PATCH 1/9] ARM: at91/at91-pinctrl documentation: fix typo and add some details Nicolas Ferre
2013-01-23  9:48 ` [PATCH 2/9] ARM: at91/at91sam9x5 DTS: correct wrong PIO BANK values on u(s)arts Nicolas Ferre
2013-01-23  9:48   ` Nicolas Ferre
2013-01-23  9:48 ` [PATCH 3/9] ARM: at91/at91sam9x5 DTS: add SCK USART pins Nicolas Ferre
2013-01-23  9:48   ` Nicolas Ferre
2013-01-23  9:48 ` [PATCH 4/9] ARM: at91: fix gpios on i2c-gpio for RM9200 DT Nicolas Ferre
2013-01-23  9:48   ` Nicolas Ferre
2013-01-23  9:48 ` [PATCH 5/9] ARM: at91: rm9200: remake the BGA as default version Nicolas Ferre
2013-01-23  9:48   ` Nicolas Ferre
2013-01-23  9:48 ` [PATCH 6/9] ARM: at91/dts: add macb mii pinctrl config for kizbox Nicolas Ferre
2013-01-23  9:48   ` Nicolas Ferre
2013-01-23  9:48 ` [PATCH 7/9] ARM: at91/at91_dt_defconfig: remove memory specification to cmdline Nicolas Ferre
2013-01-23  9:48   ` Nicolas Ferre
2013-01-23 10:20   ` Jean-Christophe PLAGNIOL-VILLARD
2013-01-23 10:20     ` Jean-Christophe PLAGNIOL-VILLARD
2013-01-23 11:42     ` Nicolas Ferre
2013-01-23 11:42       ` Nicolas Ferre
2013-01-23 12:42       ` Jean-Christophe PLAGNIOL-VILLARD
2013-01-23 12:42         ` Jean-Christophe PLAGNIOL-VILLARD
2013-01-24  8:46     ` Nicolas Ferre
2013-01-24  8:46       ` Nicolas Ferre
2013-01-24 10:44       ` Jean-Christophe PLAGNIOL-VILLARD
2013-01-24 10:44         ` Jean-Christophe PLAGNIOL-VILLARD
2013-01-23  9:48 ` [PATCH 8/9] ARM: at91/at91_dt_defconfig: add at91sam9n12 SoC to DT defconfig Nicolas Ferre
2013-01-23  9:48   ` Nicolas Ferre
2013-01-23  9:48 ` [PATCH 9/9] ARM: at91/dts: correct comment in at91sam9x5.dtsi for mii Nicolas Ferre
2013-01-23  9:48   ` Nicolas Ferre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45976c01b7be338efc9d3c911293491a981ed87a.1358934163.git.nicolas.ferre@atmel.com \
    --to=nicolas.ferre@atmel.com \
    --cc=arnd@arndb.de \
    --cc=dgilbert@interlog.com \
    --cc=josh.wu@atmel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm@overkiz.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ludovic.desroches@atmel.com \
    --cc=manabian@gmail.com \
    --cc=olof@lixom.net \
    --cc=plagnioj@jcrosoft.com \
    --cc=richard.genoud@gmail.com \
    --cc=voice.shen@atmel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.