<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/hwmon, branch v2.6.34</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging</title>
<updated>2010-05-12T00:38:04+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2010-05-12T00:38:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=cea0d767c29669bf89f86e4aee46ef462d2ebae8'/>
<id>cea0d767c29669bf89f86e4aee46ef462d2ebae8</id>
<content type='text'>
* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
  hwmon: (applesmc) Correct sysfs fan error handling
  hwmon: (asc7621) Bug fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
  hwmon: (applesmc) Correct sysfs fan error handling
  hwmon: (asc7621) Bug fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>hp_accel: fix race in device removal</title>
<updated>2010-05-12T00:33:42+00:00</updated>
<author>
<name>Oliver Neukum</name>
<email>oneukum@suse.de</email>
</author>
<published>2010-05-11T21:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=06efbeb4a47b6f865e1c9d175ab9d6e90b69ae9e'/>
<id>06efbeb4a47b6f865e1c9d175ab9d6e90b69ae9e</id>
<content type='text'>
The work queue has to be flushed after the device has been made
inaccessible.  The patch closes a window during which a work queue might
remain active after the device is removed and would then lead to ACPI
calls with undefined behavior.

Signed-off-by: Oliver Neukum &lt;oneukum@suse.de&gt;
Acked-by: Eric Piel &lt;eric.piel@tremplin-utc.net&gt;
Acked-by: Pavel Machek &lt;pavel@ucw.cz&gt;
Cc: Pavel Herrmann &lt;morpheus.ibis@gmail.com&gt;
Cc: &lt;stable@kernel.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The work queue has to be flushed after the device has been made
inaccessible.  The patch closes a window during which a work queue might
remain active after the device is removed and would then lead to ACPI
calls with undefined behavior.

Signed-off-by: Oliver Neukum &lt;oneukum@suse.de&gt;
Acked-by: Eric Piel &lt;eric.piel@tremplin-utc.net&gt;
Acked-by: Pavel Machek &lt;pavel@ucw.cz&gt;
Cc: Pavel Herrmann &lt;morpheus.ibis@gmail.com&gt;
Cc: &lt;stable@kernel.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (applesmc) Correct sysfs fan error handling</title>
<updated>2010-05-11T07:17:47+00:00</updated>
<author>
<name>Henrik Rydberg</name>
<email>rydberg@euromail.se</email>
</author>
<published>2010-05-11T07:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0559a538899d48e7d730affb9df2abb13a7d9008'/>
<id>0559a538899d48e7d730affb9df2abb13a7d9008</id>
<content type='text'>
The current code will not remove the sysfs files for fan numbers three
and up. Also, upon exit, fans one and two are removed regardless of
their existence.  This patch cleans up the sysfs error handling for
the fans.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&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>
The current code will not remove the sysfs files for fan numbers three
and up. Also, upon exit, fans one and two are removed regardless of
their existence.  This patch cleans up the sysfs error handling for
the fans.

Signed-off-by: Henrik Rydberg &lt;rydberg@euromail.se&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (asc7621) Bug fixes</title>
<updated>2010-05-11T07:17:46+00:00</updated>
<author>
<name>Ken Milmore</name>
<email>ken.milmore@googlemail.com</email>
</author>
<published>2010-05-11T07:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=d1bf8cf6b911001d50f2079c158cb5dd9782e187'/>
<id>d1bf8cf6b911001d50f2079c158cb5dd9782e187</id>
<content type='text'>
* Allow fan minimum RPM to be set to zero without triggering alarms.
* Fix voltage scaling arithmetic and correct scale factors.
* Correct fan1-fan4 alarm bit shifts.
* Correct register address for temp3_smoothing_enable.
* Read the alarm registers with high priority.

Signed-off-by: Ken Milmore &lt;ken.milmore@googlemail.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>
* Allow fan minimum RPM to be set to zero without triggering alarms.
* Fix voltage scaling arithmetic and correct scale factors.
* Correct fan1-fan4 alarm bit shifts.
* Correct register address for temp3_smoothing_enable.
* Read the alarm registers with high priority.

Signed-off-by: Ken Milmore &lt;ken.milmore@googlemail.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lis3: add support for HP ProBook 432x/442x/452x/522x</title>
<updated>2010-04-24T18:31:24+00:00</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2010-04-23T17:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=9bd14a839d2ec703c56593a7209f2310c16d6478'/>
<id>9bd14a839d2ec703c56593a7209f2310c16d6478</id>
<content type='text'>
Correct axis-mappings for new HP ProBook laptops.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Acked-by: Eric Piel &lt;eric.piel@tremplin-utc.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct axis-mappings for new HP ProBook laptops.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Acked-by: Eric Piel &lt;eric.piel@tremplin-utc.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sysfs: use sysfs_attr_init in ASUS atk0110 driver</title>
<updated>2010-04-22T22:24:56+00:00</updated>
<author>
<name>Jiri Kosina</name>
<email>jkosina@suse.cz</email>
</author>
<published>2010-04-15T00:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=a30dcb4f68fb60440f71b3e62bc5c15f631d14f9'/>
<id>a30dcb4f68fb60440f71b3e62bc5c15f631d14f9</id>
<content type='text'>
Annotate dynamic sysfs attribute in atk_create_files(). This gets
rid of the following lockdep warning:

 BUG: key ffff8800379ca670 not in .data!
 ------------[ cut here ]------------
 WARNING: at kernel/lockdep.c:2696 lockdep_init_map+0xd2/0x108()
 Hardware name: P5K PRO
 Modules linked in: asus_atk0110(+) pata_acpi firewire_ohci ata_generic
 dm_multipath firewire_core crc_itu_t pata_marvell floppy
 Pid: 599, comm: modprobe Not tainted 2.6.34-rc4 #27
 Call Trace:
  [&lt;ffffffff8104cdb0&gt;] warn_slowpath_common+0x7c/0x94
  [&lt;ffffffff8104cddc&gt;] warn_slowpath_null+0x14/0x16
  [&lt;ffffffff81077c4d&gt;] lockdep_init_map+0xd2/0x108
  [&lt;ffffffff81165873&gt;] sysfs_add_file_mode+0x66/0xa2
  [&lt;ffffffff811658c0&gt;] sysfs_add_file+0x11/0x13
  [&lt;ffffffff8116594b&gt;] sysfs_create_file+0x2a/0x2c
  [&lt;ffffffff812c1f9c&gt;] device_create_file+0x19/0x1b
  [&lt;ffffffffa005b4fd&gt;] atk_add+0x58b/0x72e [asus_atk0110]
  [&lt;ffffffff812572a1&gt;] acpi_device_probe+0x50/0x122
  [&lt;ffffffff812c46af&gt;] driver_probe_device+0xa2/0x127
  [&lt;ffffffff812c4783&gt;] __driver_attach+0x4f/0x6b
  [&lt;ffffffff812c4734&gt;] ? __driver_attach+0x0/0x6b
  [&lt;ffffffff812c3c94&gt;] bus_for_each_dev+0x59/0x8e
  [&lt;ffffffff812c4519&gt;] driver_attach+0x1e/0x20
  [&lt;ffffffff812c4152&gt;] bus_add_driver+0xb9/0x207
  [&lt;ffffffff812c4a5f&gt;] driver_register+0x9d/0x10e
  [&lt;ffffffffa005f000&gt;] ? atk0110_init+0x0/0x31 [asus_atk0110]
  [&lt;ffffffff81257c7c&gt;] acpi_bus_register_driver+0x43/0x45
  [&lt;ffffffffa005f015&gt;] atk0110_init+0x15/0x31 [asus_atk0110]
  [&lt;ffffffffa005f000&gt;] ? atk0110_init+0x0/0x31 [asus_atk0110]
  [&lt;ffffffff81002069&gt;] do_one_initcall+0x5e/0x15e
  [&lt;ffffffff81085075&gt;] sys_init_module+0xd8/0x239
  [&lt;ffffffff81009cf2&gt;] system_call_fastpath+0x16/0x1b
 ---[ end trace 4d0c84007055efb9 ]---
 BUG: key ffff8800379ca638 not in .data!
 BUG: key ffff8800379ca6a8 not in .data!
 BUG: key ffff8800379ca6e0 not in .data!
 BUG: key ffff880036f73670 not in .data!
 BUG: key ffff880036f73638 not in .data!
 BUG: key ffff880036f736a8 not in .data!
 BUG: key ffff880036f736e0 not in .data!
 BUG: key ffff880036f76c70 not in .data!
 BUG: key ffff880036f76c38 not in .data!
 BUG: key ffff880036f76ca8 not in .data!
 BUG: key ffff880036f76ce0 not in .data!
 BUG: key ffff8800368e7670 not in .data!
 BUG: key ffff8800368e7638 not in .data!
 BUG: key ffff8800368e76a8 not in .data!
 BUG: key ffff8800368e76e0 not in .data!
 BUG: key ffff880036ef7670 not in .data!
 BUG: key ffff880036ef7638 not in .data!
 BUG: key ffff880036ef76a8 not in .data!
 BUG: key ffff880036ef76e0 not in .data!
 BUG: key ffff8800373ccc70 not in .data!
 BUG: key ffff8800373ccc38 not in .data!
 BUG: key ffff8800373ccca8 not in .data!
 BUG: key ffff8800373ccce0 not in .data!
 BUG: key ffff880037a60870 not in .data!
 BUG: key ffff880037a60838 not in .data!
 BUG: key ffff880037a608a8 not in .data!
 BUG: key ffff880037a608e0 not in .data!
 BUG: key ffff880037355070 not in .data!
 BUG: key ffff880037355038 not in .data!
 BUG: key ffff8800373550a8 not in .data!
 BUG: key ffff8800373550e0 not in .data!
 BUG: key ffff8800378c2670 not in .data!
 BUG: key ffff8800378c2638 not in .data!
 BUG: key ffff8800378c26a8 not in .data!
 BUG: key ffff8800378c26e0 not in .data!
 BUG: key ffff880036ef7e70 not in .data!
 BUG: key ffff880036ef7e38 not in .data!
 BUG: key ffff880036ef7ea8 not in .data!
 BUG: key ffff880036ef7ee0 not in .data!

Cc: Eric W. Biederman &lt;ebiederm@xmission.com&gt;
Reported-by: Dhaval Giani &lt;dhaval.giani@gmail.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
Tested-by: Dhaval Giani &lt;dhaval.giani@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Annotate dynamic sysfs attribute in atk_create_files(). This gets
rid of the following lockdep warning:

 BUG: key ffff8800379ca670 not in .data!
 ------------[ cut here ]------------
 WARNING: at kernel/lockdep.c:2696 lockdep_init_map+0xd2/0x108()
 Hardware name: P5K PRO
 Modules linked in: asus_atk0110(+) pata_acpi firewire_ohci ata_generic
 dm_multipath firewire_core crc_itu_t pata_marvell floppy
 Pid: 599, comm: modprobe Not tainted 2.6.34-rc4 #27
 Call Trace:
  [&lt;ffffffff8104cdb0&gt;] warn_slowpath_common+0x7c/0x94
  [&lt;ffffffff8104cddc&gt;] warn_slowpath_null+0x14/0x16
  [&lt;ffffffff81077c4d&gt;] lockdep_init_map+0xd2/0x108
  [&lt;ffffffff81165873&gt;] sysfs_add_file_mode+0x66/0xa2
  [&lt;ffffffff811658c0&gt;] sysfs_add_file+0x11/0x13
  [&lt;ffffffff8116594b&gt;] sysfs_create_file+0x2a/0x2c
  [&lt;ffffffff812c1f9c&gt;] device_create_file+0x19/0x1b
  [&lt;ffffffffa005b4fd&gt;] atk_add+0x58b/0x72e [asus_atk0110]
  [&lt;ffffffff812572a1&gt;] acpi_device_probe+0x50/0x122
  [&lt;ffffffff812c46af&gt;] driver_probe_device+0xa2/0x127
  [&lt;ffffffff812c4783&gt;] __driver_attach+0x4f/0x6b
  [&lt;ffffffff812c4734&gt;] ? __driver_attach+0x0/0x6b
  [&lt;ffffffff812c3c94&gt;] bus_for_each_dev+0x59/0x8e
  [&lt;ffffffff812c4519&gt;] driver_attach+0x1e/0x20
  [&lt;ffffffff812c4152&gt;] bus_add_driver+0xb9/0x207
  [&lt;ffffffff812c4a5f&gt;] driver_register+0x9d/0x10e
  [&lt;ffffffffa005f000&gt;] ? atk0110_init+0x0/0x31 [asus_atk0110]
  [&lt;ffffffff81257c7c&gt;] acpi_bus_register_driver+0x43/0x45
  [&lt;ffffffffa005f015&gt;] atk0110_init+0x15/0x31 [asus_atk0110]
  [&lt;ffffffffa005f000&gt;] ? atk0110_init+0x0/0x31 [asus_atk0110]
  [&lt;ffffffff81002069&gt;] do_one_initcall+0x5e/0x15e
  [&lt;ffffffff81085075&gt;] sys_init_module+0xd8/0x239
  [&lt;ffffffff81009cf2&gt;] system_call_fastpath+0x16/0x1b
 ---[ end trace 4d0c84007055efb9 ]---
 BUG: key ffff8800379ca638 not in .data!
 BUG: key ffff8800379ca6a8 not in .data!
 BUG: key ffff8800379ca6e0 not in .data!
 BUG: key ffff880036f73670 not in .data!
 BUG: key ffff880036f73638 not in .data!
 BUG: key ffff880036f736a8 not in .data!
 BUG: key ffff880036f736e0 not in .data!
 BUG: key ffff880036f76c70 not in .data!
 BUG: key ffff880036f76c38 not in .data!
 BUG: key ffff880036f76ca8 not in .data!
 BUG: key ffff880036f76ce0 not in .data!
 BUG: key ffff8800368e7670 not in .data!
 BUG: key ffff8800368e7638 not in .data!
 BUG: key ffff8800368e76a8 not in .data!
 BUG: key ffff8800368e76e0 not in .data!
 BUG: key ffff880036ef7670 not in .data!
 BUG: key ffff880036ef7638 not in .data!
 BUG: key ffff880036ef76a8 not in .data!
 BUG: key ffff880036ef76e0 not in .data!
 BUG: key ffff8800373ccc70 not in .data!
 BUG: key ffff8800373ccc38 not in .data!
 BUG: key ffff8800373ccca8 not in .data!
 BUG: key ffff8800373ccce0 not in .data!
 BUG: key ffff880037a60870 not in .data!
 BUG: key ffff880037a60838 not in .data!
 BUG: key ffff880037a608a8 not in .data!
 BUG: key ffff880037a608e0 not in .data!
 BUG: key ffff880037355070 not in .data!
 BUG: key ffff880037355038 not in .data!
 BUG: key ffff8800373550a8 not in .data!
 BUG: key ffff8800373550e0 not in .data!
 BUG: key ffff8800378c2670 not in .data!
 BUG: key ffff8800378c2638 not in .data!
 BUG: key ffff8800378c26a8 not in .data!
 BUG: key ffff8800378c26e0 not in .data!
 BUG: key ffff880036ef7e70 not in .data!
 BUG: key ffff880036ef7e38 not in .data!
 BUG: key ffff880036ef7ea8 not in .data!
 BUG: key ffff880036ef7ee0 not in .data!

Cc: Eric W. Biederman &lt;ebiederm@xmission.com&gt;
Reported-by: Dhaval Giani &lt;dhaval.giani@gmail.com&gt;
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
Tested-by: Dhaval Giani &lt;dhaval.giani@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (applesmc) Add iMac9,1 and MacBookPro2,2 support</title>
<updated>2010-04-14T14:14:10+00:00</updated>
<author>
<name>Justin P. Mattock</name>
<email>justinmattock@gmail.com</email>
</author>
<published>2010-04-14T14:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e1741712e85cec8004c7eeeea81186618f78eff1'/>
<id>e1741712e85cec8004c7eeeea81186618f78eff1</id>
<content type='text'>
Add the iMac9,1 and the MacBookPro2,2 temperature sensors to hwmon
driver applesmc to fix kernel bug #14429:
https://bugzilla.kernel.org/show_bug.cgi?id=14429

Signed-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;
Acked-by: Nicolas Boichat &lt;nicolas@boichat.ch&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 the iMac9,1 and the MacBookPro2,2 temperature sensors to hwmon
driver applesmc to fix kernel bug #14429:
https://bugzilla.kernel.org/show_bug.cgi?id=14429

Signed-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;
Acked-by: Nicolas Boichat &lt;nicolas@boichat.ch&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (it87) Invalidate cache on temperature sensor change</title>
<updated>2010-04-14T14:14:10+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2010-04-14T14:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=2b3d1d87eaabf422a42440351ff3be1792d35852'/>
<id>2b3d1d87eaabf422a42440351ff3be1792d35852</id>
<content type='text'>
When any temperature sensor type is changed, the corresponding
temperature value needs to be updated. The register caching mechanism
may delay this update, so we want to invalidate the cache to force an
immediate update.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When any temperature sensor type is changed, the corresponding
temperature value needs to be updated. The register caching mechanism
may delay this update, so we want to invalidate the cache to force an
immediate update.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (it87) Properly handle wrong sensor type requests</title>
<updated>2010-04-14T14:14:09+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2010-04-14T14:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=8acf07c5a7674e53f2d320d540aec5d714b105cf'/>
<id>8acf07c5a7674e53f2d320d540aec5d714b105cf</id>
<content type='text'>
Currently, if someone tries to set the thermal sensor type to an
unsupported value, subsequent accesses to the chip may temporarily
show the sensor in question as disabled. Use a temporary variable
and only update the cached value on success, to prevent such
confusion.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, if someone tries to set the thermal sensor type to an
unsupported value, subsequent accesses to the chip may temporarily
show the sensor in question as disabled. Use a temporary variable
and only update the cached value on success, to prevent such
confusion.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hwmon: (it87) Don't arbitrarily enable temperature channels</title>
<updated>2010-04-14T14:14:09+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2010-04-14T14:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=a00afb97e23fd904b12a3f4de3237d8ab2f68738'/>
<id>a00afb97e23fd904b12a3f4de3237d8ab2f68738</id>
<content type='text'>
Temperature channels can be used in 2 different modes (thermistor and
thermal diode) and we don't know which one, if any, is correct for
every given board. So don't arbitrarily choose one. Instead, leave the
temperature channels untouched. They can be configured from user-space
if needed anyway.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Temperature channels can be used in 2 different modes (thermistor and
thermal diode) and we don't know which one, if any, is correct for
every given board. So don't arbitrarily choose one. Instead, leave the
temperature channels untouched. They can be configured from user-space
if needed anyway.

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