ARM: OMAP4: PRM: use PRCM interrupt handler
authorTero Kristo <t-kristo@ti.com>
Fri, 16 Dec 2011 21:37:00 +0000 (14:37 -0700)
committerPaul Walmsley <paul@pwsan.com>
Fri, 16 Dec 2011 21:37:00 +0000 (14:37 -0700)
commit2f31b51659c2d8315ea2888ba5b93076febe672b
treee8f62efcd447f79f4e49fda5bb702d8634a6c98a
parent22f51371f8c35869ed850f46aa76b6cc2b502110
ARM: OMAP4: PRM: use PRCM interrupt handler

Use the new PRCM interrupt handler code on OMAP4 systems.

The OMAP code will need to be converted to use sparse IRQs for this
to work.  Until that time, the following message will appear on boot:

PRCM: failed to allocate irq descs: -12

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Tested-by: Kevin Hilman <khilman@ti.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
[paul@pwsan.com: split this from a previous patch to this patch; call
 omap4xxx_prcm_init() during init; write trivial commit log]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/prm44xx.c