RE: [PATCH 3/9] OMAP2/3/4 : Dual mode timer device registration.

2010-06-03 Thread Gopinath, Thara
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Tuesday, June 01, 2010 2:51 PM To: Cousson, Benoit Cc: Gopinath, Thara; linux-omap@vger.kernel.org; khil...@deeprootsystems.com; Sawant, Anand Subject: Re: [PATCH 3/9] OMAP2/3/4 : Dual mode timer device registration

Re: [PATCH 3/9] OMAP2/3/4 : Dual mode timer device registration.

2010-06-03 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: This patch converts OMAP2/OMAP3/OMAP4 dual mode timers into platform devices using omap hwmod, omap device and runtime pm frameworks. This patch also allows GPTIMER1 and GPTIMER2 to be registered as early devices. This will allow GPTIMER1 to be registered

Re: [PATCH 3/9] OMAP2/3/4 : Dual mode timer device registration.

2010-06-03 Thread Kevin Hilman
Thara Gopinath th...@ti.com writes: This patch converts OMAP2/OMAP3/OMAP4 dual mode timers into platform devices using omap hwmod, omap device and runtime pm frameworks. This patch also allows GPTIMER1 and GPTIMER2 to be registered as early devices. This will allow GPTIMER1 to be registered

Re: [PATCH 3/9] OMAP2/3/4 : Dual mode timer device registration.

2010-06-01 Thread Tony Lindgren
* Benoit Cousson b-cous...@ti.com [100531 01:57]: + +#define NO_EARLY_TIMERS2 The NO_ is a little bit confusing, you should maybe use _COUNT. Also NR_ is commonly used. Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message

Re: [PATCH 3/9] OMAP2/3/4 : Dual mode timer device registration.

2010-05-30 Thread Benoit Cousson
Hi Thara, On 5/29/2010 4:37 PM, Gopinath, Thara wrote: This patch converts OMAP2/OMAP3/OMAP4 dual mode timers into platform devices using omap hwmod, omap device and runtime pm frameworks. This patch also allows GPTIMER1 and GPTIMER2 to be registered as early devices. This will allow GPTIMER1