[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1437042675.git.viresh.kumar@linaro.org>
Date: Thu, 16 Jul 2015 16:28:43 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>
Cc: linaro-kernel@...ts.linaro.org, linux-kernel@...r.kernel.org,
x86@...nel.org, hpa@...or.com,
Viresh Kumar <viresh.kumar@...aro.org>
Subject: [PATCH 0/5] X86: Migrate clockevent drivers to 'set-state' interface
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(-)
--
2.4.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists