All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: wakeupgen: Add comment for unhandled FROZEN transitions
@ 2016-04-04 12:55 Anna-Maria Gleixner
  2016-04-04 16:05 ` santosh shilimkar
  0 siblings, 1 reply; 4+ messages in thread
From: Anna-Maria Gleixner @ 2016-04-04 12:55 UTC (permalink / raw)
  To: linux-kernel
  Cc: rt, Anna-Maria Gleixner, Tony Lindgren, Santosh Shilimkar, linux-omap

FROZEN hotplug notifiers are not handled and do not have to be. Insert
a comment to remember that the lack of the FROZEN transitions is no
accident.

Cc: Tony Lindgren <tony@atomide.com>
Cc: Santosh Shilimkar <ssantosh@kernel.org>
Cc: linux-omap@vger.kernel.org
Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de>
---
 arch/arm/mach-omap2/omap-wakeupgen.c |    5 +++++
 1 file changed, 5 insertions(+)

--- a/arch/arm/mach-omap2/omap-wakeupgen.c
+++ b/arch/arm/mach-omap2/omap-wakeupgen.c
@@ -320,6 +320,11 @@ static int irq_cpu_hotplug_notify(struct
 {
 	unsigned int cpu = (unsigned int)hcpu;
 
+	/*
+	 * Corresponding FROZEN transitions do not have to be handled,
+	 * they are handled by at a higher level
+	 * (drivers/cpuidle/coupled.c).
+	 */
 	switch (action) {
 	case CPU_ONLINE:
 		wakeupgen_irqmask_all(cpu, 0);

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

end of thread, other threads:[~2016-04-13 21:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-04 12:55 [PATCH] ARM: OMAP: wakeupgen: Add comment for unhandled FROZEN transitions Anna-Maria Gleixner
2016-04-04 16:05 ` santosh shilimkar
2016-04-07 17:01   ` Tony Lindgren
2016-04-13 21:32     ` Tony Lindgren

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.