]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: hwmod_data: fix missing OMAP_INTC_START in irq data
authorSuman Anna <s-anna@ti.com>
Mon, 23 Dec 2013 22:53:11 +0000 (16:53 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 26 Dec 2013 04:41:27 +0000 (21:41 -0700)
commit78a6ad41fb7b3e4153578d707f2770659ed34f98
tree0a3dcead553642464e0387974f2a2e3f8b09bbe9
parent04f13ac903da08b5d0464ddff33a4491aea7006d
ARM: OMAP2+: hwmod_data: fix missing OMAP_INTC_START in irq data

Commit ef1e169 (ARM: OMAP2+: Prepare for irqs.h removal) and commit
bcd6aed (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).

Couple of irqs in the OMAP2/3 hwmod data were misconfigured completely
as they were missing this OMAP_INTC_START relative offset. Add this
offset back to fix the incorrect irq data for the following modules:
OMAP2 - GPMC, RNG
OMAP3 - GPMC, ISP MMU & IVA MMU

Signed-off-by: Suman Anna <s-anna@ti.com>
Fixes: ef1e1696b772 ("ARM: OMAP2+: Prepare for irqs.h removal")
Fixes: bcd6aedab160 ("ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQ")
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c