<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/input, 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>input: input-cfboost: Include linux/sched/types.h</title>
<updated>2018-07-05T08:18:03+00:00</updated>
<author>
<name>Nicolin Chen</name>
<email>nicolinc@nvidia.com</email>
</author>
<published>2018-07-04T01:39: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=c2add31c9606c8a3e189354dc4f2f0e1e7063123'/>
<id>c2add31c9606c8a3e189354dc4f2f0e1e7063123</id>
<content type='text'>
There is a build error when compiling the driver with K4.14:
    drivers/input/input-cfboost.c: In function ‘cfboost_init’:
    drivers/input/input-cfboost.c:303:9: error:
    	variable ‘sparm’ has initializer but incomplete type
    struct sched_param sparm = {
    	   ^~~~~~~~~~~

So this patch adds the corresponding header file to fix it.

Bug 200425329

Change-Id: Idd3caabeb7c8ef3985a05ec5008f8605981c6900
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1770000
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@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>
There is a build error when compiling the driver with K4.14:
    drivers/input/input-cfboost.c: In function ‘cfboost_init’:
    drivers/input/input-cfboost.c:303:9: error:
    	variable ‘sparm’ has initializer but incomplete type
    struct sched_param sparm = {
    	   ^~~~~~~~~~~

So this patch adds the corresponding header file to fix it.

Bug 200425329

Change-Id: Idd3caabeb7c8ef3985a05ec5008f8605981c6900
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1770000
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@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>
<entry>
<title>input: Add Kconfig file for nvidia repo</title>
<updated>2018-07-05T08:17:59+00:00</updated>
<author>
<name>Nicolin Chen</name>
<email>nicolinc@nvidia.com</email>
</author>
<published>2018-07-04T01:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=f1874d9d07b2798bc302159d89a798c975eaa2a9'/>
<id>f1874d9d07b2798bc302159d89a798c975eaa2a9</id>
<content type='text'>
This patch adds a Kconfig file for input drivers under nvidia repo.
It also adds an entry for INPUT_CFBOOST.

Bug 200425329

Change-Id: I3670d4f829993927899e65c15dff327d1264a877
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1769999
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>
This patch adds a Kconfig file for input drivers under nvidia repo.
It also adds an entry for INPUT_CFBOOST.

Bug 200425329

Change-Id: I3670d4f829993927899e65c15dff327d1264a877
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1769999
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>input: touch: sharp: fixups for k4.14.</title>
<updated>2018-06-21T12:43:48+00:00</updated>
<author>
<name>Jordan Nien</name>
<email>jnien@nvidia.com</email>
</author>
<published>2018-06-15T01:51:03+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=cb67362cb9807c6361af8e45d37784d3625e8f73'/>
<id>cb67362cb9807c6361af8e45d37784d3625e8f73</id>
<content type='text'>
include linux/sched/signal.h to fix build error
with "send_sig_info" for K4.14.

Bug 200421480

Change-Id: Ib3075d99b1186c08b80f99affd644fdedd26c9d7
Signed-off-by: Jordan Nien &lt;jnien@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1750573
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
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>
include linux/sched/signal.h to fix build error
with "send_sig_info" for K4.14.

Bug 200421480

Change-Id: Ib3075d99b1186c08b80f99affd644fdedd26c9d7
Signed-off-by: Jordan Nien &lt;jnien@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1750573
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
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>drivers: Fix build error when compiling GPIO timed key as module</title>
<updated>2018-06-20T07:44:33+00:00</updated>
<author>
<name>Mark Zhang</name>
<email>markz@nvidia.com</email>
</author>
<published>2018-06-12T08:51: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=029b243eda8b1d8cc3ebe05072df9cf18c920fa0'/>
<id>029b243eda8b1d8cc3ebe05072df9cf18c920fa0</id>
<content type='text'>
When building gpio timed keys driver as a LKM, we hit an error:
FATAL: modpost: GPL-incompatible module gpio_timed_keys.ko uses GPL-only symbol 'platform_driver_unregister'

This is because we have a typo in MODULE_LICENSE which makes
kernel thinks it's a proprietary module.

Bug 200416410

Change-Id: Ia495a27ec9e4a6827ecbfaf917b4537d478c0643
Signed-off-by: Mark Zhang &lt;markz@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1747220
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@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>
When building gpio timed keys driver as a LKM, we hit an error:
FATAL: modpost: GPL-incompatible module gpio_timed_keys.ko uses GPL-only symbol 'platform_driver_unregister'

This is because we have a typo in MODULE_LICENSE which makes
kernel thinks it's a proprietary module.

Bug 200416410

Change-Id: Ia495a27ec9e4a6827ecbfaf917b4537d478c0643
Signed-off-by: Mark Zhang &lt;markz@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1747220
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@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>input: eeti: Update to 2018/05/18 version.</title>
<updated>2018-05-29T14:43:50+00:00</updated>
<author>
<name>Jordan Nien</name>
<email>jnien@nvidia.com</email>
</author>
<published>2018-05-23T02:53:14+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=9dfa07cc33d164db1d0f495a4f008404de8d16e0'/>
<id>9dfa07cc33d164db1d0f495a4f008404de8d16e0</id>
<content type='text'>
- update input enable/disable function to
  put touch chip into on/deep sleep mode and
  allow pm suspend/resume only if input disable
  is not being called.
- fix the violation for kernel coding guidline
  that mixed case are not allowed.

Bug 200404555

Change-Id: Ia6c89f47a5148e2afc64e20d2851daf2e79b78e9
Signed-off-by: Jordan Nien &lt;jnien@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1727750
GVS: Gerrit_Virtual_Submit
Reviewed-by: Automatic_Commit_Validation_User
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>
- update input enable/disable function to
  put touch chip into on/deep sleep mode and
  allow pm suspend/resume only if input disable
  is not being called.
- fix the violation for kernel coding guidline
  that mixed case are not allowed.

Bug 200404555

Change-Id: Ia6c89f47a5148e2afc64e20d2851daf2e79b78e9
Signed-off-by: Jordan Nien &lt;jnien@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1727750
GVS: Gerrit_Virtual_Submit
Reviewed-by: Automatic_Commit_Validation_User
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>input: touch: eeti: initial eeti platform usb driver.</title>
<updated>2018-05-04T04:43:57+00:00</updated>
<author>
<name>Jordan Nien</name>
<email>jnien@nvidia.com</email>
</author>
<published>2018-04-23T08:34:48+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=481d7c934e643dc7f6400ee331cde23e42e8fdb8'/>
<id>481d7c934e643dc7f6400ee331cde23e42e8fdb8</id>
<content type='text'>
- version: 2018/04/27

Bug 2084587
Bug 200404999

IP audit bug:
Bug 200408817

Change-Id: If0a693f2dfa41971e9d1718444f4c9f6f0c1e640
Signed-off-by: EETI &lt;touch_fae@eeti.com&gt;
Signed-off-by: Jordan Nien &lt;jnien@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1700605
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>
- version: 2018/04/27

Bug 2084587
Bug 200404999

IP audit bug:
Bug 200408817

Change-Id: If0a693f2dfa41971e9d1718444f4c9f6f0c1e640
Signed-off-by: EETI &lt;touch_fae@eeti.com&gt;
Signed-off-by: Jordan Nien &lt;jnien@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1700605
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>input: egalax: update to 2018/04/23 version.</title>
<updated>2018-04-25T09:55:42+00:00</updated>
<author>
<name>Jordan Nien</name>
<email>jnien@nvidia.com</email>
</author>
<published>2018-04-11T08:47:26+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=2600f967ae44cc5a345a7dbddf0a7e8e61add891'/>
<id>2600f967ae44cc5a345a7dbddf0a7e8e61add891</id>
<content type='text'>
- add input control for powerhal to control touch
  power state during display on/off.
- disable touch power when the driver is unloaded
  and system shutdown.
- Revise the probe and init code so that it won't conflict
  with eeti usb touch driver.
- Don't show calibration state when the communication fail.

Bug 200404555
Bug 2000404999
Bug 2084587

Change-Id: I2492c4aa10b37afba7c61961fb3951f982121691
Signed-off-by: Jordan Nien &lt;jnien@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1692760
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
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>
- add input control for powerhal to control touch
  power state during display on/off.
- disable touch power when the driver is unloaded
  and system shutdown.
- Revise the probe and init code so that it won't conflict
  with eeti usb touch driver.
- Don't show calibration state when the communication fail.

Bug 200404555
Bug 2000404999
Bug 2084587

Change-Id: I2492c4aa10b37afba7c61961fb3951f982121691
Signed-off-by: Jordan Nien &lt;jnien@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1692760
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
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>drivers:input: Add timed gpio keys driver</title>
<updated>2018-04-17T21:13:27+00:00</updated>
<author>
<name>Kary Jin</name>
<email>karyj@nvidia.com</email>
</author>
<published>2018-04-16T03:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=1f259cabca49cb284fe74148a7957ec7c0f07fd2'/>
<id>1f259cabca49cb284fe74148a7957ec7c0f07fd2</id>
<content type='text'>
Create gpio_timed_keys driver that detects timed key
presses and allows input devices to send different
key codes based on the amount of time the key was
pressed.

This patch is heavily based on
https://git-master.nvidia.com/r/821630

Bug 200401975

Change-Id: I8e2f4e97d3e7b20de983965000c9670db74d9e86
Signed-off-by: Kary Jin &lt;karyj@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1695863
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vinayak Pane &lt;vpane@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>
Create gpio_timed_keys driver that detects timed key
presses and allows input devices to send different
key codes based on the amount of time the key was
pressed.

This patch is heavily based on
https://git-master.nvidia.com/r/821630

Bug 200401975

Change-Id: I8e2f4e97d3e7b20de983965000c9670db74d9e86
Signed-off-by: Kary Jin &lt;karyj@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1695863
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vinayak Pane &lt;vpane@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>input: egalax: add touch calibraion sysfs.</title>
<updated>2018-04-02T05:33:13+00:00</updated>
<author>
<name>Jordan Nien</name>
<email>jnien@nvidia.com</email>
</author>
<published>2018-03-26T10:25: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=9a2b8224c4592500ba53239c4bef559b4d1e9f9b'/>
<id>9a2b8224c4592500ba53239c4bef559b4d1e9f9b</id>
<content type='text'>
- calibration sysfs is to indicate if calibration is done.

Bug 200380972

Change-Id: Ibb316c3189cdcb7ce2140ae567cd2e051ea5edc1
Signed-off-by: Jordan Nien &lt;jnien@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1681927
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>
- calibration sysfs is to indicate if calibration is done.

Bug 200380972

Change-Id: Ibb316c3189cdcb7ce2140ae567cd2e051ea5edc1
Signed-off-by: Jordan Nien &lt;jnien@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1681927
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>input: egalax: add touch orientation selection.</title>
<updated>2018-03-23T15:20:22+00:00</updated>
<author>
<name>Jordan Nien</name>
<email>jnien@nvidia.com</email>
</author>
<published>2018-03-14T02:23:39+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=8c2eff625ba135b22bbf81d1e0a4bbf285171452'/>
<id>8c2eff625ba135b22bbf81d1e0a4bbf285171452</id>
<content type='text'>
- Add "flip-x = &lt;1&gt;" in DT to flip touch orientation x
  and "flip-y = &lt;1&gt;" in DT to flip touch orientation y.

Bug 2080902

Change-Id: Ibce9298cda75ccc2a8394822ecfb99da9ad5a71f
Signed-off-by: Jordan Nien &lt;jnien@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1674692
Reviewed-by: Bharat Nihalani &lt;bnihalani@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>
- Add "flip-x = &lt;1&gt;" in DT to flip touch orientation x
  and "flip-y = &lt;1&gt;" in DT to flip touch orientation y.

Bug 2080902

Change-Id: Ibce9298cda75ccc2a8394822ecfb99da9ad5a71f
Signed-off-by: Jordan Nien &lt;jnien@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1674692
Reviewed-by: Bharat Nihalani &lt;bnihalani@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>
