Re: [PATCH V3 05/10] ARM: OMAP2+: SmartReflex: introduce a busy loop condition test macro

2012-05-09 Thread J, KEERTHY
On Tue, May 8, 2012 at 3:47 PM, AnilKumar, Chimata wrote: > On Mon, May 07, 2012 at 10:51:53, J, KEERTHY wrote: >> On Fri, May 4, 2012 at 2:42 PM, AnilKumar, Chimata wrote: >> > On Thu, Apr 26, 2012 at 23:10:36, J, KEERTHY wrote: >> >> From: Jean Pihet >> >> >> >> Now that omap_test_timeout is o

RE: [PATCH V3 05/10] ARM: OMAP2+: SmartReflex: introduce a busy loop condition test macro

2012-05-08 Thread AnilKumar, Chimata
On Mon, May 07, 2012 at 10:51:53, J, KEERTHY wrote: > On Fri, May 4, 2012 at 2:42 PM, AnilKumar, Chimata wrote: > > On Thu, Apr 26, 2012 at 23:10:36, J, KEERTHY wrote: > >> From: Jean Pihet > >> > >> Now that omap_test_timeout is only accessible from mach-omap2/, > >> introduce a similar function

Re: [PATCH V3 05/10] ARM: OMAP2+: SmartReflex: introduce a busy loop condition test macro

2012-05-06 Thread J, KEERTHY
On Fri, May 4, 2012 at 2:42 PM, AnilKumar, Chimata wrote: > On Thu, Apr 26, 2012 at 23:10:36, J, KEERTHY wrote: >> From: Jean Pihet >> >> Now that omap_test_timeout is only accessible from mach-omap2/, >> introduce a similar function for SR. >> >> This change makes the SmartReflex implementation

RE: [PATCH V3 05/10] ARM: OMAP2+: SmartReflex: introduce a busy loop condition test macro

2012-05-04 Thread AnilKumar, Chimata
On Thu, Apr 26, 2012 at 23:10:36, J, KEERTHY wrote: > From: Jean Pihet > > Now that omap_test_timeout is only accessible from mach-omap2/, > introduce a similar function for SR. > > This change makes the SmartReflex implementation ready for the move > to drivers/. > > Signed-off-by: Jean Pihet

[PATCH V3 05/10] ARM: OMAP2+: SmartReflex: introduce a busy loop condition test macro

2012-04-26 Thread Keerthy
From: Jean Pihet Now that omap_test_timeout is only accessible from mach-omap2/, introduce a similar function for SR. This change makes the SmartReflex implementation ready for the move to drivers/. Signed-off-by: Jean Pihet Signed-off-by: J Keerthy --- arch/arm/mach-omap2/smartreflex.c |