From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753855AbbHEUpd (ORCPT ); Wed, 5 Aug 2015 16:45:33 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38008 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753776AbbHEUpc (ORCPT ); Wed, 5 Aug 2015 16:45:32 -0400 Date: Wed, 5 Aug 2015 13:45:31 -0700 From: Greg Kroah-Hartman To: Alexandre Belloni Cc: Nicolas Ferre , Boris Brezillon , Maxime Ripard , Jean-Christophe Plagniol-Villard , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Daniel Lezcano , Thomas Gleixner , Arnd Bergmann , Thierry Reding , linux-pwm@vger.kernel.org Subject: Re: [PATCH 22/23] misc: atmel_tclib: get and use slow clock Message-ID: <20150805204531.GA9784@kroah.com> References: <1438335599-3301-1-git-send-email-alexandre.belloni@free-electrons.com> <1438335599-3301-23-git-send-email-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438335599-3301-23-git-send-email-alexandre.belloni@free-electrons.com> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 31, 2015 at 11:39:58AM +0200, Alexandre Belloni wrote: > From: Boris Brezillon > > Commit dca1a4b5ff6e ("clk: at91: keep slow clk enabled to prevent system > hang") added a workaround for the slow clock as it is not properly handled > by its users. > > Get and use the slow clock as it is necessary for the timer counters. > > Signed-off-by: Boris Brezillon > Signed-off-by: Alexandre Belloni > --- > Cc: Daniel Lezcano > Cc: Thomas Gleixner > Cc: Arnd Bergmann > Cc: Greg Kroah-Hartman > Cc: Thierry Reding > Cc: linux-pwm@vger.kernel.org > drivers/clocksource/tcb_clksrc.c | 8 ++++++++ > drivers/misc/atmel_tclib.c | 4 ++++ > drivers/pwm/pwm-atmel-tcb.c | 23 ++++++++++++++++------- > include/linux/atmel_tc.h | 1 + > 4 files changed, 29 insertions(+), 7 deletions(-) > Acked-by: Greg Kroah-Hartman