[GIT PULL] timer drivers update for v7.0/v6.20
From: Daniel Lezcano
Date: Wed Jan 28 2026 - 19:09:32 EST
Hi Thomas,
please consider the following changes since commit f8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da:
Linux 6.19-rc3 (2025-12-28 13:24:26 -0800)
are available in the Git repository at:
ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/daniel.lezcano/linux tags/timers-v7.0
for you to fetch changes up to a83f9c04be4e807d1c3961eec3fe3310c60ed9aa:
clocksource/drivers/mips-gic-timer: Move GIC timer to request_percpu_irq() (2026-01-20 18:07:24 +0100)
----------------------------------------------------------------
- Always leave device running after probe in the sh TMU driver to
overcome the locking validation scheme warning when the PREEMPT_RT
is enabled (Niklas Söderlund)
- Add missing Kconfig dependency on OF for the integrator AP (Bartosz
Golaszewski)
- Fix a dead link in timer bindings for the Armada 370XP (Soham Metha)
- Fix an Oops when read_current_timer is called on ARM32 platforms
where the SP804 is not registered as the sched_clock (Stephen Eta
Zhou)
- Move GIC timer to use request_percpu_irq() instead of
setup_percpu_irq() to allow the removal of the latter (Marc Zyngier)
----------------------------------------------------------------
Bartosz Golaszewski (1):
clocksource/drivers/timer-integrator-ap: Add missing Kconfig dependency on OF
Marc Zyngier (1):
clocksource/drivers/mips-gic-timer: Move GIC timer to request_percpu_irq()
Niklas Söderlund (1):
clocksource/drivers/sh_tmu: Always leave device running after probe
Soham Metha (1):
clocksource/drivers/armada-370-xp: Fix dead link to timer binding
Stephen Eta Zhou (1):
clocksource/drivers/timer-sp804: Fix an Oops when read_current_timer is called on ARM32 platforms where the SP804 is not registered as the sched_clock.
drivers/clocksource/Kconfig | 1 +
drivers/clocksource/mips-gic-timer.c | 10 ++--------
drivers/clocksource/sh_tmu.c | 18 ------------------
drivers/clocksource/timer-armada-370-xp.c | 2 +-
drivers/clocksource/timer-sp804.c | 14 +++++++++-----
5 files changed, 13 insertions(+), 32 deletions(-)
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog