1 Mar 2006 12:21
Re: 2.6.15.1 Kernel patch for hardware monitoring support for SMSC 47M192/47M997
Jean Delvare <khali <at> linux-fr.org>
2006-03-01 11:21:31 GMT
2006-03-01 11:21:31 GMT
Hi Hartmut, On 2006-02-28, Hartmut Rick wrote: > > 1* The LPC47M192 chip has two sampling modes, which can be selected > > using the bit 1 of register 0x4F. Currently your driver leaves the > > chip in the mode in which it was found. However, given that we do not > > allow the user to refresh the data more often than every 1.5 second, > > wouldn't it make sense to switch the device to "cycle mode" so as to > > save some power? > > I have to admit that I've been a bit sloppy at my first attempt at the > chip driver. I didn't bother to worry about power consumption, since > the hardware monitoring block needs typically 1.2mA at a voltage of > 3.3V, which makes a total of about 4mW. And it needs about half a second > in order to complete all the conversions, so there is not much time > during which it would not be active anyway. > > But of course you're right, as long as we don't read it more often > anyway we don't need it to sample more frequently. > I will change that. Your analysis is correct and I admit it won't change that much the overall power consumption. But every saving we can get for free is good, so let's do it still. > There are more options, the sampling can be completed 8 times faster, > with fewer conversions averaged. One could imagine to give the user > access to configuration registers in order to choose these things. You > could read the faster and (probably) noisier value and average in(Continue reading)
RSS Feed