alarmtimer: Fix unavailable wake-up source in sysfs
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 5 Jul 2017 12:08:35 +0000 (14:08 +0200)
committerJohn Stultz <john.stultz@linaro.org>
Thu, 17 Aug 2017 19:15:10 +0000 (12:15 -0700)
commit47b4a457e4cc816b3fdd2ee55c65fda8ea6de051
treefa89b4e29c1f1a821f48244bdde9972d0ced5276
parenta529bea8fa6b6dded6179c72d3385e0f7d0a4fde
alarmtimer: Fix unavailable wake-up source in sysfs

Currently the alarmtimer registers a wake-up source unconditionally,
regardless of the system having a (wake-up capable) RTC or not.
Hence the alarmtimer will always show up in
/sys/kernel/debug/wakeup_sources, even if it is not available, and thus
cannot be a wake-up source.

To fix this, postpone registration until a wake-up capable RTC device is
added.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Miroslav Lichvar <mlichvar@redhat.com>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: John Stultz <john.stultz@linaro.org>
kernel/time/alarmtimer.c