clocksource/drivers/arm_arch_timer: Add standalone MMIO driver
authorMarc Zyngier <maz@kernel.org>
Thu, 14 Aug 2025 15:46:20 +0000 (16:46 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 23 Sep 2025 10:31:15 +0000 (12:31 +0200)
commit4891f01527bbbb0cf0e515c803ade67a17e247bb
tree5fabf924cba4b3aaab6f5127fc54b481a667d3c3
parent5669d92f3efa449c3906cbf15e676768a8f4d502
clocksource/drivers/arm_arch_timer: Add standalone MMIO driver

Add a new driver for the MMIO side of the ARM architected timer.
Most of it has been lifted from the existing arch timer code,
massaged, and finally rewritten.

It supports both DT and ACPI as firmware descriptions.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Tested-by: Sudeep Holla <sudeep.holla@arm.com>
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Link: https://lore.kernel.org/r/20250814154622.10193-3-maz@kernel.org
MAINTAINERS
drivers/clocksource/arm_arch_timer_mmio.c [new file with mode: 0644]