All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] PM / Domains: Infinite loop during reboot
@ 2015-06-18 10:22 ` Geert Uytterhoeven
  0 siblings, 0 replies; 38+ messages in thread
From: Geert Uytterhoeven @ 2015-06-18 10:22 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, Rafael J. Wysocki, Kevin Hilman,
	Ulf Hansson
  Cc: Magnus Damm, Laurent Pinchart, linux-pm, linux-sh, linux-kernel,
	Geert Uytterhoeven

	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 -- geert@linux-m68k.org

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

^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2015-06-24 13:48 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-18 10:22 [PATCH 0/2] PM / Domains: Infinite loop during reboot Geert Uytterhoeven
2015-06-18 10:22 ` Geert Uytterhoeven
2015-06-18 10:22 ` [PATCH 1/2] clocksource: sh_cmt: Only perform clocksource suspend/resume if enabled Geert Uytterhoeven
2015-06-18 10:22   ` Geert Uytterhoeven
2015-06-18 14:14   ` Laurent Pinchart
2015-06-18 14:14     ` Laurent Pinchart
2015-06-18 14:19     ` Geert Uytterhoeven
2015-06-18 14:19       ` Geert Uytterhoeven
2015-06-18 10:22 ` [PATCH 2/2] PM / Domains: Avoid infinite loops in attach/detach code Geert Uytterhoeven
2015-06-18 10:22   ` Geert Uytterhoeven
2015-06-22  7:30   ` Geert Uytterhoeven
2015-06-22  7:30     ` Geert Uytterhoeven
2015-06-22  7:30     ` Geert Uytterhoeven
2015-06-22  7:31   ` Geert Uytterhoeven
2015-06-22  7:31     ` Geert Uytterhoeven
2015-06-22  7:31     ` Geert Uytterhoeven
2015-06-22 23:41     ` Rafael J. Wysocki
2015-06-22 23:41       ` Rafael J. Wysocki
2015-06-22 23:41       ` Rafael J. Wysocki
2015-06-23  7:16       ` Geert Uytterhoeven
2015-06-23  7:16         ` Geert Uytterhoeven
2015-06-23  7:16         ` Geert Uytterhoeven
2015-06-23 12:50     ` Ulf Hansson
2015-06-23 12:50       ` Ulf Hansson
2015-06-23 13:20       ` Geert Uytterhoeven
2015-06-23 13:20         ` Geert Uytterhoeven
2015-06-23 13:38         ` Rafael J. Wysocki
2015-06-23 13:38           ` Rafael J. Wysocki
2015-06-23 13:45           ` Geert Uytterhoeven
2015-06-23 13:45             ` Geert Uytterhoeven
2015-06-24  8:33         ` Ulf Hansson
2015-06-24  8:33           ` Ulf Hansson
2015-06-24  8:35           ` Geert Uytterhoeven
2015-06-24  8:35             ` Geert Uytterhoeven
2015-06-24 13:48             ` Rafael J. Wysocki
2015-06-24 13:48               ` Rafael J. Wysocki
2015-06-24 13:44   ` Rafael J. Wysocki
2015-06-24 14:10     ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.