From: Marc Zyngier <maz@kernel.org>
To: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org
Cc: Pavan Kondeti <pavan.kondeti@oss.qualcomm.com>,
Hanjun Guo <guohanjun@huawei.com>,
Sudeep Holla <sudeep.holla@arm.com>,
"Rafael J. Wysocki" <rafael@kernel.org>,
Daniel Lezcano <daniel.lezcano@linaro.org>,
Thomas Gleixner <tglx@linutronix.de>,
Mark Rutland <mark.rutland@arm.com>
Subject: Re: [PATCH] ACPI: GTDT: Correctly number platform devices for MMIO timers
Date: Thu, 20 Nov 2025 13:58:24 +0000 [thread overview]
Message-ID: <5a60d5e8b9cf0fabfaf8b2bc1449d842@kernel.org> (raw)
In-Reply-To: <20251030110115.1842961-1-maz@kernel.org>
On 2025-10-30 11:01, Marc Zyngier wrote:
> Use the actual timer counter instead of the watchdog counter.
>
> Fixes: 5669d92f3efa4 ("ACPI: GTDT: Generate platform devices for MMIO
> timers")
> Reported-by: Pavan Kondeti <pavan.kondeti@oss.qualcomm.com>
> Signed-off-by: Marc Zyngier <maz@kernel.org>
> Cc: Hanjun Guo <guohanjun@huawei.com>
> Cc: Sudeep Holla <sudeep.holla@arm.com>
> Cc: "Rafael J. Wysocki" <rafael@kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Mark Rutland <mark.rutland@arm.com>
> ---
> drivers/acpi/arm64/gtdt.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/acpi/arm64/gtdt.c b/drivers/acpi/arm64/gtdt.c
> index fd995a1d3d248..8cc8af8fd408c 100644
> --- a/drivers/acpi/arm64/gtdt.c
> +++ b/drivers/acpi/arm64/gtdt.c
> @@ -430,10 +430,10 @@ static int __init gtdt_platform_timer_init(void)
> continue;
>
> pdev = platform_device_register_data(NULL, "gtdt-arm-mmio-timer",
> - gwdt_count, &atm,
> + mmio_timer_count, &atm,
> sizeof(atm));
> if (IS_ERR(pdev)) {
> - pr_err("Can't register timer %d\n", gwdt_count);
> + pr_err("Can't register timer %d\n", mmio_timer_count);
> continue;
> }
Any chance for this to be picked before 6.18 is fully baked?
Thanks,
M.
--
Jazz is not dead. It just smells funny...
next prev parent reply other threads:[~2025-11-20 13:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-30 11:01 [PATCH] ACPI: GTDT: Correctly number platform devices for MMIO timers Marc Zyngier
2025-11-20 13:58 ` Marc Zyngier [this message]
2025-11-21 2:53 ` Hanjun Guo
2025-11-21 8:55 ` Marc Zyngier
2025-11-21 13:14 ` Hanjun Guo
2025-11-27 15:07 ` Will Deacon
2025-11-29 6:02 ` Hanjun Guo
2025-12-01 13:34 ` Will Deacon
2025-11-24 14:41 ` Will Deacon
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=5a60d5e8b9cf0fabfaf8b2bc1449d842@kernel.org \
--to=maz@kernel.org \
--cc=daniel.lezcano@linaro.org \
--cc=guohanjun@huawei.com \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=pavan.kondeti@oss.qualcomm.com \
--cc=rafael@kernel.org \
--cc=sudeep.holla@arm.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.