Re: [PATCH-V3 0/3] ARM: OMAP: Make OMAP clocksource source selection runtime

2012-04-16 Thread Santosh Shilimkar
Vaibhav, On Friday 13 April 2012 03:09 PM, Vaibhav Hiremath wrote: > Current OMAP code supports couple of clocksource options based > on compilation flag (CONFIG_OMAP_32K_TIMER). The 32KHz sync-timer > and a gptimer which can run on 32KHz or system clock (e.g 38.4 MHz) > > This patch series clean

[PATCH-V3 0/3] ARM: OMAP: Make OMAP clocksource source selection runtime

2012-04-13 Thread Vaibhav Hiremath
Current OMAP code supports couple of clocksource options based on compilation flag (CONFIG_OMAP_32K_TIMER). The 32KHz sync-timer and a gptimer which can run on 32KHz or system clock (e.g 38.4 MHz) This patch series cleans up the existing 32k-sync timer implementation without any major code changes