public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] timer drivers for v6.11-rc1
@ 2024-07-11 18:11 Daniel Lezcano
  2024-07-11 20:02 ` Thomas Gleixner
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Lezcano @ 2024-07-11 18:11 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Linux Kernel Mailing List, Chris Packham, Geert Uytterhoeven,
	Jiaxun Yang, Li kunyu, Niklas Söderlund, Thomas Bonnefille


Hi Thomas,

please consider pulling the following changes since commit 
746770499be55cf375a108a321a818b238182446:

   timers/migration: Fix grammar in comment (2024-07-04 20:24:57 +0200)

which are available in the Git repository at:

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

for you to fetch changes up to 8b77f4b8dc81aeb73107b169cb9c6e06c15d297e:

   clocksource/drivers/realtek: Add timer driver for rtl-otto platforms 
(2024-07-10 09:41:20 +0200)

Thanks

   -- Daniel

----------------------------------------------------------------
- Remove unnecessary local variables initialization as they will be
   initialized in the code path anyway right after on the ARM arch
   timer and the ARM global timer (Li kunyu)

- Fix a race condition in the interrupt leading to a deadlock on the
   SH CMT driver. Note that this fix was not tested on the platform
   using this timer but the fix seems reasonable enough to be picked
   confidently (Niklas Söderlund)

- Increase the rating of the gic-timer and use the configured width
   clocksource register on the MIPS architecture (Jiaxun Yang)

- Add the DT bindings for the TMU on the Renesas platforms (Geert
   Uytterhoeven)

- Add the DT bindings for the SOPHGO SG2002 clint on RiscV (Thomas
   Bonnefille)

- Add the rtl-otto timer driver along with the DT bindings for the
   Realtek platform (Chris Packham)

----------------------------------------------------------------
Chris Packham (2):
       dt-bindings: timer: Add schema for realtek,otto-timer
       clocksource/drivers/realtek: Add timer driver for rtl-otto platforms

Geert Uytterhoeven (3):
       dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support
       dt-bindings: timer: renesas,tmu: Add RZ/G1 support
       dt-bindings: timer: renesas,tmu: Add R-Car Gen2 support

Jiaxun Yang (2):
       clocksource/drivers/mips-gic-timer: Refine rating computation
       clocksource/drivers/mips-gic-timer: Correct sched_clock width

Li kunyu (2):
       clocksource/drivers/arm_arch_timer: Remove unnecessary ‘0’ values 
from irq
       clocksource/driver/arm_global_timer: Remove unnecessary ‘0’ 
values from err

Niklas Söderlund (1):
       clocksource/drivers/sh_cmt: Address race condition for clock events

Thomas Bonnefille (1):
       dt-bindings: timer: Add SOPHGO SG2002 clint

  .../bindings/timer/realtek,otto-timer.yaml         |  63 +++++
  .../devicetree/bindings/timer/renesas,tmu.yaml     |  12 +
  .../devicetree/bindings/timer/sifive,clint.yaml    |   1 +
  drivers/clocksource/Kconfig                        |  10 +
  drivers/clocksource/Makefile                       |   1 +
  drivers/clocksource/arm_arch_timer.c               |   2 +-
  drivers/clocksource/arm_global_timer.c             |   2 +-
  drivers/clocksource/mips-gic-timer.c               |  20 +-
  drivers/clocksource/sh_cmt.c                       |  13 +-
  drivers/clocksource/timer-rtl-otto.c               | 291 
+++++++++++++++++++++
  include/linux/cpuhotplug.h                         |   1 +
  11 files changed, 405 insertions(+), 11 deletions(-)
  create mode 100644 
Documentation/devicetree/bindings/timer/realtek,otto-timer.yaml
  create mode 100644 drivers/clocksource/timer-rtl-otto.c


-- 
<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] 2+ messages in thread

* Re: [GIT PULL] timer drivers for v6.11-rc1
  2024-07-11 18:11 [GIT PULL] timer drivers for v6.11-rc1 Daniel Lezcano
@ 2024-07-11 20:02 ` Thomas Gleixner
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Gleixner @ 2024-07-11 20:02 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Linux Kernel Mailing List, Chris Packham, Geert Uytterhoeven,
	Jiaxun Yang, Li kunyu, Niklas Söderlund, Thomas Bonnefille

Daniel,

On Thu, Jul 11 2024 at 20:11, Daniel Lezcano wrote:
> please consider pulling the following changes since commit 
> 746770499be55cf375a108a321a818b238182446:
>
>    timers/migration: Fix grammar in comment (2024-07-04 20:24:57 +0200)

Duh. I had to remove those commits as they had a problem. Can you please
redo your stuff?

In general please do not base it on timers/core unless there is a real
dependency for the stuff you are applying.

Sorry for the inconveniance.

Thanks,

        tglx



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-11 20:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11 18:11 [GIT PULL] timer drivers for v6.11-rc1 Daniel Lezcano
2024-07-11 20:02 ` Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox