From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754248AbbGNLLQ (ORCPT ); Tue, 14 Jul 2015 07:11:16 -0400 Received: from mail-ob0-f178.google.com ([209.85.214.178]:35661 "EHLO mail-ob0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753841AbbGNLLJ (ORCPT ); Tue, 14 Jul 2015 07:11:09 -0400 MIME-Version: 1.0 In-Reply-To: <34bfbe2960c02dfc6ed20fd4ac72bdb755ed2444.1434622147.git.viresh.kumar@linaro.org> References: <34bfbe2960c02dfc6ed20fd4ac72bdb755ed2444.1434622147.git.viresh.kumar@linaro.org> Date: Tue, 14 Jul 2015 13:11:08 +0200 Message-ID: Subject: Re: [PATCH 15/41] clocksource: nomadik-mtu: 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 nomadik-mtu 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 13:11:08 +0200 Subject: [PATCH 15/41] clocksource: nomadik-mtu: Migrate to new 'set-state' interface In-Reply-To: <34bfbe2960c02dfc6ed20fd4ac72bdb755ed2444.1434622147.git.viresh.kumar@linaro.org> References: <34bfbe2960c02dfc6ed20fd4ac72bdb755ed2444.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 nomadik-mtu 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