Hi all, This patch series fixes an infinite loop during reboot after s2ram, as seen on r8a7791/koelsch with the CPG Clock Domain: - Patch 1 fixes the cause in the sh_cmt driver, - Patch 2 hardens the PM Domain core code against infinite loops.
Both patches individually fix the symptom (lock up during reboot), but only the first one fixes the root cause. Patches are against next-20150618. The discussion thread where the problem was originally reported is "PM / Domains: Infinite loop during reboot" (http://permalink.gmane.org/gmane.linux.ports.sh.devel/45249). Thanks! Geert Uytterhoeven (2): clocksource: sh_cmt: Only perform clocksource suspend/resume if enabled PM / Domains: Avoid infinite loops in attach/detach code drivers/base/power/domain.c | 15 +++++++++++++-- drivers/clocksource/sh_cmt.c | 6 ++++++ 2 files changed, 19 insertions(+), 2 deletions(-) -- 1.9.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

