<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/include/linux/nct1008.h, branch T20_LinuxImageV2.0Beta1_20121218</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>drivers: nct: exposed nct internal/external temps</title>
<updated>2012-06-28T15:57:15+00:00</updated>
<author>
<name>Joshua Primero</name>
<email>jprimero@nvidia.com</email>
</author>
<published>2012-05-09T00:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=6fa6a2dac0db8ccdf361a1dfee036aebb145b0a8'/>
<id>6fa6a2dac0db8ccdf361a1dfee036aebb145b0a8</id>
<content type='text'>
Added function that exposes nct1008's internal and external
temperature measurements.

bug 1007726

Change-Id: Iffaca95f5e4267e09a0c3ebb2fbfb909a3bed89d
Signed-off-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-on: http://git-master/r/101377
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added function that exposes nct1008's internal and external
temperature measurements.

bug 1007726

Change-Id: Iffaca95f5e4267e09a0c3ebb2fbfb909a3bed89d
Signed-off-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-on: http://git-master/r/101377
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: nct1008: add id for nct72</title>
<updated>2012-05-23T13:05:24+00:00</updated>
<author>
<name>Chandler Zhang</name>
<email>chazhang@nvidia.com</email>
</author>
<published>2012-05-04T02:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=7ebc30e369bb11a63368af7fc317f03d0a22a196'/>
<id>7ebc30e369bb11a63368af7fc317f03d0a22a196</id>
<content type='text'>
Add id for nct1008 compatible thermal sensor:
NCT72

Bug 961970

Change-Id: I792af664f73b6d1c8317a35c66330cf571cf3aba
Reviewed-on: http://git-master/r/100465
Signed-off-by: Chandler Zhang &lt;chazhang@nvidia.com&gt;
[danifu@nvidia.com: resolved conflicits in nct1008.c]
Signed-off-by: Daniel Fu &lt;danifu@nvidia.com&gt;
Reviewed-on: http://git-master/r/103581
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add id for nct1008 compatible thermal sensor:
NCT72

Bug 961970

Change-Id: I792af664f73b6d1c8317a35c66330cf571cf3aba
Reviewed-on: http://git-master/r/100465
Signed-off-by: Chandler Zhang &lt;chazhang@nvidia.com&gt;
[danifu@nvidia.com: resolved conflicits in nct1008.c]
Signed-off-by: Daniel Fu &lt;danifu@nvidia.com&gt;
Reviewed-on: http://git-master/r/103581
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers: misc: nct: Fixed spurious nct interrupts</title>
<updated>2012-03-08T23:11:06+00:00</updated>
<author>
<name>Joshua Primero</name>
<email>jprimero@nvidia.com</email>
</author>
<published>2012-02-22T21:32:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=30bc36f606443f5f4b6873e769f401a4ac87c33a'/>
<id>30bc36f606443f5f4b6873e769f401a4ac87c33a</id>
<content type='text'>
Enabled one-shot mode in the bottom half handler
of nct interrupts to force a conversion/comparison.
This effectively stops repeated nct interrupts.

Signed-off-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-on: http://git-master/r/85277
(cherry picked from commit bc90335e0201cba073333c679b2fddff7bb293f1)

Change-Id: Id0bd19f8f464ffbd9079fc2910a1bbcd0e621843
Reviewed-on: http://git-master/r/88373
Reviewed-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Tested-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enabled one-shot mode in the bottom half handler
of nct interrupts to force a conversion/comparison.
This effectively stops repeated nct interrupts.

Signed-off-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-on: http://git-master/r/85277
(cherry picked from commit bc90335e0201cba073333c679b2fddff7bb293f1)

Change-Id: Id0bd19f8f464ffbd9079fc2910a1bbcd0e621843
Reviewed-on: http://git-master/r/88373
Reviewed-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Tested-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers: nct: Added low temp func to header file</title>
<updated>2011-12-22T06:01:14+00:00</updated>
<author>
<name>Joshua Primero</name>
<email>jprimero@nvidia.com</email>
</author>
<published>2011-12-18T23:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ca1bb1e65f2234519d6c5b1d7b3300fac34bcc1b'/>
<id>ca1bb1e65f2234519d6c5b1d7b3300fac34bcc1b</id>
<content type='text'>
Exposed the low temp function in header file.

Change-Id: I67983e05d2f366981c4cff20d3a84cadc38806a8
Signed-off-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-on: http://git-master/r/70933
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exposed the low temp function in header file.

Change-Id: I67983e05d2f366981c4cff20d3a84cadc38806a8
Signed-off-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-on: http://git-master/r/70933
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: nct1008: Refactored nct1008 driver</title>
<updated>2011-12-08T11:33:45+00:00</updated>
<author>
<name>Joshua Primero</name>
<email>jprimero@nvidia.com</email>
</author>
<published>2011-10-14T07:21:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=dd3e4962a22fbfa1e0b8c8d50772f0d613ad29b3'/>
<id>dd3e4962a22fbfa1e0b8c8d50772f0d613ad29b3</id>
<content type='text'>
Refactored nct1008 driver so that it can be
controlled by the Tegra Thermal framework.

Reviewed-on: http://git-master/r/58044
Reviewed-on: http://git-master/r/63339

Cherry-picked as e420f67c427173403a9669a67cfe98ad3c8482e1.

Change-Id: Id47205bb2d8f148dc919de7f1a53f1c562899d5e
Signed-off-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-on: http://git-master/r/66552
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactored nct1008 driver so that it can be
controlled by the Tegra Thermal framework.

Reviewed-on: http://git-master/r/58044
Reviewed-on: http://git-master/r/63339

Cherry-picked as e420f67c427173403a9669a67cfe98ad3c8482e1.

Change-Id: Id47205bb2d8f148dc919de7f1a53f1c562899d5e
Signed-off-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-on: http://git-master/r/66552
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers: misc: nct: added stubs for nct1008</title>
<updated>2011-12-08T11:33:31+00:00</updated>
<author>
<name>Joshua Primero</name>
<email>jprimero@nvidia.com</email>
</author>
<published>2011-11-11T23:16:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=99cd63f81e09e6dafcba8cb5e61a5b56b258fad5'/>
<id>99cd63f81e09e6dafcba8cb5e61a5b56b258fad5</id>
<content type='text'>
Added default stubs for nct1008 so if CONFIG_SENSORS_NCT1008
is disabled build still compiles.

Bug 901092

Reviewed-on: http://git-master/r/63923
(cherry picked from commit 6ee9996fa68011604164cf890160ec12e7bd7684)

Change-Id: Ic859c37f63b943591887bc107aa5f5c677bbb01d
Reviewed-on: http://git-master/r/64562
Reviewed-by: Varun Colbert &lt;vcolbert@nvidia.com&gt;
Tested-by: Varun Colbert &lt;vcolbert@nvidia.com&gt;
(cherry picked from commit e3b95b2b4864d12d52156f54be549cdbef6a6071)
Signed-off-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-on: http://git-master/r/66550
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added default stubs for nct1008 so if CONFIG_SENSORS_NCT1008
is disabled build still compiles.

Bug 901092

Reviewed-on: http://git-master/r/63923
(cherry picked from commit 6ee9996fa68011604164cf890160ec12e7bd7684)

Change-Id: Ic859c37f63b943591887bc107aa5f5c677bbb01d
Reviewed-on: http://git-master/r/64562
Reviewed-by: Varun Colbert &lt;vcolbert@nvidia.com&gt;
Tested-by: Varun Colbert &lt;vcolbert@nvidia.com&gt;
(cherry picked from commit e3b95b2b4864d12d52156f54be549cdbef6a6071)
Signed-off-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-on: http://git-master/r/66550
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers: nct1008: Generic therm funcs to nct1008</title>
<updated>2011-12-08T11:33:24+00:00</updated>
<author>
<name>Joshua Primero</name>
<email>jprimero@nvidia.com</email>
</author>
<published>2011-10-13T21:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=aa5203999e22df96a3722a70759053cd35c4d9d6'/>
<id>aa5203999e22df96a3722a70759053cd35c4d9d6</id>
<content type='text'>
Preparing nct1008 for refactoring overhaul.  Added
generic functions which will be used by Tegra thermal
module.

Reviewed-on: http://git-master/r/57952
Reviewed-on: http://git-master/r/63337

cherry-picked from 2d5e2369511fb49f1895938fea935b12d72c4827

Change-Id: Ia850db408f533318db4b634e6f29b68c1ad8a1de
Signed-off-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-on: http://git-master/r/66549
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preparing nct1008 for refactoring overhaul.  Added
generic functions which will be used by Tegra thermal
module.

Reviewed-on: http://git-master/r/57952
Reviewed-on: http://git-master/r/63337

cherry-picked from 2d5e2369511fb49f1895938fea935b12d72c4827

Change-Id: Ia850db408f533318db4b634e6f29b68c1ad8a1de
Signed-off-by: Joshua Primero &lt;jprimero@nvidia.com&gt;
Reviewed-on: http://git-master/r/66549
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: nct1008: sub-zero temperature support</title>
<updated>2011-12-01T05:48:34+00:00</updated>
<author>
<name>Bitan Biswas</name>
<email>bbiswas@nvidia.com</email>
</author>
<published>2011-08-25T15:42:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=b6077255f0596d7a7ef8e3f8332304a407f84a3e'/>
<id>b6077255f0596d7a7ef8e3f8332304a407f84a3e</id>
<content type='text'>
Added support for sub-zero temperatures

Original-Change-Id: Id35590ee4d058f35625088089623cc063f9a711a
Reviewed-on: http://git-master/r/48690
Reviewed-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Tested-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Reviewed-by: Ramachandrudu Kandhala &lt;rkandhala@nvidia.com&gt;
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;

Rebase-Id: Rf705a1b4f3c246029abc55570f26e876ae3bfaa9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support for sub-zero temperatures

Original-Change-Id: Id35590ee4d058f35625088089623cc063f9a711a
Reviewed-on: http://git-master/r/48690
Reviewed-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Tested-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Reviewed-by: Ramachandrudu Kandhala &lt;rkandhala@nvidia.com&gt;
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;

Rebase-Id: Rf705a1b4f3c246029abc55570f26e876ae3bfaa9
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: nct1008: update edp zones for current temperature</title>
<updated>2011-12-01T05:43:05+00:00</updated>
<author>
<name>Varun Wadekar</name>
<email>vwadekar@nvidia.com</email>
</author>
<published>2011-05-12T08:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=42a9d5b4270c579f292d61b079f02cfd4dfafbbd'/>
<id>42a9d5b4270c579f292d61b079f02cfd4dfafbbd</id>
<content type='text'>
nct1008 will now use the ALERT# functionality to
decide which edp zone to switch to.

Original-Change-Id: I1616a1d88e9f2f308a8b31935dbecec05ef54bca
Signed-off-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Reviewed-on: http://git-master/r/31340
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
Tested-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
Reviewed-by: Scott Williams &lt;scwilliams@nvidia.com&gt;

Rebase-Id: R28b85258dea981a44137a663c96cfa0914031105
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nct1008 will now use the ALERT# functionality to
decide which edp zone to switch to.

Original-Change-Id: I1616a1d88e9f2f308a8b31935dbecec05ef54bca
Signed-off-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Reviewed-on: http://git-master/r/31340
Reviewed-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
Tested-by: Diwakar Tundlam &lt;dtundlam@nvidia.com&gt;
Reviewed-by: Scott Williams &lt;scwilliams@nvidia.com&gt;

Rebase-Id: R28b85258dea981a44137a663c96cfa0914031105
</pre>
</div>
</content>
</entry>
<entry>
<title>NCT1008 temperature sensor driver</title>
<updated>2011-12-01T05:36:52+00:00</updated>
<author>
<name>Todd Poynor</name>
<email>toddpoynor@google.com</email>
</author>
<published>2010-12-20T23:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=f0cd326e64c8cc2e47784d61696c89dce926987e'/>
<id>f0cd326e64c8cc2e47784d61696c89dce926987e</id>
<content type='text'>
Replace the PM-only driver for NCT1008 with a new version written by
Varun Wadekar and Dmitriy Gruzman.  Add a callback to an alarm
function specified in the board platform data.

Change-Id: Ib429533930ee75af3402d24b0bc286da9f6ee67b
Signed-off-by: Todd Poynor &lt;toddpoynor@google.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the PM-only driver for NCT1008 with a new version written by
Varun Wadekar and Dmitriy Gruzman.  Add a callback to an alarm
function specified in the board platform data.

Change-Id: Ib429533930ee75af3402d24b0bc286da9f6ee67b
Signed-off-by: Todd Poynor &lt;toddpoynor@google.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
