From mboxrd@z Thu Jan 1 00:00:00 1970 From: nicolas.pitre@linaro.org (Nicolas Pitre) Date: Tue, 29 Jan 2013 19:11:56 -0500 (EST) Subject: [PATCH v2 4/4] irqchip: gic: Perform the gic_secondary_init() call via CPU notifier In-Reply-To: <20130129231205.GA25176@MacBook-Pro.local> References: <1359476319-23720-1-git-send-email-catalin.marinas@arm.com> <1359476319-23720-5-git-send-email-catalin.marinas@arm.com> <20130129231205.GA25176@MacBook-Pro.local> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, 29 Jan 2013, Catalin Marinas wrote: > 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). Well... I'd prefer if my series was merged by RMK since this is mostly core ARM code. That is posing dependency issues. I think I'll just ignore your change for now and we'll fix things up during the v3.9-rc period. Nicolas