<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/iio/generic/Makefile, 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>nvidia: use kernel overlay features</title>
<updated>2017-10-29T18:00:42+00:00</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@nvidia.com</email>
</author>
<published>2017-09-14T16:51: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=20bb0324e532863cafc5dc41e8cd5a6ec28413d8'/>
<id>20bb0324e532863cafc5dc41e8cd5a6ec28413d8</id>
<content type='text'>
Update all Kconfig files and Makefiles to rely on the kernel overlay
feature. In particular, don't include any Kconfig files or Makefiles
from other overlays. -I directives in CFLAGS are not yet cleaned up.

Bug 1978395

Change-Id: I425d37d55f8ea61fb3a082a1504f994ff30cec03
Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1561187
Reviewed-by: Terje Bergstrom &lt;tbergstrom@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>
Update all Kconfig files and Makefiles to rely on the kernel overlay
feature. In particular, don't include any Kconfig files or Makefiles
from other overlays. -I directives in CFLAGS are not yet cleaned up.

Bug 1978395

Change-Id: I425d37d55f8ea61fb3a082a1504f994ff30cec03
Signed-off-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1561187
Reviewed-by: Terje Bergstrom &lt;tbergstrom@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>led_test: Enable CONFIG_NVS_LED_TEST config and makefile</title>
<updated>2017-07-26T19:24:20+00:00</updated>
<author>
<name>Robert Collins</name>
<email>rcollins@nvidia.com</email>
</author>
<published>2017-07-18T18:18:41+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=b948ebe050b3e19f2196feab9643a00531d750ef'/>
<id>b948ebe050b3e19f2196feab9643a00531d750ef</id>
<content type='text'>
Config: CONFIG_NVS_LED_TEST
Driver: nvs_led_test.c
Location: drivers/iio/generic

Bug 200325774

Signed-off-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Change-Id: I1d860a29eddc3856ead961e2f9d9678699d1b52a
Reviewed-on: https://git-master.nvidia.com/r/1522477
GVS: Gerrit_Virtual_Submit
Reviewed-by: Erik Lilliebjerg &lt;elilliebjerg@nvidia.com&gt;
Reviewed-by: Akhilesh Khumbum &lt;akhumbum@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Config: CONFIG_NVS_LED_TEST
Driver: nvs_led_test.c
Location: drivers/iio/generic

Bug 200325774

Signed-off-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Change-Id: I1d860a29eddc3856ead961e2f9d9678699d1b52a
Reviewed-on: https://git-master.nvidia.com/r/1522477
GVS: Gerrit_Virtual_Submit
Reviewed-by: Erik Lilliebjerg &lt;elilliebjerg@nvidia.com&gt;
Reviewed-by: Akhilesh Khumbum &lt;akhumbum@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drivers: iio: Add NVS-LED-TEST driver source</title>
<updated>2017-07-18T18:13:08+00:00</updated>
<author>
<name>Rhyland Klein</name>
<email>rklein@nvidia.com</email>
</author>
<published>2016-08-15T23:42: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=938d250708e9ca4372fe77c806f881d6bb6b2fd8'/>
<id>938d250708e9ca4372fe77c806f881d6bb6b2fd8</id>
<content type='text'>
This is a driver which creates a test sensor used for latency
measurements. It simulates a sensor triggering an event through the
nvs framework. The event is triggered by a write to its sysfs "on_ms"
file. When the event is triggered, it also toggles the GPIO specified
in its DT entry to turn on an LED. This can be used with a high speed
camera to capture the event start time when doing latency measurements.

Based on work by: Andrew chew &lt;achew@nvidia.com&gt;

Bug 200237272
AV-133

Change-Id: Ib4f0a831b2a3da1321d48112fc66c909809105f7
Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Reviewed-on: http://git-master/r/1271136
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a driver which creates a test sensor used for latency
measurements. It simulates a sensor triggering an event through the
nvs framework. The event is triggered by a write to its sysfs "on_ms"
file. When the event is triggered, it also toggles the GPIO specified
in its DT entry to turn on an LED. This can be used with a high speed
camera to capture the event start time when doing latency measurements.

Based on work by: Andrew chew &lt;achew@nvidia.com&gt;

Bug 200237272
AV-133

Change-Id: Ib4f0a831b2a3da1321d48112fc66c909809105f7
Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Reviewed-on: http://git-master/r/1271136
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
