Around Thu 16 Jul 2015 16:56:15 +0530 or thereabout, Viresh Kumar wrote: > Migrate avr32 driver to the new 'set-state' interface provided by > clockevents core, the earlier 'set-mode' interface is marked obsolete > now. > > This also enables us to implement callbacks for new states of clockevent > devices, for example: ONESHOT_STOPPED. > > We want to call cpu_idle_poll_ctrl() in shutdown only if we were in > oneshot or resume state earlier. Create another variable to save this > information and check that in shutdown callback. > > Cc: Haavard Skinnemoen <[email protected]> > Cc: Hans-Christian Egtvedt <[email protected]> > Signed-off-by: Viresh Kumar <[email protected]>
Looks sane. Acked-by: Hans-Christian Egtvedt <[email protected]> > --- > arch/avr32/kernel/time.c | 65 > ++++++++++++++++++++++++------------------------ > 1 file changed, 33 insertions(+), 32 deletions(-) <snipp diff> -- BR, HcE -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

