kernel-hacking-2024-linux-s.../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 avr32: replace simple_strtoul() with kstrtoul() 2014-04-01 09:09:25 +02:00
entry-avr32b.S avr32: fix out-of-range jump in large kernels 2013-11-20 09:53:21 +01:00
head.S avr32: setup crt for early panic() 2013-11-20 09:53:21 +01:00
irq.c
kprobes.c avr32: Replace __get_cpu_var with __this_cpu_write 2014-08-26 13:45:55 -04:00
Makefile
module.c module_arch_freeing_init(): new hook for archs before module->module_init freed. 2015-01-20 11:38:32 +10:30
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-stubs.S avr32: wire up missing syscalls 2015-02-09 15:27:44 +01:00
syscall_table.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