<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d8163a32 - phy: tegra: xusb: Add Tegra234 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Makefile#d8163a32</link>
        <description>phy: tegra: xusb: Add Tegra234 supportAdd support for the XUSB pad controller found on Tegra234 SoCs. It ismostly similar to the same IP found on Tegra194, because most ofthe Tegra234 XUSB PADCTL registers definition and programming sequenceare the same as Tegra194, Tegra234 XUSB PADCTL can share the samedriver with Tegra186 and Tegra194 XUSB PADCTL.Introduce a new feature, USB2 HW tracking, for Tegra234.The feature is to enable HW periodical PAD tracking which measureand capture the electric parameters of USB2.0 PAD.Signed-off-by: Sing-Han Chen &lt;singhanc@nvidia.com&gt;Co-developed-by: Wayne Chang &lt;waynec@nvidia.com&gt;Signed-off-by: Wayne Chang &lt;waynec@nvidia.com&gt;Signed-off-by: Jon Hunter &lt;jonathanh@nvidia.com&gt;Link: https://lore.kernel.org/r/20230111110450.24617-6-jonathanh@nvidia.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/phy/tegra/Makefile</description>
        <pubDate>Wed, 11 Jan 2023 11:04:49 +0000</pubDate>
        <dc:creator>Sing-Han Chen &lt;singhanc@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>5c7f94f8 - phy: tegra: xusb: Add Tegra234 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Makefile#5c7f94f8</link>
        <description>phy: tegra: xusb: Add Tegra234 supportAdd support for the XUSB pad controller found on Tegra234 SoCs. It ismostly similar to the same IP found on Tegra194, because most ofthe Tegra234 XUSB PADCTL registers definition and programming sequenceare the same as Tegra194, Tegra234 XUSB PADCTL can share the samedriver with Tegra186 and Tegra194 XUSB PADCTL.Introduce a new feature, USB2 HW tracking, for Tegra234.The feature is to enable HW periodical PAD tracking which measureand capture the electric parameters of USB2.0 PAD.Signed-off-by: Sing-Han Chen &lt;singhanc@nvidia.com&gt;Co-developed-by: Wayne Chang &lt;waynec@nvidia.com&gt;Signed-off-by: Wayne Chang &lt;waynec@nvidia.com&gt;Signed-off-by: Jon Hunter &lt;jonathanh@nvidia.com&gt;Link: https://lore.kernel.org/r/20230111110450.24617-6-jonathanh@nvidia.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/tegra/Makefile</description>
        <pubDate>Wed, 11 Jan 2023 11:04:49 +0000</pubDate>
        <dc:creator>Sing-Han Chen &lt;singhanc@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>1ef535c6 - phy: tegra: xusb: Add Tegra194 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Makefile#1ef535c6</link>
        <description>phy: tegra: xusb: Add Tegra194 supportAdd support for the XUSB pad controller found on Tegra194 SoCs. It ismostly similar to the same IP found on Tegra186, but the number ofpads exposed differs, as do the programming sequences. Because most ofthe Tegra194 XUSB PADCTL registers definition and programming sequenceare the same as Tegra186, Tegra194 XUSB PADCTL can share the samedriver, xusb-tegra186.c, with Tegra186 XUSB PADCTL.Tegra194 XUSB PADCTL supports up to USB 3.1 Gen 2 speed, however, itis possible for some platforms have long signal trace that could notprovide sufficient electrical environment for Gen 2 speed. This patchadds a &quot;maximum-speed&quot; property to usb3 ports which can be used tospecify the maximum supported speed for any particular USB 3.1 port.For a port that is not capable of SuperSpeedPlus, &quot;maximum-speed&quot;property should carry &quot;super-speed&quot;.Signed-off-by: JC Kuo &lt;jckuo@nvidia.com&gt;Acked-by: Thierry Reding &lt;treding@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/phy/tegra/Makefile</description>
        <pubDate>Wed, 12 Feb 2020 06:11:30 +0000</pubDate>
        <dc:creator>JC Kuo &lt;jckuo@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>5dae15b2 - phy: tegra: Add PCIe PIPE2UPHY support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Makefile#5dae15b2</link>
        <description>phy: tegra: Add PCIe PIPE2UPHY supportSynopsys DesignWare core based PCIe controllers in Tegra 194 SoCinterface with Universal PHY (UPHY) module through a PIPE2UPHY (P2U)module. For each PCIe lane of a controller, there is a P2U unitinstantiated at hardware level. This driver provides support for theprogramming required for each P2U that is going to be used for a PCIecontroller.Signed-off-by: Vidya Sagar &lt;vidyas@nvidia.com&gt;Signed-off-by: Lorenzo Pieralisi &lt;lorenzo.pieralisi@arm.com&gt;Acked-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Acked-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/phy/tegra/Makefile</description>
        <pubDate>Tue, 13 Aug 2019 11:36:26 +0000</pubDate>
        <dc:creator>Vidya Sagar &lt;vidyas@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/phy/tegra/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>bbf71168 - phy: tegra: xusb: Add Tegra186 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Makefile#bbf71168</link>
        <description>phy: tegra: xusb: Add Tegra186 supportAdd support for the XUSB pad controller found on Tegra186 SoCs. It ismostly similar to the same IP found on earlier chips, but the number ofpads exposed differs, as do the programming sequences.Note that the DVDD_PEX, DVDD_PEX_PLL, HVDD_PEX and HVDD_PEX_PLL powersupplies of the XUSB pad controller require strict power sequencing andare therefore controlled by the PMIC on Tegra186.Signed-off-by: JC Kuo &lt;jckuo@nvidia.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;[dan.carpenter@oracle.com: Fix testing the wrong variable in probe()]Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;[yuehaibing@huawei.com: Make two functions static to fix sparse warning]Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/tegra/Makefile</description>
        <pubDate>Thu, 21 Feb 2019 15:46:34 +0000</pubDate>
        <dc:creator>JC Kuo &lt;jckuo@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>87d66f28 - phy: tegra: Add Tegra210 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Makefile#87d66f28</link>
        <description>phy: tegra: Add Tegra210 supportAdd support for the XUSB pad controller found on Tegra210 SoCs. Thehardware is roughly the same, but some of the registers have been movedaround and the number and type of supported pads has changed.Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/phy/tegra/Makefile</description>
        <pubDate>Wed, 11 Nov 2015 17:25:02 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>53d2a715 - phy: Add Tegra XUSB pad controller support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Makefile#53d2a715</link>
        <description>phy: Add Tegra XUSB pad controller supportAdd a new driver for the XUSB pad controller found on NVIDIA Tegra SoCs.This hardware block used to be exposed as a pin controller, but it turnsout that this isn&apos;t a good fit. The new driver and DT binding much moreaccurately describe the hardware and are more flexible in supporting newSoC generations.Acked-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/phy/tegra/Makefile</description>
        <pubDate>Wed, 11 Nov 2015 17:24:21 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
