<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/include/linux/platform/tegra/mc.h, 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>platform: tegra: avoid messy WARN log on HV</title>
<updated>2018-03-26T11:56:26+00:00</updated>
<author>
<name>Shawn Joo</name>
<email>sjoo@nvidia.com</email>
</author>
<published>2018-03-20T06:35:31+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=bf0f2f30187197992838ce820770c5971e61aa48'/>
<id>bf0f2f30187197992838ce820770c5971e61aa48</id>
<content type='text'>
while accessing nvlink, warning log comes continuously on HV
due to absence of property on mssnvlink node.
however the node is not in use on hypervisor.
remove WARN log as it is expected.

EAVT-301
Bug 2082181

Change-Id: I0b2f166a833aacf7c535bc25154e3f34e08070d2
Signed-off-by: Shawn Joo &lt;sjoo@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1678543
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Puneet Saxena &lt;puneets@nvidia.com&gt;
Reviewed-by: Joshua Cha &lt;joshuac@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
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>
while accessing nvlink, warning log comes continuously on HV
due to absence of property on mssnvlink node.
however the node is not in use on hypervisor.
remove WARN log as it is expected.

EAVT-301
Bug 2082181

Change-Id: I0b2f166a833aacf7c535bc25154e3f34e08070d2
Signed-off-by: Shawn Joo &lt;sjoo@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1678543
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
Reviewed-by: Puneet Saxena &lt;puneets@nvidia.com&gt;
Reviewed-by: Joshua Cha &lt;joshuac@nvidia.com&gt;
Reviewed-by: Bharat Nihalani &lt;bnihalani@nvidia.com&gt;
Reviewed-by: Automatic_Commit_Validation_User
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>tegra: mc: move few MC headers to linux-nvidia</title>
<updated>2018-03-09T12:29:05+00:00</updated>
<author>
<name>Pavan Kunapuli</name>
<email>pkunapuli@nvidia.com</email>
</author>
<published>2018-02-08T13:55: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=25032a7865d27a083b99950ce6cc315f738d757c'/>
<id>25032a7865d27a083b99950ce6cc315f738d757c</id>
<content type='text'>
A selected set of MC header files are only used by files located in
linux-nvidia repository. Hence, remove the files from kernel
repository itself and add them to nvidia repository.

The added files were introduced and/or modified by following commits in
linux-4.9 repository:
 3295513 t194: update LA client register list
 0856e21 platform: tegra: emc: Remove EMC driver
 f18e59e platform: tegra: mc: Remove MC timing save/restore
 b4e813e platform: tegra: mc: include soc mc reg header file in implementation files
 692e3e0 platform: tegra: mcerr: Linear addr conversion
 a8da3c2 platform: tegra: mc: DRAM ECC, EMC register offset
 6cd5452 platform: tegra: mc: add T18x LA/PTSA driver
 9149ed3 platform: tegra: mc: update t18x mc regs
 c54ef31 platform: tegra: mc: Add t18x regs
 043e45f include: Add necessary include files for tegra drivers

Bug 200385931

Change-Id: I7970793c0d2f4ba608557968e8259059fc19306f
Signed-off-by: Pavan Kunapuli &lt;pkunapuli@nvidia.com&gt;
Signed-off-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1657956
GVS: Gerrit_Virtual_Submit
Tested-by: Timo Alho &lt;talho@nvidia.com&gt;
Reviewed-by: Krishna Reddy &lt;vdumpa@nvidia.com&gt;
Reviewed-by: Timo Alho &lt;talho@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>
A selected set of MC header files are only used by files located in
linux-nvidia repository. Hence, remove the files from kernel
repository itself and add them to nvidia repository.

The added files were introduced and/or modified by following commits in
linux-4.9 repository:
 3295513 t194: update LA client register list
 0856e21 platform: tegra: emc: Remove EMC driver
 f18e59e platform: tegra: mc: Remove MC timing save/restore
 b4e813e platform: tegra: mc: include soc mc reg header file in implementation files
 692e3e0 platform: tegra: mcerr: Linear addr conversion
 a8da3c2 platform: tegra: mc: DRAM ECC, EMC register offset
 6cd5452 platform: tegra: mc: add T18x LA/PTSA driver
 9149ed3 platform: tegra: mc: update t18x mc regs
 c54ef31 platform: tegra: mc: Add t18x regs
 043e45f include: Add necessary include files for tegra drivers

Bug 200385931

Change-Id: I7970793c0d2f4ba608557968e8259059fc19306f
Signed-off-by: Pavan Kunapuli &lt;pkunapuli@nvidia.com&gt;
Signed-off-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1657956
GVS: Gerrit_Virtual_Submit
Tested-by: Timo Alho &lt;talho@nvidia.com&gt;
Reviewed-by: Krishna Reddy &lt;vdumpa@nvidia.com&gt;
Reviewed-by: Timo Alho &lt;talho@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>
