From patchwork Thu Jun 20 13:09:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 252939 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 3BC5D2C009F for ; Thu, 20 Jun 2013 23:57:01 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UpeeI-0005Uh-6c; Thu, 20 Jun 2013 13:11:39 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Uped9-0006VD-4T; Thu, 20 Jun 2013 13:10:27 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UpecJ-0006R7-DE for linux-arm-kernel@lists.infradead.org; Thu, 20 Jun 2013 13:09:40 +0000 Received: from ayumi.isobedori.kobe.vergenet.net (p5212-ipbfp1903kobeminato.hyogo.ocn.ne.jp [114.172.132.212]) by kirsty.vergenet.net (Postfix) with ESMTP id 4B99825BEE6; Thu, 20 Jun 2013 23:09:14 +1000 (EST) Received: by ayumi.isobedori.kobe.vergenet.net (Postfix, from userid 7100) id E5758EDE0B3; Thu, 20 Jun 2013 22:09:12 +0900 (JST) From: Simon Horman To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL 0/2] Renesas ARM based SoC GPIO R-Car updates for v3.11 #2 Date: Thu, 20 Jun 2013 22:09:09 +0900 Message-Id: <1371733751-27730-1-git-send-email-horms+renesas@verge.net.au> X-Mailer: git-send-email 1.8.2.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130620_090936_248798_1292575C X-CRM114-Status: UNSURE ( 9.39 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -3.9 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [202.4.237.240 listed in list.dnswl.org] -1.3 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Simon Horman , arm@kernel.org, Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Olof, Hi Arnd, this pull request is based on renesas-gpio-rcar-for-v3.11, which you have already pulled. That tag adds the code and documentation which is updated by the patches in this pull-request. The following changes since commit 159f8a0209aff155af7f6fcdedd4a4484dd19c23: gpio-rcar: Add DT support (2013-06-12 21:48:09 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-gpio-rcar2-for-v3.11 for you to fetch changes up to e305062e94719ef543ae936dd56501b5a36406c6: gpio-rcar: Remove #ifdef CONFIG_OF around OF-specific sections (2013-06-19 21:38:38 +0900) ---------------------------------------------------------------- Second Round of Renesas ARM based SoC GPIO R-Car updates for v3.11 Documentation enhancement and code cleanup by Laurent Pinchart. ---------------------------------------------------------------- Laurent Pinchart (2): gpio-rcar: Reference core gpio documentation in the DT bindings gpio-rcar: Remove #ifdef CONFIG_OF around OF-specific sections .../devicetree/bindings/gpio/renesas,gpio-rcar.txt | 18 ++++++------------ drivers/gpio/gpio-rcar.c | 8 ++------ 2 files changed, 8 insertions(+), 18 deletions(-)