]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit52e9d44870dd959af8e7ccd118998ead2eea469d
treebc0418723151ae6190140fa77105f4a95ac091e6
parent25ed19cf523fd1257d6da1479f2ad8dcfdbbcbd3
parentfee5b133620e5f9096c1326fa0c52f11aa302e53
Merge tag 'timers-urgent-2021-12-12' of git://git.kernel.org/pub/scm/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