<?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>c9be539e - phy: add NXP PTN3222 eUSB2 to USB2 redriver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#c9be539e</link>
        <description>phy: add NXP PTN3222 eUSB2 to USB2 redriverThe NXP PTN3222 is the single-port eUSB2 to USB2 redriver that performstranslation between eUSB2 and USB2 signalling schemes. It supports allthree data rates: Low Speed, Full Speed and High Speed.The reset state enables autonegotiation of the PHY role and of the datarate, so no additional programming is required.Reviewed-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Tested-by: Konrad Dybcio &lt;konradybcio@kernel.org&gt;Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Reviewed-by: Stephan Gerhold &lt;stephan.gerhold@linaro.org&gt;Tested-by: Stephan Gerhold &lt;stephan.gerhold@linaro.org&gt;Link: https://lore.kernel.org/r/20240830-nxp-ptn3222-v2-2-4c6d8535cf6c@linaro.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Fri, 30 Aug 2024 08:20:46 +0000</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>b48baf69 - phy: nuvoton: add new driver for the Nuvoton MA35 SoC USB 2.0 PHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#b48baf69</link>
        <description>phy: nuvoton: add new driver for the Nuvoton MA35 SoC USB 2.0 PHYNuvoton MA35 SoCs support DWC2 USB controller.Add the driver to drive the USB 2.0 PHY transceivers.Signed-off-by: Hui-Ping Chen &lt;hpchen0nvt@gmail.com&gt;Link: https://lore.kernel.org/r/20240805030356.14565-3-hpchen0nvt@gmail.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Mon, 05 Aug 2024 03:03:56 +0000</pubDate>
        <dc:creator>Hui-Ping Chen &lt;hpchen0nvt@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d7d2818b - phy: airoha: Add PCIe PHY driver for EN7581 SoC.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#d7d2818b</link>
        <description>phy: airoha: Add PCIe PHY driver for EN7581 SoC.Introduce support for Airoha PCIe PHY controller available in EN7581SoC.Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Tested-by: Zhengping Zhang &lt;zhengping.zhang@airoha.com&gt;Signed-off-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;Link: https://lore.kernel.org/r/20ac99aa8628d97778594f606681db7f868f24fe.1718485860.git.lorenzo@kernel.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Sat, 15 Jun 2024 21:15:42 +0000</pubDate>
        <dc:creator>Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>eeda4945 - phy: realtek: usb: add new driver for the Realtek RTD SoC USB 2.0 PHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#eeda4945</link>
        <description>phy: realtek: usb: add new driver for the Realtek RTD SoC USB 2.0 PHYRealtek DHC (digital home center) RTD SoCs support DWC3 XHCI USBcontroller. Added the driver to drive the USB 2.0 PHY transceivers.Note: New driver,remove the port status notification on legacy USB PHY.Use the generic PHY to notify the usb device connect and disconnect.To avoid using these PHYs would require describing the very samePHY using both the generic &quot;phy&quot; property and the deprecated &quot;usb-phy&quot;property.Signed-off-by: Stanley Chang &lt;stanley_chang@realtek.com&gt;Link: https://lore.kernel.org/r/20231213031203.4911-2-stanley_chang@realtek.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Wed, 13 Dec 2023 03:10:07 +0000</pubDate>
        <dc:creator>Stanley Chang &lt;stanley_chang@realtek.com&gt;</dc:creator>
    </item>
<item>
        <title>7a784bcd - Revert &quot;phy: realtek: usb: Add driver for the Realtek SoC USB 2.0 PHY&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#7a784bcd</link>
        <description>Revert &quot;phy: realtek: usb: Add driver for the Realtek SoC USB 2.0 PHY&quot;This reverts commit 134e6d25f6bd06071e5aac0a7eefcea6f7713955.The recently added Realtek PHY drivers depend on the new port statusnotification mechanism which was built on the deprecated USB PHYimplementation and devicetree binding.Specifically, using these PHYs would require describing the very samePHY using both the generic &quot;phy&quot; property and the deprecated &quot;usb-phy&quot;property which is clearly wrong.We should not be building new functionality on top of the legacy USB PHYimplementation even if it is currently stuck in some kind oftransitional limbo.Revert the new Realtek PHY drivers for now so that the port statusnotification interface can be reverted and replaced.Fixes: 134e6d25f6bd (&quot;phy: realtek: usb: Add driver for the Realtek SoC USB 2.0 PHY&quot;)Cc: stable@vger.kernel.org      # 6.6Cc: Stanley Chang &lt;stanley_chang@realtek.com&gt;Signed-off-by: Johan Hovold &lt;johan+linaro@kernel.org&gt;Link: https://lore.kernel.org/r/20231106110654.31090-3-johan+linaro@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Mon, 06 Nov 2023 11:06:53 +0000</pubDate>
        <dc:creator>Johan Hovold &lt;johan+linaro@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d0ec7b9c - phy: Kconfig: Select GENERIC_PHY for GENERIC_PHY_MIPI_DPHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#d0ec7b9c</link>
        <description>phy: Kconfig: Select GENERIC_PHY for GENERIC_PHY_MIPI_DPHYGENERIC_PHY can be selected by GENERIC_PHY_MIPI_DPHY directly asGENERIC_PHY has no dependencies. This way drivers that depend onGENERIC_PHY_MIPI_DPHY can avoid having to select both --- which theyapparently often omit, too, which further leads to build failures.Signed-off-by: Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;Reviewed-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Tested-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Link: https://lore.kernel.org/r/20231017080354.538047-1-sakari.ailus@linux.intel.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Tue, 17 Oct 2023 08:03:54 +0000</pubDate>
        <dc:creator>Sakari Ailus &lt;sakari.ailus@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>134e6d25 - phy: realtek: usb: Add driver for the Realtek SoC USB 2.0 PHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#134e6d25</link>
        <description>phy: realtek: usb: Add driver for the Realtek SoC USB 2.0 PHYRealtek DHC (digital home center) RTD SoCs support DWC3 XHCI USBcontroller. Added the driver to drive the USB 2.0 PHY transceivers.Signed-off-by: Stanley Chang &lt;stanley_chang@realtek.com&gt;Link: https://lore.kernel.org/r/20230725033318.8361-2-stanley_chang@realtek.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Tue, 25 Jul 2023 03:31:53 +0000</pubDate>
        <dc:creator>Stanley Chang &lt;stanley_chang@realtek.com&gt;</dc:creator>
    </item>
<item>
        <title>16d3a71c - phy: starfive: Add JH7110 USB 2.0 PHY driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#16d3a71c</link>
        <description>phy: starfive: Add JH7110 USB 2.0 PHY driverAdd Starfive JH7110 SoC USB 2.0 PHY driver support.USB 2.0 PHY default connect to Cadence USB controller.Signed-off-by: Minda Chen &lt;minda.chen@starfivetech.com&gt;Reviewed-by: Roger Quadros &lt;rogerq@kernel.org&gt;Link: https://lore.kernel.org/r/20230629075115.11934-4-minda.chen@starfivetech.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Thu, 29 Jun 2023 07:51:13 +0000</pubDate>
        <dc:creator>Minda Chen &lt;minda.chen@starfivetech.com&gt;</dc:creator>
    </item>
<item>
        <title>582d4ad4 - media: tc358746: select CONFIG_GENERIC_PHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#582d4ad4</link>
        <description>media: tc358746: select CONFIG_GENERIC_PHYThe tc358746 driver selects CONFIG_GENERIC_PHY_MIPI_DPHY and links tothat, but this fails when CONFIG_GENERIC_PHY is disabled, because Kbuildthen never enters the drivers/phy directory for building object files:ERROR: modpost: &quot;phy_mipi_dphy_get_default_config_for_hsclk&quot; [drivers/media/i2c/tc358746.ko] undefined!Add an explicit &apos;select GENERIC_PHY&apos; here to ensure that the directoryis entered, and add another dependency on that symbol so make itmore obvious what is going on if another driver has the same problem,as this will produce a Kconfig warning.Link: https://lore.kernel.org/linux-media/20230623152318.2276816-1-arnd@kernel.orgFixes: 80a21da360516 (&quot;media: tc358746: add Toshiba TC358746 Parallel to CSI-2 bridge driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Marco Felsch &lt;m.felsch@pengutronix.de&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Fri, 23 Jun 2023 15:23:09 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>84a59a31 - phy: xgene: Depend on ARCH_XGENE rather than plain arm64</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#84a59a31</link>
        <description>phy: xgene: Depend on ARCH_XGENE rather than plain arm64The X-Gene PHY driver is unlikely to be useful on a kernel without generalX-Gene support enabled but currently only depends on arm64 rather than thespecific platform support. Narrow the dependency to ARCH_XGENE like we dofor other X-Gene specific drivers to ensure that users who have configureddown the set of platforms enabled don&apos;t see the option.Signed-off-by: Mark Brown &lt;broonie@kernel.org&gt;Link: https://lore.kernel.org/r/20230221-phy-build-deps-v1-1-7091bcbd16b0@kernel.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Mon, 06 Mar 2023 17:05:35 +0000</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>99d9ccd9 - phy: usb: Add USB2.0 phy driver for Sunplus SP7021</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#99d9ccd9</link>
        <description>phy: usb: Add USB2.0 phy driver for Sunplus SP7021Add USB2.0 phy driver for Sunplus SP7021Signed-off-by: Vincent Shih &lt;vincent.sunplus@gmail.com&gt;Link: https://lore.kernel.org/r/1658717052-26142-2-git-send-email-vincent.sunplus@gmail.com[vkoul: remove trailing line in driver file]Signed-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Mon, 25 Jul 2022 02:44:11 +0000</pubDate>
        <dc:creator>Vincent Shih &lt;vincent.sunplus@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e4d43712 - phy: phy-can-transceiver: Add support for setting mux</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#e4d43712</link>
        <description>phy: phy-can-transceiver: Add support for setting muxOn some boards, for routing CAN signals from controller to transceiver,muxes might need to be set. Therefore, add support for setting the mux byreading the mux-states property from the device tree node.Signed-off-by: Aswath Govindraju &lt;a-govindraju@ti.com&gt;Link: https://lore.kernel.org/r/20220408111316.21189-1-a-govindraju@ti.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Fri, 08 Apr 2022 11:13:16 +0000</pubDate>
        <dc:creator>Aswath Govindraju &lt;a-govindraju@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>e238f10d - phy: pistachio-usb: Depend on MIPS || COMPILE_TEST</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#e238f10d</link>
        <description>phy: pistachio-usb: Depend on MIPS || COMPILE_TESTSo it will be avilable for generic MIPS kernel.Signed-off-by: Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;Acked-By: Vinod Koul &lt;vkoul@kernel.org&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Fri, 23 Jul 2021 02:25:39 +0000</pubDate>
        <dc:creator>Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;</dc:creator>
    </item>
<item>
        <title>a4a86d27 - phy: phy-can-transceiver: Add support for generic CAN transceiver driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#a4a86d27</link>
        <description>phy: phy-can-transceiver: Add support for generic CAN transceiver driverThe driver adds support for generic CAN transceivers. Currentlythe modes supported by this driver are standby and normal modes for TITCAN1042 and TCAN1043 CAN transceivers.The transceiver is modelled as a phy with pins controlled by gpios, to putthe transceiver in various device functional modes. It also gets the phyattribute max_link_rate for the usage of CAN drivers.Signed-off-by: Aswath Govindraju &lt;a-govindraju@ti.com&gt;Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Link: https://lore.kernel.org/r/20210510051006.11393-4-a-govindraju@ti.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Mon, 10 May 2021 05:10:05 +0000</pubDate>
        <dc:creator>Aswath Govindraju &lt;a-govindraju@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>2ff8a1ee - phy: Add Sparx5 ethernet serdes PHY driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#2ff8a1ee</link>
        <description>phy: Add Sparx5 ethernet serdes PHY driverAdd the Microchip Sparx5 ethernet serdes PHY driver for the 6G, 10G and 25Ginterfaces available in the Sparx5 SoC.Signed-off-by: Bjarni Jonasson &lt;bjarni.jonasson@microchip.com&gt;Signed-off-by: Steen Hegelund &lt;steen.hegelund@microchip.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Reviewed-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;Link: https://lore.kernel.org/r/20210218161451.3489955-4-steen.hegelund@microchip.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Thu, 18 Feb 2021 16:14:50 +0000</pubDate>
        <dc:creator>Steen Hegelund &lt;steen.hegelund@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>6b46e60a - phy: USB_LGM_PHY should depend on X86</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#6b46e60a</link>
        <description>phy: USB_LGM_PHY should depend on X86The Intel Lightning Mountain (LGM) USB3 USB is only present on IntelLightning Mountain SoCs.  Hence add a dependency on X86, to preventasking the user about this driver when configuring a kernel withoutIntel Lightning Mountain platform support.Fixes: 1cce8f73a561c944 (&quot;phy: Add USB3 PHY support for Intel LGM SoC&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/r/20210129131753.2656306-1-geert+renesas@glider.beSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Fri, 29 Jan 2021 13:17:53 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>31de313d - PHY: Ingenic: Add USB PHY driver using generic PHY framework.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#31de313d</link>
        <description>PHY: Ingenic: Add USB PHY driver using generic PHY framework.Used the generic PHY framework API to create the PHY, this driversupoorts USB OTG PHY used in JZ4770 SoC, JZ4775 SoC, JZ4780 SoC,X1000 SoC, X1830 SoC and X2000 SoC.Co-developed-by: &#28422;&#40527;&#25391; (Qi Pengzhen) &lt;aric.pzqi@ingenic.com&gt;Signed-off-by: &#28422;&#40527;&#25391; (Qi Pengzhen) &lt;aric.pzqi@ingenic.com&gt;Signed-off-by: &#21608;&#29744;&#26480; (Zhou Yanjie) &lt;zhouyanjie@wanyeetech.com&gt;Tested-by: &#21608;&#27491; (Zhou Zheng) &lt;sernia.zhou@foxmail.com&gt;Tested-by: H. Nikolaus Schaller &lt;hns@goldelico.com&gt;Reviewed-by: Paul Cercueil &lt;paul@crapouillou.net&gt;Link: https://lore.kernel.org/r/20201116141906.11758-4-zhouyanjie@wanyeetech.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Mon, 16 Nov 2020 14:19:06 +0000</pubDate>
        <dc:creator>&#21608;&#29744;&#26480; (Zhou Yanjie) &lt;zhouyanjie@wanyeetech.com&gt;</dc:creator>
    </item>
<item>
        <title>9b1e5213 - phy: fix USB_LGM_PHY warning &amp; build errors</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#9b1e5213</link>
        <description>phy: fix USB_LGM_PHY warning &amp; build errorsFix a Kconfig warning that is causing lots of build errorswhen USB_SUPPORT is not set.USB_PHY depends on USB_SUPPORT but &quot;select&quot; doesn&apos;t care aboutdependencies, so this driver should also depend on USB_SUPPORT.It should not select USB_SUPPORT.WARNING: unmet direct dependencies detected for USB_PHY  Depends on [n]: USB_SUPPORT [=n]  Selected by [m]:  - USB_LGM_PHY [=m]Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Li Yin &lt;yin1.li@intel.com&gt;Cc: Vadivel Murugan R &lt;vadivel.muruganx.ramuthevar@linux.intel.com&gt;Cc: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Cc: Vinod Koul &lt;vkoul@kernel.org&gt;Link: https://lore.kernel.org/r/d1dd0ddd-3143-5777-1c63-195e1a32f237@infradead.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Thu, 17 Sep 2020 17:51:47 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>1cce8f73 - phy: Add USB3 PHY support for Intel LGM SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#1cce8f73</link>
        <description>phy: Add USB3 PHY support for Intel LGM SoCAdd support for USB PHY on Intel LGM SoC.Signed-off-by: Ramuthevar Vadivel Murugan &lt;vadivel.muruganx.ramuthevar@linux.intel.com&gt;Reviewed-by: Philipp Zabel &lt;p.zabel@pengutronix.de&gt;Link: https://lore.kernel.org/r/20200828022312.52724-3-vadivel.muruganx.ramuthevar@linux.intel.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Fri, 28 Aug 2020 02:23:12 +0000</pubDate>
        <dc:creator>Ramuthevar Vadivel Murugan &lt;vadivel.muruganx.ramuthevar@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4a33bea0 - phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit Transceiver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/Kconfig#4a33bea0</link>
        <description>phy: zynqmp: Add PHY driver for the Xilinx ZynqMP Gigabit TransceiverXilinx ZynqMP SoCs have a Gigabit Transceiver with four lanes. All thehigh speed peripherals such as USB, SATA, PCIE, Display Port andEthernet SGMII can rely on any of the four GT lanes for PHY layer. Thispatch adds driver for that ZynqMP GT core.Signed-off-by: Anurag Kumar Vulisha &lt;anurag.kumar.vulisha@xilinx.com&gt;Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;Link: https://lore.kernel.org/r/20200629120054.29338-3-laurent.pinchart@ideasonboard.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/Kconfig</description>
        <pubDate>Mon, 29 Jun 2020 12:00:53 +0000</pubDate>
        <dc:creator>Anurag Kumar Vulisha &lt;anurag.kumar.vulisha@xilinx.com&gt;</dc:creator>
    </item>
</channel>
</rss>
