From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: "Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
"Chris Packham" <chris.packham@alliedtelesis.co.nz>,
"Geert Uytterhoeven" <geert+renesas@glider.be>,
"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
"Li kunyu" <kunyu@nfschina.com>,
"Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>,
"Thomas Bonnefille" <thomas.bonnefille@bootlin.com>
Subject: [GIT PULL] timer drivers for v6.11-rc1
Date: Thu, 11 Jul 2024 20:11:55 +0200 [thread overview]
Message-ID: <e646d66e-5fb6-46cb-9e65-44bdf67d5d8a@linaro.org> (raw)
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
next reply other threads:[~2024-07-11 18:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-11 18:11 Daniel Lezcano [this message]
2024-07-11 20:02 ` Thomas Gleixner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e646d66e-5fb6-46cb-9e65-44bdf67d5d8a@linaro.org \
--to=daniel.lezcano@linaro.org \
--cc=chris.packham@alliedtelesis.co.nz \
--cc=geert+renesas@glider.be \
--cc=jiaxun.yang@flygoat.com \
--cc=kunyu@nfschina.com \
--cc=linux-kernel@vger.kernel.org \
--cc=niklas.soderlund+renesas@ragnatech.se \
--cc=tglx@linutronix.de \
--cc=thomas.bonnefille@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®