All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: Kees Cook <keescook@chromium.org>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Marc Zyngier <maz@kernel.org>,
	Randy Dunlap <rdunlap@infradead.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Borislav Petkov <bp@alien8.de>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] timer drivers for v5.16
Date: Fri, 22 Oct 2021 22:57:37 +0200	[thread overview]
Message-ID: <65693aaf-ab94-c9bb-a97b-a2bb77033a54@linaro.org> (raw)

The following changes since commit d25a025201ed98f4b93775e0999a3f2135702106:

  clocksource: Make clocksource watchdog test safe for slow-HZ systems
(2021-08-28 17:01:32 +0200)

are available in the Git repository at:

  https://git.linaro.org/people/daniel.lezcano/linux.git
tags/timers-v5.16-rc1

for you to fetch changes up to eda9a4f7af6ee47e9e131f20e4f8a41a97379293:

  clocksource/drivers/timer-ti-dm: Select TIMER_OF (2021-10-21 14:18:53
+0200)

Please note there is a shared branch with the arm tree armv8.6_arch_timer

The reason of the sharing is described in the merge commit.

----------------------------------------------------------------
- Fix redefined macro in the arc timer ()

- Big cleanup for ARM arch timer clocksource in order to set the scene
  for ARMv8.6 and provide support for higher frequencies with longer
  roll up (Marc Zyngier)

- Make arch dependant the Exynos MCT and Samsung PWM timers (Krzysztof
  Kozlowski)

- Select the TIMER_OF option for the timer TI DM (Kees Cook)
peter
----------------------------------------------------------------
Daniel Lezcano (1):
      Merge branch 'timers/drivers/armv8.6_arch_timer' into
timers/drivers/next

Kees Cook (1):
      clocksource/drivers/timer-ti-dm: Select TIMER_OF

Krzysztof Kozlowski (1):
      clocksource/drivers/exynosy: Depend on sub-architecture for Exynos
MCT and Samsung PWM

Marc Zyngier (12):
      clocksource/arm_arch_timer: Add build-time guards for unhandled
register accesses
      clocksource/drivers/arm_arch_timer: Drop CNT*_TVAL read accessors
      clocksource/drivers/arm_arch_timer: Extend write side of timer
register accessors to u64
      clocksource/drivers/arm_arch_timer: Move system register timer
programming over to CVAL
      clocksource/drivers/arm_arch_timer: Move drop _tval from erratum
function names
      clocksource/drivers/arm_arch_timer: Fix MMIO base address vs
callback ordering issue
      clocksource/drivers/arm_arch_timer: Move MMIO timer programming
over to CVAL
      clocksource/drivers/arm_arch_timer: Advertise 56bit timer to the
core code
      clocksource/drivers/arm_arch_timer: Work around broken CVAL
implementations
      clocksource/drivers/arm_arch_timer: Remove any trace of the TVAL
programming interface
      clocksource/drivers/arm_arch_timer: Drop unnecessary ISB on CVAL
programming
      clocksource/drivers/arch_arm_timer: Move workaround
synchronisation around

Oliver Upton (1):
      clocksource/drivers/arm_arch_timer: Fix masking for high freq counters

Randy Dunlap (1):
      clocksource/drivers/arc_timer: Eliminate redefined macro error

 arch/arm/include/asm/arch_timer.h    |  37 +++---
 arch/arm64/include/asm/arch_timer.h  |  52 ++++----
 drivers/clocksource/Kconfig          |   3 +
 drivers/clocksource/arc_timer.c      |   6 +-
 drivers/clocksource/arm_arch_timer.c | 243
+++++++++++++++++++++--------------
 include/clocksource/arm_arch_timer.h |   2 +-
 include/soc/arc/timers.h             |   4 +-
 7 files changed, 201 insertions(+), 146 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:[~2021-10-22 20:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-22 20:57 Daniel Lezcano [this message]
2021-10-24 15:40 ` [tip: timers/core] Merge tag 'timers-v5.16-rc1' into timers/core tip-bot2 for Borislav Petkov

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=65693aaf-ab94-c9bb-a97b-a2bb77033a54@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --cc=bp@alien8.de \
    --cc=keescook@chromium.org \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maz@kernel.org \
    --cc=peterz@infradead.org \
    --cc=rdunlap@infradead.org \
    --cc=tglx@linutronix.de \
    /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.