[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <91cd05de-4c5d-4242-a381-3b8a4fe6a2a2@linaro.org>
Date: Fri, 12 Jul 2024 16:51:06 +0200
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Chris Packham <chris.packham@...iedtelesis.co.nz>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Jiaxun Yang <jiaxun.yang@...goat.com>, Li kunyu <kunyu@...china.com>,
Niklas Söderlund <niklas.soderlund+renesas@...natech.se>,
Thomas Bonnefille <thomas.bonnefille@...tlin.com>
Subject: [GIT PULL][resend] timer drivers for v6.11-rc1
Hi Thomas,
please consider pulling the following changes since commit
256abd8e550ce977b728be79a74e1729438b4948:
Linux 6.10-rc7 (2024-07-07 14:23:46 -0700)
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 4bdc3eaa102b6bedb0800f76f53eca516d5cf20c:
clocksource/drivers/realtek: Add timer driver for rtl-otto platforms
(2024-07-12 16:07:06 +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
Powered by blists - more mailing lists