From patchwork Wed Oct 3 11:05:38 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 10624585 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 0180A112B for ; Wed, 3 Oct 2018 11:06:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E546D2879D for ; Wed, 3 Oct 2018 11:06:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D902E287A5; Wed, 3 Oct 2018 11:06:03 +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=unavailable 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 987F12879D for ; Wed, 3 Oct 2018 11:06:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726725AbeJCRx4 (ORCPT ); Wed, 3 Oct 2018 13:53:56 -0400 Received: from relmlor3.renesas.com ([210.160.252.173]:2159 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726617AbeJCRx4 (ORCPT ); Wed, 3 Oct 2018 13:53:56 -0400 Received: from unknown (HELO relmlir3.idc.renesas.com) ([10.200.68.153]) by relmlie2.idc.renesas.com with ESMTP; 03 Oct 2018 20:06:00 +0900 Received: from relmlii2.idc.renesas.com (relmlii2.idc.renesas.com [10.200.68.66]) by relmlir3.idc.renesas.com (Postfix) with ESMTP id EB4438E31A; Wed, 3 Oct 2018 20:05:59 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.54,335,1534777200"; d="scan'208";a="294171558" Received: from unknown (HELO fabrizio-dev.ree.adwin.renesas.com) ([10.226.36.250]) by relmlii2.idc.renesas.com with ESMTP; 03 Oct 2018 20:05:53 +0900 From: Fabrizio Castro To: Ulf Hansson , Rob Herring , Mark Rutland , Laurent Pinchart , Geert Uytterhoeven , Simon Horman , Linus Walleij Cc: Fabrizio Castro , Magnus Damm , Wolfram Sang , Adrian Hunter , Masahiro Yamada , Shawn Lin , Carlo Caione , Chunyan Zhang , Venkat Gopalakrishnan , Jisheng Zhang , Arnd Bergmann , Alex Smith , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, Chris Paterson , Biju Das Subject: [PATCH 0/6] Add uSD and eMMC to iwg23s Date: Wed, 3 Oct 2018 12:05:38 +0100 Message-Id: <1538564744-15590-1-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Dear All, this series includes all that is necessary for uSD and eMMC to work on the iwg23s board, powered by the RZ/G1C (a.k.a. r8a77470). This work applies on top of next-20181002 Thanks, Fab Fabrizio Castro (6): dt-bindings: mmc: renesas_sdhi: Add r8a77470 support pinctrl: sh-pfc: r8a77470: Add SDHI support mmc: renesas_sdhi: Add r8a77470 SDHI1 support ARM: dts: r8a77470: Add SDHI0 support ARM: dts: r8a77470: Add SDHI1 support ARM: dts: iwg23s-sbc: Add uSD and eMMC support Documentation/devicetree/bindings/mmc/tmio_mmc.txt | 6 +- arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts | 76 ++++++++++ arch/arm/boot/dts/r8a77470.dtsi | 28 +++- drivers/mmc/host/Kconfig | 4 +- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 6 +- drivers/pinctrl/sh-pfc/pfc-r8a77470.c | 162 ++++++++++++++++++++- 6 files changed, 273 insertions(+), 9 deletions(-)