From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Tue, 29 Jan 2013 23:12:08 +0000 Subject: [PATCH v2 4/4] irqchip: gic: Perform the gic_secondary_init() call via CPU notifier In-Reply-To: References: <1359476319-23720-1-git-send-email-catalin.marinas@arm.com> <1359476319-23720-5-git-send-email-catalin.marinas@arm.com> Message-ID: <20130129231205.GA25176@MacBook-Pro.local> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jan 29, 2013 at 10:35:46PM +0000, Nicolas Pitre wrote: > On Tue, 29 Jan 2013, Catalin Marinas wrote: > > > All the calls to gic_secondary_init() pass 0 as the first argument. > > Since this function is called on each CPU when starting, it can be done > > in a platform-independent way via a CPU notifier registered by the GIC > > code. > > > > Signed-off-by: Catalin Marinas > > Acked-by: Stephen Warren > > Acked-by: Viresh Kumar > > Acked-by: Santosh Shilimkar > > Acked-by: Rob Herring > > Acked-by: Simon Horman > > Tested-by: Simon Horman > > Acked-by: Srinidhi Kasagar > > Cc: Russell King > > Cc: Thomas Gleixner > > Cc: Kukjin Kim > > Cc: Sascha Hauer > > Cc: David Brown > > Cc: Bryan Huntsman > > Cc: Tony Lindgren > > Cc: Magnus Damm > > Cc: Dinh Nguyen > > Cc: Shiraz Hashim > > Cc: Linus Walleij > > Acked-by: Nicolas Pitre Thanks. > What is your plan in terms of merge path and schedule? My mcpm series > would depend on this. I would like to get them in as soon as possible (ideally 3.9) as AArch64 needs GIC support. I can base them on Rob's branch (already in -next) and send them the same route (the arm-soc tree if Olof/Arnd are ok to take them). -- Catalin