linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] timer drivers for v5.16
@ 2021-10-22 20:57 Daniel Lezcano
  2021-10-24 15:40 ` [tip: timers/core] Merge tag 'timers-v5.16-rc1' into timers/core tip-bot2 for Borislav Petkov
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Lezcano @ 2021-10-22 20:57 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: Kees Cook, Krzysztof Kozlowski, Marc Zyngier, Randy Dunlap,
	Peter Zijlstra, Borislav Petkov, Linux Kernel Mailing List

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

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

* [tip: timers/core] Merge tag 'timers-v5.16-rc1' into timers/core
  2021-10-22 20:57 [GIT PULL] timer drivers for v5.16 Daniel Lezcano
@ 2021-10-24 15:40 ` tip-bot2 for Borislav Petkov
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Borislav Petkov @ 2021-10-24 15:40 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Borislav Petkov, x86, linux-kernel

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     a8da61cee95e627ed3d4274861428013aa9604ea
Gitweb:        https://git.kernel.org/tip/a8da61cee95e627ed3d4274861428013aa9604ea
Author:        Borislav Petkov <bp@suse.de>
AuthorDate:    Sun, 24 Oct 2021 17:14:23 +02:00
Committer:     Borislav Petkov <bp@suse.de>
CommitterDate: Sun, 24 Oct 2021 17:14:23 +02:00

Merge tag 'timers-v5.16-rc1' into timers/core

Pull timers update for v5.16 from Daniel Lezcano:

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

Link: https://lore.kernel.org/r/65693aaf-ab94-c9bb-a97b-a2bb77033a54@linaro.org
Signed-off-by: Borislav Petkov <bp@suse.de>
---

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

end of thread, other threads:[~2021-10-24 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22 20:57 [GIT PULL] timer drivers for v5.16 Daniel Lezcano
2021-10-24 15:40 ` [tip: timers/core] Merge tag 'timers-v5.16-rc1' into timers/core tip-bot2 for Borislav Petkov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).