]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-next/8.6-timers' into for-next/core
authorWill Deacon <will@kernel.org>
Fri, 29 Oct 2021 11:20:21 +0000 (12:20 +0100)
committerWill Deacon <will@kernel.org>
Fri, 29 Oct 2021 11:20:21 +0000 (12:20 +0100)
commit7026c302d8aff70386e48fe8000a2a1183d2071c
treec8e8ea36d8cb73ced0b6557d7e862cf9571408bb
parent875d56e13eab01967bd5d33adc78a50a61ab7b99
parent19bf8844435c061781075afa81434014b6374e6e
Merge branch 'for-next/8.6-timers' into for-next/core

* for-next/8.6-timers:
  arm64: Add HWCAP for self-synchronising virtual counter
  arm64: Add handling of CNTVCTSS traps
  arm64: Add CNT{P,V}CTSS_EL0 alternatives to cnt{p,v}ct_el0
  arm64: Add a capability for FEAT_ECV
  clocksource/drivers/arch_arm_timer: Move workaround synchronisation around
  clocksource/drivers/arm_arch_timer: Fix masking for high freq counters
  clocksource/drivers/arm_arch_timer: Drop unnecessary ISB on CVAL programming
  clocksource/drivers/arm_arch_timer: Remove any trace of the TVAL programming interface
  clocksource/drivers/arm_arch_timer: Work around broken CVAL implementations
  clocksource/drivers/arm_arch_timer: Advertise 56bit timer to the core code
  clocksource/drivers/arm_arch_timer: Move MMIO timer programming over to CVAL
  clocksource/drivers/arm_arch_timer: Fix MMIO base address vs callback ordering issue
  clocksource/drivers/arm_arch_timer: Move drop _tval from erratum function names
  clocksource/drivers/arm_arch_timer: Move system register timer programming over to CVAL
  clocksource/drivers/arm_arch_timer: Extend write side of timer register accessors to u64
  clocksource/drivers/arm_arch_timer: Drop CNT*_TVAL read accessors
  clocksource/arm_arch_timer: Add build-time guards for unhandled register accesses