Re: [PATCH 3/6] ARM: OMAP3+: SmartReflex: introduce notifier_control

2012-03-13 Thread Menon, Nishanth
On Tue, Mar 13, 2012 at 05:26, wrote: > > diff --git a/arch/arm/mach-omap2/smartreflex.c > b/arch/arm/mach-omap2/smartreflex.c > index 7977018..dfe8075 100644 > --- a/arch/arm/mach-omap2/smartreflex.c > +++ b/arch/arm/mach-omap2/smartreflex.c ... > +       switch (sr->ip_type) { > +       case SR_

[PATCH 3/6] ARM: OMAP3+: SmartReflex: introduce notifier_control

2012-03-13 Thread jean . pihet
From: Nishanth Menon We need some mechanism from class drivers to control when notifiers should be triggered and when not, currently we have none, which makes Class driver usage of the interrupt events almost impossible. We also ensure that disable/enable or irq is always guarenteed to be paired