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

2012-08-30 Thread Rajagopal Venkat
On 30 August 2012 13:42, MyungJoo Ham wrote: >> On 23 August 2012 09:57, MyungJoo Ham wrote: >> >> > On 20 August 2012 12:50, 함명주 wrote: >> >> > >> >> > > Prepare devfreq core framework to support devices which >> >> > > can idle. When device idleness is detected perhaps through >> >> > > runtim

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

2012-08-30 Thread MyungJoo Ham
> On 23 August 2012 09:57, MyungJoo Ham wrote: > >> > On 20 August 2012 12:50, 함명주 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: Re: [PATCH 1/3][RFC] devfreq: Core updates to support devices which can idle

2012-08-26 Thread Rajagopal Venkat
On 23 August 2012 09:57, MyungJoo Ham wrote: >> > On 20 August 2012 12:50, 함명주 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 >> > > monitor

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

2012-08-22 Thread MyungJoo Ham
> > On 20 August 2012 12:50, 함명주 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 when device is back online. Present

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

2012-08-21 Thread Rajagopal Venkat
On 20 August 2012 12:50, 함명주 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 when device is back online. Present > > code contin

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

2012-08-21 Thread Rajagopal Venkat
On 20 August 2012 12:50, 함명주 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 when device is back online. Present > > code continu

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

2012-08-20 Thread 함명주
> 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 when device is back online. Present > code continues monitoring unless device is removed from > de

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

2012-08-17 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 when device is back online. Present code continues monitoring unless device is removed from devfreq core.