linux/arch/avr32/kernel
Viresh Kumar 09adcdf212 AVR32/time: Migrate to new 'set-state' interface
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 <hskinnemoen@gmail.com>
Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Acked-by: Hans-Christian Egtvedt <egtvedt@samfundet.no>
2015-07-20 12:19:10 +02:00
..
.gitignore
asm-offsets.c arch: Remove exec_domain from remaining archs 2015-04-12 21:03:30 +02:00
avr32_ksyms.c
cpu.c
entry-avr32b.S
head.S
irq.c
kprobes.c
Makefile
module.c
nmi_debug.c
ocd.c
process.c
ptrace.c
setup.c
signal.c all arches, signal: move restart_block to struct task_struct 2015-02-12 18:54:12 -08:00
stacktrace.c
switch_to.S
syscall_table.S avr32: wire up missing syscalls 2015-02-09 15:27:44 +01:00
syscall-stubs.S avr32: wire up missing syscalls 2015-02-09 15:27:44 +01:00
time.c AVR32/time: Migrate to new 'set-state' interface 2015-07-20 12:19:10 +02:00
traps.c
vmlinux.lds.S