From patchwork Wed Oct 10 15:06:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Brandt X-Patchwork-Id: 10634717 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 274DC679F for ; Wed, 10 Oct 2018 15:07:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0879F2A62E for ; Wed, 10 Oct 2018 15:07:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 06D6D2A65C; Wed, 10 Oct 2018 15:07:13 +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 B5CA22A664 for ; Wed, 10 Oct 2018 15:07:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726699AbeJJW3r (ORCPT ); Wed, 10 Oct 2018 18:29:47 -0400 Received: from relmlor4.renesas.com ([210.160.252.174]:13179 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726503AbeJJW3r (ORCPT ); Wed, 10 Oct 2018 18:29:47 -0400 Received: from unknown (HELO relmlir4.idc.renesas.com) ([10.200.68.154]) by relmlie3.idc.renesas.com with ESMTP; 11 Oct 2018 00:07:09 +0900 Received: from relmlii1.idc.renesas.com (relmlii1.idc.renesas.com [10.200.68.65]) by relmlir4.idc.renesas.com (Postfix) with ESMTP id E164786BD7; Thu, 11 Oct 2018 00:07:09 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.54,364,1534777200"; d="scan'208";a="293194386" Received: from unknown (HELO rtamta01.rta.renesas.com) ([143.103.48.75]) by relmlii1.idc.renesas.com with ESMTP; 11 Oct 2018 00:07:08 +0900 Received: from ubuntu.localdomain (unknown [143.103.58.82]) by rtamta01.rta.renesas.com (Postfix) with ESMTP id 00DA51BF; Wed, 10 Oct 2018 15:07:02 +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 v3 0/3] mmc: tmio_mmc: Add support for RZ/A2 Date: Wed, 10 Oct 2018 10:06:39 -0500 Message-Id: <20181010150642.73890-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(-)