From patchwork Mon Apr 1 09:57:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 10879539 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 74FF315AC for ; Mon, 1 Apr 2019 09:58:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4CFBC28739 for ; Mon, 1 Apr 2019 09:58:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3A77D2876C; Mon, 1 Apr 2019 09:58:23 +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 9928028739 for ; Mon, 1 Apr 2019 09:58:22 +0000 (UTC) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 33D391A0D; Mon, 1 Apr 2019 09:58:22 +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 6A63D1514 for ; Mon, 1 Apr 2019 09:58:20 +0000 (UTC) X-Greylist: domain 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 C971B7E9 for ; Mon, 1 Apr 2019 09:58:19 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.60,296,1549897200"; d="scan'208";a="11709285" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 01 Apr 2019 18:58:18 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.36.196]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 719BC400068D; Mon, 1 Apr 2019 18:58:17 +0900 (JST) From: Fabrizio Castro To: cip-dev@lists.cip-project.org Date: Mon, 1 Apr 2019 10:57:59 +0100 Message-Id: <1554112696-20706-1-git-send-email-fabrizio.castro@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Cc: Biju Das Subject: [cip-dev] [PATCH 4.19.y 00/17] Add CMT and TMU support to RZ/G2E 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 Dear All, this series backports what's necessary to support CMT and TMU on the RZ/G2E. This series depends on: https://patchwork.kernel.org/project/cip-dev/list/?series=98481 Thanks, Fab Biju Das (5): dt-bindings: timer: renesas, cmt: Document r8a774a1 CMT support dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT support arm64: dts: renesas: r8a774c0: Add CMT device nodes clk: renesas: r8a774c0: Add TMU clock dt-bindings: timer: renesas: tmu: Document r8a774c0 bindings Fabrizio Castro (3): clk: renesas: r8a774c0: Add missing CANFD clock clk: renesas: r8a774c0: Fix LAST_DT_CORE_CLK arm64: dts: renesas: r8a774c0: Add TMU device nodes Geert Uytterhoeven (1): clk: renesas: r8a774c0: Correct parent clock of DU Kuninori Morimoto (2): clocksource/drivers/sh_cmt: Convert to SPDX identifiers clocksource/drivers/sh_tmu: Convert to SPDX identifiers Sergei Shtylyov (6): clocksource/drivers/sh_cmt: Fixup for 64-bit machines clocksource/drivers/sh_cmt: Fix clocksource width for 32-bit machines clocksource/drivers/sh_cmt: Properly line-wrap sh_cmt_of_table[] initializer dt-bindings: timer: renesas: cmt: document R-Car gen3 support clocksource/drivers/sh_cmt: Add R-Car gen3 support arm64: enable CMT/TMU support for Renesas SoC .../devicetree/bindings/timer/renesas,cmt.txt | 14 +++ .../devicetree/bindings/timer/renesas,tmu.txt | 1 + arch/arm64/Kconfig.platforms | 2 + arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 135 +++++++++++++++++++++ drivers/clk/renesas/r8a774c0-cpg-mssr.c | 15 ++- drivers/clocksource/sh_cmt.c | 106 ++++++++-------- drivers/clocksource/sh_tmu.c | 10 +- include/dt-bindings/clock/r8a774c0-cpg-mssr.h | 1 + 8 files changed, 219 insertions(+), 65 deletions(-)