From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755927Ab3K0IGA (ORCPT ); Wed, 27 Nov 2013 03:06:00 -0500 Received: from mail-pd0-f173.google.com ([209.85.192.173]:37772 "EHLO mail-pd0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755315Ab3K0IF5 (ORCPT ); Wed, 27 Nov 2013 03:05:57 -0500 From: Magnus Damm 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 Date: Wed, 27 Nov 2013 17:06:40 +0900 Message-Id: <20131127080640.18384.21957.sendpatchset@w520> In-Reply-To: <20131127080606.18384.45103.sendpatchset@w520> References: <20131127080606.18384.45103.sendpatchset@w520> Subject: [PATCH 03/03] pinctrl: sh-pfc: r7s72100 SCIF2 port4, 6 and 8 support Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Magnus Damm Add the remaining SCIF2 pins using the recently introduced macro. Signed-off-by: Magnus Damm --- 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)