<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/hwmon, branch linux-2.6.16.y</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.16.y</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=linux-2.6.16.y'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2008-01-06T02:18:59+00:00</updated>
<entry>
<title>hwmon/lm87: Fix a division by zero</title>
<updated>2008-01-06T02:18:59+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2007-12-09T17:58:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=3528fed43621960e41fef18a2013dc05801ee707'/>
<id>urn:sha1:3528fed43621960e41fef18a2013dc05801ee707</id>
<content type='text'>
Missing parentheses in the definition of FAN_FROM_REG cause a
division by zero for a specific register value.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Acked-by: Hans de Goede &lt;j.w.r.degoede@hhs.nl&gt;
Signed-off-by: Mark M. Hoffman &lt;mhoffman@lightlink.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>hwmon/lm87: Disable VID when it should be</title>
<updated>2008-01-06T02:18:59+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2007-12-09T17:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f28b4d6af82321ebddda7e40075f50075207fc09'/>
<id>urn:sha1:f28b4d6af82321ebddda7e40075f50075207fc09</id>
<content type='text'>
A stupid bit shifting bug caused the VID value to be always exported
even when the hardware is configured for something different.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mark M. Hoffman &lt;mhoffman@lightlink.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>hwmon/w83627ehf: Don't redefine REGION_OFFSET</title>
<updated>2007-05-03T23:35:12+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2007-05-03T23:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=76e01e5bc0f958d7065d589ada7ca44eb44d8d3e'/>
<id>urn:sha1:76e01e5bc0f958d7065d589ada7ca44eb44d8d3e</id>
<content type='text'>
On ia64, kernel headers define REGION_OFFSET so we can't use that.
Reported by Andrew Morton.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
</entry>
<entry>
<title>hwmon/w83627ehf: Fix the fan5 clock divider write</title>
<updated>2007-04-19T23:43:12+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2007-04-19T23:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=17acc02c4df45426d62e5e31231a2312c361f107'/>
<id>urn:sha1:17acc02c4df45426d62e5e31231a2312c361f107</id>
<content type='text'>
Users have been complaining about the w83627ehf driver flooding their logs
with debug messages like:

w83627ehf 9191-0a10: Increasing fan 4 clock divider from 64 to 128

or:

w83627ehf 9191-0290: Increasing fan 4 clock divider from 4 to 8

The reason is that we failed to actually write the LSB of the encoded clock
divider value for that fan, causing the next read to report the same old value
again and again.

Additionally, the fan number was improperly reported, making the bug harder to
find.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
</entry>
<entry>
<title>i2c-isa: Restore driver owner</title>
<updated>2007-02-27T20:35:11+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2007-02-27T20:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=aef4e274c8c24273e9364e3b0751260f6bf786db'/>
<id>urn:sha1:aef4e274c8c24273e9364e3b0751260f6bf786db</id>
<content type='text'>
Commit 2b48716d1d2f2edb1e7cbc5ecf1cb2cb39373e33 back in January
2006 was a bit overzealous. It removed .owner from all i2c drivers,
including i2c-isa ones, while they still need it.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
</entry>
<entry>
<title>hwmon: Add support for the Winbond W83687THF</title>
<updated>2007-02-25T23:55:22+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2007-02-25T23:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=56f2853fef447fd3e0b4df202294fca58ecdfdc1'/>
<id>urn:sha1:56f2853fef447fd3e0b4df202294fca58ecdfdc1</id>
<content type='text'>
Add support for the Winbond W83687THF chip to the w83627hf hardware
monitoring driver. This new chip is almost similar to the already
supported W83627THF chip, except for VID and a few other minor
changes.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
</entry>
<entry>
<title>w83791d: Documentation update</title>
<updated>2007-02-25T23:50:40+00:00</updated>
<author>
<name>Charles Spirakis</name>
<email>bezaur@gmail.com</email>
</author>
<published>2007-02-25T23:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=356e399a1d8eb4a985c40d4ae3fed80b23c86db0'/>
<id>urn:sha1:356e399a1d8eb4a985c40d4ae3fed80b23c86db0</id>
<content type='text'>
The alarm bits and the beep enable bits are in different positions in
the hardware. Document the problem and leave it to the user-space code
to handle the situation. When this driver is updated to the standardized
sysfs alarm/beep methodology, this won't be a problem.

This is a documentation only change.

Signed-off by: Charles Spirakis &lt;bezaur@gmail.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
</entry>
<entry>
<title>HWMON: w83791d: New hardware monitoring driver for the Winbond W83791D</title>
<updated>2007-02-25T23:49:39+00:00</updated>
<author>
<name>Charles Spirakis</name>
<email>bezaur@gmail.com</email>
</author>
<published>2007-02-25T23:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=6974d7841880c46318462054b4cf5cac142b865f'/>
<id>urn:sha1:6974d7841880c46318462054b4cf5cac142b865f</id>
<content type='text'>
Add support for the w83791d sensor chip. The w83791d hardware is
somewhere between the w83781d and the w83792d and this driver code
is derived from the code that supports those chips.

Signed-off-by: Charles Spirakis &lt;bezaur@gmail.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
</entry>
<entry>
<title>smsc47m192: New hwmon driver for SMSC LPC47M192/997</title>
<updated>2007-02-25T23:48:05+00:00</updated>
<author>
<name>Hartmut Rick</name>
<email>linux@rick.claranet.de</email>
</author>
<published>2007-02-25T23:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c4141268d4c22a4d61380972011547b138bb5cd2'/>
<id>urn:sha1:c4141268d4c22a4d61380972011547b138bb5cd2</id>
<content type='text'>
New driver (smsc47m192) which supports voltage and temperature
measurement features of SMSC LPC47M192 and LPC47M997 chips.

Signed-off-by: Hartmut Rick &lt;linux@rick.claranet.de&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
</entry>
<entry>
<title>hwmon: New PC87427 hardware monitoring driver</title>
<updated>2007-02-25T23:46:17+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>bkhali@linux-fr.org</email>
</author>
<published>2007-02-25T23:46:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=76c10d1dc9bbb8ff6013347fb3dac23bd5339846'/>
<id>urn:sha1:76c10d1dc9bbb8ff6013347fb3dac23bd5339846</id>
<content type='text'>
This is a new hardware monitoring driver for the National Semiconductor
PC87427 Super-I/O chip. It only supports fan speed monitoring for now,
while the chip can do much more.

Thanks to Amir Habibi at Candelis for setting up a test system, and to
Michael Kress for testing several iterations of this driver.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
</entry>
</feed>
