From: Magnus Damm <magnus.damm@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: linux-sh@vger.kernel.org, linus.walleij@linaro.org,
wsa@the-dreams.de, horms@verge.net.au,
laurent.pinchart@ideasonboard.com,
Magnus Damm <magnus.damm@gmail.com>
Subject: [PATCH 03/03] pinctrl: sh-pfc: r7s72100 SCIF2 port4, 6 and 8 support
Date: Wed, 27 Nov 2013 08:06:40 +0000 [thread overview]
Message-ID: <20131127080640.18384.21957.sendpatchset@w520> (raw)
In-Reply-To: <20131127080606.18384.45103.sendpatchset@w520>
From: Magnus Damm <damm@opensource.se>
Add the remaining SCIF2 pins using the recently introduced macro.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
drivers/pinctrl/sh-pfc/pfc-r7s72100.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
--- 0008/drivers/pinctrl/sh-pfc/pfc-r7s72100.c
+++ work/drivers/pinctrl/sh-pfc/pfc-r7s72100.c 2013-11-27 14:33:17.000000000 +0900
@@ -127,7 +127,17 @@ static const unsigned int __RZ_STR(pfx,
fn(scif2, txd, 3, 0, 6) \
fn(scif2, txd, 3, 1, 4) \
fn(scif2, rxd, 3, 2, 4) \
- fn(scif2, clk, 3, 0, 4)
+ fn(scif2, clk, 3, 0, 4) \
+ fn(scif2, clk, 4, 1, 5) \
+ fn(scif2, txd, 4, 2, 5) \
+ fn(scif2, rxd, 4, 3, 5) \
+ fn(scif2, txd, 4, 14, 7) \
+ fn(scif2, rxd, 4, 15, 7) \
+ fn(scif2, txd, 6, 2, 7) \
+ fn(scif2, rxd, 6, 3, 7) \
+ fn(scif2, clk, 8, 3, 7) \
+ fn(scif2, txd, 8, 6, 7) \
+ fn(scif2, rxd, 8, 4, 7)
SCIF2(RZ_PIN_AND_MUX)
WARNING: multiple messages have this Message-ID (diff)
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: linux-sh@vger.kernel.org, linus.walleij@linaro.org,
wsa@the-dreams.de, horms@verge.net.au,
laurent.pinchart@ideasonboard.com,
Magnus Damm <magnus.damm@gmail.com>
Subject: [PATCH 03/03] pinctrl: sh-pfc: r7s72100 SCIF2 port4, 6 and 8 support
Date: Wed, 27 Nov 2013 17:06:40 +0900 [thread overview]
Message-ID: <20131127080640.18384.21957.sendpatchset@w520> (raw)
In-Reply-To: <20131127080606.18384.45103.sendpatchset@w520>
From: Magnus Damm <damm@opensource.se>
Add the remaining SCIF2 pins using the recently introduced macro.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
drivers/pinctrl/sh-pfc/pfc-r7s72100.c | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
--- 0008/drivers/pinctrl/sh-pfc/pfc-r7s72100.c
+++ work/drivers/pinctrl/sh-pfc/pfc-r7s72100.c 2013-11-27 14:33:17.000000000 +0900
@@ -127,7 +127,17 @@ static const unsigned int __RZ_STR(pfx,
fn(scif2, txd, 3, 0, 6) \
fn(scif2, txd, 3, 1, 4) \
fn(scif2, rxd, 3, 2, 4) \
- fn(scif2, clk, 3, 0, 4)
+ fn(scif2, clk, 3, 0, 4) \
+ fn(scif2, clk, 4, 1, 5) \
+ fn(scif2, txd, 4, 2, 5) \
+ fn(scif2, rxd, 4, 3, 5) \
+ fn(scif2, txd, 4, 14, 7) \
+ fn(scif2, rxd, 4, 15, 7) \
+ fn(scif2, txd, 6, 2, 7) \
+ fn(scif2, rxd, 6, 3, 7) \
+ fn(scif2, clk, 8, 3, 7) \
+ fn(scif2, txd, 8, 6, 7) \
+ fn(scif2, rxd, 8, 4, 7)
SCIF2(RZ_PIN_AND_MUX)
next prev parent reply other threads:[~2013-11-27 8:06 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-27 8:06 [PATCH 00/03] pinctrl: sh-pfc: r7s72100 SCIF2 support Magnus Damm
2013-11-27 8:06 ` Magnus Damm
2013-11-27 8:06 ` [PATCH 01/03] pinctrl: sh-pfc: r7s72100 SCIF2 port3 support Magnus Damm
2013-11-27 8:06 ` Magnus Damm
2013-11-27 10:56 ` Laurent Pinchart
2013-11-27 10:56 ` Laurent Pinchart
2013-11-29 10:29 ` Linus Walleij
2013-11-29 10:29 ` Linus Walleij
2013-11-29 13:53 ` Laurent Pinchart
2013-11-29 13:53 ` Laurent Pinchart
2013-11-27 8:06 ` [PATCH 02/03] pinctrl: sh-pfc: r7s72100 SCIF2 macro conversion Magnus Damm
2013-11-27 8:06 ` Magnus Damm
2013-11-27 11:02 ` Laurent Pinchart
2013-11-27 11:02 ` Laurent Pinchart
2013-11-27 8:06 ` Magnus Damm [this message]
2013-11-27 8:06 ` [PATCH 03/03] pinctrl: sh-pfc: r7s72100 SCIF2 port4, 6 and 8 support Magnus Damm
2013-12-03 9:36 ` Linus Walleij
2013-12-03 9:36 ` Linus Walleij
2013-12-03 12:18 ` Simon Horman
2013-12-03 12:18 ` Simon Horman
2013-12-04 1:09 ` Laurent Pinchart
2013-12-04 1:09 ` Laurent Pinchart
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=20131127080640.18384.21957.sendpatchset@w520 \
--to=magnus.damm@gmail.com \
--cc=horms@verge.net.au \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=wsa@the-dreams.de \
/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.