From patchwork Thu Mar 21 15:30:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 10863845 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 37241922 for ; Thu, 21 Mar 2019 15:36:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1458828C94 for ; Thu, 21 Mar 2019 15:36:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 086512A1BA; Thu, 21 Mar 2019 15:36:52 +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=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 83EB428C94 for ; Thu, 21 Mar 2019 15:36:51 +0000 (UTC) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 5BCC51007; Thu, 21 Mar 2019 15:36:51 +0000 (UTC) X-Original-To: cip-dev@lists.cip-project.org Delivered-To: cip-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id CB5BB1007 for ; Thu, 21 Mar 2019 15:36:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by smtp1.linuxfoundation.org (Postfix) with ESMTP id 3A76187D for ; Thu, 21 Mar 2019 15:36:48 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.60,253,1549897200"; d="scan'208";a="10771072" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 22 Mar 2019 00:36:48 +0900 Received: from be1yocto.ree.adwin.renesas.com (unknown [172.29.43.62]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 3C0F340194BC; Fri, 22 Mar 2019 00:36:47 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org Date: Thu, 21 Mar 2019 15:30:36 +0000 Message-Id: <1553182243-50724-1-git-send-email-biju.das@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Cc: Biju Das Subject: [cip-dev] [PATCH 0/7] Add RZ/G2[ME] Clock support X-BeenThere: cip-dev@lists.cip-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: cip-dev-bounces@lists.cip-project.org Errors-To: cip-dev-bounces@lists.cip-project.org X-Virus-Scanned: ClamAV using ClamSMTP This patch series aims to add pin control support for RZ/G2[ME] SoCs. This patch series is based on linux-4.19.y-cip and all the patches in this series are cherry-picked from linux rc tree. This patch series is depend on the below patch series https://patchwork.kernel.org/project/cip-dev/list/?series=94923 Biju Das (2): dt-bindings: pinctrl: sh-pfc: Document r8a774a1 PFC support pinctrl: sh-pfc: r8a7796: Add R8A774A1 PFC support Fabrizio Castro (2): dt-bindings: pinctrl: sh-pfc: Document r8a774c0 PFC support pinctrl: sh-pfc: r8a77990: Add R8A774C0 PFC support Laurent Pinchart (1): pinctrl: sh-pfc: r8a77990: Add DU pins, groups and function Takeshi Kihara (2): pinctrl: sh-pfc: r8a77990: Add PWM pins, groups and functions pinctrl: sh-pfc: r8a77990: Add MSIOF pins, groups and functions .../bindings/pinctrl/renesas,pfc-pinctrl.txt | 2 + drivers/pinctrl/sh-pfc/Kconfig | 10 + drivers/pinctrl/sh-pfc/Makefile | 2 + drivers/pinctrl/sh-pfc/core.c | 12 + drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 837 ++++++++++--------- drivers/pinctrl/sh-pfc/pfc-r8a77990.c | 921 +++++++++++++++++++-- drivers/pinctrl/sh-pfc/sh_pfc.h | 2 + 7 files changed, 1310 insertions(+), 476 deletions(-)