Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754313AbbFRJOo (ORCPT ); Thu, 18 Jun 2015 05:14:44 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:35148 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752409AbbFRJOd (ORCPT ); Thu, 18 Jun 2015 05:14:33 -0400 Message-ID: <55828BFB.80205@linaro.org> Date: Thu, 18 Jun 2015 11:14:35 +0200 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Viresh Kumar , Thomas Gleixner CC: linaro-kernel@lists.linaro.org, linux-kernel@vger.kernel.org, Andres Salomon , bcm-kernel-feedback-list@broadcom.com, Florian Fainelli , Lee Jones , Magnus Damm , Marc Zyngier , Maxime Coquelin , Patrice Chotard , Ray Jui , Scott Branden , Srinivas Kandagatla , Stephen Warren Subject: Re: [PATCH V2 0/7] clockevent: Migrate to new 'set-state' interface References: <55828B0E.2000804@linaro.org> In-Reply-To: <55828B0E.2000804@linaro.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1806 Lines: 45 On 06/18/2015 11:10 AM, Daniel Lezcano wrote: > On 06/12/2015 10:00 AM, Viresh Kumar wrote: >> Hi Thomas/Daniel, >> >> I have incorporated all the improvements Daniel suggested on V1 and so >> here is V2. >> >> The first patch allows set-state callbacks to be optional, otherwise it >> leads to unnecessary noop callbacks for drivers which don't want to >> implement them. Over that, these noop-callbacks result in full function >> calls for nothing really useful. >> >> Rest of the series converts few 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. >> >> Once all the drivers are migrated to the new interface in future, we can >> remove the code supporting '->mode' in clockevents core. >> >> Drivers converted in this series are selected based on the diff they >> generate. These are different diffs we shall have for most of the >> drivers and any suggestions/improvements for these patches will be >> applied to other drivers as well. >> >> This is based of latest tip/master from few days back due to dependency >> on clockevent_state_*() helpers. > > Applied to my tree for 3.5 Pfff, 4.3 -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- 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/