From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755472AbbFSTLC (ORCPT ); Fri, 19 Jun 2015 15:11:02 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:45869 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753273AbbFSTKx (ORCPT ); Fri, 19 Jun 2015 15:10:53 -0400 Date: Fri, 19 Jun 2015 12:10:50 -0700 From: Stephen Boyd To: Viresh Kumar Cc: Thomas Gleixner , Daniel Lezcano , linaro-kernel@lists.linaro.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Kumar Gala , Andy Gross , David Brown Subject: Re: [PATCH 17/41] clocksource: qcom: Migrate to new 'set-state' interface Message-ID: <20150619191050.GF22132@codeaurora.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/18, Viresh Kumar wrote: > Migrate qcom 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. > > Periodic mode isn't supported by the driver and so the callback isn't > provided anymore. > > Cc: Stephen Boyd > Cc: Kumar Gala > Cc: Andy Gross > Cc: David Brown > Signed-off-by: Viresh Kumar > --- Acked-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Fri, 19 Jun 2015 12:10:50 -0700 Subject: [PATCH 17/41] clocksource: qcom: Migrate to new 'set-state' interface In-Reply-To: References: Message-ID: <20150619191050.GF22132@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/18, Viresh Kumar wrote: > Migrate qcom 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. > > Periodic mode isn't supported by the driver and so the callback isn't > provided anymore. > > Cc: Stephen Boyd > Cc: Kumar Gala > Cc: Andy Gross > Cc: David Brown > Signed-off-by: Viresh Kumar > --- Acked-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project