<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/misc/eqos_ape, 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>eqos: fix 'using uninitialized variable'</title>
<updated>2021-01-16T02:39:46+00:00</updated>
<author>
<name>Achal Verma</name>
<email>achalv@nvidia.com</email>
</author>
<published>2021-01-07T03:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=fac39773b1e7eab097974085d0459efa7ff40f31'/>
<id>fac39773b1e7eab097974085d0459efa7ff40f31</id>
<content type='text'>
stack variable should be initailized before
use.

This fix coverity issue : 20629

Bug 200689436

Change-Id: I56e9096a581dfe2cc9d1e41bfcc1c599af5993d6
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2467801
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stack variable should be initailized before
use.

This fix coverity issue : 20629

Bug 200689436

Change-Id: I56e9096a581dfe2cc9d1e41bfcc1c599af5993d6
Signed-off-by: Achal Verma &lt;achalv@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2467801
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
</pre>
</div>
</content>
</entry>
<entry>
<title>include: uapi: move eqos_ape_ioctl header file</title>
<updated>2019-05-03T20:42:30+00:00</updated>
<author>
<name>Anuj Gangwar</name>
<email>anujg@nvidia.com</email>
</author>
<published>2019-03-01T04:38:21+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=0bb6bca7d524bb734448031758b13437a7042678'/>
<id>0bb6bca7d524bb734448031758b13437a7042678</id>
<content type='text'>
Move eqos_ape_ioctl header file from drivers/misc/eqos_ape/ to
include/uapi/misc/.

Change the path for above header in the dependent file.

Bug 2062672

Change-Id: I471da15bcc8ecad1cec2855421bf88469737275a
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2030422
(cherry picked from commit d5a783f1c86c9063d2e2bf9085376d20f028c7e4)
Reviewed-on: https://git-master.nvidia.com/r/2109960
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu &lt;bbasu@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>
Move eqos_ape_ioctl header file from drivers/misc/eqos_ape/ to
include/uapi/misc/.

Change the path for above header in the dependent file.

Bug 2062672

Change-Id: I471da15bcc8ecad1cec2855421bf88469737275a
Signed-off-by: Anuj Gangwar &lt;anujg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2030422
(cherry picked from commit d5a783f1c86c9063d2e2bf9085376d20f028c7e4)
Reviewed-on: https://git-master.nvidia.com/r/2109960
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu &lt;bbasu@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: eqos_ape suspend/resume handling</title>
<updated>2018-07-23T21:53:21+00:00</updated>
<author>
<name>Dipesh Gandhi</name>
<email>dipeshg@nvidia.com</email>
</author>
<published>2018-04-17T06:36: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=e6210538bed3cde7ae968b1b2ba9fd0fc726ec3e'/>
<id>e6210538bed3cde7ae968b1b2ba9fd0fc726ec3e</id>
<content type='text'>
Change adds support to store/restore amisc ape register needed for clock
syncronization.

Bug 1985408 

Change-Id: I4144f2d769ecaa4563617d0223ae1605e1c987b4
Signed-off-by: Dipesh Gandhi &lt;dipeshg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1696434
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Jinyoung Park &lt;jinyoungp@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sang-Hun Lee &lt;sanlee@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>
Change adds support to store/restore amisc ape register needed for clock
syncronization.

Bug 1985408 

Change-Id: I4144f2d769ecaa4563617d0223ae1605e1c987b4
Signed-off-by: Dipesh Gandhi &lt;dipeshg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1696434
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Jinyoung Park &lt;jinyoungp@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sang-Hun Lee &lt;sanlee@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>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>misc: move eqos_ape to nvidia repo</title>
<updated>2017-08-22T08:04:29+00:00</updated>
<author>
<name>Dipesh Gandhi</name>
<email>dipeshg@nvidia.com</email>
</author>
<published>2017-08-21T05:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=b2bf6c2d9bf79225179e887dbc47c185ff50fb22'/>
<id>b2bf6c2d9bf79225179e887dbc47c185ff50fb22</id>
<content type='text'>
Change updates Makefile and Kconfig
for eqos_ape movement to nvidia repo.
Also remove redundant include file.

Bug 200325734

Change-Id: I7ff7aa41a029c0d19582d0cd75efc0344c31cfd0
Signed-off-by: Dipesh Gandhi &lt;dipeshg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1536289
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change updates Makefile and Kconfig
for eqos_ape movement to nvidia repo.
Also remove redundant include file.

Bug 200325734

Change-Id: I7ff7aa41a029c0d19582d0cd75efc0344c31cfd0
Signed-off-by: Dipesh Gandhi &lt;dipeshg@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1536289
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: eqos_ape: calc n_int, n_fract and n_modulo</title>
<updated>2017-08-21T06:21:56+00:00</updated>
<author>
<name>Chandini Chandrasekaran</name>
<email>cchandini@nvidia.com</email>
</author>
<published>2017-01-10T04:44:22+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=39028b2b14af066e811963cfd586a6c218dbdd00'/>
<id>39028b2b14af066e811963cfd586a6c218dbdd00</id>
<content type='text'>
Added support to calculate n_int, n_fract and n_modulo for
programming ape clock parameters in userspace and remove rate
table in kernel space.

Bug 1813890

Change-Id: I18a092cdba66a6a1fde1d772506c5a56f15b89aa
Signed-off-by: Chandini Chandrasekaran &lt;cchandini@nvidia.com&gt;
Reviewed-on: http://git-master/r/1282516
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Sidharth Varier &lt;svarier@nvidia.com&gt;
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Dipesh Gandhi &lt;dipeshg@nvidia.com&gt;
Reviewed-by: Nitin Pai &lt;npai@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support to calculate n_int, n_fract and n_modulo for
programming ape clock parameters in userspace and remove rate
table in kernel space.

Bug 1813890

Change-Id: I18a092cdba66a6a1fde1d772506c5a56f15b89aa
Signed-off-by: Chandini Chandrasekaran &lt;cchandini@nvidia.com&gt;
Reviewed-on: http://git-master/r/1282516
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Sidharth Varier &lt;svarier@nvidia.com&gt;
Reviewed-by: svccoveritychecker &lt;svccoveritychecker@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Dipesh Gandhi &lt;dipeshg@nvidia.com&gt;
Reviewed-by: Nitin Pai &lt;npai@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: eqos: Get rid of include of mach/clk.h</title>
<updated>2017-08-21T06:21:56+00:00</updated>
<author>
<name>Laxman Dewangan</name>
<email>ldewangan@nvidia.com</email>
</author>
<published>2016-12-05T09:31: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=073fc98c779bbfe0ce862902fb5cd72fa508c3c6'/>
<id>073fc98c779bbfe0ce862902fb5cd72fa508c3c6</id>
<content type='text'>
mach/clk.h just include the linux/clk/tegra.h and hence directly
include this header instead of via mach/clk.h.

bug 200259459

Change-Id: I3d996e8e2f9ec02f61099aa79bc0ad67be62c030
Signed-off-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-on: http://git-master/r/1264976
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Venkat Reddy Talla &lt;vreddytalla@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mach/clk.h just include the linux/clk/tegra.h and hence directly
include this header instead of via mach/clk.h.

bug 200259459

Change-Id: I3d996e8e2f9ec02f61099aa79bc0ad67be62c030
Signed-off-by: Laxman Dewangan &lt;ldewangan@nvidia.com&gt;
Reviewed-on: http://git-master/r/1264976
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Venkat Reddy Talla &lt;vreddytalla@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: eqos_ape: adding missing header io.h</title>
<updated>2017-08-21T06:21:56+00:00</updated>
<author>
<name>Chandini Chandrasekaran</name>
<email>cchandini@nvidia.com</email>
</author>
<published>2016-11-14T07:25:32+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=9cd442d8256435310ea18fba0673c099b53e9141'/>
<id>9cd442d8256435310ea18fba0673c099b53e9141</id>
<content type='text'>
Add headers for io.h for readl/writel.

Bug 200252745

Change-Id: I25f365366ea39df5f7e04862d47825c6fab7acc6
Signed-off-by: Chandini Chandrasekaran &lt;cchandini@nvidia.com&gt;
Reviewed-on: http://git-master/r/1252568
Reviewed-by: Dipesh Gandhi &lt;dipeshg@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Sumeet Gupta &lt;sumeetg@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add headers for io.h for readl/writel.

Bug 200252745

Change-Id: I25f365366ea39df5f7e04862d47825c6fab7acc6
Signed-off-by: Chandini Chandrasekaran &lt;cchandini@nvidia.com&gt;
Reviewed-on: http://git-master/r/1252568
Reviewed-by: Dipesh Gandhi &lt;dipeshg@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Sumeet Gupta &lt;sumeetg@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: eqos_ape: Add NULL entry in of_device_id</title>
<updated>2017-08-21T06:21:56+00:00</updated>
<author>
<name>Uday Gupta</name>
<email>udayg@nvidia.com</email>
</author>
<published>2016-05-10T12:02:43+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=81ef0818c47dc916448170c2f441b18a58c9b1dd'/>
<id>81ef0818c47dc916448170c2f441b18a58c9b1dd</id>
<content type='text'>
Bug 200198845
Bug 200199511

Change-Id: Id00521e26b8a5c9f096f3503b2b727427a322691
Reviewed-on: http://git-master/r/1145576
(cherry picked from commit 0a56049e9078524417a44586eb6f6253f4e3d749)
Signed-off-by: Uday Gupta &lt;udayg@nvidia.com&gt;
Reviewed-on: http://git-master/r/1149195
(cherry picked from commit a57b12274c5e529e0ca9f0ff696b8d9d6d753e54)
Reviewed-on: http://git-master/r/1241939
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sidharth Varier &lt;svarier@nvidia.com&gt;
Reviewed-by: Nitin Pai &lt;npai@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug 200198845
Bug 200199511

Change-Id: Id00521e26b8a5c9f096f3503b2b727427a322691
Reviewed-on: http://git-master/r/1145576
(cherry picked from commit 0a56049e9078524417a44586eb6f6253f4e3d749)
Signed-off-by: Uday Gupta &lt;udayg@nvidia.com&gt;
Reviewed-on: http://git-master/r/1149195
(cherry picked from commit a57b12274c5e529e0ca9f0ff696b8d9d6d753e54)
Reviewed-on: http://git-master/r/1241939
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sidharth Varier &lt;svarier@nvidia.com&gt;
Reviewed-by: Nitin Pai &lt;npai@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>misc: eqos_ape: added module license</title>
<updated>2017-08-21T06:21:56+00:00</updated>
<author>
<name>Sidharth</name>
<email>svarier@nvidia.com</email>
</author>
<published>2016-04-15T10:08:21+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=b8afbe6d0629153a5a90445057fef17613388c8e'/>
<id>b8afbe6d0629153a5a90445057fef17613388c8e</id>
<content type='text'>
Added module license for the loadable module
Moved access amisc_idle register to after the
clocks are on and ape is power ungated

Bug 1733691

Change-Id: I6afcd71234de850278908dc67a8aa84b4904a17c
Reviewed-on: http://git-master/r/1127341
(cherry picked from commit e9b70dc28c97a4608d50c4797c8e7e7ea5639caf)
Signed-off-by: Sidharth &lt;svarier@nvidia.com&gt;
Reviewed-on: http://git-master/r/1241329
GVS: Gerrit_Virtual_Submit
Reviewed-by: Nitin Pai &lt;npai@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added module license for the loadable module
Moved access amisc_idle register to after the
clocks are on and ape is power ungated

Bug 1733691

Change-Id: I6afcd71234de850278908dc67a8aa84b4904a17c
Reviewed-on: http://git-master/r/1127341
(cherry picked from commit e9b70dc28c97a4608d50c4797c8e7e7ea5639caf)
Signed-off-by: Sidharth &lt;svarier@nvidia.com&gt;
Reviewed-on: http://git-master/r/1241329
GVS: Gerrit_Virtual_Submit
Reviewed-by: Nitin Pai &lt;npai@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
