* [GIT PULL] timer drivers for v6.8-rc1
@ 2024-01-01 18:21 Daniel Lezcano
2024-01-18 11:50 ` Daniel Lezcano
2024-01-18 19:24 ` [tip: timers/core] Merge tag 'timers-v6.8-rc1' of http://git.linaro.org/people/daniel.lezcano/linux into timers/core tip-bot2 for Thomas Gleixner
0 siblings, 2 replies; 4+ messages in thread
From: Daniel Lezcano @ 2024-01-01 18:21 UTC (permalink / raw)
To: Thomas Gleixner
Cc: Arnd Bergmann, Randy Dunlap, Tony Lindgren, Joshua Yeong,
Sia Jee Heng, Inochi Amaoto, Linux Kernel Mailing List
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
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [GIT PULL] timer drivers for v6.8-rc1
2024-01-01 18:21 [GIT PULL] timer drivers for v6.8-rc1 Daniel Lezcano
@ 2024-01-18 11:50 ` Daniel Lezcano
2024-01-18 19:10 ` Thomas Gleixner
2024-01-18 19:24 ` [tip: timers/core] Merge tag 'timers-v6.8-rc1' of http://git.linaro.org/people/daniel.lezcano/linux into timers/core tip-bot2 for Thomas Gleixner
1 sibling, 1 reply; 4+ messages in thread
From: Daniel Lezcano @ 2024-01-18 11:50 UTC (permalink / raw)
To: Thomas Gleixner
Cc: Arnd Bergmann, Randy Dunlap, Tony Lindgren, Joshua Yeong,
Sia Jee Heng, Inochi Amaoto, Linux Kernel Mailing List
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] timer drivers for v6.8-rc1
2024-01-18 11:50 ` Daniel Lezcano
@ 2024-01-18 19:10 ` Thomas Gleixner
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Gleixner @ 2024-01-18 19:10 UTC (permalink / raw)
To: Daniel Lezcano
Cc: Arnd Bergmann, Randy Dunlap, Tony Lindgren, Joshua Yeong,
Sia Jee Heng, Inochi Amaoto, Linux Kernel Mailing List
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [tip: timers/core] Merge tag 'timers-v6.8-rc1' of http://git.linaro.org/people/daniel.lezcano/linux into timers/core
2024-01-01 18:21 [GIT PULL] timer drivers for v6.8-rc1 Daniel Lezcano
2024-01-18 11:50 ` Daniel Lezcano
@ 2024-01-18 19:24 ` tip-bot2 for Thomas Gleixner
1 sibling, 0 replies; 4+ messages in thread
From: tip-bot2 for Thomas Gleixner @ 2024-01-18 19:24 UTC (permalink / raw)
To: linux-tip-commits; +Cc: x86, linux-kernel
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 <tglx@linutronix.de>
AuthorDate: Thu, 18 Jan 2024 20:11:46 +01:00
Committer: Thomas Gleixner <tglx@linutronix.de>
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/0f07af92-e4b2-48de-88a6-dd9aa9e49743@linaro.org
---
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-18 19:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-01 18:21 [GIT PULL] timer drivers for v6.8-rc1 Daniel Lezcano
2024-01-18 11:50 ` Daniel Lezcano
2024-01-18 19:10 ` Thomas Gleixner
2024-01-18 19:24 ` [tip: timers/core] Merge tag 'timers-v6.8-rc1' of http://git.linaro.org/people/daniel.lezcano/linux into timers/core tip-bot2 for Thomas Gleixner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox