<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/iio/generic, 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: iio: generic: avoid use of trace_printk</title>
<updated>2018-03-14T05:13:08+00:00</updated>
<author>
<name>Arvind M</name>
<email>am@nvidia.com</email>
</author>
<published>2017-12-06T08:50:19+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=1281fb3689b517414d4bf34ec57a63e07032e97e'/>
<id>1281fb3689b517414d4bf34ec57a63e07032e97e</id>
<content type='text'>
1. introduce NVS_LED_TRACE_PRINTK Kconfig flag and set to 'n'
    by default.
2. control trace_printk through the flag
3. prevents allocation of extra kernel memory with trace_printk
    presence

Bug 200350221

Change-Id: I551135f2b6329df2eb20cd2a2b441dcafaf5701a
Signed-off-by: Arvind M &lt;am@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1672072
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. introduce NVS_LED_TRACE_PRINTK Kconfig flag and set to 'n'
    by default.
2. control trace_printk through the flag
3. prevents allocation of extra kernel memory with trace_printk
    presence

Bug 200350221

Change-Id: I551135f2b6329df2eb20cd2a2b441dcafaf5701a
Signed-off-by: Arvind M &lt;am@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1672072
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<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>iio: nvs-led-test: Add support for enable GPIO</title>
<updated>2017-07-18T18:13:08+00:00</updated>
<author>
<name>Rhyland Klein</name>
<email>rklein@nvidia.com</email>
</author>
<published>2017-05-31T21:57:36+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=eb5333c957c2f457c9a7de99bf0c2884714b3912'/>
<id>eb5333c957c2f457c9a7de99bf0c2884714b3912</id>
<content type='text'>
In some case there may be an enable GPIO to be set before
the GPIO connected to the GPIO will function as the toggle to
turn on the LED or not. Ensure the driver supports this option
by adding a secondary specific, optional, GPIO.

AV-384

Change-Id: I4b574e98c7ae57a627254073025dd75e85f9a045
Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Reviewed-on: http://git-master/r/1502426
(cherry picked from commit bfa7eb69c28455c8cb1e8677d61c44af50ea06d5)
Reviewed-on: http://git-master/r/1505037
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
Reviewed-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some case there may be an enable GPIO to be set before
the GPIO connected to the GPIO will function as the toggle to
turn on the LED or not. Ensure the driver supports this option
by adding a secondary specific, optional, GPIO.

AV-384

Change-Id: I4b574e98c7ae57a627254073025dd75e85f9a045
Signed-off-by: Rhyland Klein &lt;rklein@nvidia.com&gt;
Reviewed-on: http://git-master/r/1502426
(cherry picked from commit bfa7eb69c28455c8cb1e8677d61c44af50ea06d5)
Reviewed-on: http://git-master/r/1505037
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
Reviewed-by: Laxman Dewangan &lt;ldewangan@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>
