From: Lee Jones Date: Mon, 16 Jul 2012 07:35:37 +0000 (+0100) Subject: input: ab8500-ponkey: Create AB8500 domain IRQ mapping X-Git-Tag: v3.6-rc1~47^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca3b3faf9bee4dc5df4f10eae2d1e48f7de0a8ad;p=pandora-kernel.git input: ab8500-ponkey: Create AB8500 domain IRQ mapping Before we can use any domain allocated IRQ, we need to first create a map between the Hardware IRQ (hwirq) and the Linux Virtual IRQ (virq). We do this with a helper function provided by the AB8500 IRQ domain controller called ab8500_irq_get_virq(). We need to do this for both IRQs which the Power-On-Key driver uses; one for button press, the other for button depress. Acked-by: Dmitry Torokhov Acked-by: Linus Walleij Signed-off-by: Lee Jones Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed