Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752811AbbFLJKw (ORCPT ); Fri, 12 Jun 2015 05:10:52 -0400 Received: from mail-wi0-f176.google.com ([209.85.212.176]:35720 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750894AbbFLJKs (ORCPT ); Fri, 12 Jun 2015 05:10:48 -0400 Message-ID: <557AA212.6010802@gmail.com> Date: Fri, 12 Jun 2015 10:10:42 +0100 From: srini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Viresh Kumar , Thomas Gleixner , Daniel Lezcano CC: linaro-kernel@lists.linaro.org, linux-kernel@vger.kernel.org, Maxime Coquelin , Patrice Chotard Subject: Re: [PATCH V2 3/7] clocksource: arm_global_timer: Migrate to new 'set-state' interface References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1409 Lines: 37 On 12/06/15 09:00, Viresh Kumar wrote: > Migrate arm_global_timer driver to the new 'set-state' interface > provided by the 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. > > Acked-by: Daniel Lezcano > Cc: Srinivas Kandagatla > Cc: Maxime Coquelin > Cc: Patrice Chotard > Signed-off-by: Viresh Kumar > --- > drivers/clocksource/arm_global_timer.c | 37 ++++++++++++++++------------------ > 1 file changed, 17 insertions(+), 20 deletions(-) > > diff --git a/drivers/clocksource/arm_global_timer.c b/drivers/clocksource/arm_global_timer.c > index e6833771a716..29ea50ac366a 100644 > --- a/drivers/clocksource/arm_global_timer.c > +++ b/drivers/clocksource/arm_global_timer.c > > Hi Viresh, Thanks for the patch, Should have been careful with the my last Ack :-) Acked-by: Srinivas Kandagatla> --srini -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/