All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: "Christophe JAILLET" <christophe.jaillet@wanadoo.fr>,
	"Wolfram Sang" <wsa+renesas@sang-engineering.com>,
	"Yang Yingliang" <yangyingliang@huawei.com>,
	"Tony Lindgren" <tony@atomide.com>,
	"Joe Korty" <joe.korty@concurrent-rt.com>,
	"Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Subject: [GIt PULL] timer drivers for v6.2-rc1
Date: Fri, 9 Dec 2022 16:21:12 +0100	[thread overview]
Message-ID: <3c4c3bb2-b849-0c87-0948-8a36984bdde4@linaro.org> (raw)


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

             reply	other threads:[~2022-12-09 15:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-09 15:21 Daniel Lezcano [this message]
2022-12-09 15:47 ` [tip: timers/core] Merge tag 'timers-v6.2-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=3c4c3bb2-b849-0c87-0948-8a36984bdde4@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --cc=christophe.jaillet@wanadoo.fr \
    --cc=j.neuschaefer@gmx.net \
    --cc=joe.korty@concurrent-rt.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=tony@atomide.com \
    --cc=wsa+renesas@sang-engineering.com \
    --cc=yangyingliang@huawei.com \
    /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.