From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Subject: Re: [PATCH] ARM: OMAP: timer: obey the !CONFIG_OMAP_32K_TIMER Date: Thu, 30 Aug 2012 01:01:13 +0300 Message-ID: <503E9129.9060408@compulab.co.il> References: <1346106374-3283-1-git-send-email-grinberg@compulab.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from softlayer.compulab.co.il ([50.23.254.55]:59393 "EHLO compulab.co.il" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752954Ab2H2WBt (ORCPT ); Wed, 29 Aug 2012 18:01:49 -0400 In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Shilimkar, Santosh" Cc: Tony Lindgren , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org On 08/28/12 01:43, Shilimkar, Santosh wrote: > On Mon, Aug 27, 2012 at 3:26 PM, Igor Grinberg wrote: >> Currently, omap2_sync32k_clocksource_init() function initializes the 32K >> timer as the system clock source regardless of the CONFIG_OMAP_32K_TIMER >> setting. >> Fix this by providing a default implementation for >> !CONFIG_OMAP_32K_TIMER case. >> >> Signed-off-by: Igor Grinberg >> Reviewed-by: Paul Walmsley >> --- > Acked-by: Santosh Shilimkar Thanks Santosh! Tony, apparently, this bug has been there for a while, so probably I should have added: Cc: stable@vger.kernel.org Thanks! -- Regards, Igor. From mboxrd@z Thu Jan 1 00:00:00 1970 From: grinberg@compulab.co.il (Igor Grinberg) Date: Thu, 30 Aug 2012 01:01:13 +0300 Subject: [PATCH] ARM: OMAP: timer: obey the !CONFIG_OMAP_32K_TIMER In-Reply-To: References: <1346106374-3283-1-git-send-email-grinberg@compulab.co.il> Message-ID: <503E9129.9060408@compulab.co.il> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/28/12 01:43, Shilimkar, Santosh wrote: > On Mon, Aug 27, 2012 at 3:26 PM, Igor Grinberg wrote: >> Currently, omap2_sync32k_clocksource_init() function initializes the 32K >> timer as the system clock source regardless of the CONFIG_OMAP_32K_TIMER >> setting. >> Fix this by providing a default implementation for >> !CONFIG_OMAP_32K_TIMER case. >> >> Signed-off-by: Igor Grinberg >> Reviewed-by: Paul Walmsley >> --- > Acked-by: Santosh Shilimkar Thanks Santosh! Tony, apparently, this bug has been there for a while, so probably I should have added: Cc: stable at vger.kernel.org Thanks! -- Regards, Igor.