From: Tero Kristo Date: Fri, 16 Dec 2011 21:36:59 +0000 (-0700) Subject: ARM: OMAP: hwmod: add support for selecting mpu_irq for each wakeup pad X-Git-Tag: v3.3-rc1~137^2~4^2^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abc2d5456334d548328978d0b0d22c0e5d44cdcd;p=pandora-kernel.git ARM: OMAP: hwmod: add support for selecting mpu_irq for each wakeup pad By default all registered pads will trigger mpu_irqs[0]. Now there is an API for selecting used mpu_irq on pad basis, which can be used to trigger different irq handlers for different pads in the same hwmod. Each pad that requires its interrupt to be re-routed this way must have a separate call to omap_hwmod_pad_route_irq(hwmod, pad, irq). Signed-off-by: Tero Kristo Acked-by: Tony Lindgren Tested-by: Kevin Hilman Reviewed-by: Kevin Hilman [paul@pwsan.com: moved fn to omap_hwmod.c; separated fn from mux scan_wakeups changes; added kerneldoc] Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed