<feed xmlns='http://www.w3.org/2005/Atom'>
<title>litmus-rt.git/Documentation/hwmon/dme1737, branch master</title>
<subtitle>The LITMUS^RT kernel.</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/'/>
<entry>
<title>hwmon: (dme1737) Add support for in7 for SCH5127</title>
<updated>2011-01-12T20:55:13+00:00</updated>
<author>
<name>Juerg Haefliger</name>
<email>juergh@gmail.com</email>
</author>
<published>2011-01-12T20:55:13+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=d4b94e1fa6c69fd74abca5b7db1ab350d65ce89b'/>
<id>d4b94e1fa6c69fd74abca5b7db1ab350d65ce89b</id>
<content type='text'>
Add support for the 1.5V voltage monitoring input (in7) of the
SMSC SCH5127 chip.

Signed-off-by: Juerg Haefliger &lt;juergh@gmail.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for the 1.5V voltage monitoring input (in7) of the
SMSC SCH5127 chip.

Signed-off-by: Juerg Haefliger &lt;juergh@gmail.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (dme1737) Add SCH5127 support</title>
<updated>2010-05-27T17:59:01+00:00</updated>
<author>
<name>Juerg Haefliger</name>
<email>juergh@gmail.com</email>
</author>
<published>2010-05-27T17:59:01+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=ea694431f9c862bd409c90ba1cb3bdc6fdde8635'/>
<id>ea694431f9c862bd409c90ba1cb3bdc6fdde8635</id>
<content type='text'>
Add support for the hardware monitoring capabilities of the SCH5127
chip to the dme1737 driver.

Signed-off-by: Juerg Haefliger &lt;juergh@gmail.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Tested-by: Jeff Rickman &lt;jrickman@myamigos.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for the hardware monitoring capabilities of the SCH5127
chip to the dme1737 driver.

Signed-off-by: Juerg Haefliger &lt;juergh@gmail.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Tested-by: Jeff Rickman &lt;jrickman@myamigos.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (dme1737) Add support for the SMSC SCH5027</title>
<updated>2008-08-06T20:41:03+00:00</updated>
<author>
<name>Juerg Haefliger</name>
<email>juergh@gmail.com</email>
</author>
<published>2008-08-06T20:41:03+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=549edb83327f2a5027a22d65b10603b01dc40175'/>
<id>549edb83327f2a5027a22d65b10603b01dc40175</id>
<content type='text'>
Add support for the SCH5027. The differences to the DME1737 are:
- No support for programmable temp offsets
- In auto mode, PWM outputs stay on min value if temp goes below low threshold
  and can't be programmed to fully turn off
- Different voltage scaling
- No VID input

Signed-off-by: Juerg Haefliger &lt;juergh@gmail.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for the SCH5027. The differences to the DME1737 are:
- No support for programmable temp offsets
- In auto mode, PWM outputs stay on min value if temp goes below low threshold
  and can't be programmed to fully turn off
- Different voltage scaling
- No VID input

Signed-off-by: Juerg Haefliger &lt;juergh@gmail.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (dme1737) probe all addresses</title>
<updated>2008-08-01T03:44:02+00:00</updated>
<author>
<name>Juerg Haefliger</name>
<email>juergh@gmail.com</email>
</author>
<published>2008-04-04T04:34:19+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=92430b6feb19aba043171ff3094535b598052901'/>
<id>92430b6feb19aba043171ff3094535b598052901</id>
<content type='text'>
This patch adds a module load parameter to enable probing of
non-standard LPC addresses 0x162e and 0x164e when scanning for supported
ISA chips.

Signed-Off-By: Juerg Haefliger &lt;juergh at gmail.com&gt;
Acked-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mark M. Hoffman &lt;mhoffman@lightlink.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a module load parameter to enable probing of
non-standard LPC addresses 0x162e and 0x164e when scanning for supported
ISA chips.

Signed-Off-By: Juerg Haefliger &lt;juergh at gmail.com&gt;
Acked-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mark M. Hoffman &lt;mhoffman@lightlink.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (dme1737) Add sch311x support</title>
<updated>2007-10-11T02:47:13+00:00</updated>
<author>
<name>Juerg Haefliger</name>
<email>juergh@gmail.com</email>
</author>
<published>2007-10-08T04:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=e95c237d78c0dc8fc0ae1207cec87af7a37dd366'/>
<id>e95c237d78c0dc8fc0ae1207cec87af7a37dd366</id>
<content type='text'>
This patch adds support for the SMSC SCH3112, SCH3114, and SCH3116 Super-I/O
chips. These chips feature identical hardware monitoring capabilites with the
expection that some of the fan inputs and pmw outputs don't exist.

The hardware monitoring features of the SCH311x chips can only be accessed via
the ISA bus. The driver therefore registers as a platform driver, if such a
chip is detected.

Signed-off-by: Juerg Haefliger &lt;juergh at gmail.com&gt;
Acked-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mark M. Hoffman &lt;mhoffman@lightlink.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds support for the SMSC SCH3112, SCH3114, and SCH3116 Super-I/O
chips. These chips feature identical hardware monitoring capabilites with the
expection that some of the fan inputs and pmw outputs don't exist.

The hardware monitoring features of the SCH311x chips can only be accessed via
the ISA bus. The driver therefore registers as a platform driver, if such a
chip is detected.

Signed-off-by: Juerg Haefliger &lt;juergh at gmail.com&gt;
Acked-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mark M. Hoffman &lt;mhoffman@lightlink.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon/dme1737: Add documentation</title>
<updated>2007-07-19T18:22:12+00:00</updated>
<author>
<name>Juerg Haefliger</name>
<email>juergh@gmail.com</email>
</author>
<published>2007-06-09T14:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt.git/commit/?id=b825037d185549825d4f35504f2085ec86037110'/>
<id>b825037d185549825d4f35504f2085ec86037110</id>
<content type='text'>
Add documentation for the new SMSC DME1737 driver.

Signed-off-by: Juerg Haefliger &lt;juergh at gmail.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add documentation for the new SMSC DME1737 driver.

Signed-off-by: Juerg Haefliger &lt;juergh at gmail.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
