[GIT PULL] timer drivers for v6.11-rc1

From: Daniel Lezcano
Date: Thu Jul 11 2024 - 14:12:24 EST



Hi Thomas,

please consider pulling the following changes since commit 746770499be55cf375a108a321a818b238182446:

timers/migration: Fix grammar in comment (2024-07-04 20:24:57 +0200)

which are available in the Git repository at:

https://git.linaro.org/people/daniel.lezcano/linux.git tags/timers-v6.11-rc1

for you to fetch changes up to 8b77f4b8dc81aeb73107b169cb9c6e06c15d297e:

clocksource/drivers/realtek: Add timer driver for rtl-otto platforms (2024-07-10 09:41:20 +0200)

Thanks

-- Daniel

----------------------------------------------------------------
- Remove unnecessary local variables initialization as they will be
initialized in the code path anyway right after on the ARM arch
timer and the ARM global timer (Li kunyu)

- Fix a race condition in the interrupt leading to a deadlock on the
SH CMT driver. Note that this fix was not tested on the platform
using this timer but the fix seems reasonable enough to be picked
confidently (Niklas Söderlund)

- Increase the rating of the gic-timer and use the configured width
clocksource register on the MIPS architecture (Jiaxun Yang)

- Add the DT bindings for the TMU on the Renesas platforms (Geert
Uytterhoeven)

- Add the DT bindings for the SOPHGO SG2002 clint on RiscV (Thomas
Bonnefille)

- Add the rtl-otto timer driver along with the DT bindings for the
Realtek platform (Chris Packham)

----------------------------------------------------------------
Chris Packham (2):
dt-bindings: timer: Add schema for realtek,otto-timer
clocksource/drivers/realtek: Add timer driver for rtl-otto platforms

Geert Uytterhoeven (3):
dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support
dt-bindings: timer: renesas,tmu: Add RZ/G1 support
dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support

Jiaxun Yang (2):
clocksource/drivers/mips-gic-timer: Refine rating computation
clocksource/drivers/mips-gic-timer: Correct sched_clock width

Li kunyu (2):
clocksource/drivers/arm_arch_timer: Remove unnecessary ‘0’ values from irq
clocksource/driver/arm_global_timer: Remove unnecessary ‘0’ values from err

Niklas Söderlund (1):
clocksource/drivers/sh_cmt: Address race condition for clock events

Thomas Bonnefille (1):
dt-bindings: timer: Add SOPHGO SG2002 clint

.../bindings/timer/realtek,otto-timer.yaml | 63 +++++
.../devicetree/bindings/timer/renesas,tmu.yaml | 12 +
.../devicetree/bindings/timer/sifive,clint.yaml | 1 +
drivers/clocksource/Kconfig | 10 +
drivers/clocksource/Makefile | 1 +
drivers/clocksource/arm_arch_timer.c | 2 +-
drivers/clocksource/arm_global_timer.c | 2 +-
drivers/clocksource/mips-gic-timer.c | 20 +-
drivers/clocksource/sh_cmt.c | 13 +-
drivers/clocksource/timer-rtl-otto.c | 291 +++++++++++++++++++++
include/linux/cpuhotplug.h | 1 +
11 files changed, 405 insertions(+), 11 deletions(-)
create mode 100644 Documentation/devicetree/bindings/timer/realtek,otto-timer.yaml
create mode 100644 drivers/clocksource/timer-rtl-otto.c


--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog