<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/Documentation/hwmon/tmp401, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/Documentation/hwmon/tmp401?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/Documentation/hwmon/tmp401?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2019-04-17T17:37:23Z</updated>
<entry>
<title>docs: hwmon: Add an index file and rename docs to *.rst</title>
<updated>2019-04-17T17:37:23Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab+samsung@kernel.org</email>
</author>
<published>2019-04-17T09:46:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=7ebd8b66dd9e5a0b65e5ee5e2b8e7ca382ec97b7'/>
<id>urn:sha1:7ebd8b66dd9e5a0b65e5ee5e2b8e7ca382ec97b7</id>
<content type='text'>
Now that all files were converted to ReST format, rename them
and add an index.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>docs: hwmon: misc files: convert to ReST format</title>
<updated>2019-04-17T16:51:07Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab+samsung@kernel.org</email>
</author>
<published>2019-04-17T09:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b32570a4f0919569bcba13a5419ea97ca5c1d3cf'/>
<id>urn:sha1:b32570a4f0919569bcba13a5419ea97ca5c1d3cf</id>
<content type='text'>
Convert other files maintained by Guenter to ReST format, in order
to allow them to be parsed by Sphinx.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: (tmp401) Add support for TI TMP461</title>
<updated>2016-06-28T01:58:03Z</updated>
<author>
<name>Andrew F. Davis</name>
<email>afd@ti.com</email>
</author>
<published>2016-06-08T17:00:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=c0a68601804dcb4ee8a141e42e1e6893b6b0610c'/>
<id>urn:sha1:c0a68601804dcb4ee8a141e42e1e6893b6b0610c</id>
<content type='text'>
Signed-off-by: Andrew F. Davis &lt;afd@ti.com&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37</title>
<updated>2015-05-29T20:37:06Z</updated>
<author>
<name>Guenter Roeck</name>
<email>linux@roeck-us.net</email>
</author>
<published>2015-05-27T23:11:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=9aecac04d8d89e730ae362a748113b19c06a9d39'/>
<id>urn:sha1:9aecac04d8d89e730ae362a748113b19c06a9d39</id>
<content type='text'>
I2C address 0x37 may be used by EEPROMs, which can result in false
positives. Do not attempt to detect a chip at this address.

Reviewed-by: Jean Delvare &lt;jdelvare@suse.de&gt;
Cc: stable@vger.kernel.org # v4.0+
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: (tmp401) Detect TMP435 on all addresses it supports</title>
<updated>2014-12-08T14:48:37Z</updated>
<author>
<name>Guenter Roeck</name>
<email>linux@roeck-us.net</email>
</author>
<published>2014-12-05T18:15:03Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=907a6d5824599d09e986105a5a880d119a996c4b'/>
<id>urn:sha1:907a6d5824599d09e986105a5a880d119a996c4b</id>
<content type='text'>
TMP435 supports a range of I2C addresses, not just 0x4c.

Cc: Patrick Titiano &lt;ptitiano@baylibre.com&gt;
Cc: Bartosz Golaszewski &lt;bgolaszewski@baylibre.com&gt;
Reviewed-by: Jean Delvare &lt;jdelvare@suse.de&gt;
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: (tmp401) Add support for TI TMP435</title>
<updated>2014-12-04T18:59:42Z</updated>
<author>
<name>Patrick Titiano</name>
<email>ptitiano@baylibre.com</email>
</author>
<published>2014-12-04T16:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=06adbaec2a7a3d04741557b411e264c7f9c91c85'/>
<id>urn:sha1:06adbaec2a7a3d04741557b411e264c7f9c91c85</id>
<content type='text'>
Signed-off-by: Patrick Titiano &lt;ptitiano@baylibre.com&gt;
[Bartosz Golaszewski: prepared for submission, code review fixes]
Signed-off-by: Bartosz Golaszewski &lt;bgolaszewski@baylibre.com&gt;
[Guenter Roeck: Merged two patches into one]
Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
</content>
</entry>
<entry>
<title>hwmon: (tmp401) Add support for TMP432</title>
<updated>2013-04-21T15:56:48Z</updated>
<author>
<name>Guenter Roeck</name>
<email>linux@roeck-us.net</email>
</author>
<published>2013-03-28T08:36:44Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=29dd3b64b9edba3dd3dc8bb4d589869a4597a710'/>
<id>urn:sha1:29dd3b64b9edba3dd3dc8bb4d589869a4597a710</id>
<content type='text'>
TMP432 is similar to TMP431 with a second external temperature sensor.

Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
Acked-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</content>
</entry>
<entry>
<title>hwmon: (tmp401) Add support for TMP431</title>
<updated>2013-04-08T04:16:42Z</updated>
<author>
<name>Guenter Roeck</name>
<email>linux@roeck-us.net</email>
</author>
<published>2013-03-15T19:55:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a1fac92b8b2c439678424f7660f066341607a82a'/>
<id>urn:sha1:a1fac92b8b2c439678424f7660f066341607a82a</id>
<content type='text'>
TMP431 is compatible to TMP401.

Also add support for additional I2C addresses supported by TMP411B
and TMP411C.

Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;
Acked-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</content>
</entry>
<entry>
<title>hwmon: (tmp401) Add documentation</title>
<updated>2009-06-15T16:39:49Z</updated>
<author>
<name>Andre Prendel</name>
<email>andre.prendel@gmx.de</email>
</author>
<published>2009-06-15T16:39:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=cd4e96c5dd4a72bdc54ea9981e02465708c204d3'/>
<id>urn:sha1:cd4e96c5dd4a72bdc54ea9981e02465708c204d3</id>
<content type='text'>
Documentation for the tmp401 driver.

The documentation describes the tmp401 driver and the supported Texas
Instruments TMP401 and TMP411 temperature sensor chips.

Further documentation for new sysfs attributes supported by this
driver is added to Documentation/hwmon/sysfs-interface.

Signed-off-by: Andre Prendel &lt;andre.prendel@gmx.de&gt;
Acked-by: Hans de Goede &lt;hdegoede@redhat.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</content>
</entry>
</feed>
