]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4b597bf8af9baa56c0128a4a1ae40b82e12a05e0
treee8f62efcd447f79f4e49fda5bb702d8634a6c98a
parentc62784e1550dead35e9474b34ce89f88fbae5a07
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