From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 4 May 2012 10:43:02 -0700 Subject: [PATCH-V6 1/3] ARM: OMAP1: FIX: check possible error condition in timer_init In-Reply-To: <87y5pafis6.fsf@ti.com> References: <1335967014-11937-1-git-send-email-hvaibhav@ti.com> <1335967014-11937-2-git-send-email-hvaibhav@ti.com> <87y5pafis6.fsf@ti.com> Message-ID: <20120504174301.GH5613@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, * Kevin Hilman [120502 13:11]: > Vaibhav Hiremath writes: > > > OMAP1, omap_32k_timer_init() function always returns "true", > > irrespective of whether error occurred while initializing 32k sync > > counter as a kernel clocksource or not and execution will never > > fallback to mpu_timer clocksource init code. > > > > This patch adds check for return value from function > > omap_init_clocksource_32k(), and fallback to omap_mpu_timer_init() > > in case of failure/error from omap_init_clocksource_32k(). > > > > Signed-off-by: Vaibhav Hiremath > > Cc: Tony Lindgren > > Cc: Kevin Hilman > > Cc: Paul Walmsley > > Cc: Benoit Cousson > > --- > > This is new patch addition compared to original series (<=V5). > > > > Also, note that, this patch is only compile tested, since > > I do not have omap1 board with me to validate it. > > Kevin, can you help me to validate it. > > I boot tested on OMAP1 (5912/OSK) with 32k timer and MPU timer > Kconfigs. Works fine, but needs small change below for compile warnings. > > Otherwise, looks good. We need at least one tested-by on some 15xx platform for these changes. Janusz, can you please give this series a try on your board too? Regards, Tony