From patchwork Fri Jul 27 09:51:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 10546819 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 151B6180E for ; Fri, 27 Jul 2018 09:57:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id EF47F2863F for ; Fri, 27 Jul 2018 09:57:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E30992B463; Fri, 27 Jul 2018 09:57:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 913D62863F for ; Fri, 27 Jul 2018 09:57:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730751AbeG0LSU (ORCPT ); Fri, 27 Jul 2018 07:18:20 -0400 Received: from relmlor3.renesas.com ([210.160.252.173]:19386 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1730318AbeG0LSU (ORCPT ); Fri, 27 Jul 2018 07:18:20 -0400 Received: from unknown (HELO relmlir1.idc.renesas.com) ([10.200.68.151]) by relmlie2.idc.renesas.com with ESMTP; 27 Jul 2018 18:57:11 +0900 Received: from relmlii1.idc.renesas.com (relmlii1.idc.renesas.com [10.200.68.65]) by relmlir1.idc.renesas.com (Postfix) with ESMTP id 4E6AC731CA; Fri, 27 Jul 2018 18:57:11 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.51,408,1526310000"; d="scan'208";a="286554698" Received: from unknown (HELO be1yocto.ree.adwin.renesas.com) ([172.29.43.62]) by relmlii1.idc.renesas.com with ESMTP; 27 Jul 2018 18:57:08 +0900 From: Biju Das To: Rob Herring , Mark Rutland Cc: Biju Das , Simon Horman , Magnus Damm , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Geert Uytterhoeven , Chris Paterson , Fabrizio Castro Subject: [PATCH 0/4] Add GPIO and EAVB Pinctrl support Date: Fri, 27 Jul 2018 10:51:25 +0100 Message-Id: <1532685089-35645-1-git-send-email-biju.das@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch series aims to add GPIO and EAVB Pinctrl support for RZ/G1C SoC. Biju Das (4): gpio: rcar: Enhance gpio-ranges support ARM: dts: r8a77470: Add GPIO support ARM: dts: iwg23s-sbc: specify EtherAVB PHY IRQ ARM: dts: iwg23s-sbc: Add pinctl support for EtherAVB arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 10 ++++ arch/arm/boot/dts/r8a77470.dtsi | 90 +++++++++++++++++++++++++++++++ drivers/gpio/gpio-rcar.c | 15 ++++-- 3 files changed, 112 insertions(+), 3 deletions(-)