<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/thermal/tegra, branch gpu-paging</title>
<subtitle>NVIDIA's kernel modules to support tegra chips (used in Jetson boards)</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/'/>
<entry>
<title>driver: aotag: Use pmc driver for pmc reg access</title>
<updated>2018-07-19T03:25:32+00:00</updated>
<author>
<name>kalyani chidambaram</name>
<email>kalyanic@nvidia.com</email>
</author>
<published>2018-06-13T17:59:11+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=063ddeb70fd142939ff788c9ec7529fba807436f'/>
<id>063ddeb70fd142939ff788c9ec7529fba807436f</id>
<content type='text'>
Replace the direct access to pmc registers with access via. pmc driver.

Bug 1811649

Change-Id: Ifbd944e0e81dd0009256e81a453f3c38e319177c
Signed-off-by: kalyani chidambaram &lt;kalyanic@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1744182
Reviewed-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Srikar Srimath Tirumala &lt;srikars@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Yu-Huan Hsu &lt;yhsu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the direct access to pmc registers with access via. pmc driver.

Bug 1811649

Change-Id: Ifbd944e0e81dd0009256e81a453f3c38e319177c
Signed-off-by: kalyani chidambaram &lt;kalyanic@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1744182
Reviewed-by: Varun Wadekar &lt;vwadekar@nvidia.com&gt;
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Srikar Srimath Tirumala &lt;srikars@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Yu-Huan Hsu &lt;yhsu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>thermal: tegra: make tegra_dfll_cdev_resume static</title>
<updated>2017-11-16T11:17:19+00:00</updated>
<author>
<name>Peter De Schrijver</name>
<email>pdeschrijver@nvidia.com</email>
</author>
<published>2017-11-10T14:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=e13a3f4665f2f264ebf7e0a022703d33773767d9'/>
<id>e13a3f4665f2f264ebf7e0a022703d33773767d9</id>
<content type='text'>
This function is only refered to by tegra_dfll_cdev_pm_ops, so it can be
declared static.

Bug 200299572

Change-Id: Iebae1082d05edb473d8d9a4270cca99d50700997
Signed-off-by: Peter De Schrijver &lt;pdeschrijver@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1596077
Reviewed-by: Aleksandr Frid &lt;afrid@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Timo Alho &lt;talho@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function is only refered to by tegra_dfll_cdev_pm_ops, so it can be
declared static.

Bug 200299572

Change-Id: Iebae1082d05edb473d8d9a4270cca99d50700997
Signed-off-by: Peter De Schrijver &lt;pdeschrijver@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1596077
Reviewed-by: Aleksandr Frid &lt;afrid@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Timo Alho &lt;talho@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nvidia: use kernel overlay features</title>
<updated>2017-10-29T18:00:42+00:00</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@nvidia.com</email>
</author>
<published>2017-09-14T16:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=20bb0324e532863cafc5dc41e8cd5a6ec28413d8'/>
<id>20bb0324e532863cafc5dc41e8cd5a6ec28413d8</id>
<content type='text'>
Update all Kconfig files and Makefiles to rely on the kernel overlay
feature. In particular, don't include any Kconfig files or Makefiles
from other overlays. -I directives in CFLAGS are not yet cleaned up.

Bug 1978395

Change-Id: I425d37d55f8ea61fb3a082a1504f994ff30cec03
Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1561187
Reviewed-by: Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update all Kconfig files and Makefiles to rely on the kernel overlay
feature. In particular, don't include any Kconfig files or Makefiles
from other overlays. -I directives in CFLAGS are not yet cleaned up.

Bug 1978395

Change-Id: I425d37d55f8ea61fb3a082a1504f994ff30cec03
Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1561187
Reviewed-by: Terje Bergstrom &lt;tbergstrom@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>thermal: tegra: aotag: update comp coeff</title>
<updated>2017-09-11T22:10:57+00:00</updated>
<author>
<name>Srikar Srimath Tirumala</name>
<email>srikars@nvidia.com</email>
</author>
<published>2017-08-16T02:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=803bdbed93bcd173c9518efaf3f7387dee41a4d0'/>
<id>803bdbed93bcd173c9518efaf3f7387dee41a4d0</id>
<content type='text'>
Update compensation coefficients for T210b01 as specified in the
TSOSC_Capture settings.

Bug 1941598

Change-Id: I3638b5d3f6b7e276c17b1e86b852792b45510f5a
Signed-off-by: Srikar Srimath Tirumala &lt;srikars@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1542985
Reviewed-by: Edward Riegelsberger &lt;eriegels@nvidia.com&gt;
Reviewed-by: Aleksandr Frid &lt;afrid@nvidia.com&gt;
(cherry picked from commit 25383c42a039105505856f3b53c477e54838e3c0)
Reviewed-on: https://git-master.nvidia.com/r/1555870
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Jon Mayo &lt;jmayo@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update compensation coefficients for T210b01 as specified in the
TSOSC_Capture settings.

Bug 1941598

Change-Id: I3638b5d3f6b7e276c17b1e86b852792b45510f5a
Signed-off-by: Srikar Srimath Tirumala &lt;srikars@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1542985
Reviewed-by: Edward Riegelsberger &lt;eriegels@nvidia.com&gt;
Reviewed-by: Aleksandr Frid &lt;afrid@nvidia.com&gt;
(cherry picked from commit 25383c42a039105505856f3b53c477e54838e3c0)
Reviewed-on: https://git-master.nvidia.com/r/1555870
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Jon Mayo &lt;jmayo@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>thermal: tegra: add Kconfig and Makefile</title>
<updated>2017-09-01T03:45:24+00:00</updated>
<author>
<name>Nicolin Chen</name>
<email>nicolinc@nvidia.com</email>
</author>
<published>2017-08-29T00:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=0ffe5ebc1a730fea8509ebff74d62218c1ede341'/>
<id>0ffe5ebc1a730fea8509ebff74d62218c1ede341</id>
<content type='text'>
This patch adds Kconfig and Makefile for drivers/thermal/tegra
so that the drivers under this directory could be built with
a kernel tree.

Bug 1893478

Change-Id: I3f14c05287a9e506d76745ccae0a389716b1894b
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1549564
GVS: Gerrit_Virtual_Submit
Reviewed-by: Srikar Srimath Tirumala &lt;srikars@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds Kconfig and Makefile for drivers/thermal/tegra
so that the drivers under this directory could be built with
a kernel tree.

Bug 1893478

Change-Id: I3f14c05287a9e506d76745ccae0a389716b1894b
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1549564
GVS: Gerrit_Virtual_Submit
Reviewed-by: Srikar Srimath Tirumala &lt;srikars@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>thermal: tegra: move tsensor-fuse.h to include/linux/</title>
<updated>2017-08-31T16:15:03+00:00</updated>
<author>
<name>Nicolin Chen</name>
<email>nicolinc@nvidia.com</email>
</author>
<published>2017-08-30T22:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=9c36c004b85e3182d98c49a0d16e5758e755c2a0'/>
<id>9c36c004b85e3182d98c49a0d16e5758e755c2a0</id>
<content type='text'>
This patch moves the shared header file to a common place
so that it can be used by upstream and downstream drivers
in different repos.

The patch also removes a blank line from the header file to
fix a git warning:
  Applying: thermal: tegra: move tsensor-fuse.h to include/linux/
  .git/rebase-apply/patch:164: new blank line at EOF.
  +
  warning: 1 line adds whitespace errors.

Bug 1893478

Change-Id: I488e98d70e76a534278c5d83ed73bef3a33f604c
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1548817
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch moves the shared header file to a common place
so that it can be used by upstream and downstream drivers
in different repos.

The patch also removes a blank line from the header file to
fix a git warning:
  Applying: thermal: tegra: move tsensor-fuse.h to include/linux/
  .git/rebase-apply/patch:164: new blank line at EOF.
  +
  warning: 1 line adds whitespace errors.

Bug 1893478

Change-Id: I488e98d70e76a534278c5d83ed73bef3a33f604c
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1548817
</pre>
</div>
</content>
</entry>
<entry>
<title>thermal: tegra: aotag: T210b01 compatibility</title>
<updated>2017-08-31T16:15:03+00:00</updated>
<author>
<name>Srikar Srimath Tirumala</name>
<email>srikars@nvidia.com</email>
</author>
<published>2017-07-31T16:50:58+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=f16163ef3716f85d44d835b2336b758873a1790d'/>
<id>f16163ef3716f85d44d835b2336b758873a1790d</id>
<content type='text'>
* Add support for compatibility strings.
* Update the TSOSC settings for T210b01.
* Add a WAR to report correct temperatures on early parts that have
  incorrect ATE settings.

Bug 1943063

Change-Id: I45424f1a89b3e6796fb3afa6e9473609a95988d6
Signed-off-by: Srikar Srimath Tirumala &lt;srikars@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1531030
(cherry picked from commit 117c6ad0a94e4ed452fedcdc1172ffb40299e767)
Reviewed-on: https://git-master.nvidia.com/r/1537710
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add support for compatibility strings.
* Update the TSOSC settings for T210b01.
* Add a WAR to report correct temperatures on early parts that have
  incorrect ATE settings.

Bug 1943063

Change-Id: I45424f1a89b3e6796fb3afa6e9473609a95988d6
Signed-off-by: Srikar Srimath Tirumala &lt;srikars@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1531030
(cherry picked from commit 117c6ad0a94e4ed452fedcdc1172ffb40299e767)
Reviewed-on: https://git-master.nvidia.com/r/1537710
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers: tegra: aotag: use dev_info for info</title>
<updated>2017-08-31T16:15:03+00:00</updated>
<author>
<name>Shreshtha SAHU</name>
<email>ssahu@nvidia.com</email>
</author>
<published>2017-05-10T04:04:54+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=9062d15069cdef1531a3b3987c49f4e828ac15fe'/>
<id>9062d15069cdef1531a3b3987c49f4e828ac15fe</id>
<content type='text'>
"Bound to TZ" and Probe messages are made info.

Bug 200300191

Change-Id: Ic13190d704d67683b2a4b7441a27e341bac50b85
Signed-off-by: Shreshtha SAHU &lt;ssahu@nvidia.com&gt;
Reviewed-on: http://git-master/r/1478746
(cherry picked from commit 0fca923e0257fdde8f69ce4e60b285645ddf2b16)
Reviewed-on: http://git-master/r/1480110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Bound to TZ" and Probe messages are made info.

Bug 200300191

Change-Id: Ic13190d704d67683b2a4b7441a27e341bac50b85
Signed-off-by: Shreshtha SAHU &lt;ssahu@nvidia.com&gt;
Reviewed-on: http://git-master/r/1478746
(cherry picked from commit 0fca923e0257fdde8f69ce4e60b285645ddf2b16)
Reviewed-on: http://git-master/r/1480110
</pre>
</div>
</content>
</entry>
<entry>
<title>thermal: tegra: tj-therm: return probe deferral</title>
<updated>2017-08-31T16:15:03+00:00</updated>
<author>
<name>sreenivasulu velpula</name>
<email>svelpula@nvidia.com</email>
</author>
<published>2017-03-24T11:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=ae73fb1100071e03420f0d79db64937768e75b81'/>
<id>ae73fb1100071e03420f0d79db64937768e75b81</id>
<content type='text'>
If thermal sensor driver used by tj-therm is not initialized
at the time of tj-therm probe, then return eprobe_defer.

Bug 200248952
Bug 200294922

Change-Id: I5962df2acd49ac837dbad1e7eeca3c6b3d149505
Signed-off-by: sreenivasulu velpula &lt;svelpula@nvidia.com&gt;
Reviewed-on: http://git-master/r/1327628
(cherry picked from commit d74a8e0c1dc625fe74ceea52d7a4d3c2e9a65332)
Signed-off-by: sreenivasulu velpula &lt;svelpula@nvidia.com&gt;
Reviewed-on: http://git-master/r/1468824
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If thermal sensor driver used by tj-therm is not initialized
at the time of tj-therm probe, then return eprobe_defer.

Bug 200248952
Bug 200294922

Change-Id: I5962df2acd49ac837dbad1e7eeca3c6b3d149505
Signed-off-by: sreenivasulu velpula &lt;svelpula@nvidia.com&gt;
Reviewed-on: http://git-master/r/1327628
(cherry picked from commit d74a8e0c1dc625fe74ceea52d7a4d3c2e9a65332)
Signed-off-by: sreenivasulu velpula &lt;svelpula@nvidia.com&gt;
Reviewed-on: http://git-master/r/1468824
</pre>
</div>
</content>
</entry>
<entry>
<title>thermal: add tegra_tj_thermal driver</title>
<updated>2017-08-31T16:15:03+00:00</updated>
<author>
<name>Navneet Kumar</name>
<email>navneetk@nvidia.com</email>
</author>
<published>2017-01-24T20:30:13+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=c2e9ec81f690a333574dd37f4c90310ed4dd866b'/>
<id>c2e9ec81f690a333574dd37f4c90310ed4dd866b</id>
<content type='text'>
add tj_thermal virtual sensor driver capable of reporting the temperature of
hottest point on the chip.

Bug 200248952

Change-Id: Ie44a9d389238ecf8f2539c6334b835b353e8c9e9
Signed-off-by: Navneet Kumar &lt;navneetk@nvidia.com&gt;
Reviewed-on: http://git-master/r/1293426
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add tj_thermal virtual sensor driver capable of reporting the temperature of
hottest point on the chip.

Bug 200248952

Change-Id: Ie44a9d389238ecf8f2539c6334b835b353e8c9e9
Signed-off-by: Navneet Kumar &lt;navneetk@nvidia.com&gt;
Reviewed-on: http://git-master/r/1293426
</pre>
</div>
</content>
</entry>
</feed>
