From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753023AbbGNNg3 (ORCPT ); Tue, 14 Jul 2015 09:36:29 -0400 Received: from mail-oi0-f54.google.com ([209.85.218.54]:33788 "EHLO mail-oi0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752407AbbGNNg2 (ORCPT ); Tue, 14 Jul 2015 09:36:28 -0400 MIME-Version: 1.0 In-Reply-To: <0b64aa9802f9657aae1618e073ac4c0b9de4cfd0.1434622147.git.viresh.kumar@linaro.org> References: <0b64aa9802f9657aae1618e073ac4c0b9de4cfd0.1434622147.git.viresh.kumar@linaro.org> Date: Tue, 14 Jul 2015 15:36:27 +0200 Message-ID: Subject: Re: [PATCH 38/41] clocksource: u300: Migrate to new 'set-state' interface From: Linus Walleij To: Viresh Kumar Cc: Thomas Gleixner , Daniel Lezcano , Linaro Kernel Mailman List , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 18, 2015 at 12:54 PM, Viresh Kumar wrote: > Migrate u300 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. > > Cc: Linus Walleij > Signed-off-by: Viresh Kumar Acked-by: Linus Walleij Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Tue, 14 Jul 2015 15:36:27 +0200 Subject: [PATCH 38/41] clocksource: u300: Migrate to new 'set-state' interface In-Reply-To: <0b64aa9802f9657aae1618e073ac4c0b9de4cfd0.1434622147.git.viresh.kumar@linaro.org> References: <0b64aa9802f9657aae1618e073ac4c0b9de4cfd0.1434622147.git.viresh.kumar@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jun 18, 2015 at 12:54 PM, Viresh Kumar wrote: > Migrate u300 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. > > Cc: Linus Walleij > Signed-off-by: Viresh Kumar Acked-by: Linus Walleij Yours, Linus Walleij