[tip: timers/clocksource] Merge tag 'timers-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource

From: tip-bot2 for Thomas Gleixner

Date: Thu Jan 29 2026 - 16:33:24 EST


The following commit has been merged into the timers/clocksource branch of tip:

Commit-ID: 7eaf8e32de5f4ed4defda6fff81749041bb9d23f
Gitweb: https://git.kernel.org/tip/7eaf8e32de5f4ed4defda6fff81749041bb9d23f
Author: Thomas Gleixner <tglx@xxxxxxxxxx>
AuthorDate: Thu, 29 Jan 2026 22:23:51 +01:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxx>
CommitterDate: Thu, 29 Jan 2026 22:23:51 +01:00

Merge tag 'timers-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource

Pull clocksource/events updates from Daniel Lezcano:

- 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)

Link: https://patch.msgid.link/75b163aa-5098-4949-a539-ae1e59e3aaca@xxxxxxxxxx
---