<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/drivers/ata/tegra-shield, 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>sata: shield: fix pointer type</title>
<updated>2018-09-28T17:25:33+00:00</updated>
<author>
<name>Yunbo Wang</name>
<email>yunbow@nvidia.com</email>
</author>
<published>2018-09-04T22:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=0569316f51b36d3dccdb954490d0b97bd6671bb3'/>
<id>0569316f51b36d3dccdb954490d0b97bd6671bb3</id>
<content type='text'>
This change fixes pointer types to suppress following Sparse warnings:

ahci-tegra-shield.c:
2756 50 warning incorrect type in argument 1 (different address spaces)
2791 13 warning incorrect type in assignment (different address spaces)
2797 13 warning incorrect type in assignment (different address spaces)
2804 21 warning incorrect type in assignment (different address spaces)

bug 200434802

Change-Id: I5818e8eef7b56c0d3d8b6de93f43f1099d1b8c45
Signed-off-by: Yunbo Wang &lt;yunbow@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1812767
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ketan Patil &lt;ketanp@nvidia.com&gt;
Tested-by: Ketan Patil &lt;ketanp@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@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>
This change fixes pointer types to suppress following Sparse warnings:

ahci-tegra-shield.c:
2756 50 warning incorrect type in argument 1 (different address spaces)
2791 13 warning incorrect type in assignment (different address spaces)
2797 13 warning incorrect type in assignment (different address spaces)
2804 21 warning incorrect type in assignment (different address spaces)

bug 200434802

Change-Id: I5818e8eef7b56c0d3d8b6de93f43f1099d1b8c45
Signed-off-by: Yunbo Wang &lt;yunbow@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1812767
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ketan Patil &lt;ketanp@nvidia.com&gt;
Tested-by: Ketan Patil &lt;ketanp@nvidia.com&gt;
Reviewed-by: Sachin Nikam &lt;snikam@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>ata: shield: fix function return values</title>
<updated>2018-08-19T02:34:51+00:00</updated>
<author>
<name>Yunbo Wang</name>
<email>yunbow@nvidia.com</email>
</author>
<published>2018-08-16T21:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=54a0e829225cfd4ed3f1f3399d2b35d6c53991cd'/>
<id>54a0e829225cfd4ed3f1f3399d2b35d6c53991cd</id>
<content type='text'>
This fix sparse warnings:
warning: odd constant _Bool cast (ffffffffffffffea becomes 1)
warning: odd constant _Bool cast (ffffffffffffffea becomes 1)

bug 200408168

Change-Id: I9c291051dc9fcf11d7a4232e8516e5e21d3e4bde
Signed-off-by: Yunbo Wang &lt;yunbow@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1801399
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Tested-by: Sachin Nikam &lt;snikam@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>
This fix sparse warnings:
warning: odd constant _Bool cast (ffffffffffffffea becomes 1)
warning: odd constant _Bool cast (ffffffffffffffea becomes 1)

bug 200408168

Change-Id: I9c291051dc9fcf11d7a4232e8516e5e21d3e4bde
Signed-off-by: Yunbo Wang &lt;yunbow@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1801399
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Tested-by: Sachin Nikam &lt;snikam@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>sata: allow entering partial/slumber states</title>
<updated>2018-08-16T05:28:29+00:00</updated>
<author>
<name>Yunbo Wang</name>
<email>yunbow@nvidia.com</email>
</author>
<published>2018-06-15T22:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=e441a9037337cc668bd30775d7a852590eddd706'/>
<id>e441a9037337cc668bd30775d7a852590eddd706</id>
<content type='text'>
This fixes a few issues that prevents the devices entering partial
or slumber mode.

1. Removed CONFIG_PM_RUNTIME dependency as it's already merged into
   CONFIG_PM.
2. Fixed an issue where a duplicated ata_host variable was created
   (and thus lpm policy set on it didn't work)
3. Removed some redundant code that is already part of libachi_platform
4. Fixed a typo which incorrectly assigned max_performance to lpm
   policy.

bug 2183059

Change-Id: Ie8921a27368be3e3d60d8d64e6cd58b4ac034d80
Signed-off-by: Yunbo Wang &lt;yunbow@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1751386
(cherry picked from commit 5d89974b2d1091270cbdb26d3ce9a36dac74dd27)
Reviewed-on: https://git-master.nvidia.com/r/1764631
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@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>
This fixes a few issues that prevents the devices entering partial
or slumber mode.

1. Removed CONFIG_PM_RUNTIME dependency as it's already merged into
   CONFIG_PM.
2. Fixed an issue where a duplicated ata_host variable was created
   (and thus lpm policy set on it didn't work)
3. Removed some redundant code that is already part of libachi_platform
4. Fixed a typo which incorrectly assigned max_performance to lpm
   policy.

bug 2183059

Change-Id: Ie8921a27368be3e3d60d8d64e6cd58b4ac034d80
Signed-off-by: Yunbo Wang &lt;yunbow@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1751386
(cherry picked from commit 5d89974b2d1091270cbdb26d3ce9a36dac74dd27)
Reviewed-on: https://git-master.nvidia.com/r/1764631
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@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>ata: Fix ahci shield building errors in K4.14</title>
<updated>2018-07-26T14:25:37+00:00</updated>
<author>
<name>Mark Zhang</name>
<email>markz@nvidia.com</email>
</author>
<published>2018-07-10T02:05: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=bcb4af75b685315a9b974809171fe37502fc95d0'/>
<id>bcb4af75b685315a9b974809171fe37502fc95d0</id>
<content type='text'>
There is no tegra-soc.h in K4.14 now, using chip-id.h instead.

Bug 200416372

Change-Id: If60ac1929b69a1517fb70e7be051c6a34993adab
Signed-off-by: Mark Zhang &lt;markz@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1774750
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@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>
There is no tegra-soc.h in K4.14 now, using chip-id.h instead.

Bug 200416372

Change-Id: If60ac1929b69a1517fb70e7be051c6a34993adab
Signed-off-by: Mark Zhang &lt;markz@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1774750
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@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>ata: add tegra shield ahci driver</title>
<updated>2018-05-10T21:53:10+00:00</updated>
<author>
<name>Yunbo Wang</name>
<email>yunbow@nvidia.com</email>
</author>
<published>2018-04-12T01:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=3e03defd5e1a86b05097949a1eb39a140fbe71d7'/>
<id>3e03defd5e1a86b05097949a1eb39a140fbe71d7</id>
<content type='text'>
This is a separate driver specifically for Shield T210 platforms,
and is ported from old kernel 3.10.

bug 2100724

Change-Id: Iab57c156d4011997d45b17987dce0b1f84eb0ee8
Signed-off-by: Yunbo Wang &lt;yunbow@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1693287
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vinayak Pane &lt;vpane@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>
This is a separate driver specifically for Shield T210 platforms,
and is ported from old kernel 3.10.

bug 2100724

Change-Id: Iab57c156d4011997d45b17987dce0b1f84eb0ee8
Signed-off-by: Yunbo Wang &lt;yunbow@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1693287
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vinayak Pane &lt;vpane@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>
