<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/include/dt-bindings/pinctrl, 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>padctl: t186: suport host Tegra CDP as PHY</title>
<updated>2016-09-30T08:48:26+00:00</updated>
<author>
<name>Mark Kuo</name>
<email>mkuo@nvidia.com</email>
</author>
<published>2016-04-21T12:42: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=bd0f55f20e82cac0c25a2724a66cb136c47eda45'/>
<id>bd0f55f20e82cac0c25a2724a66cb136c47eda45</id>
<content type='text'>
Add new CDP lane "cdp-N" for each otg pad (UTMI ports), which only
supports "xusb" function, which implements Tegra CDP support (charging
downstream port) as a new type of phy: TEGRA_PADCTL_PHY_CDP_P(x).

After host controller driver requests a CDP phy, it can use phy_power_on
and phy_power_off to turn on or off Tegra CDP support on a specific UTMI
port.

Bug 200192880

Change-Id: I5271409f2df2d7aa0eb35779027de15bebb07746
Signed-off-by: Mark Kuo &lt;mkuo@nvidia.com&gt;
Reviewed-on: http://git-master/r/1130411
Reviewed-by: Automatic_Commit_Validation_User
Tested-by: Jinyoung Park &lt;jinyoungp@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new CDP lane "cdp-N" for each otg pad (UTMI ports), which only
supports "xusb" function, which implements Tegra CDP support (charging
downstream port) as a new type of phy: TEGRA_PADCTL_PHY_CDP_P(x).

After host controller driver requests a CDP phy, it can use phy_power_on
and phy_power_off to turn on or off Tegra CDP support on a specific UTMI
port.

Bug 200192880

Change-Id: I5271409f2df2d7aa0eb35779027de15bebb07746
Signed-off-by: Mark Kuo &lt;mkuo@nvidia.com&gt;
Reviewed-on: http://git-master/r/1130411
Reviewed-by: Automatic_Commit_Validation_User
Tested-by: Jinyoung Park &lt;jinyoungp@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>padctl_uphy: remove uphy programming sequence</title>
<updated>2016-07-14T00:42:34+00:00</updated>
<author>
<name>JC Kuo</name>
<email>jckuo@nvidia.com</email>
</author>
<published>2016-06-28T08:58: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=7c2d7ef8c52a0e3dd5c3b8c9e8b63574f306fa87'/>
<id>7c2d7ef8c52a0e3dd5c3b8c9e8b63574f306fa87</id>
<content type='text'>
This commit removes uphy driver from kernel.

bug 200194202

Change-Id: I0935dc5a0c1371e192004325f325d769318238e9
Signed-off-by: JC Kuo &lt;jckuo@nvidia.com&gt;
Reviewed-on: http://git-master/r/1173950
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes uphy driver from kernel.

bug 200194202

Change-Id: I0935dc5a0c1371e192004325f325d769318238e9
Signed-off-by: JC Kuo &lt;jckuo@nvidia.com&gt;
Reviewed-on: http://git-master/r/1173950
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>of: Add NVIDIA Tegra186 PADCTL/UPHY binding</title>
<updated>2015-07-11T02:54:31+00:00</updated>
<author>
<name>JC Kuo</name>
<email>jckuo@nvidia.com</email>
</author>
<published>2015-07-09T03:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=fd6e57f3e3b95f3a682458f0d4b57a2e5a592cf5'/>
<id>fd6e57f3e3b95f3a682458f0d4b57a2e5a592cf5</id>
<content type='text'>
This patch adds the device tree binding documatation for XUSB PADCTL
and UPHY controller found on Tegra186 SoCs.

bug 200024489

Change-Id: I4a6261836b0f5eb37a432e3271aa10ca32a24fbd
Signed-off-by: JC Kuo &lt;jckuo@nvidia.com&gt;
Reviewed-on: http://git-master/r/768195
GVS: Gerrit_Virtual_Submit
Reviewed-by: Rakesh Babu Bodla &lt;rbodla@nvidia.com&gt;
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the device tree binding documatation for XUSB PADCTL
and UPHY controller found on Tegra186 SoCs.

bug 200024489

Change-Id: I4a6261836b0f5eb37a432e3271aa10ca32a24fbd
Signed-off-by: JC Kuo &lt;jckuo@nvidia.com&gt;
Reviewed-on: http://git-master/r/768195
GVS: Gerrit_Virtual_Submit
Reviewed-by: Rakesh Babu Bodla &lt;rbodla@nvidia.com&gt;
Reviewed-by: Ashutosh Jha &lt;ajha@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
