From nobody Mon Apr 6 16:21:46 2026 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3DDEBC433F5 for ; Tue, 4 Oct 2022 09:31:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231265AbiJDJbi (ORCPT ); Tue, 4 Oct 2022 05:31:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50432 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229662AbiJDJ17 (ORCPT ); Tue, 4 Oct 2022 05:27:59 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8D74D2E9CB; Tue, 4 Oct 2022 02:27:28 -0700 (PDT) Date: Tue, 04 Oct 2022 09:27:25 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1664875647; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=biHS/6afv08hz9ohIcnhdTXRTY5pfINVf58sOAMYA84=; b=QvgF5rkbD8uLj0r6RD6iKHrzRz8IIQClpPoWCoxIcDGNH2FkdUZEsJug4QvpTUj//OfSfg v9TbbG0EvoWa5H7paQNmizWJ7kOobho2sZuxpP9eTZdow5A+cP8kC+4lE003pFOoImgieC 39JdlJVJykMn0VlU+0BF1O/JLwh+X4lo4hgo07PdveNCTXu1f2xiB/DyXK1XdkiyULK6/L lCIeZPw+d7P6PEK1NkvXxgICFRqbgkPfzGeH6BsQeAgWY5yW0ZDpONwJpZ9Xv93tMZ4YsD MQ69MryJYzGNODISKJDitE/x5o6cNUb080SDt87b32V7urxME15gerClMiXEPw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1664875647; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=biHS/6afv08hz9ohIcnhdTXRTY5pfINVf58sOAMYA84=; b=tWP0nNdXj1RG85VGEv30Wq0sP4LSV4j3jy9qFcn+rT+aXqaRKPdI3XbvOAEoHcIzyeUsjW 6EL+JoYw/XWcAhDA== From: "tip-bot2 for Lad Prabhakar" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: timers/core] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC Cc: Lad Prabhakar , Geert Uytterhoeven , Daniel Lezcano , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20220907080056.3460-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20220907080056.3460-1-prabhakar.mahadev-lad.rj@bp.renesas.com> MIME-Version: 1.0 Message-ID: <166487564588.401.1151960893998483436.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the timers/core branch of tip: Commit-ID: eaa1a955094b20ca4b1c5064200d140b27f8d96f Gitweb: https://git.kernel.org/tip/eaa1a955094b20ca4b1c5064200d140b2= 7f8d96f Author: Lad Prabhakar AuthorDate: Wed, 07 Sep 2022 09:00:56 +01:00 Committer: Daniel Lezcano CommitterDate: Wed, 07 Sep 2022 10:12:56 +02:00 clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC The OSTM block is identical on Renesas RZ/G2L and RZ/V2L SoC's, so instead of adding dependency for each SoC's add dependency on ARCH_RZG2L. The ARCH_RZG2L config option is already selected by ARCH_R9A07G044 and ARCH_R9A07G054. With the above change OSTM will be enabled on RZ/V2L SoC. Signed-off-by: Lad Prabhakar Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/r/20220907080056.3460-1-prabhakar.mahadev-lad= .rj@bp.renesas.com Signed-off-by: Daniel Lezcano --- drivers/clocksource/renesas-ostm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/renesas-ostm.c b/drivers/clocksource/renes= as-ostm.c index 21d1392..8da972d 100644 --- a/drivers/clocksource/renesas-ostm.c +++ b/drivers/clocksource/renesas-ostm.c @@ -224,7 +224,7 @@ err_free: =20 TIMER_OF_DECLARE(ostm, "renesas,ostm", ostm_init); =20 -#ifdef CONFIG_ARCH_R9A07G044 +#ifdef CONFIG_ARCH_RZG2L static int __init ostm_probe(struct platform_device *pdev) { struct device *dev =3D &pdev->dev;