<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/misc/nvs/nvs_sysfs.c, 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>misc: nvs: Add batch_read function</title>
<updated>2018-03-15T03:03:08+00:00</updated>
<author>
<name>Erik Lilliebjerg</name>
<email>elilliebjerg@nvidia.com</email>
</author>
<published>2018-02-15T11:34:09+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=e7921dac13692deffa4cce22384a0605d5fee794'/>
<id>e7921dac13692deffa4cce22384a0605d5fee794</id>
<content type='text'>
- Expand the kernel NVS API to include reading the period and timeout
  values the sensor HW is set to regardless of what the requested
  values are.  This will address cache issues in the upper SW.
- Started implementation of ABI by adding structure size and version.

Bug 2009330
Bug 2059088

Change-Id: Id8f35b687c03d2f303ea64db774b08ad773e7516
Signed-off-by: Erik Lilliebjerg &lt;elilliebjerg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1658067
Tested-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Robert Collins &lt;rcollins@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>
- Expand the kernel NVS API to include reading the period and timeout
  values the sensor HW is set to regardless of what the requested
  values are.  This will address cache issues in the upper SW.
- Started implementation of ABI by adding structure size and version.

Bug 2009330
Bug 2059088

Change-Id: Id8f35b687c03d2f303ea64db774b08ad773e7516
Signed-off-by: Erik Lilliebjerg &lt;elilliebjerg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1658067
Tested-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Robert Collins &lt;rcollins@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: misc: nvs: iio performance</title>
<updated>2018-01-23T05:09:15+00:00</updated>
<author>
<name>Erik Lilliebjerg</name>
<email>elilliebjerg@nvidia.com</email>
</author>
<published>2017-12-04T23:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=b01491fdef0d7a8789ab1bef1d76d6fd2801b700'/>
<id>b01491fdef0d7a8789ab1bef1d76d6fd2801b700</id>
<content type='text'>
- Improve IIO performance by calculating buffer offsets when sensor
  is enabled instead of on every sample in realtime.
- Improve sysfs debug output.

Bug 2009330

Change-Id: I275c58ae7c87703661caeedb7bd17b1259e13223
Signed-off-by: Erik Lilliebjerg &lt;elilliebjerg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1610659
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>
- Improve IIO performance by calculating buffer offsets when sensor
  is enabled instead of on every sample in realtime.
- Improve sysfs debug output.

Bug 2009330

Change-Id: I275c58ae7c87703661caeedb7bd17b1259e13223
Signed-off-by: Erik Lilliebjerg &lt;elilliebjerg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1610659
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>misc: nvs: correct description</title>
<updated>2018-01-23T05:09:06+00:00</updated>
<author>
<name>Erik Lilliebjerg</name>
<email>elilliebjerg@nvidia.com</email>
</author>
<published>2017-12-01T13:18:58+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=fde705d4ab7a8b14b2ba43b91f2b9dbcb7fbe429'/>
<id>fde705d4ab7a8b14b2ba43b91f2b9dbcb7fbe429</id>
<content type='text'>
- Correct module descriptions.

Bug 2009330

Change-Id: I5d2f822cfd9b4ef8ebcb84a15a88c7534dc81e61
Signed-off-by: Erik Lilliebjerg &lt;elilliebjerg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1608984
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Tested-by: Robert Collins &lt;rcollins@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>
- Correct module descriptions.

Bug 2009330

Change-Id: I5d2f822cfd9b4ef8ebcb84a15a88c7534dc81e61
Signed-off-by: Erik Lilliebjerg &lt;elilliebjerg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1608984
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Tested-by: Robert Collins &lt;rcollins@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>iio: sensors: Prepare sensors drivers for loadable modules</title>
<updated>2017-07-18T17:35:36+00:00</updated>
<author>
<name>Robert Collins</name>
<email>rcollins@nvidia.com</email>
</author>
<published>2017-04-06T15:46: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=53f42e898a00ca496d2c04e0da2616c5e317d754'/>
<id>53f42e898a00ca496d2c04e0da2616c5e317d754</id>
<content type='text'>
- Add GPL v2 license
- Export symbols for loadable modules
- Add deferred probe exit status

Bug 1761087
Bug 200289379

Change-Id: If937f0d6df109ce7513e3ec5861f1482572f5ffb
Signed-off-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-on: http://git-master/r/1321403
GVS: Gerrit_Virtual_Submit
Reviewed-by: Akhilesh Khumbum &lt;akhumbum@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add GPL v2 license
- Export symbols for loadable modules
- Add deferred probe exit status

Bug 1761087
Bug 200289379

Change-Id: If937f0d6df109ce7513e3ec5861f1482572f5ffb
Signed-off-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-on: http://git-master/r/1321403
GVS: Gerrit_Virtual_Submit
Reviewed-by: Akhilesh Khumbum &lt;akhumbum@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: nvs: create common NVS module</title>
<updated>2017-07-18T17:35:36+00:00</updated>
<author>
<name>Robert Collins</name>
<email>rcollins@nvidia.com</email>
</author>
<published>2017-01-04T17:30: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=c2e98b68efa73d6e3d4ed7e76aa38dc848c69e3f'/>
<id>c2e98b68efa73d6e3d4ed7e76aa38dc848c69e3f</id>
<content type='text'>
- Create common NVidia Sensor framework module.
- Add support for the kernel's INPUT subsystem.

Change-Id: Iccd73a544570f15db1eb7911de034423ba982489
Signed-off-by: Erik Lilliebjerg &lt;elilliebjerg@nvidia.com&gt;
Reviewed-on: http://git-master/r/1278898
GVS: Gerrit_Virtual_Submit
Tested-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-by: Robert Collins &lt;rcollins@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Create common NVidia Sensor framework module.
- Add support for the kernel's INPUT subsystem.

Change-Id: Iccd73a544570f15db1eb7911de034423ba982489
Signed-off-by: Erik Lilliebjerg &lt;elilliebjerg@nvidia.com&gt;
Reviewed-on: http://git-master/r/1278898
GVS: Gerrit_Virtual_Submit
Tested-by: Robert Collins &lt;rcollins@nvidia.com&gt;
Reviewed-by: Robert Collins &lt;rcollins@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
