From: Jon Hunter Date: Sun, 7 Oct 2012 19:09:59 +0000 (-0600) Subject: ARM: OMAP2+: hwmod data: Fix PMU interrupt definitions X-Git-Tag: omap-for-v3.7-rc1/fixes-hwmod-clock-signed-v3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc3401cfa19a39c01c2c098830bfcd2a450b798;p=pandora-kernel.git ARM: OMAP2+: hwmod data: Fix PMU interrupt definitions Commit 7d7e1eb (ARM: OMAP2+: Prepare for irqs.h removal) and commit ec2c082 (ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQ) updated the way interrupts for OMAP2/3 devices are defined in the HWMOD data structures to being an index plus a fixed offset (defined by OMAP_INTC_START). The definition of the PMU interrupts on OMAP2/3 devices is missing the OMAP_INTC_START offset and so this is causing the allocation of PMU interrupts to fail on OMAP2/3 devices. So add the offset to fix this. This is patch is based upon Tony's master branch for OMAP. Signed-off-by: Jon Hunter Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed