[PATCH 0/3] clocksource/drivers: Prevent clockevent driver unbind
From: Johan Hovold
Date: Tue Nov 11 2025 - 10:33:53 EST
Clockevents cannot be deregistered so suppress driver bind attributes to
prevent drivers from being unbound and, for example, releasing
underlying resources after registration.
Note that the NXP STM patch depends on the recently submitted section
mismatch fix. [1]
Johan
[1] https://lore.kernel.org/lkml/20251017054943.7195-1-johan@xxxxxxxxxx/
Johan Hovold (3):
clocksource/drivers/arm_arch_timer_mmio: Prevent driver unbind
clocksource/drivers/nxp-pit: Prevent driver unbind
clocksource/drivers/nxp-stm: Prevent driver unbind
drivers/clocksource/arm_arch_timer_mmio.c | 2 ++
drivers/clocksource/timer-nxp-pit.c | 3 ++-
drivers/clocksource/timer-nxp-stm.c | 3 ++-
3 files changed, 6 insertions(+), 2 deletions(-)
--
2.51.0