[GIt PULL] timer drivers for v6.2-rc1

From: Daniel Lezcano
Date: Fri Dec 09 2022 - 10:21:26 EST



Hi Thomas,

here is the PR for v6.2-rc1.

After a long leave, I hope I did not miss some patches :/

Have a nice day

-- Daniel

The following changes since commit ebe11732838f39bd10bddafd4dfe2f97010fde62:

clockevents: Repair kernel-doc for clockevent_delta2ns() (2022-12-01 13:35:41 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 83571a4389039b1be2d77655b2ce47543d407e41:

dt-bindings: timer: renesas,cmt: Add r8a779g0 CMT support (2022-12-02 13:42:32 +0100)

----------------------------------------------------------------
- Add DT bindings for the Rockchip rk3128 timer (Johan Jonker)

- Change the DT bindings for the npcm7xx timer in order to specify
multiple clocks and enable the clock for the timer1 on WPCM450
(Jonathan Neuschäfer)

- Fix the timer duration being too long the ARM architected timer in
order to prevent an integer overflow leading to a negative value and
an immediate interruption (Joe Korty)

- Fix an unused pointer warning reported by lkp and some cleanups in
the timer TI dm (Tony Lindgren)

- Fix a missing call to clk_disable_unprepare() in the error path at
init time on the timer TI dm (Yang Yingliang)

- Use kstrtobool() instead of strtobool() in the ARM architected timer
(Christophe JAILLET)

- Add DT bindings for r8a779g0 on Renesas platform (Wolfram Sang)

----------------------------------------------------------------
Christophe JAILLET (1):
clocksource/drivers/arm_arch_timer: Use kstrtobool() instead of strtobool()

Joe Korty (1):
clocksource/drivers/arm_arch_timer: Fix XGene-1 TVAL register math error

Johan Jonker (1):
dt-bindings: timer: rockchip: Add rockchip,rk3128-timer

Jonathan Neuschäfer (2):
dt-bindings: timer: nuvoton,npcm7xx-timer: Allow specifying all clocks
clocksource/drivers/timer-npcm7xx: Enable timer 1 clock before use

Tony Lindgren (3):
clocksource/drivers/timer-ti-dm: Fix warning for omap_timer_match
clocksource/drivers/timer-ti-dm: Make timer_get_irq static
clocksource/drivers/timer-ti-dm: Clear settings on probe and free

Wolfram Sang (2):
dt-bindings: timer: renesas,tmu: Add r8a779g0 support
dt-bindings: timer: renesas,cmt: Add r8a779g0 CMT support

Yang Yingliang (1):
clocksource/drivers/timer-ti-dm: Fix missing clk_disable_unprepare in dmtimer_systimer_init_clock()

.../bindings/timer/nuvoton,npcm7xx-timer.yaml | 8 +++++++-
.../devicetree/bindings/timer/renesas,cmt.yaml | 2 ++
.../devicetree/bindings/timer/renesas,tmu.yaml | 1 +
.../bindings/timer/rockchip,rk-timer.yaml | 1 +
drivers/clocksource/arm_arch_timer.c | 10 +++++++---
drivers/clocksource/timer-npcm7xx.c | 10 ++++++++++
drivers/clocksource/timer-ti-dm-systimer.c | 4 +++-
drivers/clocksource/timer-ti-dm.c | 21 +++++++++++++++++++--
include/clocksource/timer-ti-dm.h | 2 --
9 files changed, 50 insertions(+), 9 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