[GIT PULL] timer drivers for v7.1-rc1

From: Daniel Lezcano

Date: Fri Apr 10 2026 - 16:00:58 EST



Hi Thomas,

The following changes since commit 11439c4635edd669ae435eec308f4ab8a0804808:

Linux 7.0-rc2 (2026-03-01 15:39:31 -0800)

are available in the Git repository at:

ssh://git@xxxxxxxxxxxxxxxxxxx/pub/scm/linux/kernel/git/daniel.lezcano/linux tags/timers-v7.1-rc1

for you to fetch changes up to 68ed094971b09ba530baf6f75cf1902df880a8d1:

clocksource/drivers/timer-of: Make the code compatible with modules (2026-04-03 10:53:29 +0200)

----------------------------------------------------------------
- Added the DT bindings for the compatible string 'fsl,imx25-epit'
(Frank Li)

- Made the rttm_cs variable static for the rtl otto timer driver
(Krzysztof Kozlowski)

- Fixed error return code handling in the sun5i timer driver (Chen Ni)

- Made the timer-of and the mmio code compatible with modules (Daniel
Lezcano)

----------------------------------------------------------------
Chen Ni (1):
clocksource/drivers/sun5i: Handle error returns from devm_reset_control_get_optional_exclusive()

Daniel Lezcano (2):
clocksource/drivers/mmio: Make the code compatible with modules
clocksource/drivers/timer-of: Make the code compatible with modules

Frank Li (1):
dt-bindings: timer: fsl,imxgpt: add compatible string fsl,imx25-epit

Krzysztof Kozlowski (1):
clocksource/drivers/timer-rtl-otto: Make rttm_cs variable static

.../devicetree/bindings/timer/fsl,imxgpt.yaml | 1 +
drivers/clocksource/mmio.c | 11 +++++++---
drivers/clocksource/timer-of.c | 24 ++++++++++++----------
drivers/clocksource/timer-of.h | 5 ++---
drivers/clocksource/timer-rtl-otto.c | 2 +-
drivers/clocksource/timer-sun5i.c | 3 +++
6 files changed, 28 insertions(+), 18 deletions(-)