2024-01-01 18:22:05

by Daniel Lezcano

[permalink] [raw]
Subject: [GIT PULL] timer drivers for v6.8-rc1


Hi Thomas,

happy new year 2024!

Please consider pulling these changes.

AFAICT, we had a few submissions recently with a finalized consensus, so
this is a small set of changes, most of them being fixes.

-- Daniel

The following changes since commit da65f29dada7f7cbbf0d6375b88a0316f5f7d6f5:

timers: Fix nextevt calculation when no timers are pending
(2023-12-20 16:49:39 +0100)

are available in the Git repository at:

http://git.linaro.org/people/daniel.lezcano/linux.git
tags/timers-v6.8-rc1

for you to fetch changes up to c0c4579d79d0df841e825c68df450909a0032faf:

clocksource/drivers/ep93xx: Fix error handling during probe
(2023-12-27 15:37:11 +0100)

----------------------------------------------------------------
- Fixed error handling at probe time and uninitialized return code on
ep93xx (Arnd Bergman)

- Fixed some kerneldoc warning on Cadence TTC (Randy Dunlap)

- Fixed kerneldoc warning on Timer TI DM (Tony Lindgren)

- Handle interrupt disabling when shutting down the timer on RISC-V
timer (Joshua Yeong)

- Add compatible string for the StarFive JH8100 clint (Sia Jee Heng)

- Separate mtime and mtimecmp registers in DT bindings (Inochi Amaoto)

----------------------------------------------------------------
Arnd Bergmann (1):
clocksource/drivers/ep93xx: Fix error handling during probe

Inochi Amaoto (1):
dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and
mtimecmp regs

Joshua Yeong (1):
clocksource/timer-riscv: Add riscv_clock_shutdown callback

Randy Dunlap (1):
clocksource/drivers/cadence-ttc: Fix some kernel-doc warnings

Sia Jee Heng (1):
dt-bindings: timer: Add StarFive JH8100 clint

Tony Lindgren (1):
clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings

.../devicetree/bindings/timer/sifive,clint.yaml | 1 +
.../bindings/timer/thead,c900-aclint-mtimer.yaml | 9 ++++++++-
drivers/clocksource/timer-cadence-ttc.c | 22
++++++++++++++++------
drivers/clocksource/timer-ep93xx.c | 5 ++---
drivers/clocksource/timer-riscv.c | 7 +++++++
drivers/clocksource/timer-ti-dm.c | 4 ++--
6 files changed, 36 insertions(+), 12 deletions(-)

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


2024-01-18 11:50:27

by Daniel Lezcano

[permalink] [raw]
Subject: Re: [GIT PULL] timer drivers for v6.8-rc1


Hi Thomas,

it seems this PR was not taken into account.


On 01/01/2024 19:21, Daniel Lezcano wrote:
>
> Hi Thomas,
>
> happy new year 2024!
>
> Please consider pulling these changes.
>
> AFAICT, we had a few submissions recently with a finalized consensus, so
> this is a small set of changes, most of them being fixes.
>
>   -- Daniel
>
> The following changes since commit
> da65f29dada7f7cbbf0d6375b88a0316f5f7d6f5:
>
>   timers: Fix nextevt calculation when no timers are pending
> (2023-12-20 16:49:39 +0100)
>
> are available in the Git repository at:
>
>   http://git.linaro.org/people/daniel.lezcano/linux.git
> tags/timers-v6.8-rc1
>
> for you to fetch changes up to c0c4579d79d0df841e825c68df450909a0032faf:
>
>   clocksource/drivers/ep93xx: Fix error handling during probe
> (2023-12-27 15:37:11 +0100)
>
> ----------------------------------------------------------------
> - Fixed error handling at probe time and uninitialized return code on
>   ep93xx (Arnd Bergman)
>
> - Fixed some kerneldoc warning on Cadence TTC (Randy Dunlap)
>
> - Fixed kerneldoc warning on Timer TI DM (Tony Lindgren)
>
> - Handle interrupt disabling when shutting down the timer on RISC-V
>   timer (Joshua Yeong)
>
> - Add compatible string for the StarFive JH8100 clint (Sia Jee Heng)
>
> - Separate mtime and mtimecmp registers in DT bindings (Inochi Amaoto)
>
> ----------------------------------------------------------------
> Arnd Bergmann (1):
>       clocksource/drivers/ep93xx: Fix error handling during probe
>
> Inochi Amaoto (1):
>       dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and
> mtimecmp regs
>
> Joshua Yeong (1):
>       clocksource/timer-riscv: Add riscv_clock_shutdown callback
>
> Randy Dunlap (1):
>       clocksource/drivers/cadence-ttc: Fix some kernel-doc warnings
>
> Sia Jee Heng (1):
>       dt-bindings: timer: Add StarFive JH8100 clint
>
> Tony Lindgren (1):
>       clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings
>
>  .../devicetree/bindings/timer/sifive,clint.yaml    |  1 +
>  .../bindings/timer/thead,c900-aclint-mtimer.yaml   |  9 ++++++++-
>  drivers/clocksource/timer-cadence-ttc.c            | 22
> ++++++++++++++++------
>  drivers/clocksource/timer-ep93xx.c                 |  5 ++---
>  drivers/clocksource/timer-riscv.c                  |  7 +++++++
>  drivers/clocksource/timer-ti-dm.c                  |  4 ++--
>  6 files changed, 36 insertions(+), 12 deletions(-)
>

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


2024-01-18 19:10:44

by Thomas Gleixner

[permalink] [raw]
Subject: Re: [GIT PULL] timer drivers for v6.8-rc1

On Thu, Jan 18 2024 at 12:50, Daniel Lezcano wrote:

> Hi Thomas,
>
> it seems this PR was not taken into account.

Correct:

> On 01/01/2024 19:21, Daniel Lezcano wrote:

I was on vacation and cleared out inbox on Jan 8th knowing that all
important things will come back :)

Let me take care of it.

Subject: [tip: timers/core] Merge tag 'timers-v6.8-rc1' of http://git.linaro.org/people/daniel.lezcano/linux into timers/core

The following commit has been merged into the timers/core branch of tip:

Commit-ID: 80fe58cc176fefceb7afd6dd937f97f37313b9b3
Gitweb: https://git.kernel.org/tip/80fe58cc176fefceb7afd6dd937f97f37313b9b3
Author: Thomas Gleixner <[email protected]>
AuthorDate: Thu, 18 Jan 2024 20:11:46 +01:00
Committer: Thomas Gleixner <[email protected]>
CommitterDate: Thu, 18 Jan 2024 20:11:46 +01:00

Merge tag 'timers-v6.8-rc1' of http://git.linaro.org/people/daniel.lezcano/linux into timers/core

Pull clockevent/clocksource updates from Daniel Lezcano:

- Fixed error handling at probe time and uninitialized return code on
ep93xx (Arnd Bergman)

- Fixed some kerneldoc warning on Cadence TTC (Randy Dunlap)

- Fixed kerneldoc warning on Timer TI DM (Tony Lindgren)

- Handle interrupt disabling when shutting down the timer on RISC-V
timer (Joshua Yeong)

- Add compatible string for the StarFive JH8100 clint (Sia Jee Heng)

- Separate mtime and mtimecmp registers in DT bindings (Inochi Amaoto)

Link: https://lore.kernel.org/lkml/[email protected]
---