<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/power/ab8500_btemp.c, branch v3.12.32</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>ab8500_bm: Remove unnecessary platform_set_drvdata()</title>
<updated>2013-06-07T00:13:09+00:00</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2013-05-06T04:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ddeeb8f973bbe3bebac78e78c234ff18bfb00bf0'/>
<id>ddeeb8f973bbe3bebac78e78c234ff18bfb00bf0</id>
<content type='text'>
The driver core clears the driver data to NULL after device_release or on
probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d
(device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is
not needed to manually clear the device driver data to NULL.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Acked-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Anton Vorontsov &lt;anton@enomsg.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The driver core clears the driver data to NULL after device_release or on
probe failure, since commit 0998d0631001288a5974afc0b2a5f568bcdecb4d
(device-core: Ensure drvdata = NULL when no driver is bound). Thus, it is
not needed to manually clear the device driver data to NULL.

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Acked-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Anton Vorontsov &lt;anton@enomsg.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ab8500_btemp: Make ab8500_btemp_get* interfaces public</title>
<updated>2013-04-17T00:32:48+00:00</updated>
<author>
<name>Hongbo Zhang</name>
<email>hongbo.zhang@linaro.org</email>
</author>
<published>2013-04-03T12:18:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=6f780965aaf3354a3a6165d9018393a4a381b81d'/>
<id>6f780965aaf3354a3a6165d9018393a4a381b81d</id>
<content type='text'>
Make ab8500_btemp_get_temp interface public, export it and also export the
ab8500_btemp_get, ab8500_btemp_get_batctrl_temp interfaces, so that the
ab8500 hwmon driver can use them.

Signed-off-by: Hongbo Zhang &lt;hongbo.zhang@linaro.org&gt;
Signed-off-by: Anton Vorontsov &lt;anton@enomsg.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make ab8500_btemp_get_temp interface public, export it and also export the
ab8500_btemp_get, ab8500_btemp_get_batctrl_temp interfaces, so that the
ab8500 hwmon driver can use them.

Signed-off-by: Hongbo Zhang &lt;hongbo.zhang@linaro.org&gt;
Signed-off-by: Anton Vorontsov &lt;anton@enomsg.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ab8500-bm: Trivially fix up some incorrect and out-of-date comments</title>
<updated>2013-03-07T04:35:56+00:00</updated>
<author>
<name>Marcus Cooper</name>
<email>marcus.xm.cooper@stericsson.com</email>
</author>
<published>2012-11-28T13:42:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=7a2cf9bacf6c5f3119a9100f103dc46a1f648fbb'/>
<id>7a2cf9bacf6c5f3119a9100f103dc46a1f648fbb</id>
<content type='text'>
Some of the comments in the ab8500 drivers reflect the behaviour
of the original device. As this driver now supports newer devices
then these comments are now redundant. Also some IRQ comments are
incorrect.

Signed-off-by: Marcus Cooper &lt;marcus.xm.cooper@stericsson.com&gt;
Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Reviewed-by: Rabin VINCENT &lt;rabin.vincent@stericsson.com&gt;
Tested-by: Rabin VINCENT &lt;rabin.vincent@stericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some of the comments in the ab8500 drivers reflect the behaviour
of the original device. As this driver now supports newer devices
then these comments are now redundant. Also some IRQ comments are
incorrect.

Signed-off-by: Marcus Cooper &lt;marcus.xm.cooper@stericsson.com&gt;
Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Reviewed-by: Rabin VINCENT &lt;rabin.vincent@stericsson.com&gt;
Tested-by: Rabin VINCENT &lt;rabin.vincent@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ab8500-bm: Add support for the new ab8540 platform</title>
<updated>2013-03-07T04:35:48+00:00</updated>
<author>
<name>Lee Jones</name>
<email>lee.jones@linaro.org</email>
</author>
<published>2012-08-29T12:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=861a30da53e2c5b9823b5390c1757baaf8f6e356'/>
<id>861a30da53e2c5b9823b5390c1757baaf8f6e356</id>
<content type='text'>
Provide AB8540 platform specific information required to run the
Battery Management subsystem on AB8540 based devices. For this to
happen we see the introduction of separate platform specific data
structures and a means in which to process them.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provide AB8540 platform specific information required to run the
Battery Management subsystem on AB8540 based devices. For this to
happen we see the introduction of separate platform specific data
structures and a means in which to process them.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ab8500-btemp: Defer btemp filtering while initialising</title>
<updated>2013-03-07T04:35:47+00:00</updated>
<author>
<name>Rupesh Kumar</name>
<email>rupesh.kumar@stericsson.com</email>
</author>
<published>2012-08-22T09:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=2c4c40ac0052eaf9b14009635ab475362e88c6e0'/>
<id>2c4c40ac0052eaf9b14009635ab475362e88c6e0</id>
<content type='text'>
Due to btemp filtering enabled during init, temp values reported
to charge algorithm driver started from 0. As a result,charge
algorithm was going into wrong state and charging was stopped.

Signed-off-by: Rupesh Kumar &lt;rupesh.kumar@stericsson.com&gt;
Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Reviewed-by: Marcus COOPER &lt;marcus.xm.cooper@stericsson.com&gt;
Reviewed-by: Martin SJOBLOM &lt;martin.w.sjoblom@stericsson.com&gt;
Reviewed-by: Philippe LANGLAIS &lt;philippe.langlais@stericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to btemp filtering enabled during init, temp values reported
to charge algorithm driver started from 0. As a result,charge
algorithm was going into wrong state and charging was stopped.

Signed-off-by: Rupesh Kumar &lt;rupesh.kumar@stericsson.com&gt;
Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Reviewed-by: Marcus COOPER &lt;marcus.xm.cooper@stericsson.com&gt;
Reviewed-by: Martin SJOBLOM &lt;martin.w.sjoblom@stericsson.com&gt;
Reviewed-by: Philippe LANGLAIS &lt;philippe.langlais@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ab8500-btemp: Filter btemp readings</title>
<updated>2013-03-07T04:35:44+00:00</updated>
<author>
<name>Hakan Berg</name>
<email>hakan.berg@stericsson.com</email>
</author>
<published>2012-07-17T12:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=908fe8d6a575e2bdf349ba8635b862eeb91f7ade'/>
<id>908fe8d6a575e2bdf349ba8635b862eeb91f7ade</id>
<content type='text'>
Battery tempreature readings sometimes fail and results in
a value far from recent values. This patch adds a software
filter that disposes such readings, by allowing direct
updates on temperature only if two samples result in the
same temperature. Else only allow 1 degree change from previous
reported value in the direction of the new measurement.

Signed-off-by: Hakan Berg &lt;hakan.berg@stericsson.com&gt;
Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Reviewed-by: Marcus COOPER &lt;marcus.xm.cooper@stericsson.com&gt;
Reviewed-by: Martin SJOBLOM &lt;martin.w.sjoblom@stericsson.com&gt;
Reviewed-by: Rabin VINCENT &lt;rabin.vincent@stericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Battery tempreature readings sometimes fail and results in
a value far from recent values. This patch adds a software
filter that disposes such readings, by allowing direct
updates on temperature only if two samples result in the
same temperature. Else only allow 1 degree change from previous
reported value in the direction of the new measurement.

Signed-off-by: Hakan Berg &lt;hakan.berg@stericsson.com&gt;
Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Reviewed-by: Marcus COOPER &lt;marcus.xm.cooper@stericsson.com&gt;
Reviewed-by: Martin SJOBLOM &lt;martin.w.sjoblom@stericsson.com&gt;
Reviewed-by: Rabin VINCENT &lt;rabin.vincent@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'tb-power-2' of git://git.linaro.org/people/ljones/linux-3.0-ux500</title>
<updated>2013-02-03T03:29:13+00:00</updated>
<author>
<name>Anton Vorontsov</name>
<email>anton@enomsg.org</email>
</author>
<published>2013-02-03T03:25:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=58a1c154d449aae97a8ecad67ddbfd4024ac8446'/>
<id>58a1c154d449aae97a8ecad67ddbfd4024ac8446</id>
<content type='text'>
Pull a huge ab8500/pm2301 pile of changes from Lee Jones. Lee did an
awesome job cleaning this stuff up and thus brought ab8500 Stericsson's
development tree much closer to the mainline. Even more changes to come,
though.

Conflicts:
	drivers/power/Kconfig
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull a huge ab8500/pm2301 pile of changes from Lee Jones. Lee did an
awesome job cleaning this stuff up and thus brought ab8500 Stericsson's
development tree much closer to the mainline. Even more changes to come,
though.

Conflicts:
	drivers/power/Kconfig
</pre>
</div>
</content>
</entry>
<entry>
<title>ab8500_btemp: Demote initcall sequence</title>
<updated>2013-02-03T03:19:36+00:00</updated>
<author>
<name>Rajanikanth H.V</name>
<email>rajanikanth.hv@stericsson.com</email>
</author>
<published>2013-01-23T04:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=eeb0751c99522a4d1bbcc7b6bc1460cd07d07488'/>
<id>eeb0751c99522a4d1bbcc7b6bc1460cd07d07488</id>
<content type='text'>
Power supply subsystem creates thermal zone device for the property
'POWER_SUPPLY_PROP_TEMP' which requires thermal subsystem to be ready
before 'ab8500 battery temperature monitor' driver is initialized. ab8500
btemp driver is initialized with subsys_initcall whereas thermal subsystem
is initialized with fs_initcall which causes
thermal_zone_device_register(...) to crash since the required structure
'thermal_class' is not initialized yet:

Unable to handle kernel NULL pointer dereference at virtual address 000000a4
pgd = c0004000
[000000a4] *pgd=00000000
Internal error: Oops: 5 [#1] PREEMPT SMP ARM
Modules linked in:
CPU: 0    Tainted: G        W     (3.8.0-rc4-00001-g632fda8-dirty #1)
PC is at _raw_spin_lock+0x18/0x54
LR is at get_device_parent+0x50/0x1b8
pc : [&lt;c02f1dd0&gt;]    lr : [&lt;c01cb248&gt;]    psr: 60000013
sp : ef04bdc8  ip : 00000000  fp : c0446180
r10: ef216e38  r9 : c03af5d0  r8 : ef275c18
r7 : 00000000  r6 : c0476c14  r5 : ef275c18  r4 : ef095840
r3 : ef04a000  r2 : 00000001  r1 : 00000000  r0 : 000000a4
Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
Control: 10c5787d  Table: 0000404a  DAC: 00000015
Process swapper/0 (pid: 1, stack limit = 0xef04a238)
Stack: (0xef04bdc8 to 0xef04c000)
[...]
[&lt;c02f1dd0&gt;] (_raw_spin_lock+0x18/0x54) from [&lt;c01cb248&gt;] (get_device_parent+0x50/0x1b8)
[&lt;c01cb248&gt;] (get_device_parent+0x50/0x1b8) from [&lt;c01cb8d8&gt;] (device_add+0xa4/0x574)
[&lt;c01cb8d8&gt;] (device_add+0xa4/0x574) from [&lt;c020b91c&gt;] (thermal_zone_device_register+0x118/0x938)
[&lt;c020b91c&gt;] (thermal_zone_device_register+0x118/0x938) from [&lt;c0202030&gt;] (power_supply_register+0x170/0x1f8)
[&lt;c0202030&gt;] (power_supply_register+0x170/0x1f8) from [&lt;c02055ec&gt;] (ab8500_btemp_probe+0x208/0x47c)
[&lt;c02055ec&gt;] (ab8500_btemp_probe+0x208/0x47c) from [&lt;c01cf0dc&gt;] (platform_drv_probe+0x14/0x18)
[&lt;c01cf0dc&gt;] (platform_drv_probe+0x14/0x18) from [&lt;c01cde70&gt;] (driver_probe_device+0x74/0x20c)
[&lt;c01cde70&gt;] (driver_probe_device+0x74/0x20c) from [&lt;c01ce094&gt;] (__driver_attach+0x8c/0x90)
[&lt;c01ce094&gt;] (__driver_attach+0x8c/0x90) from [&lt;c01cc640&gt;] (bus_for_each_dev+0x4c/0x80)
[&lt;c01cc640&gt;] (bus_for_each_dev+0x4c/0x80) from [&lt;c01cd6b4&gt;] (bus_add_driver+0x16c/0x23c)
[&lt;c01cd6b4&gt;] (bus_add_driver+0x16c/0x23c) from [&lt;c01ce54c&gt;] (driver_register+0x78/0x14c)
[&lt;c01ce54c&gt;] (driver_register+0x78/0x14c) from [&lt;c00086ac&gt;] (do_one_initcall+0xfc/0x164)
[&lt;c00086ac&gt;] (do_one_initcall+0xfc/0x164) from [&lt;c02e89c8&gt;] (kernel_init+0x120/0x2b8)
[&lt;c02e89c8&gt;] (kernel_init+0x120/0x2b8) from [&lt;c000e358&gt;] (ret_from_fork+0x14/0x3c)
Code: e3c3303f e5932004 e2822001 e5832004 (e1903f9f)
---[ end trace ed9df72941b5bada ]---

Signed-off-by: Rajanikanth H.V &lt;rajanikanth.hv@stericsson.com&gt;
Cc: stable@vger.kernel.org
Signed-off-by: Anton Vorontsov &lt;anton@enomsg.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Power supply subsystem creates thermal zone device for the property
'POWER_SUPPLY_PROP_TEMP' which requires thermal subsystem to be ready
before 'ab8500 battery temperature monitor' driver is initialized. ab8500
btemp driver is initialized with subsys_initcall whereas thermal subsystem
is initialized with fs_initcall which causes
thermal_zone_device_register(...) to crash since the required structure
'thermal_class' is not initialized yet:

Unable to handle kernel NULL pointer dereference at virtual address 000000a4
pgd = c0004000
[000000a4] *pgd=00000000
Internal error: Oops: 5 [#1] PREEMPT SMP ARM
Modules linked in:
CPU: 0    Tainted: G        W     (3.8.0-rc4-00001-g632fda8-dirty #1)
PC is at _raw_spin_lock+0x18/0x54
LR is at get_device_parent+0x50/0x1b8
pc : [&lt;c02f1dd0&gt;]    lr : [&lt;c01cb248&gt;]    psr: 60000013
sp : ef04bdc8  ip : 00000000  fp : c0446180
r10: ef216e38  r9 : c03af5d0  r8 : ef275c18
r7 : 00000000  r6 : c0476c14  r5 : ef275c18  r4 : ef095840
r3 : ef04a000  r2 : 00000001  r1 : 00000000  r0 : 000000a4
Flags: nZCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment kernel
Control: 10c5787d  Table: 0000404a  DAC: 00000015
Process swapper/0 (pid: 1, stack limit = 0xef04a238)
Stack: (0xef04bdc8 to 0xef04c000)
[...]
[&lt;c02f1dd0&gt;] (_raw_spin_lock+0x18/0x54) from [&lt;c01cb248&gt;] (get_device_parent+0x50/0x1b8)
[&lt;c01cb248&gt;] (get_device_parent+0x50/0x1b8) from [&lt;c01cb8d8&gt;] (device_add+0xa4/0x574)
[&lt;c01cb8d8&gt;] (device_add+0xa4/0x574) from [&lt;c020b91c&gt;] (thermal_zone_device_register+0x118/0x938)
[&lt;c020b91c&gt;] (thermal_zone_device_register+0x118/0x938) from [&lt;c0202030&gt;] (power_supply_register+0x170/0x1f8)
[&lt;c0202030&gt;] (power_supply_register+0x170/0x1f8) from [&lt;c02055ec&gt;] (ab8500_btemp_probe+0x208/0x47c)
[&lt;c02055ec&gt;] (ab8500_btemp_probe+0x208/0x47c) from [&lt;c01cf0dc&gt;] (platform_drv_probe+0x14/0x18)
[&lt;c01cf0dc&gt;] (platform_drv_probe+0x14/0x18) from [&lt;c01cde70&gt;] (driver_probe_device+0x74/0x20c)
[&lt;c01cde70&gt;] (driver_probe_device+0x74/0x20c) from [&lt;c01ce094&gt;] (__driver_attach+0x8c/0x90)
[&lt;c01ce094&gt;] (__driver_attach+0x8c/0x90) from [&lt;c01cc640&gt;] (bus_for_each_dev+0x4c/0x80)
[&lt;c01cc640&gt;] (bus_for_each_dev+0x4c/0x80) from [&lt;c01cd6b4&gt;] (bus_add_driver+0x16c/0x23c)
[&lt;c01cd6b4&gt;] (bus_add_driver+0x16c/0x23c) from [&lt;c01ce54c&gt;] (driver_register+0x78/0x14c)
[&lt;c01ce54c&gt;] (driver_register+0x78/0x14c) from [&lt;c00086ac&gt;] (do_one_initcall+0xfc/0x164)
[&lt;c00086ac&gt;] (do_one_initcall+0xfc/0x164) from [&lt;c02e89c8&gt;] (kernel_init+0x120/0x2b8)
[&lt;c02e89c8&gt;] (kernel_init+0x120/0x2b8) from [&lt;c000e358&gt;] (ret_from_fork+0x14/0x3c)
Code: e3c3303f e5932004 e2822001 e5832004 (e1903f9f)
---[ end trace ed9df72941b5bada ]---

Signed-off-by: Rajanikanth H.V &lt;rajanikanth.hv@stericsson.com&gt;
Cc: stable@vger.kernel.org
Signed-off-by: Anton Vorontsov &lt;anton@enomsg.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ab8500-btemp: Adaptation to AB8505 and AB9540 platforms</title>
<updated>2013-01-23T11:33:04+00:00</updated>
<author>
<name>Michel JAOUEN</name>
<email>michel.jaouen@stericsson.com</email>
</author>
<published>2012-05-22T13:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e6aac611b86956bdd981f30e8862ee2ac8aaf664'/>
<id>e6aac611b86956bdd981f30e8862ee2ac8aaf664</id>
<content type='text'>
Add AB9540 and AB8505 support to ABx500 BTEMP driver.

Signed-off-by: Rajkumar Kasirajan &lt;rajkumar.kasirajan@stericsson.com&gt;
Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Reviewed-by: Michel JAOUEN &lt;michel.jaouen@stericsson.com&gt;
Reviewed-by: Marcus COOPER &lt;marcus.xm.cooper@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
Tested-by: Michel JAOUEN &lt;michel.jaouen@stericsson.com&gt;
Tested-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add AB9540 and AB8505 support to ABx500 BTEMP driver.

Signed-off-by: Rajkumar Kasirajan &lt;rajkumar.kasirajan@stericsson.com&gt;
Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Reviewed-by: Michel JAOUEN &lt;michel.jaouen@stericsson.com&gt;
Reviewed-by: Marcus COOPER &lt;marcus.xm.cooper@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
Tested-by: Michel JAOUEN &lt;michel.jaouen@stericsson.com&gt;
Tested-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ab8500_btemp: Remove superfluous BTEMP thermal comp</title>
<updated>2013-01-16T01:44:36+00:00</updated>
<author>
<name>Hakan Berg</name>
<email>hakan.berg@stericsson.com</email>
</author>
<published>2013-01-11T13:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=0cdaf9a900f6fb63a1c77f51ac8d3c16481709f3'/>
<id>0cdaf9a900f6fb63a1c77f51ac8d3c16481709f3</id>
<content type='text'>
BTEMP thermal compensation factor times 10 is applied in two places, probe
and get_property. Removed from probe.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Hakan Berg &lt;hakan.berg@stericsson.com&gt;
Reviewed-by: Karl KOMIEROWSKI &lt;karl.komierowski@stericsson.com&gt;
Signed-off-by: Anton Vorontsov &lt;anton@enomsg.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BTEMP thermal compensation factor times 10 is applied in two places, probe
and get_property. Removed from probe.

Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;
Signed-off-by: Hakan Berg &lt;hakan.berg@stericsson.com&gt;
Reviewed-by: Karl KOMIEROWSKI &lt;karl.komierowski@stericsson.com&gt;
Signed-off-by: Anton Vorontsov &lt;anton@enomsg.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
