On Wed, Aug 10, 2005 at 02:58:48PM +0200, Bruno Ducrot wrote: > > > Minimal PowerOP support for Intel Enhanced Speedstep "Centrino" > > > notebooks. These systems run at an operating point comprised of a cpu > > > frequency and a core voltage. The voltage could be set from the values > > > recommended in the datasheets if left unspecified (-1) in the operating > > > point, as cpufreq does. > > > > Eh? I thought these are handled okay by cpufreq already?
It does to some extent. You can't explicitly set a voltage with cpufreq, but the low-level drivers will match a voltage to a speed on chips that we know enough info about. > ATM I'm wondering what are the pro for those patches wrt current cpufreq > infrastructure (especially cpufreq's notion of notifiers). > > I still don't find a good one but I'm surely missing something obvious. I'm glad I'm not the only one who feels he's too dumb to see the advantages of this. The added complexity to expose something that in all cases, we actually don't want to expose seems a little pointless to me. For example, most of the x86 drivers, if you set a speed, and then start fiddling with the voltage, you can pretty much guarantee you'll crash within the next few seconds. They have to match, or at the least, be within a very small margin. Given how long its taken us to get sane userspace parts for cpufreq, I'm loathe to changing the interfaces yet again unless there's a clear advantage to doing so, as it'll take at least another 12 months for userspace to catch up. Dave - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/