From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Ostrovsky Subject: Re: [PATCH 5/5] x86/xen/time: Migrate to new 'set-state' interface Date: Thu, 16 Jul 2015 10:28:00 -0400 Message-ID: <55A7BF70.6090109@oracle.com> References: <881eea6e1a3d483cd33e044cd34827cce26a57fd.1437042675.git.viresh.kumar@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZFk9T-0005Vw-1N for xen-devel@lists.xenproject.org; Thu, 16 Jul 2015 14:28:43 +0000 In-Reply-To: <881eea6e1a3d483cd33e044cd34827cce26a57fd.1437042675.git.viresh.kumar@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Viresh Kumar , Thomas Gleixner , Ingo Molnar Cc: linaro-kernel@lists.linaro.org, x86@kernel.org, linux-kernel@vger.kernel.org, David Vrabel , hpa@zytor.com, XEN HYPERVISOR INTERFACE List-Id: xen-devel@lists.xenproject.org On 07/16/2015 06:58 AM, Viresh Kumar wrote: > Migrate xen 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. > > Callbacks aren't implemented for modes where we weren't doing anything. > > Signed-off-by: Viresh Kumar Reviewed-by: Boris Ostrovsky