<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/platform/tegra/pm.c, branch rtss22-ae</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>drivers: pm: change property missing err to info</title>
<updated>2018-09-21T16:56:10+00:00</updated>
<author>
<name>Anuj Gangwar</name>
<email>anujg@nvidia.com</email>
</author>
<published>2018-09-11T11:45:52+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=be17dc19be55543e91d261b22680a65c9f1f9c7f'/>
<id>be17dc19be55543e91d261b22680a65c9f1f9c7f</id>
<content type='text'>
Decrease the log level for
tegra_debug_uart_syscore_init: stdout-path
property missing

Bug:  200379817
Change-Id: Ia0c67e99bef36d672b7af8d37522fb1ec86383c1
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1819659
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu &lt;bbasu@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>
Decrease the log level for
tegra_debug_uart_syscore_init: stdout-path
property missing

Bug:  200379817
Change-Id: Ia0c67e99bef36d672b7af8d37522fb1ec86383c1
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1819659
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu &lt;bbasu@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>drivers: pm: bypass save/restore for combined uart</title>
<updated>2018-09-10T00:24:31+00:00</updated>
<author>
<name>Bo Yan</name>
<email>byan@nvidia.com</email>
</author>
<published>2018-09-07T16:52:10+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=4bf3be25d008b30911554d0fc25d9fb3430253f1'/>
<id>4bf3be25d008b30911554d0fc25d9fb3430253f1</id>
<content type='text'>
The debug UART path does not exist when combined uart is enabled.
Bypass save and restore for debug uart during SC7 entry/exit.

Bug 200432015

Change-Id: I7ee7e9da00db6743950ccb46655f9d20ac2bbd2f
Signed-off-by: Bo Yan &lt;byan@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1816294
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@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>
The debug UART path does not exist when combined uart is enabled.
Bypass save and restore for debug uart during SC7 entry/exit.

Bug 200432015

Change-Id: I7ee7e9da00db6743950ccb46655f9d20ac2bbd2f
Signed-off-by: Bo Yan &lt;byan@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1816294
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@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>platform: tegra: remove unused header from pm.c</title>
<updated>2018-03-14T06:15:02+00:00</updated>
<author>
<name>Bitan Biswas</name>
<email>bbiswas@nvidia.com</email>
</author>
<published>2018-03-13T14:56:17+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=d018bcc68096d19e156869ad20c801ea223ef4a4'/>
<id>d018bcc68096d19e156869ad20c801ea223ef4a4</id>
<content type='text'>
Remove header tegra_pm_domains.h as none of the declarations
are needed in pm.c

Bug 200385931

Change-Id: Ie2c031f74f4541826662014d53157635df335864
Signed-off-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1674344
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani &lt;bnihalani@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>
Remove header tegra_pm_domains.h as none of the declarations
are needed in pm.c

Bug 200385931

Change-Id: Ie2c031f74f4541826662014d53157635df335864
Signed-off-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1674344
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani &lt;bnihalani@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>platform: tegra: import sc7 debugging driver</title>
<updated>2018-03-09T12:29:30+00:00</updated>
<author>
<name>Timo Alho</name>
<email>talho@nvidia.com</email>
</author>
<published>2018-03-08T07:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=918903a35b4fd77937475579b9347b57c20f4d85'/>
<id>918903a35b4fd77937475579b9347b57c20f4d85</id>
<content type='text'>
Import this driver from earlier NVIDIA downstream linux
distributions. In kernel-4.9 this driver was introduced as following
commits
 d2c919e9d698c09420de05906692c0f89402ab83
 043e45fa50de0a0a7dc70cf9cf52e0d17a98be67

Change-Id: I77ef21f9bf11a4daa938fe4e05ee2d24c816ccc9
Signed-off-by: Timo Alho &lt;talho@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1667438
GVS: Gerrit_Virtual_Submit
Tested-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Reviewed-by: Bitan Biswas &lt;bbiswas@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>
Import this driver from earlier NVIDIA downstream linux
distributions. In kernel-4.9 this driver was introduced as following
commits
 d2c919e9d698c09420de05906692c0f89402ab83
 043e45fa50de0a0a7dc70cf9cf52e0d17a98be67

Change-Id: I77ef21f9bf11a4daa938fe4e05ee2d24c816ccc9
Signed-off-by: Timo Alho &lt;talho@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1667438
GVS: Gerrit_Virtual_Submit
Tested-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Reviewed-by: Bitan Biswas &lt;bbiswas@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>
</feed>
