All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>,
	Peter Griffin <peter.griffin@linaro.org>,
	Randy Dunlap <rdunlap@infradead.org>,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	Peng Fan <peng.fan@nxp.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Sergio Paracuellos <sergio.paracuellos@gmail.com>,
	Mubin Sayyed <mubin.sayyed@amd.com>,
	Ley Foon Tan <lftan@altera.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] timer drivers for v6.9-rc1
Date: Wed, 13 Mar 2024 16:37:22 +0100	[thread overview]
Message-ID: <5552010a-1ce2-46a1-a740-a69f2e9a2cf2@linaro.org> (raw)


Hi Thomas,

The following changes since commit 71fee48fb772ac4f6cfa63dbebc5629de8b4cc09:

   tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug 
(2024-01-19 16:40:38 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 8248ca30ef89f9cc74ace62ae1b9a22b5f16736c:

   clocksource/drivers/timer-riscv: Clear timer interrupt on timer 
initialization (2024-03-13 12:08:59 +0100)

----------------------------------------------------------------
- Fix -Wunused-but-set-variable warning for the iMX GPT timer (Daniel
   Lezcano)

- Add Pixel6 compatible string for Exynos 4210 MCT timer (Peter Griffin)

- Fix all kernel-doc warnings and misuse of comment format (Randy
   Dunlap)

- Document in the DT bindings the interrupt used for input capture
   interrupt and udpate the example to match the reality (Geert
   Uytterhoeven)

- Document RZ/Five SoC DT bindings (Lad Prabhakar)

- Add DT bindings support for the i.MX95, reorganize the driver to
   move globale variables to a timer private structure and introduce
   the i.MX95 timer support (Peng Fan)

- Fix prescalar value to conform to the ARM global timer
   documentation. Fix data types and comparison, guard the divide by
   zero code section and use the available macros for bit manipulation
   (Martin Blumenstingl)

- Add Ralink SoCs system tick counter (Sergio Paracuellos)

- Add support for cadence TTC PWM (Mubin Sayyed)

- Clear timer interrupt on timer initialization to prevent the
   interrupt to fire during setup (Ley Foon Tan)

----------------------------------------------------------------
Daniel Lezcano (1):
       clocksource/drivers/imx: Fix -Wunused-but-set-variable warning

Geert Uytterhoeven (1):
       dt-bindings: timer: renesas,tmu: Document input capture interrupt

Lad Prabhakar (1):
       dt-bindings: timer: renesas: ostm: Document RZ/Five SoC

Ley Foon Tan (1):
       clocksource/drivers/timer-riscv: Clear timer interrupt on timer 
initialization

Martin Blumenstingl (5):
       clocksource/drivers/arm_global_timer: Fix maximum prescaler value
       clocksource/drivers/arm_global_timer: Remove stray tab
       clocksource/drivers/arm_global_timer: Make gt_target_rate 
unsigned long
       clocksource/drivers/arm_global_timer: Guard against division by zero
       clocksource/drivers/arm_global_timer: Simplify prescaler register 
access

Mubin Sayyed (1):
       dt-bindings: timer: Add support for cadence TTC PWM

Peng Fan (3):
       dt-bindings: timer: nxp,sysctr-timer: support i.MX95
       clocksource/drivers/imx-sysctr: Drop use global variables
       clocksource/drivers/imx-sysctr: Add i.MX95 support

Peter Griffin (1):
       dt-bindings: timer: exynos4210-mct: Add google,gs101-mct compatible

Randy Dunlap (3):
       clocksource/drivers/stm32: Fix all kernel-doc warnings
       clocksource/drivers/ti-32K: Fix misuse of "/**" comment
       clocksource: arm_global_timer: fix non-kernel-doc comment

Sergio Paracuellos (1):
       dt-bindings: timer: add Ralink SoCs system tick counter

  .../devicetree/bindings/timer/cdns,ttc.yaml        |  22 +++-
  .../bindings/timer/nxp,sysctr-timer.yaml           |   4 +-
  .../bindings/timer/ralink,cevt-systick.yaml        |  38 +++++++
  .../devicetree/bindings/timer/renesas,ostm.yaml    |   2 +-
  .../devicetree/bindings/timer/renesas,tmu.yaml     |  18 +++-
  .../bindings/timer/samsung,exynos4210-mct.yaml     |   2 +
  drivers/clocksource/arm_global_timer.c             |  35 +++---
  drivers/clocksource/timer-imx-gpt.c                |   3 +-
  drivers/clocksource/timer-imx-sysctr.c             | 117 
+++++++++++++++------
  drivers/clocksource/timer-riscv.c                  |   3 +
  drivers/clocksource/timer-stm32.c                  |   4 +-
  drivers/clocksource/timer-ti-32k.c                 |   2 +-
  12 files changed, 191 insertions(+), 59 deletions(-)
  create mode 100644 
Documentation/devicetree/bindings/timer/ralink,cevt-systick.yaml



-- 
<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

             reply	other threads:[~2024-03-13 15:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-13 15:37 Daniel Lezcano [this message]
2024-03-15 23:58 ` [GIT PULL] timer drivers for v6.9-rc1 Thomas Gleixner
2024-03-18  8:36   ` Daniel Lezcano
2024-03-18 10:07 ` [tip: timers/core] Merge tag 'timers-v6.9-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/core tip-bot2 for 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=5552010a-1ce2-46a1-a740-a69f2e9a2cf2@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --cc=lftan@altera.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=mubin.sayyed@amd.com \
    --cc=peng.fan@nxp.com \
    --cc=peter.griffin@linaro.org \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=rdunlap@infradead.org \
    --cc=sergio.paracuellos@gmail.com \
    --cc=tglx@linutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.