Re: [PATCH v4 1/3] devfreq: Core updates to support devices which can idle

2012-10-10 Thread Rafael J. Wysocki
On Wednesday 10 of October 2012 12:49:33 Rajagopal Venkat wrote: > On 8 October 2012 13:44, MyungJoo Ham wrote: > >> Prepare devfreq core framework to support devices which > >> can idle. When device idleness is detected perhaps through > >> runtime-pm, need some mechanism to suspend devfreq load

Re: [PATCH v4 1/3] devfreq: Core updates to support devices which can idle

2012-10-10 Thread MyungJoo Ham
2012. 10. 10. 오후 4:19에 "Rajagopal Venkat" 님이 작성: > > On 8 October 2012 13:44, MyungJoo Ham wrote: > >> Prepare devfreq core framework to support devices which > >> can idle. When device idleness is detected perhaps through > >> runtime-pm, need some mechanism to suspend devfreq load > >> monitorin

Re: [PATCH v4 1/3] devfreq: Core updates to support devices which can idle

2012-10-10 Thread Rajagopal Venkat
On 8 October 2012 13:44, MyungJoo Ham wrote: >> Prepare devfreq core framework to support devices which >> can idle. When device idleness is detected perhaps through >> runtime-pm, need some mechanism to suspend devfreq load >> monitoring and resume back when device is online. Present >> code cont

Re: [PATCH v4 1/3] devfreq: Core updates to support devices which can idle

2012-10-08 Thread Joe Perches
On Mon, 2012-10-08 at 14:02 +0530, Rajagopal Venkat wrote: > On 8 October 2012 13:44, MyungJoo Ham wrote: [] > > Thank you! [] > Thanks for reviewing and testing this patchset. Both of you quoted all of the original large patch. That's quite impolite to all the rest of us on this list. Please c

Re: [PATCH v4 1/3] devfreq: Core updates to support devices which can idle

2012-10-08 Thread Rajagopal Venkat
On 8 October 2012 13:44, MyungJoo Ham wrote: >> Prepare devfreq core framework to support devices which >> can idle. When device idleness is detected perhaps through >> runtime-pm, need some mechanism to suspend devfreq load >> monitoring and resume back when device is online. Present >> code cont

Re: [PATCH v4 1/3] devfreq: Core updates to support devices which can idle

2012-10-08 Thread MyungJoo Ham
> Prepare devfreq core framework to support devices which > can idle. When device idleness is detected perhaps through > runtime-pm, need some mechanism to suspend devfreq load > monitoring and resume back when device is online. Present > code continues monitoring unless device is removed from > de

[PATCH v4 1/3] devfreq: Core updates to support devices which can idle

2012-10-04 Thread Rajagopal Venkat
Prepare devfreq core framework to support devices which can idle. When device idleness is detected perhaps through runtime-pm, need some mechanism to suspend devfreq load monitoring and resume back when device is online. Present code continues monitoring unless device is removed from devfreq core.