From patchwork Thu Aug 2 14:11:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 10553669 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 0F827139A for ; Thu, 2 Aug 2018 14:17:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 006D12C0EB for ; Thu, 2 Aug 2018 14:17:20 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E8F532C0FA; Thu, 2 Aug 2018 14:17:19 +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 B9D6D2C0EB for ; Thu, 2 Aug 2018 14:17:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732476AbeHBQIm (ORCPT ); Thu, 2 Aug 2018 12:08:42 -0400 Received: from relmlor3.renesas.com ([210.160.252.173]:28310 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1732419AbeHBQIm (ORCPT ); Thu, 2 Aug 2018 12:08:42 -0400 Received: from unknown (HELO relmlir2.idc.renesas.com) ([10.200.68.152]) by relmlie2.idc.renesas.com with ESMTP; 02 Aug 2018 23:17:16 +0900 Received: from relmlii2.idc.renesas.com (relmlii2.idc.renesas.com [10.200.68.66]) by relmlir2.idc.renesas.com (Postfix) with ESMTP id 4D5A67D0DF; Thu, 2 Aug 2018 23:17:16 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.51,436,1526310000"; d="scan'208";a="288644471" Received: from unknown (HELO be1yocto.ree.adwin.renesas.com) ([172.29.43.62]) by relmlii2.idc.renesas.com with ESMTP; 02 Aug 2018 23:17:13 +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 v2 0/5] Add GPIO and EAVB Pinctrl support Date: Thu, 2 Aug 2018 15:11:22 +0100 Message-Id: <1533219087-33695-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. V1-->V2 Add support for gpio-reserved-ranges Biju Das (5): gpio: rcar: Add GPIO hole support dt-bindings: gpio: rcar: Add gpio-reserved-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 .../devicetree/bindings/gpio/renesas,gpio-rcar.txt | 3 + arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 10 +++ arch/arm/boot/dts/r8a77470.dtsi | 91 ++++++++++++++++++++++ drivers/gpio/gpio-rcar.c | 30 ++++++- 4 files changed, 133 insertions(+), 1 deletion(-)