OMAP3+: SR: disable interrupt by default
authorNishanth Menon <nm@ti.com>
Mon, 14 Feb 2011 07:11:10 +0000 (12:41 +0530)
committerKevin Hilman <khilman@ti.com>
Mon, 20 Jun 2011 21:12:31 +0000 (14:12 -0700)
commit1279ba5916f6635610c639186be84afaef831fb3
tree92d2360f682fe73090b6bb60ebbaabd21927580b
parent7a89afa8cfb2cb614d0b8912f19ee98124feeb51
OMAP3+: SR: disable interrupt by default

We will enable and disable interrupt on a need basis in the class
driver. We need to keep the IRQ disabled by default else the
forceupdate or vcbypass events could trigger events that we don't
need/expect to handle.

This is a preparation for SmartReflex AVS class drivers such as
class 2 and class 1.5 which would need to use interrupts. Existing
SmartReflex AVS class 3 driver does not require to use interrupts
and is not impacted by this change.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/smartreflex.c