<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/platform/tegra/pm_debugfs.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>tegra: pm: Change fake system suspend smc id</title>
<updated>2018-03-09T12:30:54+00:00</updated>
<author>
<name>Vignesh Radhakrishnan</name>
<email>vigneshr@nvidia.com</email>
</author>
<published>2017-06-19T19:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=de300b86d0418ad23f68b4a9d7e1406884f2df2f'/>
<id>de300b86d0418ad23f68b4a9d7e1406884f2df2f</id>
<content type='text'>
This patch reflects the SMC id's that is currently supported
by ATF for fake system suspend.

JIRA TPM-1204

Change-Id: Ie7f208f7c6600eff832ffe77e4cc2cb5e2d1a391
Signed-off-by: Vignesh Radhakrishnan &lt;vigneshr@nvidia.com&gt;
Reviewed-on: https://git-master/r/1505138
(cherry picked from commit 249f09e559b707266efd29c2ae54cbfc0eb6dce7)
Signed-off-by: Timo Alho &lt;talho@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1671093
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>
This patch reflects the SMC id's that is currently supported
by ATF for fake system suspend.

JIRA TPM-1204

Change-Id: Ie7f208f7c6600eff832ffe77e4cc2cb5e2d1a391
Signed-off-by: Vignesh Radhakrishnan &lt;vigneshr@nvidia.com&gt;
Reviewed-on: https://git-master/r/1505138
(cherry picked from commit 249f09e559b707266efd29c2ae54cbfc0eb6dce7)
Signed-off-by: Timo Alho &lt;talho@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1671093
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>
<entry>
<title>platform: tegra: add support for pm debugfs nodes</title>
<updated>2018-03-09T12:30:50+00:00</updated>
<author>
<name>Vignesh Radhakrishnan</name>
<email>vigneshr@nvidia.com</email>
</author>
<published>2017-04-12T20:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=216d6a5c9a914d1841e71a18d8b901e4d99feea7'/>
<id>216d6a5c9a914d1841e71a18d8b901e4d99feea7</id>
<content type='text'>
Add support for creating debugfs nodes that is
used by Tegra PM framework.

This patch does the following:

1. Create debugfs directory /d/system_states

2. Support a common interface for requesting the debugfs
   handle of /d/system_states
   a. This is to ensure functions across multiple files
      can add nodes to this debugfs node

3. Add debugfs node /d/system_states/suspend_debug_flags
   to support entry inside fake system suspend mode.
   a. Writing to this node communicates with ATF
      using an SMC call to enter fake system suspend
      mode.
   b. This debug mode requests for a warm reset of CPU
      instead of WFI, thus bypassing underneath layers
      during system suspend
   c. This debug mode is primarily used for circumventing
      limitations in pre-silicon platforms

JIRA TPM-1204

Change-Id: I456c9f0059abf0df0e5325e21c06e2c2a59a89c7
Signed-off-by: Vignesh Radhakrishnan &lt;vigneshr@nvidia.com&gt;
Reviewed-on: http://git-master/r/1457336
(cherry picked from commit 3d125c0cbc2bb7eeec849ca782ee3fc71cca4907)
Signed-off-by: Timo Alho &lt;talho@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1671092
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>
Add support for creating debugfs nodes that is
used by Tegra PM framework.

This patch does the following:

1. Create debugfs directory /d/system_states

2. Support a common interface for requesting the debugfs
   handle of /d/system_states
   a. This is to ensure functions across multiple files
      can add nodes to this debugfs node

3. Add debugfs node /d/system_states/suspend_debug_flags
   to support entry inside fake system suspend mode.
   a. Writing to this node communicates with ATF
      using an SMC call to enter fake system suspend
      mode.
   b. This debug mode requests for a warm reset of CPU
      instead of WFI, thus bypassing underneath layers
      during system suspend
   c. This debug mode is primarily used for circumventing
      limitations in pre-silicon platforms

JIRA TPM-1204

Change-Id: I456c9f0059abf0df0e5325e21c06e2c2a59a89c7
Signed-off-by: Vignesh Radhakrishnan &lt;vigneshr@nvidia.com&gt;
Reviewed-on: http://git-master/r/1457336
(cherry picked from commit 3d125c0cbc2bb7eeec849ca782ee3fc71cca4907)
Signed-off-by: Timo Alho &lt;talho@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1671092
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>
