From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Tue, 27 Sep 2011 17:59:04 -0700 Subject: [PATCH v3 2/3] ARM: gic: consolidate PPI handling In-Reply-To: <1316793788-14500-3-git-send-email-marc.zyngier@arm.com> References: <1316793788-14500-1-git-send-email-marc.zyngier@arm.com> <1316793788-14500-3-git-send-email-marc.zyngier@arm.com> Message-ID: <20110928005904.GR6324@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Marc Zyngier [110923 12:03]: > PPI handling is a bit of an odd beast. It uses its own low level > handling code and is hardwired to the local timers (hence lacking > a registration interface). > > Instead, switch the low handling to the normal SPI handling code. > PPIs are handled by the handle_percpu_devid_irq flow. > > This also allows the removal of some duplicated code. > > Cc: Kukjin Kim > Cc: David Brown > Cc: Bryan Huntsman > Cc: Tony Lindgren > Cc: Paul Mundt > Cc: Magnus Damm > Cc: Thomas Gleixner > Signed-off-by: Marc Zyngier For the omap changes: Tested-by: Tony Lindgren (Sorry had to dig this one from the archive, looks like the Cc addresses might be left out)