Commit b0239dd67230 for kernel

commit b0239dd672306ad242545f793132938847f17e53
Merge: 030c9f813b8e 0eaed89c18ae
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Aug 18 16:20:25 2026 -0700

    Merge tag 'timers-clocksource-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

    Pull clocksource/event driver updates from Thomas Gleixner:

     - Remove redundant dev_err() and dev_err_probe() invocations in various
       drivers

     - Handle SWAP_IO_SPACE correctly in the rtl-otto driver

     - Make the Samsumg PWM timer driver PREEMPT_RT compatible

     - Ensure that the SUN4I timer is programmed with a delta larger than
       zero as a zero delta causes the the timer to be disabled

     - The usual fixes and improvements all over the place

    * tag 'timers-clocksource-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      clocksource/drivers/armada: Unwind timer clock on init failure
      clocksource/drivers/rtl-otto: Change driver to use __raw reads and writes
      clocksource/drivers/samsung_pwm: Switch to raw_spinlock_t type
      clocksource/drivers/clps711x: Do not unmap clocksource MMIO
      clocksource/drivers/nxp-pit: Fix IRQ leak on cpuhp_setup_state error path
      clocksource/drivers/timer-sun4i: Advertise a real minimum delta
      clocksource: Remove redundant dev_err()/dev_err_probe()
      clocksource/drivers/sh_cmt: Use named initializers for platform_device_id arrays
      clocksource/drivers/sh_mtu2: Drop unused assignment of platform_device_id