RE: [PATCH V3 1/5] ARM: dts: OMAP: Add timer nodes

2012-10-25 Thread Hiremath, Vaibhav
On Thu, Oct 25, 2012 at 04:30:37, Hunter, Jon wrote: On 10/24/2012 01:17 PM, Hiremath, Vaibhav wrote: On Wed, Oct 17, 2012 at 23:31:09, Hunter, Jon wrote: Add the 12 GP timers nodes present in OMAP2. Add the 12 GP timers nodes present in OMAP3. Add the 11 GP timers nodes present in

Re: [PATCH V3 1/5] ARM: dts: OMAP: Add timer nodes

2012-10-25 Thread Jon Hunter
On 10/25/2012 07:12 AM, Hiremath, Vaibhav wrote: On Thu, Oct 25, 2012 at 04:30:37, Hunter, Jon wrote: On 10/24/2012 01:17 PM, Hiremath, Vaibhav wrote: On Wed, Oct 17, 2012 at 23:31:09, Hunter, Jon wrote: Add the 12 GP timers nodes present in OMAP2. Add the 12 GP timers nodes present in

Re: [PATCH V3 1/5] ARM: dts: OMAP: Add timer nodes

2012-10-25 Thread Jon Hunter
On 10/25/2012 07:18 AM, Jon Hunter wrote: ... @@ -113,6 +114,9 @@ static int omap_timer_interrupt_test(struct omap_dm_timer *gptimer) irq_data.gptimer = gptimer; init_completion(irq_data.complete); + + omap_dm_timer_enable(gptimer); +

RE: [PATCH V3 1/5] ARM: dts: OMAP: Add timer nodes

2012-10-25 Thread Hiremath, Vaibhav
On Thu, Oct 25, 2012 at 17:48:47, Hunter, Jon wrote: On 10/25/2012 07:12 AM, Hiremath, Vaibhav wrote: On Thu, Oct 25, 2012 at 04:30:37, Hunter, Jon wrote: On 10/24/2012 01:17 PM, Hiremath, Vaibhav wrote: On Wed, Oct 17, 2012 at 23:31:09, Hunter, Jon wrote: Add the 12 GP timers nodes

RE: [PATCH V3 1/5] ARM: dts: OMAP: Add timer nodes

2012-10-25 Thread Hiremath, Vaibhav
On Thu, Oct 25, 2012 at 18:03:37, Hunter, Jon wrote: On 10/25/2012 07:18 AM, Jon Hunter wrote: ... @@ -113,6 +114,9 @@ static int omap_timer_interrupt_test(struct omap_dm_timer *gptimer) irq_data.gptimer = gptimer; init_completion(irq_data.complete); + +

Re: [PATCH V3 1/5] ARM: dts: OMAP: Add timer nodes

2012-10-25 Thread Jon Hunter
On 10/25/2012 10:27 AM, Hiremath, Vaibhav wrote: ... Can you merge it to your test module? I am thinking of pushing application to github for others to use. I believe you are ok with this. I am planning to push all the application there. https://github.com/hvaibhav/sample-applications

RE: [PATCH V3 1/5] ARM: dts: OMAP: Add timer nodes

2012-10-24 Thread Hiremath, Vaibhav
On Wed, Oct 17, 2012 at 23:31:09, Hunter, Jon wrote: Add the 12 GP timers nodes present in OMAP2. Add the 12 GP timers nodes present in OMAP3. Add the 11 GP timers nodes present in OMAP4. Add the 7 GP timers nodes present in AM33xx. Add documentation for timer properties specific to OMAP.

Re: [PATCH V3 1/5] ARM: dts: OMAP: Add timer nodes

2012-10-24 Thread Jon Hunter
On 10/24/2012 01:17 PM, Hiremath, Vaibhav wrote: On Wed, Oct 17, 2012 at 23:31:09, Hunter, Jon wrote: Add the 12 GP timers nodes present in OMAP2. Add the 12 GP timers nodes present in OMAP3. Add the 11 GP timers nodes present in OMAP4. Add the 7 GP timers nodes present in AM33xx. Add