Merge tag 'timers-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Dec 2021 18:07:50 +0000 (10:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 12 Dec 2021 18:07:50 +0000 (10:07 -0800)
commitc7fc51268bc09c5f012f5e35e872f4e319f95f80
treebc0418723151ae6190140fa77105f4a95ac091e6
parent82d2ef454052372f36e3642ac09efe48c3d59220
parentaa073d8b2a6308832de3cac18e7901ac60748e26
Merge tag 'timers-urgent-2021-12-12' of git://git./linux/kernel/git/tip/tip

Pull timer fixes from Thomas Gleixner:
 "Two fixes for clock chip drivers:

   - A regression fix for the Designware APB timer. A recent change to
     the error checking code transformed the error condition wrongly so
     it turned into a fail if good condition.

   - Fix a clang build fail of the ARM architected timer driver"

* tag 'timers-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  clocksource/drivers/arm_arch_timer: Force inlining of erratum_set_next_event_generic()
  clocksource/drivers/dw_apb_timer_of: Fix probe failure