From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:16783 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751562AbaKAXFf (ORCPT ); Sat, 1 Nov 2014 19:05:35 -0400 Date: Sat, 1 Nov 2014 19:05:15 -0400 From: Jason Cooper To: Ezequiel Garcia Cc: Daniel Lezcano , Thomas Gleixner , Wim Van Sebroeck , linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Nadav Haklai , Tawfik Bayouk , Lior Amsalem , Thomas Petazzoni , Andrew Lunn Subject: Re: [PATCH v2 1/4] clocksource: armada-370-xp: Add missing clock enable Message-ID: <20141101230515.GG3698@titan.lakedaemon.net> References: <1414248522-16055-1-git-send-email-ezequiel.garcia@free-electrons.com> <1414248522-16055-2-git-send-email-ezequiel.garcia@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1414248522-16055-2-git-send-email-ezequiel.garcia@free-electrons.com> Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org Daniel, On Sat, Oct 25, 2014 at 11:48:39AM -0300, Ezequiel Garcia wrote: > This commit makes sure the timer clock is prepared and enabled > before retrieving its rate. > > Acked-by: Gregory CLEMENT > Reviewed-by: Thomas Petazzoni > Signed-off-by: Ezequiel Garcia > --- > drivers/clocksource/time-armada-370-xp.c | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Jason Cooper thx, Jason.