From patchwork Tue Aug 14 12:34:32 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 10565547 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 7A0BF17E1 for ; Tue, 14 Aug 2018 12:34:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6C2DE29A8F for ; Tue, 14 Aug 2018 12:34:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6008F29AC6; Tue, 14 Aug 2018 12:34:53 +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 BEA9229ABC for ; Tue, 14 Aug 2018 12:34:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731370AbeHNPVo (ORCPT ); Tue, 14 Aug 2018 11:21:44 -0400 Received: from relmlor4.renesas.com ([210.160.252.174]:22229 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728656AbeHNPVo (ORCPT ); Tue, 14 Aug 2018 11:21:44 -0400 Received: from unknown (HELO relmlir4.idc.renesas.com) ([10.200.68.154]) by relmlie3.idc.renesas.com with ESMTP; 14 Aug 2018 21:34:44 +0900 Received: from relmlii1.idc.renesas.com (relmlii1.idc.renesas.com [10.200.68.65]) by relmlir4.idc.renesas.com (Postfix) with ESMTP id 306DB596B6; Tue, 14 Aug 2018 21:34:44 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.53,238,1531753200"; d="scan'208";a="288116216" Received: from unknown (HELO fabrizio-dev.ree.adwin.renesas.com) ([10.226.36.250]) by relmlii1.idc.renesas.com with ESMTP; 14 Aug 2018 21:34:40 +0900 From: Fabrizio Castro To: Ulf Hansson , Rob Herring , Mark Rutland Cc: Fabrizio Castro , Wolfram Sang , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Simon Horman , Geert Uytterhoeven , Chris Paterson , Biju Das , linux-renesas-soc@vger.kernel.org Subject: [PATCH 0/2] Add SDHI support to r8a774a1 Date: Tue, 14 Aug 2018 13:34:32 +0100 Message-Id: <1534250074-15890-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 aims at documenting SDHI support for RZ/G2M (a.k.a. R8A774A1). Cheers, Fab Fabrizio Castro (2): mmc: renesas_sdhi_internal_dmac: Whitelist r8a774a1 mmc: renesas_sdhi: Add r8a774a1 support Documentation/devicetree/bindings/mmc/tmio_mmc.txt | 4 +++- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 1 + 2 files changed, 4 insertions(+), 1 deletion(-)