From patchwork Fri Mar 22 09:39:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 10865419 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 8313C922 for ; Fri, 22 Mar 2019 09:47:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 60D282A64D for ; Fri, 22 Mar 2019 09:47:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 552BF2A651; Fri, 22 Mar 2019 09:47:31 +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 EB6C32A64D for ; Fri, 22 Mar 2019 09:47:30 +0000 (UTC) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 99C761463; Fri, 22 Mar 2019 09:47:30 +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 2EBD41430 for ; Fri, 22 Mar 2019 09:46:17 +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 B54E15D3 for ; Fri, 22 Mar 2019 09:46:16 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.60,256,1549897200"; d="scan'208";a="10856502" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 22 Mar 2019 18:46:15 +0900 Received: from be1yocto.ree.adwin.renesas.com (unknown [172.29.43.62]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id C295A42F9EB8; Fri, 22 Mar 2019 18:46:14 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org Date: Fri, 22 Mar 2019 09:39:59 +0000 Message-Id: <1553247610-33056-1-git-send-email-biju.das@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Cc: Biju Das Subject: [cip-dev] [PATCH 00/11] Add SDHI 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 add SDHI support for EK874 platform. 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=95321 Biju Das (2): mmc: renesas_sdhi_internal_dmac: Whitelist r8a774c0 arm64: dts: renesas: r8a774c0-cat874: Add uSD support Fabrizio Castro (5): mmc: renesas_sdhi: Add r8a774a1 support mmc: renesas_sdhi_internal_dmac: Whitelist r8a774a1 dt-bindings: mmc: renesas_sdhi: Add r8a77470 support dt-bindings: mmc: renesas_sdhi: Add r8a774c0 support arm64: dts: renesas: r8a774c0: Add SDHI nodes Takeshi Kihara (4): pinctrl: sh-pfc: r8a77990: Add Audio clock pins, groups and functions pinctrl: sh-pfc: r8a77990: Add Audio SSI pins, groups and functions pinctrl: sh-pfc: r8a77990: Add SDHI pins, groups and functions pinctrl: sh-pfc: r8a77990: Add voltage switch operations for SDHI Documentation/devicetree/bindings/mmc/tmio_mmc.txt | 9 +- arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts | 50 ++ arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 36 ++ drivers/mmc/host/renesas_sdhi_internal_dmac.c | 2 + drivers/pinctrl/sh-pfc/pfc-r8a77990.c | 692 ++++++++++++++++++++- 5 files changed, 783 insertions(+), 6 deletions(-)