<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/drivers/hwmon/Makefile, branch linux-3.0.y</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=linux-3.0.y</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=linux-3.0.y'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2011-05-25T18:43:33+00:00</updated>
<entry>
<title>hwmon: New driver for the SMSC EMC6W201</title>
<updated>2011-05-25T18:43:33+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2011-05-25T18:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=b0b349a85d3df00a40a8bd398e4a151fd8e91bbe'/>
<id>urn:sha1:b0b349a85d3df00a40a8bd398e4a151fd8e91bbe</id>
<content type='text'>
This is a new driver for the SMSC EMC6W201 hardware monitoring device.
The device is functionally close to the EMC6D100 series, but is
register-incompatible.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Tested-by: Harry G McGavran Jr &lt;w5pny@arrl.net&gt;
Tested-by: Jeff Rickman &lt;jrickman@myamigos.us&gt;
Acked-by: Guenter Roeck &lt;guenter.roeck@ericsson.com&gt;
</content>
</entry>
<entry>
<title>Move ACPI power meter driver to hwmon</title>
<updated>2011-05-25T18:43:32+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2011-05-25T18:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=7d0333653840b0c692f55f1aaaa71d626fb00870'/>
<id>urn:sha1:7d0333653840b0c692f55f1aaaa71d626fb00870</id>
<content type='text'>
As discussed earlier, the ACPI power meter driver would better live
in drivers/hwmon, as its only purpose is to create hwmon-style
interfaces for ACPI 4.0 power meter devices. Users are more likely to
look for it there, and less likely to accidentally hide it by
unselecting its dependencies.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Acked-by: "Darrick J. Wong" &lt;djwong@us.ibm.com&gt;
Acked-by: Guenter Roeck &lt;guenter.roeck@ericsson.com&gt;
Cc: Len Brown &lt;lenb@kernel.org&gt;
</content>
</entry>
<entry>
<title>hwmon: Add driver for AMD family 15h processor power information</title>
<updated>2011-05-25T18:43:31+00:00</updated>
<author>
<name>Andreas Herrmann</name>
<email>andreas.herrmann3@amd.com</email>
</author>
<published>2011-05-25T18:43:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=512d1027a6c58def3c2a410e8be65b7e730aad3b'/>
<id>urn:sha1:512d1027a6c58def3c2a410e8be65b7e730aad3b</id>
<content type='text'>
This CPU family provides NB register values to gather following
TDP information

* ProcessorPwrWatts: Specifies in Watts the maximum amount of power
  the processor can support.
* CurrPwrWatts: Specifies in Watts the current amount of power being
  consumed by the processor.

This driver provides

* power1_crit (ProcessorPwrWatts)
* power1_input (CurrPwrWatts)

Signed-off-by: Andreas Herrmann &lt;andreas.herrmann3@amd.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</content>
</entry>
<entry>
<title>hwmon: Remove pkgtemp driver</title>
<updated>2011-05-21T14:22:10+00:00</updated>
<author>
<name>Guenter Roeck</name>
<email>guenter.roeck@ericsson.com</email>
</author>
<published>2011-05-20T14:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=5e99c2f1e0c86d27ed2a5261442126cd0935bc69'/>
<id>urn:sha1:5e99c2f1e0c86d27ed2a5261442126cd0935bc69</id>
<content type='text'>
After the merge of pkgtemp functionality into the coretemp driver,
the pkgtemp driver is no longer necessary. Remove it.

Signed-off-by: Guenter Roeck &lt;guenter.roeck@ericsson.com&gt;
Cc: Fenghua Yu &lt;fenghua.yu@intel.com&gt;
Acked-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</content>
</entry>
<entry>
<title>hwmon: (pmbus) Add support for Analog Devices ADM1275</title>
<updated>2011-05-19T15:19:41+00:00</updated>
<author>
<name>Guenter Roeck</name>
<email>guenter.roeck@ericsson.com</email>
</author>
<published>2011-03-17T20:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=83f7649c52871d4b0799c209c364374b682fa4a8'/>
<id>urn:sha1:83f7649c52871d4b0799c209c364374b682fa4a8</id>
<content type='text'>
Add support for Analog Devices ADM1275 Hot-Swap Controller and Digital Power
Monitor

Signed-off-by: Guenter Roeck &lt;guenter.roeck@ericsson.com&gt;
Reviewed-by: Tom Grennan &lt;tom.grennan@ericsson.com&gt;
</content>
</entry>
<entry>
<title>hwmon: (pmbus) Support for TI UCD90xxx series Sequencer and System Health Controllers</title>
<updated>2011-05-19T15:19:40+00:00</updated>
<author>
<name>Guenter Roeck</name>
<email>guenter.roeck@ericsson.com</email>
</author>
<published>2011-03-09T06:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=0c0a0615163e025eb978547969467012529e01d5'/>
<id>urn:sha1:0c0a0615163e025eb978547969467012529e01d5</id>
<content type='text'>
Hardware monitoring support for TI UCD90120, UCD90124, UCD9090, and UCD90910
Sequencer and System Health Controllers.

Signed-off-by: Guenter Roeck &lt;guenter.roeck@ericsson.com&gt;
Reviewed-by: Tom Grennan &lt;tom.grennan@ericsson.com&gt;
</content>
</entry>
<entry>
<title>hwmon: (pmbus) Add support for TI UCD9200 series of PWM System Controllers</title>
<updated>2011-05-19T15:19:39+00:00</updated>
<author>
<name>Guenter Roeck</name>
<email>guenter.roeck@ericsson.com</email>
</author>
<published>2011-03-06T23:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=84fc4585c152f34a1a90a03b7abb88a2e1218a42'/>
<id>urn:sha1:84fc4585c152f34a1a90a03b7abb88a2e1218a42</id>
<content type='text'>
This patch adds hardware monitoring support for TI UCD9220, UCD9222, UCD9224,
UCD9240, UCD9244, UCD9246, and UCD9248 Digital PWM System Controllers.

Signed-off-by: Guenter Roeck &lt;guenter.roeck@ericsson.com&gt;
Reviewed-by: Tom Grennan &lt;tom.grennan@ericsson.com&gt;
</content>
</entry>
<entry>
<title>hwmon: Driver for MAX16065 System Manager and compatibles</title>
<updated>2011-05-19T15:19:36+00:00</updated>
<author>
<name>Guenter Roeck</name>
<email>guenter.roeck@ericsson.com</email>
</author>
<published>2011-02-02T16:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f5bae2642e3df716d2bb7bcffdf51e7a286e885e'/>
<id>urn:sha1:f5bae2642e3df716d2bb7bcffdf51e7a286e885e</id>
<content type='text'>
This patch adds hardware monitoring support for Maxim MAX16065, MAX16066,
MAX16067, MAX16068, MAX16070, and MAX16071 flash-configurable system managers
with nonvolatile fault registers.

Signed-off-by: Guenter Roeck &lt;guenter.roeck@ericsson.com&gt;
Reviewed-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</content>
</entry>
<entry>
<title>hwmon: Add support for MAX6642</title>
<updated>2011-05-19T15:19:32+00:00</updated>
<author>
<name>Per Dalén</name>
<email>per.dalen@appeartv.com</email>
</author>
<published>2011-04-06T18:29:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=83bffbce745795572d20f0109395cb61690c6dcf'/>
<id>urn:sha1:83bffbce745795572d20f0109395cb61690c6dcf</id>
<content type='text'>
MAX6642 is a SMBus-Compatible Remote/Local Temperature Sensor with
Overtemperature Alarm from Maxim.

Signed-off-by: Per Dalen &lt;per.dalen@appeartv.com&gt;
Signed-off-by: Guenter Roeck &lt;guenter.roeck@ericsson.com&gt;
</content>
</entry>
<entry>
<title>hwmon: twl4030: Hwmon Driver for TWL4030 MADC</title>
<updated>2011-03-23T09:42:00+00:00</updated>
<author>
<name>Keerthy</name>
<email>j-keerthy@ti.com</email>
</author>
<published>2011-03-01T13:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=0070bddfe7275e5bc763884a8ac59651f4e79eab'/>
<id>urn:sha1:0070bddfe7275e5bc763884a8ac59651f4e79eab</id>
<content type='text'>
This driver exposes the sysfs nodes of the TWL4030 MADC module.
All the voltage channel values are expressed in terms of mV. Channel 13
and channel 14 are reserved. There are channels which represent
temperature and current the output is represented by celcius
and mA respectively.

Signed-off-by: Keerthy &lt;j-keerthy@ti.com&gt;
Acked-by: Guenter Roeck &lt;guenter.roeck@ericsson.com&gt;
Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</content>
</entry>
</feed>
