<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/input/keyboard, 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>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>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>
</feed>
