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

Message ID 3c4c3bb2-b849-0c87-0948-8a36984bdde4@linaro.org
State New
Headers
Series [GIt,PULL] timer drivers for v6.2-rc1 |

Pull-request

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

Message

Daniel Lezcano Dec. 9, 2022, 3:21 p.m. UTC
  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(-)
  

Comments

tip-bot2 for Thomas Gleixner Dec. 9, 2022, 3:47 p.m. UTC | #1
The following commit has been merged into the timers/core branch of tip:

Commit-ID:     18a207849218d8c15072f449e6d0b901262290c9
Gitweb:        https://git.kernel.org/tip/18a207849218d8c15072f449e6d0b901262290c9
Author:        Thomas Gleixner <tglx@linutronix.de>
AuthorDate:    Fri, 09 Dec 2022 16:41:58 +01:00
Committer:     Thomas Gleixner <tglx@linutronix.de>
CommitterDate: Fri, 09 Dec 2022 16:41:58 +01:00

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

Pull clockevent/source driver updates from Daniel Lezcano:

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

Link: https://lore.kernel.org/all/3c4c3bb2-b849-0c87-0948-8a36984bdde4@linaro.org
---