[PATCH RFC 0/2] hrtimer: watchdog: support hrtimer suspend when CPU suspend

From: Wang Qing
Date: Tue Jun 22 2021 - 05:07:20 EST


When the CPU suspend, in order to achieve a more power-saving effect,
it is hoped that the CPU sleeps as long as possible, but the timer is an
important reason for the CPU to wake up.

In some cases, when the CPU suspend, the timer doesn’t have to work either,
such as watchdog hrtimer. The maximum suspend time of the CPU is 4s if enable
lockup detector, which is unacceptable on some products, and in fact, watchdog
timer can suspend when the cpu suspend.

This is a patch for comments, I'm not sure if there any ill-considerations.
If this feature is really needed, I will continue to develop.

Wang Qing (2):
hrtimer: support hrtimer suspend when CPU suspend
watchdog: support watchdog hrtimer suspend when CPU suspend

include/linux/hrtimer.h | 3 +++
kernel/time/hrtimer.c | 4 +++-
kernel/time/tick-sched.c | 7 +++++++
kernel/watchdog.c | 3 ++-

--
2.7.4