From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3193AC433F5 for ; Fri, 12 Nov 2021 18:45:34 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EEE4C60F93 for ; Fri, 12 Nov 2021 18:45:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org EEE4C60F93 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:Cc:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=m5B3VdsyX5LlOq5gs0r5nSLZqjWTyu5IniSNzEd5bcg=; b=Ib38DomS0diE5Q 1kfMymXiopBBEyx2ydtFGSDoElGY3fShhPGNNElYRG29vo8MkLZvpcAnP5Bi8PiboE/WlifQnzROK 7Y6xL7gM7gRG5fF1HWBdTY2zZ+CP8F9MLHplq95kXfFe9MT7fZeUVeXtV932D8+6P3CDjO7bQtxag Ez7hS27eXR1LlzGZ+l15r5xtPdBtfH61r1TILlnFY8woRA0UePWl/XKlhCUzLtdGBgm8YFnf8mlo/ YyToBNH0RS8muPvWakZbbL8aCNzWweAZctq8iLcwDLkSeJ0wC3wFOd38rjlip77zpa+Vw1+Qzqprh dB106H8anIv65hGRr7Xw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mlbXG-00BP2P-7R; Fri, 12 Nov 2021 18:44:26 +0000 Received: from relmlor1.renesas.com ([210.160.252.171] helo=relmlie5.idc.renesas.com) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mlbXC-00BP0T-BW for linux-arm-kernel@lists.infradead.org; Fri, 12 Nov 2021 18:44:23 +0000 X-IronPort-AV: E=Sophos;i="5.87,230,1631545200"; d="scan'208";a="100101562" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 13 Nov 2021 03:44:19 +0900 Received: from localhost.localdomain (unknown [10.226.92.48]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id B3D9940D5E9A; Sat, 13 Nov 2021 03:44:16 +0900 (JST) From: Biju Das To: Maxime Coquelin , Rob Herring , Alexandre Torgue , Philipp Zabel Cc: Biju Das , Daniel Lezcano , Thomas Gleixner , Chris Brandt , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven , Chris Paterson , Biju Das , Prabhakar Mahadev Lad , linux-renesas-soc@vger.kernel.org Subject: [PATCH v3 0/4] Add RZ/G2L OSTM support Date: Fri, 12 Nov 2021 18:44:09 +0000 Message-Id: <20211112184413.4391-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211112_104422_530755_63FC16F9 X-CRM114-Status: UNSURE ( 6.79 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This patch series aims to add Generic Timer Module (a.k.a OSTM) support for RZ/G2L series. OSTM modules needs to deassert the reset line before accessing any registers. v2->v3: * Added Geert's Rb tag * Make RENESAS_OSTM symbol visible. * Added reset_control_put() on error path. * enabled suppress_bind_attrs in ostm_device_driver structure v1->v2: * Added of_reset_control_get_optional_exclusive API * Updated dt-bindings to use renesas,ostm * Added reset handling in ostm_init Biju Das (4): reset: Add of_reset_control_get_optional_exclusive() dt-bindings: timer: renesas: ostm: Document Renesas RZ/G2L OSTM clocksource/drivers/renesas-ostm: Add RZ/G2L OSTM support clocksource/drivers/renesas,ostm: Make RENESAS_OSTM symbol visible .../bindings/timer/renesas,ostm.yaml | 20 ++++++++-- drivers/clocksource/Kconfig | 3 +- drivers/clocksource/renesas-ostm.c | 39 ++++++++++++++++++- include/linux/reset.h | 20 ++++++++++ 4 files changed, 77 insertions(+), 5 deletions(-) -- 2.17.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel