RE: [PATCH V4 0/2] OMAP3: Dynamic Calculation of SDRC stall latency during DVFS

2010-06-07 Thread Gurav , Pramod
Hello Paul, Can you please push these patches if you don't you are OK with them? - Thanks and Best Regards Pramod Gurav -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Gurav , Pramod Sent: Friday, April 23, 2010 7:53

RE: [PATCH V4 0/2] OMAP3: Dynamic Calculation of SDRC stall latency during DVFS

2010-04-23 Thread Gurav , Pramod
Hi Paul, Please let me know if you have any comments on the patches below. The comments from Kevin, Ambresh and Sergio have been addressed in the last version of the patches and few in these patches. -Original Message- From: Gurav , Pramod Sent: Thursday, April 01, 2010 10:47 PM

RE: [PATCH RFC]OMAP3:PM:Dynamic Calculation of SDRC stall latency during DVFS

2010-03-10 Thread Gurav , Pramod
-Original Message- From: K, Ambresh Sent: Wednesday, March 10, 2010 12:38 PM To: Gurav , Pramod Cc: K, Ambresh; Reddy, Teerth; linux-omap@vger.kernel.org; Sripathy, Vishwanath; Paul Walmsley; Kevin Hilman; Kandasamy, Rajkumar Subject: Re: [PATCH RFC]OMAP3:PM:Dynamic Calculation

struct dmtimer definition not available in header file

2010-03-10 Thread Gurav , Pramod
Hi All, I am using dmtimer in my code. Code looks like this: { static struct omap_dm_timer *gpt; void * __iomem gpt10_counter_reg; unsigned long gpt_phys_base; omap_dm_timer_init(); gpt = omap_dm_timer_request(); if (!gpt) {

RE: struct dmtimer definition not available in header file

2010-03-10 Thread Gurav , Pramod
Hi Benoit, Kelvin, OMAP2_L4_IO_ADDRESS(gpt_phys_base + OMAP_TIMER_COUNTER_OFFSET); gt_rate = clk_get_rate(omap_dm_timer_get_fclk(gpt)); omap_dm_timer_set_load_start(gpt, 0, 0); . . . }

RE: [PATCH RFC]OMAP3:PM:Dynamic Calculation of SDRC stall latency during DVFS

2010-03-09 Thread Gurav , Pramod
Hi Ambresh, + clk_sel_regval = cm_read_mod_reg(PLL_MOD, CM_CLKSEL); *clk already as reference to CM_CLKSEL: static struct clk dpll3_m2_ck = { [...] .clksel_reg = OMAP_CM_REGADDR(PLL_MOD, CM_CLKSEL1), .clksel_mask= OMAP3430_CORE_DPLL_CLKOUT_DIV_MASK,