From: Krzysztof Kozlowski <krzk@kernel.org>
To: Hao-Wen Ting <haowen.ting@realtek.com>,
daniel.lezcano@linaro.org, tglx@linutronix.de
Cc: jinn.cheng@realtek.com, edwardwu@realtek.com, phelic@realtek.com,
shawn.huang724@realtek.com, cy.huang@realtek.com,
james.tai@realtek.com, cylee12@realtek.com, phinex@realtek.com,
conor+dt@kernel.org, krzk+dt@kernel.org, robh@kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
stanley_chang@realtek.com
Subject: Re: [PATCH v2 2/2] clocksource: Add Realtek systimer as tick broadcast driver
Date: Fri, 14 Nov 2025 10:12:53 +0100 [thread overview]
Message-ID: <d8320e3c-17de-43e5-b3b8-b6eaf16e1b61@kernel.org> (raw)
In-Reply-To: <20251114090448.285685-3-haowen.ting@realtek.com>
On 14/11/2025 10:04, Hao-Wen Ting wrote:
> Add a tick broadcast timer driver for Realtek SoCs.
>
> On Realtek platforms, CPUs can enter deep idle states (C-states) where
> the local timer is stopped and powered off. Without a global tick
> broadcast timer, one CPU must remain awake to wake up the others,
> preventing all CPUs from entering deep idle simultaneously.
>
> This driver provides a tick broadcast timer which remains active
> during deep idle states. This allows all CPUs to enter power-cut
> idle states simultaneously, significantly reducing overall power
> consumption.
>
> The timer operates at 1MHz and supports oneshot mode.
>
> Signed-off-by: Hao-Wen Ting <haowen.ting@realtek.com>
> ---
> MAINTAINERS | 5 +
> drivers/clocksource/Kconfig | 10 ++
> drivers/clocksource/Makefile | 1 +
> drivers/clocksource/timer-realtek.c | 172 ++++++++++++++++++++++++++++
> 4 files changed, 188 insertions(+)
> create mode 100644 drivers/clocksource/timer-realtek.c
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c7a116b795d5..90f511bb4982 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21670,6 +21670,11 @@ S: Maintained
> F: Documentation/devicetree/bindings/spi/realtek,rtl9301-snand.yaml
> F: drivers/spi/spi-realtek-rtl-snand.c
>
> +REALTEK SYSTIMER DRIVER
> +M: Hao-Wen Ting <haowen.ting@realtek.com>
> +S: Maintained
> +F: drivers/clocksource/timer-realtek.c
> +
> REALTEK WIRELESS DRIVER (rtlwifi family)
> M: Ping-Ke Shih <pkshih@realtek.com>
> L: linux-wireless@vger.kernel.org
> diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
> index ffcd23668763..0c1835b48a18 100644
> --- a/drivers/clocksource/Kconfig
> +++ b/drivers/clocksource/Kconfig
> @@ -782,4 +782,14 @@ config NXP_STM_TIMER
> Enables the support for NXP System Timer Module found in the
> s32g NXP platform series.
>
> +config RTK_SYSTIMER
> + bool "Realtek SYSTIMER support"
> + depends on ARM || ARM64
No, I asked to depend on specific SoC ARCH. Not top level architecture.
Also, each such dependency must have compile test, just look at other code.
Best regards,
Krzysztof
prev parent reply other threads:[~2025-11-14 9:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-14 9:04 [PATCH v2 0/2] Add Realtek System Timer driver Hao-Wen Ting
2025-11-14 9:04 ` [PATCH v2 1/2] dt-bindings: timer: Add Realtek SYSTIMER binding Hao-Wen Ting
2025-11-14 9:11 ` Krzysztof Kozlowski
2025-11-14 9:04 ` [PATCH v2 2/2] clocksource: Add Realtek systimer as tick broadcast driver Hao-Wen Ting
2025-11-14 9:12 ` Krzysztof Kozlowski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d8320e3c-17de-43e5-b3b8-b6eaf16e1b61@kernel.org \
--to=krzk@kernel.org \
--cc=conor+dt@kernel.org \
--cc=cy.huang@realtek.com \
--cc=cylee12@realtek.com \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=edwardwu@realtek.com \
--cc=haowen.ting@realtek.com \
--cc=james.tai@realtek.com \
--cc=jinn.cheng@realtek.com \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=phelic@realtek.com \
--cc=phinex@realtek.com \
--cc=robh@kernel.org \
--cc=shawn.huang724@realtek.com \
--cc=stanley_chang@realtek.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).