RE: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-27 Thread Hiremath, Vaibhav
On Fri, Apr 27, 2012 at 02:13:10, Dill, Russ wrote: > On Thu, Apr 26, 2012 at 11:33 AM, Kevin Hilman wrote: > > Vaibhav Hiremath writes: > > > > > > If so, please reply with your Tested-by. > > Tested-by: Russ Dill > > All three patches in series boot tested on: > Beagleboard xM > Beagleboard

Re: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-26 Thread Russ Dill
On Thu, Apr 26, 2012 at 11:33 AM, Kevin Hilman wrote: > Vaibhav Hiremath writes: > >> 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). > > [..

Re: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-26 Thread Kevin Hilman
On 04/26/2012 11:33 AM, Kevin Hilman wrote: Vaibhav Hiremath writes: 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). [...] + + sync32k

Re: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-26 Thread Kevin Hilman
Vaibhav Hiremath writes: > 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). [...] > + > + sync32k_ick = clk_get(NULL, "omap_32ksync_ick");

RE: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-26 Thread Hiremath, Vaibhav
On Thu, Apr 26, 2012 at 21:28:15, Hunter, Jon wrote: > Hi Vaibhav, Russ, > > On 04/26/2012 08:46 AM, Hiremath, Vaibhav wrote: > > On Thu, Apr 26, 2012 at 13:15:18, Russ Dill wrote: > >> On Wed, Apr 25, 2012 at 11:23 PM, Hiremath, Vaibhav > >> wrote: > >>> On Thu, Apr 26, 2012 at 11:26:09, Russ D

Re: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-26 Thread Jon Hunter
Hi Vaibhav, Russ, On 04/26/2012 08:46 AM, Hiremath, Vaibhav wrote: > On Thu, Apr 26, 2012 at 13:15:18, Russ Dill wrote: >> On Wed, Apr 25, 2012 at 11:23 PM, Hiremath, Vaibhav wrote: >>> On Thu, Apr 26, 2012 at 11:26:09, Russ Dill wrote: On Wed, Apr 25, 2012 at 10:42 PM, Hiremath, Vaibhav >

RE: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-26 Thread Hiremath, Vaibhav
On Thu, Apr 26, 2012 at 13:15:18, Russ Dill wrote: > On Wed, Apr 25, 2012 at 11:23 PM, Hiremath, Vaibhav wrote: > > On Thu, Apr 26, 2012 at 11:26:09, Russ Dill wrote: > >> On Wed, Apr 25, 2012 at 10:42 PM, Hiremath, Vaibhav > >> wrote: > >> > On Thu, Apr 26, 2012 at 10:06:40, Russ Dill wrote: >

Re: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-26 Thread Russ Dill
On Wed, Apr 25, 2012 at 11:23 PM, Hiremath, Vaibhav wrote: > On Thu, Apr 26, 2012 at 11:26:09, Russ Dill wrote: >> On Wed, Apr 25, 2012 at 10:42 PM, Hiremath, Vaibhav wrote: >> > On Thu, Apr 26, 2012 at 10:06:40, Russ Dill wrote: >> >> On Tue, Apr 24, 2012 at 2:45 AM, Vaibhav Hiremath wrote: >>

RE: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-25 Thread Hiremath, Vaibhav
On Thu, Apr 26, 2012 at 11:26:09, Russ Dill wrote: > On Wed, Apr 25, 2012 at 10:42 PM, Hiremath, Vaibhav wrote: > > On Thu, Apr 26, 2012 at 10:06:40, Russ Dill wrote: > >> On Tue, Apr 24, 2012 at 2:45 AM, Vaibhav Hiremath wrote: > >> > Current OMAP code supports couple of clocksource options base

Re: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-25 Thread Russ Dill
On Wed, Apr 25, 2012 at 10:42 PM, Hiremath, Vaibhav wrote: > On Thu, Apr 26, 2012 at 10:06:40, Russ Dill wrote: >> On Tue, Apr 24, 2012 at 2:45 AM, Vaibhav Hiremath wrote: >> > Current OMAP code supports couple of clocksource options based >> > on compilation flag (CONFIG_OMAP_32K_TIMER). The 32K

RE: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-25 Thread Hiremath, Vaibhav
On Thu, Apr 26, 2012 at 10:06:40, Russ Dill wrote: > On Tue, Apr 24, 2012 at 2:45 AM, 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

Re: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-25 Thread Russ Dill
On Tue, Apr 24, 2012 at 2:45 AM, 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). > So there can be 3 options - > > 1.

RE: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-25 Thread Hiremath, Vaibhav
On Tue, Apr 24, 2012 at 21:50:16, Tony Lindgren wrote: Thanks Tony for review comments, my response in-lined below - > Hi, > > * Vaibhav Hiremath [120424 02:54]: > > Current OMAP code supports couple of clocksource options based > > on compilation flag (CONFIG_OMAP_32K_TIMER). The 32KHz sync-ti

Re: [PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-24 Thread Tony Lindgren
Hi, * Vaibhav Hiremath [120424 02:54]: > 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). > So there can be 3 options - > > 1. 32KHz sync-timer

[PATCH-V4 3/3] ARM: OMAP: Make OMAP clocksource source selection using kernel param

2012-04-24 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). So there can be 3 options - 1. 32KHz sync-timer 2. Sys_clock based (e.g 13/19.2/26/38.4 MHz) gptimer