]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'x86_timers_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Oct 2022 16:13:21 +0000 (09:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Oct 2022 16:13:21 +0000 (09:13 -0700)
commit84201da2c2202f90738394c33134b7adf038d770
tree6735a68a7d3019fb6d2ec6f0b43fab64e4d7b544
parent36a5d23cf94a4d6471d64fca48fbe2fc79603309
parentbe8cc074710e983edcb2987ff9b6935e89bdc483
Merge tag 'x86_timers_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 RTC cleanups from Borislav Petkov:

 - Cleanup x86/rtc.c and delete duplicated functionality in favor of
   using the respective functionality from the RTC library

* tag 'x86_timers_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/rtc: Rename mach_set_rtc_mmss() to mach_set_cmos_time()
  x86/rtc: Rewrite & simplify mach_get_cmos_time() by deleting duplicated functionality