From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 30 Aug 2012 13:20:58 -0700 Subject: [PATCH] ARM: OMAP: timer: obey the !CONFIG_OMAP_32K_TIMER In-Reply-To: <503E9129.9060408@compulab.co.il> References: <1346106374-3283-1-git-send-email-grinberg@compulab.co.il> <503E9129.9060408@compulab.co.il> Message-ID: <20120830202057.GY1303@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Igor Grinberg [120829 15:02]: > 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 I'll apply this into fixes with Cc: stable. Note that Cc: stable is usually added at commit time, or at least you're not supposed to send the patch for review there. Regards, Tony