Re: Re: [PATCH 3/3][RFC] devfreq: Add current freq callback in device profile

2012-08-26 Thread Rajagopal Venkat
On 23 August 2012 12:37, MyungJoo Ham wrote: >> On 20 August 2012 15:15, 함명주 wrote: >> >> Devfreq returns governor predicted frequency as current >> >> frequency via sysfs interface. But device may not support >> >> all frequencies that governor predicts. As per the design >> >> its driver respon

Re: Re: [PATCH 3/3][RFC] devfreq: Add current freq callback in device profile

2012-08-23 Thread MyungJoo Ham
> On 20 August 2012 15:15, 함명주 wrote: > >> Devfreq returns governor predicted frequency as current > >> frequency via sysfs interface. But device may not support > >> all frequencies that governor predicts. As per the design > >> its driver responsibility to maintain current frequency > >> at whic

Re: [PATCH 3/3][RFC] devfreq: Add current freq callback in device profile

2012-08-21 Thread Rajagopal Venkat
On 20 August 2012 15:15, 함명주 wrote: >> Devfreq returns governor predicted frequency as current >> frequency via sysfs interface. But device may not support >> all frequencies that governor predicts. As per the design >> its driver responsibility to maintain current frequency >> at which device is

Re: [PATCH 3/3][RFC] devfreq: Add current freq callback in device profile

2012-08-20 Thread 함명주
> Devfreq returns governor predicted frequency as current > frequency via sysfs interface. But device may not support > all frequencies that governor predicts. As per the design > its driver responsibility to maintain current frequency > at which device is operating. So add a callback in device > p