From patchwork Fri Feb 1 10:10:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 10792429 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 A426313B4 for ; Fri, 1 Feb 2019 10:15:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 94BEB31E30 for ; Fri, 1 Feb 2019 10:15:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 88ECF31EDC; Fri, 1 Feb 2019 10:15: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=ham 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 7D32031E30 for ; Fri, 1 Feb 2019 10:15:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727008AbfBAKPw (ORCPT ); Fri, 1 Feb 2019 05:15:52 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:7599 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726116AbfBAKPw (ORCPT ); Fri, 1 Feb 2019 05:15:52 -0500 X-IronPort-AV: E=Sophos;i="5.56,548,1539615600"; d="scan'208";a="6805641" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 01 Feb 2019 19:15:49 +0900 Received: from be1yocto.ree.adwin.renesas.com (unknown [172.29.43.62]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 5A35B43DD865; Fri, 1 Feb 2019 19:15:47 +0900 (JST) From: Biju Das To: Rob Herring , Mark Rutland Cc: Biju Das , Daniel Lezcano , Thomas Gleixner , devicetree@vger.kernel.org, Simon Horman , Geert Uytterhoeven , Chris Paterson , Fabrizio Castro , linux-renesas-soc@vger.kernel.org Subject: [PATCH 0/5] Add CMT/TMU support for RZ/G2E Date: Fri, 1 Feb 2019 10:10:36 +0000 Message-Id: <1549015841-33536-1-git-send-email-biju.das@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This patch series aims to add CMT/TMU timer support for RZ/G2E SoC. This patch series is tested against renesas-dev and linux-next. Biju Das (5): 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 arm64: dts: renesas: r8a774c0: Add TMU device nodes .../devicetree/bindings/timer/renesas,cmt.txt | 2 + .../devicetree/bindings/timer/renesas,tmu.txt | 1 + arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 135 +++++++++++++++++++++ drivers/clk/renesas/r8a774c0-cpg-mssr.c | 5 + 4 files changed, 143 insertions(+)