<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/platform/tegra/Makefile, 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>tegra: safety: Add client registration</title>
<updated>2021-05-24T19:54:44+00:00</updated>
<author>
<name>Preetham Chandru Ramchandra</name>
<email>pchandru@nvidia.com</email>
</author>
<published>2021-05-18T14:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=6fcc5021a8f8eaef1a2a8e2c342728d1a6ff35d0'/>
<id>6fcc5021a8f8eaef1a2a8e2c342728d1a6ff35d0</id>
<content type='text'>
Add client registration and deregistration calls.
The clients registers with a callback function which gets called when
ivc ready is received from L2SS.

Bug 200700404

Change-Id: I358f4ad7ada547dfb81bb60c990b2f84235a9651
Signed-off-by: Preetham Chandru Ramchandra &lt;pchandru@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2531217
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add client registration and deregistration calls.
The clients registers with a callback function which gets called when
ivc ready is received from L2SS.

Bug 200700404

Change-Id: I358f4ad7ada547dfb81bb60c990b2f84235a9651
Signed-off-by: Preetham Chandru Ramchandra &lt;pchandru@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2531217
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: safety: Move header files to include/linux</title>
<updated>2021-05-19T08:08:56+00:00</updated>
<author>
<name>Preetham Chandru Ramchandra</name>
<email>pchandru@nvidia.com</email>
</author>
<published>2021-05-17T12:27: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=f95d8afa523faee5374d44e3b318eae82562fa66'/>
<id>f95d8afa523faee5374d44e3b318eae82562fa66</id>
<content type='text'>
Move tegra_nv_guard_group_id.h and tegra_nv_guard_service_id.h header
files to include/linux path.
Also move l1ss_submit_rq() to tegra_l1ss_kernel_interface.h

Bug 200700404

Change-Id: Ib609c3f3cbaebb495729eba6d607c340c9a2f185
Signed-off-by: Preetham Chandru Ramchandra &lt;pchandru@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2530519
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move tegra_nv_guard_group_id.h and tegra_nv_guard_service_id.h header
files to include/linux path.
Also move l1ss_submit_rq() to tegra_l1ss_kernel_interface.h

Bug 200700404

Change-Id: Ib609c3f3cbaebb495729eba6d607c340c9a2f185
Signed-off-by: Preetham Chandru Ramchandra &lt;pchandru@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2530519
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: safety: Enable L1SS</title>
<updated>2021-05-12T21:11:31+00:00</updated>
<author>
<name>Preetham Chandru Ramchandra</name>
<email>pchandru@nvidia.com</email>
</author>
<published>2021-05-05T18:44:25+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=397f8bd575cad792b2f6835bc7ab6eedce0a15eb'/>
<id>397f8bd575cad792b2f6835bc7ab6eedce0a15eb</id>
<content type='text'>
This change enable L1SS with minimal functionality.
Currently it only supports sending sw error to SCE
(SERVICESTATUS_NOTIFICATION) and IST erros.

Bug 200700404

Change-Id: I4a33756dd2f4b6715157a39d3dbc4d0d968fc52b
Signed-off-by: Preetham Chandru Ramchandra &lt;pchandru@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2525248
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change enable L1SS with minimal functionality.
Currently it only supports sending sw error to SCE
(SERVICESTATUS_NOTIFICATION) and IST erros.

Bug 200700404

Change-Id: I4a33756dd2f4b6715157a39d3dbc4d0d968fc52b
Signed-off-by: Preetham Chandru Ramchandra &lt;pchandru@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2525248
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: Fix safety ivc driver</title>
<updated>2021-04-01T00:27:59+00:00</updated>
<author>
<name>Mantravadi Karthik</name>
<email>mkarthik@nvidia.com</email>
</author>
<published>2021-03-04T17:29:31+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=f29ac3683f835efefcfdf980779dcdde0b9d80b4'/>
<id>f29ac3683f835efefcfdf980779dcdde0b9d80b4</id>
<content type='text'>
* Fix safety ivc driver to remove unused cmd-pair.
* Update Makefile to use the correct defconfig.
* Add support for unit testing the safety-ivc driver
  guarded by CONFIG_TEGRA_SAFETY_IVC_DEBUG.

Bug 200700400

Change-Id: I479db5fcb4a57ad36c374fa3f137346e8582cb13
Signed-off-by: Mantravadi Karthik &lt;mkarthik@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2493498
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix safety ivc driver to remove unused cmd-pair.
* Update Makefile to use the correct defconfig.
* Add support for unit testing the safety-ivc driver
  guarded by CONFIG_TEGRA_SAFETY_IVC_DEBUG.

Bug 200700400

Change-Id: I479db5fcb4a57ad36c374fa3f137346e8582cb13
Signed-off-by: Mantravadi Karthik &lt;mkarthik@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2493498
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</pre>
</div>
</content>
</entry>
<entry>
<title>platform: tegra: add clocks-config driver</title>
<updated>2020-03-16T16:48:44+00:00</updated>
<author>
<name>Vishruth Jain</name>
<email>vishruthj@nvidia.com</email>
</author>
<published>2020-03-04T08:48:43+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=7aeb6dedb80519696cf087899bf8de41b7b5594b'/>
<id>7aeb6dedb80519696cf087899bf8de41b7b5594b</id>
<content type='text'>
Platforms require setting initial state of select clocks.
In one use-case, PLL_AON has to be disabled to keep idle state
power within limits. PLL_AON's default child clocks like CAN's
parent is changed to different clock. But CAN clocks are enabled
on reset. So CAN's parent clock state should also be enabled to
comply with clock framework. This is achieved using BPMP-DTB.
CAN clocks are then disabled using clocks-config driver.

Bug 200409889

Change-Id: I7fd5f8acca8463e9858a4d22b4a0dbb9c6f386df
Signed-off-by: Vishruth Jain &lt;vishruthj@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2307066
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Platforms require setting initial state of select clocks.
In one use-case, PLL_AON has to be disabled to keep idle state
power within limits. PLL_AON's default child clocks like CAN's
parent is changed to different clock. But CAN clocks are enabled
on reset. So CAN's parent clock state should also be enabled to
comply with clock framework. This is achieved using BPMP-DTB.
CAN clocks are then disabled using clocks-config driver.

Bug 200409889

Change-Id: I7fd5f8acca8463e9858a4d22b4a0dbb9c6f386df
Signed-off-by: Vishruth Jain &lt;vishruthj@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2307066
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>coverity: Compile bad module</title>
<updated>2019-10-18T23:57:51+00:00</updated>
<author>
<name>Hardik Tushar Shah</name>
<email>hardikts@nvidia.com</email>
</author>
<published>2019-10-17T12:59: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=8d663105dd7340b36fdd8806822aa99e9675d57b'/>
<id>8d663105dd7340b36fdd8806822aa99e9675d57b</id>
<content type='text'>
It should have been caught on static scan

Bug 2720889

Change-Id: I735bd3cc6a33893c41d1869bd485fe999a6eba67
Signed-off-by: Hardik Tushar Shah &lt;hardikts@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2220232
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@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>
It should have been caught on static scan

Bug 2720889

Change-Id: I735bd3cc6a33893c41d1869bd485fe999a6eba67
Signed-off-by: Hardik Tushar Shah &lt;hardikts@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2220232
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@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>Carmel Perfmon Driver</title>
<updated>2019-09-20T12:39:21+00:00</updated>
<author>
<name>James Huang</name>
<email>jamehuang@nvidia.com</email>
</author>
<published>2018-08-28T08:31:23+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=bac9b18aff5ada9f5c397764bd8288d89c228ddb'/>
<id>bac9b18aff5ada9f5c397764bd8288d89c228ddb</id>
<content type='text'>
Bug 1959555
Bug 200498583

Change-Id: I07efc5446cadfc7d111237af2272006bfdc332f3
Signed-off-by: James Huang &lt;jamehuang@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2112394
(cherry picked from commit cd83a68a36471c2aafe3b7a05c81c643aefd0429)
Reviewed-on: https://git-master.nvidia.com/r/2194209
GVS: Gerrit_Virtual_Submit
Tested-by: Sumit Gupta &lt;sumitg@nvidia.com&gt;
Reviewed-by: Richard Wiley &lt;rwiley@nvidia.com&gt;
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>
Bug 1959555
Bug 200498583

Change-Id: I07efc5446cadfc7d111237af2272006bfdc332f3
Signed-off-by: James Huang &lt;jamehuang@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2112394
(cherry picked from commit cd83a68a36471c2aafe3b7a05c81c643aefd0429)
Reviewed-on: https://git-master.nvidia.com/r/2194209
GVS: Gerrit_Virtual_Submit
Tested-by: Sumit Gupta &lt;sumitg@nvidia.com&gt;
Reviewed-by: Richard Wiley &lt;rwiley@nvidia.com&gt;
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>[sysfs] sysfs for tegra cpu types.</title>
<updated>2019-03-26T22:28:38+00:00</updated>
<author>
<name>Achal Verma</name>
<email>achalv@nvidia.com</email>
</author>
<published>2019-03-19T14:19:44+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=cfe2f2b6bafd4873a275a605f286de23eefe553c'/>
<id>cfe2f2b6bafd4873a275a605f286de23eefe553c</id>
<content type='text'>
Dynamic symbolic links to cpus sysfs
entries classified according to cpu
type[Carmel, Denver, A57].

Bug 2508491

Change-Id: I770b986680e2a8cb3f94ce539516767731c7514a
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2080835
GVS: Gerrit_Virtual_Submit
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Tested-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Rahul Jain (SW-TEGRA) &lt;rahuljain@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>
Dynamic symbolic links to cpus sysfs
entries classified according to cpu
type[Carmel, Denver, A57].

Bug 2508491

Change-Id: I770b986680e2a8cb3f94ce539516767731c7514a
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2080835
GVS: Gerrit_Virtual_Submit
Reviewed-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Tested-by: Dmitry Pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-by: Rahul Jain (SW-TEGRA) &lt;rahuljain@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 pre-production debug code</title>
<updated>2018-10-11T21:57:47+00:00</updated>
<author>
<name>Alex Van Brunt</name>
<email>avanbrunt@nvidia.com</email>
</author>
<published>2018-09-26T16:23: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=f461612d392ef9de009f3a4b5c74d6915eabaca5'/>
<id>f461612d392ef9de009f3a4b5c74d6915eabaca5</id>
<content type='text'>
Bug 2404240

Change-Id: I3fa77bf9071741940be6211fbe94456769f3ca94
Signed-off-by: Alex Van Brunt &lt;avanbrunt@nvidia.com&gt;
Signed-off-by: Prabhu Kuttiyam &lt;pkuttiyam@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1848069
(cherry picked from commit 7401196732f1d686d208204aee0016f717bd9f74)
Reviewed-on: https://git-master.nvidia.com/r/1922830
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>
Bug 2404240

Change-Id: I3fa77bf9071741940be6211fbe94456769f3ca94
Signed-off-by: Alex Van Brunt &lt;avanbrunt@nvidia.com&gt;
Signed-off-by: Prabhu Kuttiyam &lt;pkuttiyam@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1848069
(cherry picked from commit 7401196732f1d686d208204aee0016f717bd9f74)
Reviewed-on: https://git-master.nvidia.com/r/1922830
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>platform: tegra: Correct build dependencies</title>
<updated>2018-08-25T10:27:53+00:00</updated>
<author>
<name>Nicolin Chen</name>
<email>nicolinc@nvidia.com</email>
</author>
<published>2018-08-21T21:27:24+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=69e02bc5b7bfa8e0fc54e991dcb92634036e521d'/>
<id>69e02bc5b7bfa8e0fc54e991dcb92634036e521d</id>
<content type='text'>
Some platform drivers are missing build dependencies. And the
tegra18_a57_serr is used on tegra186 only so it should depend
on the tegra186-based CONFIG_TEGRA_18X_SERROR instead.

This change just fixes these places.

Bug 2284925

Change-Id: I15e4561a4bd93f46c32bc9d42856388f7bfe0cc6
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1803444
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Reviewed-by: Sanjay Chandrashekara &lt;sanjayc@nvidia.com&gt;
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>
Some platform drivers are missing build dependencies. And the
tegra18_a57_serr is used on tegra186 only so it should depend
on the tegra186-based CONFIG_TEGRA_18X_SERROR instead.

This change just fixes these places.

Bug 2284925

Change-Id: I15e4561a4bd93f46c32bc9d42856388f7bfe0cc6
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1803444
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Reviewed-by: Sanjay Chandrashekara &lt;sanjayc@nvidia.com&gt;
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>
</feed>
