From patchwork Fri Oct 12 12:29:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Brandt X-Patchwork-Id: 10638611 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 1D03617E3 for ; Fri, 12 Oct 2018 12:29:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0ED292BC05 for ; Fri, 12 Oct 2018 12:29:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 020FA2BC15; Fri, 12 Oct 2018 12:29:50 +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 AC0352BC05 for ; Fri, 12 Oct 2018 12:29:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728483AbeJLUCE (ORCPT ); Fri, 12 Oct 2018 16:02:04 -0400 Received: from relmlor4.renesas.com ([210.160.252.174]:16285 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727838AbeJLUCE (ORCPT ); Fri, 12 Oct 2018 16:02:04 -0400 Received: from unknown (HELO relmlir2.idc.renesas.com) ([10.200.68.152]) by relmlie3.idc.renesas.com with ESMTP; 12 Oct 2018 21:29:47 +0900 Received: from relmlii2.idc.renesas.com (relmlii2.idc.renesas.com [10.200.68.66]) by relmlir2.idc.renesas.com (Postfix) with ESMTP id A94F78ECAF; Fri, 12 Oct 2018 21:29:47 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.54,372,1534777200"; d="scan'208";a="294981303" Received: from unknown (HELO rtamta01.rta.renesas.com) ([143.103.48.75]) by relmlii2.idc.renesas.com with ESMTP; 12 Oct 2018 21:29:45 +0900 Received: from ubuntu.localdomain (unknown [143.103.58.43]) by rtamta01.rta.renesas.com (Postfix) with ESMTP id 1730F166; Fri, 12 Oct 2018 12:29:41 +0000 (UTC) From: Chris Brandt To: Ulf Hansson , Rob Herring , Mark Rutland , Geert Uytterhoeven , Michael Turquette , Stephen Boyd Cc: Wolfram Sang , linux-clk@vger.kernel.org, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Chris Brandt Subject: [PATCH v4 0/3] mmc: tmio_mmc: Add support for RZ/A2 Date: Fri, 12 Oct 2018 07:29:21 -0500 Message-Id: <20181012122924.5543-1-chris.brandt@renesas.com> X-Mailer: git-send-email 2.16.1 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Basically the same HW block that was used in R-Car Gen 3 is used in RZ/A2 (with only a couple small differences). Not sure if you're going to like the Kconfig change or not. Chris Brandt (3): clk: renesas: r7s9210: Add SDHI clocks mmc: renesas_sdhi_internal_dmac: Add R7S9210 support dt-bindings: mmc: tmio_mmc: Document Renesas R7S9210 Documentation/devicetree/bindings/mmc/tmio_mmc.txt | 3 ++- drivers/clk/renesas/r7s9210-cpg-mssr.c | 5 ++++ drivers/mmc/host/Kconfig | 5 ++-- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 28 ++++++++++++++++++++-- 4 files changed, 36 insertions(+), 5 deletions(-)