]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'timers-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezca...
authorThomas Gleixner <tglx@kernel.org>
Thu, 29 Jan 2026 21:23:51 +0000 (22:23 +0100)
committerThomas Gleixner <tglx@kernel.org>
Thu, 29 Jan 2026 21:23:51 +0000 (22:23 +0100)
commit7eaf8e32de5f4ed4defda6fff81749041bb9d23f
tree792d46316b203c64772e84a7b3d4ebc4df997cc5
parentf8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da
parenta83f9c04be4e807d1c3961eec3fe3310c60ed9aa
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@linaro.org