Re: [patch 02/66] irqchip/gic: Convert to hotplug state machine
From: Ingo Molnar <mingo@kernel.org>
Date: 2016-07-11 14:34:37
From: Ingo Molnar <mingo@kernel.org>
Date: 2016-07-11 14:34:37
* Anna-Maria Gleixner [off-list ref] wrote:
More or less straightforward, although this driver sports some very interesting SMP setup code. Regarding the callback ordering, this deleted comment is interesting: ... the GIC needs to be up before the ARM generic timers. That comment is half baken as the same requirement is true for perf. Signed-off-by: Richard Cochran <redacted> Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Cc: Jason Cooper <redacted> Cc: Marc Zyngier <redacted> Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de>
The SOB sequence is unusal. Is this patch missing this line: From: Richard Cochran [off-list ref] ... or should the SOB be: Acked-by: Richard Cochran [off-list ref] ? Thanks, Ingo