Hi Thomas/Ingo,
This series migrates x86 architecture clockevent drivers to the new set-state interface. This would enable these drivers to use new states (like: ONESHOT_STOPPED, etc.) of a clockevent device (if required), as the set-mode interface is marked obsolete now and wouldn't be expanded to handle new states.
Rebased over: v4.2-rc2 Target kernel: v4.3
This has been build/boot tested by two bots for few days now.
- kernelci, http://kernelci.org/ - 0-DAY kernel test infrastructure, kbuild test robot
Viresh Kumar (5): x86/apic: Migrate to new 'set-state' interface x86/hpet: Migrate to new 'set-state' interface x86/lguest/timer: Migrate to new 'set-state' interface x86/uv/time: Migrate to new 'set-state' interface x86/xen/time: Migrate to new 'set-state' interface
arch/x86/kernel/apic/apic.c | 86 ++++++++++-------- arch/x86/kernel/hpet.c | 198 ++++++++++++++++++++++++++--------------- arch/x86/lguest/boot.c | 24 ++--- arch/x86/platform/uv/uv_time.c | 37 +++----- arch/x86/xen/time.c | 63 +++++-------- 5 files changed, 217 insertions(+), 191 deletions(-)