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

2012-09-17 Thread Rafael J. Wysocki
On Monday, September 17, 2012, MyungJoo Ham wrote: > > From: Rajagopal Venkat > > > > Devfreq returns governor predicted frequency as current frequency > > via sysfs interface. But device may not support all frequencies > > that governor predicts. So add a callback in device profile to get > > cu

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

2012-09-17 Thread MyungJoo Ham
> From: Rajagopal Venkat > > Devfreq returns governor predicted frequency as current frequency > via sysfs interface. But device may not support all frequencies > that governor predicts. So add a callback in device profile to get > current freq from driver. Also add a new sysfs node to expose > g

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

2012-09-13 Thread Rajagopal Venkat
From: Rajagopal Venkat Devfreq returns governor predicted frequency as current frequency via sysfs interface. But device may not support all frequencies that governor predicts. So add a callback in device profile to get current freq from driver. Also add a new sysfs node to expose governor predic