<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3d811a4f - phy: tegra194: p2u: Allow to enable driver on Tegra234</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Kconfig#3d811a4f</link>
        <description>phy: tegra194: p2u: Allow to enable driver on Tegra234Commit de6026682569 (&quot;phy: tegra: Add PCIe PIPE2UPHY support for Tegra234&quot;)add support for Tegra234 to the tegra194-p2u PHY driver. But the driver iscurrently not selectable when Tegra234 SoC support is enabled.Update the Kconfig entry to allow the driver to be built when support theTegra234 SoC is enabled.Signed-off-by: Lars-Peter Clausen &lt;lars@metafoo.de&gt;Link: https://lore.kernel.org/r/20241201002519.3468-1-lars@metafoo.deSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/tegra/Kconfig</description>
        <pubDate>Sun, 01 Dec 2024 00:25:19 +0000</pubDate>
        <dc:creator>Lars-Peter Clausen &lt;lars@metafoo.de&gt;</dc:creator>
    </item>
<item>
        <title>b61ad5c0 - phy: tegra: Select USB_COMMON for usb_get_maximum_speed()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Kconfig#b61ad5c0</link>
        <description>phy: tegra: Select USB_COMMON for usb_get_maximum_speed()The usb_get_maximum_speed() function is part of the usb-common module,so enable it by selecting the corresponding Kconfig symbol.While at it, also make sure to depend on USB_SUPPORT because USB_PHYrequires that. This can lead to Kconfig conflicts if USB_SUPPORT is notenabled while attempting to enable PHY_TEGRA_XUSB.Reported-by: kbuild test robot &lt;lkp@intel.com&gt;Suggested-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/tegra/Kconfig</description>
        <pubDate>Mon, 30 Mar 2020 10:10:38 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>0d5c9bc7 - phy: tegra: Select USB_COMMON for usb_get_maximum_speed()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Kconfig#0d5c9bc7</link>
        <description>phy: tegra: Select USB_COMMON for usb_get_maximum_speed()The usb_get_maximum_speed() function is part of the usb-common module,so enable it by selecting the corresponding Kconfig symbol.While at it, also make sure to depend on USB_SUPPORT because USB_PHYrequires that. This can lead to Kconfig conflicts if USB_SUPPORT is notenabled while attempting to enable PHY_TEGRA_XUSB.Reported-by: kbuild test robot &lt;lkp@intel.com&gt;Suggested-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;Link: https://lore.kernel.org/r/20200330101038.2422389-1-thierry.reding@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/phy/tegra/Kconfig</description>
        <pubDate>Mon, 30 Mar 2020 10:10:38 +0000</pubDate>
        <dc:creator>Thierry Reding &lt;treding@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>6835bdc9 - phy: tegra: Select USB_PHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Kconfig#6835bdc9</link>
        <description>phy: tegra: Select USB_PHYI have hit the following build error:	armv7a-hardfloat-linux-gnueabi-ld: drivers/phy/tegra/xusb.o: in function `tegra_xusb_port_unregister&apos;:	xusb.c:(.text+0x2ac): undefined reference to `usb_remove_phy&apos;	armv7a-hardfloat-linux-gnueabi-ld: drivers/phy/tegra/xusb.o: in function `tegra_xusb_setup_ports&apos;:	xusb.c:(.text+0xf30): undefined reference to `usb_add_phy_dev&apos;PHY_TEGRA_XUSB should select USB_PHY because it uses symbols defined inthe code enabled by that.Fixes: 23babe30fb45d (&quot;phy: tegra: xusb: Add usb-phy support&quot;)Signed-off-by: Corentin Labbe &lt;clabbe@baylibre.com&gt;Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/phy/tegra/Kconfig</description>
        <pubDate>Wed, 18 Mar 2020 15:23:33 +0000</pubDate>
        <dc:creator>Corentin Labbe &lt;clabbe@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>f67213ce - phy: tegra: xusb: Add usb-role-switch support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Kconfig#f67213ce</link>
        <description>phy: tegra: xusb: Add usb-role-switch supportIf usb-role-switch property is present in USB 2 port, registerusb-role-switch to receive usb role changes.Signed-off-by: Nagarjuna Kristam &lt;nkristam@nvidia.com&gt;Acked-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;[treding@nvidia.com: rebase onto Greg&apos;s usb-next branch]Signed-off-by: Thierry Reding &lt;treding@nvidia.com&gt;

            List of files:
            /linux-6.15/drivers/phy/tegra/Kconfig</description>
        <pubDate>Mon, 10 Feb 2020 08:11:29 +0000</pubDate>
        <dc:creator>Nagarjuna Kristam &lt;nkristam@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/Kconfig#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/Kconfig</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/Kconfig#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/Kconfig</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>53d2a715 - phy: Add Tegra XUSB pad controller support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/tegra/Kconfig#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/Kconfig</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>
