Re: [PATCH 3/3] PM / devfreq: account suspend/resume for stats

2013-02-04 Thread MyungJoo Ham
On Tue, Jan 15, 2013 at 8:46 PM, Rajagopal Venkat wrote: > On 14 January 2013 20:18, MyungJoo Ham wrote: >> On Tue, Jan 8, 2013 at 2:50 PM, Rajagopal Venkat >> wrote: >>> devfreq stats is not taking device suspend and resume into >>> account. Fix it. >>> >>> Signed-off-by: Rajagopal Venkat >>

Re: [PATCH 3/3] PM / devfreq: account suspend/resume for stats

2013-02-04 Thread Rajagopal Venkat
MyungJoo, Ping. On 15 January 2013 17:16, Rajagopal Venkat wrote: > On 14 January 2013 20:18, MyungJoo Ham wrote: >> On Tue, Jan 8, 2013 at 2:50 PM, Rajagopal Venkat >> wrote: >>> devfreq stats is not taking device suspend and resume into >>> account. Fix it. >>> >>> Signed-off-by: Rajagopal

Re: [PATCH 3/3] PM / devfreq: account suspend/resume for stats

2013-02-04 Thread Rajagopal Venkat
MyungJoo, Ping. On 15 January 2013 17:16, Rajagopal Venkat rajagopal.ven...@linaro.org wrote: On 14 January 2013 20:18, MyungJoo Ham myungjoo@samsung.com wrote: On Tue, Jan 8, 2013 at 2:50 PM, Rajagopal Venkat rajagopal.ven...@linaro.org wrote: devfreq stats is not taking device suspend

Re: [PATCH 3/3] PM / devfreq: account suspend/resume for stats

2013-02-04 Thread MyungJoo Ham
On Tue, Jan 15, 2013 at 8:46 PM, Rajagopal Venkat rajagopal.ven...@linaro.org wrote: On 14 January 2013 20:18, MyungJoo Ham myungjoo@samsung.com wrote: On Tue, Jan 8, 2013 at 2:50 PM, Rajagopal Venkat rajagopal.ven...@linaro.org wrote: devfreq stats is not taking device suspend and resume

Re: [PATCH 3/3] PM / devfreq: account suspend/resume for stats

2013-01-15 Thread Rajagopal Venkat
On 14 January 2013 20:18, MyungJoo Ham wrote: > On Tue, Jan 8, 2013 at 2:50 PM, Rajagopal Venkat > wrote: >> devfreq stats is not taking device suspend and resume into >> account. Fix it. >> >> Signed-off-by: Rajagopal Venkat > > With monitor_suspend(), we are suspending the DVFS mechanism of a

Re: [PATCH 3/3] PM / devfreq: account suspend/resume for stats

2013-01-15 Thread Rajagopal Venkat
On 14 January 2013 20:18, MyungJoo Ham myungjoo@samsung.com wrote: On Tue, Jan 8, 2013 at 2:50 PM, Rajagopal Venkat rajagopal.ven...@linaro.org wrote: devfreq stats is not taking device suspend and resume into account. Fix it. Signed-off-by: Rajagopal Venkat rajagopal.ven...@linaro.org

Re: [PATCH 3/3] PM / devfreq: account suspend/resume for stats

2013-01-14 Thread MyungJoo Ham
On Tue, Jan 8, 2013 at 2:50 PM, Rajagopal Venkat wrote: > devfreq stats is not taking device suspend and resume into > account. Fix it. > > Signed-off-by: Rajagopal Venkat With monitor_suspend(), we are suspending the DVFS mechanism of a device, not the device itself. Thus, the device may keep

Re: [PATCH 3/3] PM / devfreq: account suspend/resume for stats

2013-01-14 Thread MyungJoo Ham
On Tue, Jan 8, 2013 at 2:50 PM, Rajagopal Venkat rajagopal.ven...@linaro.org wrote: devfreq stats is not taking device suspend and resume into account. Fix it. Signed-off-by: Rajagopal Venkat rajagopal.ven...@linaro.org With monitor_suspend(), we are suspending the DVFS mechanism of a device,

[PATCH 3/3] PM / devfreq: account suspend/resume for stats

2013-01-07 Thread Rajagopal Venkat
devfreq stats is not taking device suspend and resume into account. Fix it. Signed-off-by: Rajagopal Venkat --- drivers/devfreq/devfreq.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c index

[PATCH 3/3] PM / devfreq: account suspend/resume for stats

2013-01-07 Thread Rajagopal Venkat
devfreq stats is not taking device suspend and resume into account. Fix it. Signed-off-by: Rajagopal Venkat rajagopal.ven...@linaro.org --- drivers/devfreq/devfreq.c | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/devfreq/devfreq.c