Revision ba25f0570b53267e8b9dc1f2e185caa3d3bc7633 authored by Linus Torvalds on 27 September 2020, 19:11:35 UTC, committed by Linus Torvalds on 27 September 2020, 19:11:35 UTC
Pull timer updates from Thomas Gleixner:
 "A set of clocksource/clockevents updates:

   - Reset the TI/DM timer before enabling it instead of doing it the
     other way round.

   - Initialize the reload value for the GX6605s timer correctly so the
     hardware counter starts at 0 again after overrun.

   - Make error return value negative in the h8300 timer init function"

* tag 'timers-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  clocksource/drivers/timer-gx6605s: Fixup counter reload
  clocksource/drivers/timer-ti-dm: Do reset before enable
  clocksource/drivers/h8300_timer8: Fix wrong return value in h8300_8timer_init()
2 parent s d042035 + a7b6c0f
History
File Mode Size
Kconfig -rw-r--r-- 4.0 KB
Makefile -rw-r--r-- 488 bytes
acl.c -rw-r--r-- 8.9 KB
acl.h -rw-r--r-- 1.0 KB
checkpoint.c -rw-r--r-- 41.1 KB
compress.c -rw-r--r-- 34.6 KB
data.c -rw-r--r-- 97.7 KB
debug.c -rw-r--r-- 20.2 KB
dir.c -rw-r--r-- 28.9 KB
extent_cache.c -rw-r--r-- 19.8 KB
f2fs.h -rw-r--r-- 131.3 KB
file.c -rw-r--r-- 99.3 KB
gc.c -rw-r--r-- 41.1 KB
gc.h -rw-r--r-- 2.9 KB
hash.c -rw-r--r-- 2.7 KB
inline.c -rw-r--r-- 18.4 KB
inode.c -rw-r--r-- 24.0 KB
namei.c -rw-r--r-- 30.5 KB
node.c -rw-r--r-- 77.6 KB
node.h -rw-r--r-- 12.3 KB
recovery.c -rw-r--r-- 20.4 KB
segment.c -rw-r--r-- 125.3 KB
segment.h -rw-r--r-- 25.9 KB
shrinker.c -rw-r--r-- 3.1 KB
super.c -rw-r--r-- 104.2 KB
sysfs.c -rw-r--r-- 27.3 KB
trace.c -rw-r--r-- 3.4 KB
trace.h -rw-r--r-- 862 bytes
verity.c -rw-r--r-- 6.9 KB
xattr.c -rw-r--r-- 19.8 KB
xattr.h -rw-r--r-- 5.2 KB

back to top