<?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>17194c29 - phy: mediatek: phy-mtk-hdmi: add regulator dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#17194c29</link>
        <description>phy: mediatek: phy-mtk-hdmi: add regulator dependencyThe driver no longer builds when regulator support is unavailable:arm-linux-gnueabi-ld: drivers/phy/mediatek/phy-mtk-hdmi.o: in function `mtk_hdmi_phy_register_regulators&apos;:phy-mtk-hdmi.c:(.text.unlikely+0x3e): undefined reference to `devm_regulator_register&apos;arm-linux-gnueabi-ld: drivers/phy/mediatek/phy-mtk-hdmi-mt8195.o: in function `mtk_hdmi_phy_pwr5v_is_enabled&apos;:phy-mtk-hdmi-mt8195.c:(.text+0x326): undefined reference to `rdev_get_drvdata&apos;arm-linux-gnueabi-ld: drivers/phy/mediatek/phy-mtk-hdmi-mt8195.o: in function `mtk_hdmi_phy_pwr5v_disable&apos;:phy-mtk-hdmi-mt8195.c:(.text+0x346): undefined reference to `rdev_get_drvdata&apos;arm-linux-gnueabi-ld: drivers/phy/mediatek/phy-mtk-hdmi-mt8195.o: in function `mtk_hdmi_phy_pwr5v_enable&apos;:Fixes: 49393b2da1cd (&quot;phy: mediatek: phy-mtk-hdmi: Register PHY provided regulator&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Link: https://lore.kernel.org/r/20241213083056.2596499-1-arnd@kernel.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Fri, 13 Dec 2024 08:30:51 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>ac4aa9db - phy: add driver for MediaTek XFI T-PHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#ac4aa9db</link>
        <description>phy: add driver for MediaTek XFI T-PHYAdd driver for MediaTek&apos;s XFI T-PHY which can be found in the MT7988SoC. The XFI T-PHY is a 10 Gigabit/s Ethernet SerDes PHY with muxes onthe internal side to be used with either USXGMII PCS or LynxI PCS,depending on the selected PHY interface mode.The PHY can operates only in PHY_MODE_ETHERNET, the submode is one ofPHY_INTERFACE_MODE_* corresponding to the supported modes: * USXGMII                 \ * 10GBase-R                }- USXGMII PCS - XGDM  \ * 5GBase-R                /                        \                                                     }- Ethernet MAC * 2500Base-X              \                        / * 1000Base-X               }- LynxI PCS - GDM     / * Cisco SGMII (MAC side)  /I chose the name XFI T-PHY because names of functions dealing with thephy in the vendor driver are prefixed &quot;xfi_pextp_&quot;.The register space used by the phy is called &quot;pextp&quot; in the vendorsources, which could be read as &quot;_P_CI _ex_press _T_-_P_hy&quot;, and thatis quite misleading as this phy isn&apos;t used for anything related toPCIe, so I wanted to find a better name.XFI is still somehow related (as in: you would find the relevantplaces using grep in the vendor driver when looking for that) and theterm seemed to at least somehow be aligned with the function of thatphy: Dealing with (up to) 10 Gbit/s Ethernet serialized differentialsignals.In order to work-around a performance issue present on the first oftwo XFI T-PHYs found in MT7988, special tuning is applied which canbe selected by adding the &apos;mediatek,usxgmii-performance-errata&apos;property to the device tree node, similar to how the vendor driver isdoing that too.There is no documentation for most registers used for theanalog/tuning part, however, most of the registers have been partiallyreverse-engineered from MediaTek&apos;s SDK implementation (see links, anopaque sequence of 32-bit register writes) and descriptions for allrelevant digital registers and bits such as resets and muxes have beensupplied by MediaTek.Link: https://git01.mediatek.com/plugins/gitiles/openwrt/feeds/mtk-openwrt-feeds/+/b72d6cba92bf9e29fb035c03052fa1e86664a25b/21.02/files/target/linux/mediatek/files-5.4/drivers/net/ethernet/mediatek/mtk_sgmii.cLink: https://git01.mediatek.com/plugins/gitiles/openwrt/feeds/mtk-openwrt-feeds/+/dec96a1d9b82cdcda4a56453fd0b453d4cab4b85/21.02/files/target/linux/mediatek/files-5.4/drivers/net/ethernet/mediatek/mtk_eth_soc.cSigned-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Reviewed-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Link: https://lore.kernel.org/r/8719c82634df7e8e984f1a608be3ba2f2d494fb4.1712625857.git.daniel@makrotopia.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Tue, 09 Apr 2024 02:24:12 +0000</pubDate>
        <dc:creator>Daniel Golle &lt;daniel@makrotopia.org&gt;</dc:creator>
    </item>
<item>
        <title>442f34ed - phy: mtk-mipi-csi: add driver for CSI phy</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#442f34ed</link>
        <description>phy: mtk-mipi-csi: add driver for CSI phyThis is a new driver that supports the MIPI CSI CD-PHY version 0.5The number of PHYs depend on the SoC.Each PHY can support D-PHY only or CD-PHY configuration.The driver supports only D-PHY mode, so CD-PHYcompatible PHY are configured in D-PHY mode.[Julien Stephan: simplify driver model: one instance per phy vsone instance for all phys]Signed-off-by: Louis Kuo &lt;louis.kuo@mediatek.com&gt;Signed-off-by: Phi-bang Nguyen &lt;pnguyen@baylibre.com&gt;[Julien Stephan: refactor code]Co-developed-by: Julien Stephan &lt;jstephan@baylibre.com&gt;Signed-off-by: Julien Stephan &lt;jstephan@baylibre.com&gt;Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Link: https://lore.kernel.org/r/20240111101738.468916-1-jstephan@baylibre.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Thu, 11 Jan 2024 10:17:30 +0000</pubDate>
        <dc:creator>Phi-bang Nguyen &lt;pnguyen@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>6a23afad - phy: phy-mtk-dp: Add driver for DP phy</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#6a23afad</link>
        <description>phy: phy-mtk-dp: Add driver for DP phyThis is a new driver that supports the integrated DisplayPort phy formediatek SoCs, especially the mt8195. The phy is integrated into theDisplayPort controller and will be created by the mtk-dp driver. Thisdriver expects a struct regmap to be able to work on the same registersas the DisplayPort controller. It sets the device data to be the structphy so that the DisplayPort controller can easily work with it.The driver does not have any devicetree bindings because the datasheetdoes not list the controller and the phy as distinct units.The interaction with the controller can be covered by the configurecallback of the phy framework and its displayport parameters.Signed-off-by: Markus Schneider-Pargmann &lt;msp@baylibre.com&gt;Signed-off-by: Guillaume Ranquet &lt;granquet@baylibre.com&gt;[Bo-Chen: Modify reviewers&apos; comments.]Signed-off-by: Bo-Chen Chen &lt;rex-bc.chen@mediatek.com&gt;Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Link: https://lore.kernel.org/r/20220624062725.4095-1-rex-bc.chen@mediatek.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Fri, 24 Jun 2022 06:27:25 +0000</pubDate>
        <dc:creator>Markus Schneider-Pargmann &lt;msp@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>e4e46bc7 - phy: mediatek: Add PCIe PHY driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#e4e46bc7</link>
        <description>phy: mediatek: Add PCIe PHY driverAdd PCIe GEN3 PHY driver support on MediaTek chipsets.Signed-off-by: Jianjun Wang &lt;jianjun.wang@mediatek.com&gt;Reviewed-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Reviewed-by: AngeloGioachino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Link: https://lore.kernel.org/r/20220617070246.20142-3-jianjun.wang@mediatek.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Fri, 17 Jun 2022 07:02:46 +0000</pubDate>
        <dc:creator>Jianjun Wang &lt;jianjun.wang@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>d092bd91 - phy: mediatek: allow compile-testing the dsi phy</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#d092bd91</link>
        <description>phy: mediatek: allow compile-testing the dsi phyRandconfig builds show another broken dependency:WARNING: unmet direct dependencies detected for PHY_MTK_MIPI_DSI  Depends on [n]: ARCH_MEDIATEK [=n] &amp;&amp; OF [=y]  Selected by [m]:  - DRM_MEDIATEK [=m] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; DRM [=m] &amp;&amp; (ARCH_MEDIATEK [=n] || ARM [=y] &amp;&amp; COMPILE_TEST [=y]) &amp;&amp; COMMON_CLK [=y] &amp;&amp;HAVE_ARM_SMCCC [=y] &amp;&amp; OF [=y] &amp;&amp; MTK_MMSYS [=y]This is similar to the hdmi driver I fixed earlier, and I guess thecommon-clk bug would sooner or later also manifest here, so just usethe exact same solution I chose for the other driver, and hope thatany future drivers just copy it from here.Fixes: 90f80d95992f (&quot;phy: mediatek: Move mtk_mipi_dsi_phy driver into drivers/phy/mediatek folder&quot;)Fixes: f5f6e01f9164 (&quot;phy: mediatek: allow compile-testing the hdmi phy&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20210103135524.3678664-1-arnd@kernel.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Sun, 03 Jan 2021 13:55:17 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>f5f6e01f - phy: mediatek: allow compile-testing the hdmi phy</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#f5f6e01f</link>
        <description>phy: mediatek: allow compile-testing the hdmi phyCompile-testing the DRM_MEDIATEK_HDMI driver shows two missingdependencies, one results in a link failure:arm-linux-gnueabi-ld: drivers/phy/mediatek/phy-mtk-hdmi.o: in function `mtk_hdmi_phy_probe&apos;:phy-mtk-hdmi.c:(.text+0xd8): undefined reference to `__clk_get_name&apos;arm-linux-gnueabi-ld: phy-mtk-hdmi.c:(.text+0x12c): undefined reference to `devm_clk_register&apos;arm-linux-gnueabi-ld: phy-mtk-hdmi.c:(.text+0x250): undefined reference to `of_clk_add_provider&apos;arm-linux-gnueabi-ld: phy-mtk-hdmi.c:(.text+0x298): undefined reference to `of_clk_src_simple_get&apos;The other one is a harmless warning:WARNING: unmet direct dependencies detected for PHY_MTK_HDMI  Depends on [n]: ARCH_MEDIATEK [=n] &amp;&amp; OF [=y]  Selected by [y]:  - DRM_MEDIATEK_HDMI [=y] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; DRM_MEDIATEK [=y]Fix these by adding dependencies on CONFIG_OF and CONFIG_COMMON_CLK.With that done, there is also no reason against addingCONFIG_COMPILE_TEST.Fixes: b28be59a2e26 (&quot;phy: mediatek: Move mtk_hdmi_phy driver into drivers/phy/mediatek folder&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20201204135650.2744481-1-arnd@kernel.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Fri, 04 Dec 2020 13:56:43 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>90f80d95 - phy: mediatek: Move mtk_mipi_dsi_phy driver into drivers/phy/mediatek folder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#90f80d95</link>
        <description>phy: mediatek: Move mtk_mipi_dsi_phy driver into drivers/phy/mediatek foldermtk_mipi_dsi_phy is currently placed inside mediatek drm driver, but it&apos;smore suitable to place a phy driver into phy driver folder, so movemtk_mipi_dsi_phy driver into phy driver folder.Signed-off-by: Chun-Kuang Hu &lt;chunkuang.hu@kernel.org&gt;Acked-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Acked-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Mon, 05 Oct 2020 23:37:07 +0000</pubDate>
        <dc:creator>Chun-Kuang Hu &lt;chunkuang.hu@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d7bb92e3 - phy: mediatek: Make PHY_MTK_{XSPHY, TPHY} depend on HAS_IOMEM and OF_ADDRESS to fix build errors</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#d7bb92e3</link>
        <description>phy: mediatek: Make PHY_MTK_{XSPHY, TPHY} depend on HAS_IOMEM and OF_ADDRESS to fix build errorsdevm_ioremap_resource() will be not built in lib/devres.c ifCONFIG_HAS_IOMEM is not set, of_address_to_resource() will benot built in drivers/of/address.c if CONFIG_OF_ADDRESS is notset, and then there exists two build errors about undefinedreference to &quot;devm_ioremap_resource&quot; and &quot;of_address_to_resource&quot;in phy-mtk-xsphy.c under COMPILE_TEST and CONFIG_PHY_MTK_XSPHY,make PHY_MTK_XSPHY depend on HAS_IOMEM and OF_ADDRESS to fix it.The above issue is reported by kernel test robot &lt;lkp@intel.com&gt;,through the discussion in the v1 patch, as Chunfeng said we needalso do this for config PHY_MTK_TPHY:drivers/phy/mediatek/phy-mtk-tphy.c:1157:		retval = of_address_to_resource(child_np, 0, &amp;res);drivers/phy/mediatek/phy-mtk-tphy.c:1123:		tphy-&gt;sif_base = devm_ioremap_resource(dev, sif_res);drivers/phy/mediatek/phy-mtk-tphy.c:1164:		instance-&gt;port_base = devm_ioremap_resource(&amp;phy-&gt;dev, &amp;res);Reported-by: kernel test robot &lt;lkp@intel.com&gt;Signed-off-by: Tiezhu Yang &lt;yangtiezhu@loongson.cn&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Link: https://lore.kernel.org/r/1606289865-692-1-git-send-email-yangtiezhu@loongson.cnSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Wed, 25 Nov 2020 07:37:45 +0000</pubDate>
        <dc:creator>Tiezhu Yang &lt;yangtiezhu@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>fb89b254 - phy: mediatek: fix spelling mistake in Kconfig &quot;veriosn&quot; -&gt; &quot;version&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#fb89b254</link>
        <description>phy: mediatek: fix spelling mistake in Kconfig &quot;veriosn&quot; -&gt; &quot;version&quot;There is a spelling mistake in the Kconfig. Fix it.Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;Link: https://lore.kernel.org/r/20201114120518.416120-1-colin.king@canonical.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Sat, 14 Nov 2020 12:05:18 +0000</pubDate>
        <dc:creator>Colin Ian King &lt;colin.king@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>b28be59a - phy: mediatek: Move mtk_hdmi_phy driver into drivers/phy/mediatek folder</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#b28be59a</link>
        <description>phy: mediatek: Move mtk_hdmi_phy driver into drivers/phy/mediatek foldermtk_hdmi_phy is currently placed inside mediatek drm driver, but it&apos;smore suitable to place a phy driver into phy driver folder, so movemtk_hdmi_phy driver into phy driver folder.Signed-off-by: CK Hu &lt;ck.hu@mediatek.com&gt;Signed-off-by: Chun-Kuang Hu &lt;chunkuang.hu@kernel.org&gt;Acked-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Tested-by: Frank Wunderlich &lt;frank-w@public-files.de&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Mon, 13 May 2019 02:22:25 +0000</pubDate>
        <dc:creator>CK Hu &lt;ck.hu@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>e7b4aaf0 - phy: Enable compile testing for some of drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#e7b4aaf0</link>
        <description>phy: Enable compile testing for some of driversSome of the phy drivers can be compile tested to increase buildcoverage.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Fri, 03 Jan 2020 16:47:10 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4cb6eea2 - phy: mediatek: Fix Kconfig indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#4cb6eea2</link>
        <description>phy: mediatek: Fix Kconfig indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Reviewed-by: Stanley Chu &lt;stanley.chu@mediatek.com&gt;Acked-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Fri, 03 Jan 2020 16:47:09 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>203b7ee1 - phy: Enable compile testing for some of drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#203b7ee1</link>
        <description>phy: Enable compile testing for some of driversSome of the phy drivers can be compile tested to increase buildcoverage.Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Link: https://lore.kernel.org/r/20200103164710.4829-2-krzk@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Fri, 03 Jan 2020 16:47:10 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&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/mediatek/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/mediatek/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>54be9c1a - phy: mediatek: Add UFS M-PHY driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#54be9c1a</link>
        <description>phy: mediatek: Add UFS M-PHY driverAdd UFS M-PHY driver on MediaTek chipsets.Signed-off-by: Stanley Chu &lt;stanley.chu@mediatek.com&gt;Reviewed-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Sat, 16 Mar 2019 05:04:46 +0000</pubDate>
        <dc:creator>Stanley Chu &lt;stanley.chu@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>1dfb8662 - scsi: phy: mediatek: Add UFS M-PHY driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#1dfb8662</link>
        <description>scsi: phy: mediatek: Add UFS M-PHY driverAdd UFS M-PHY driver on MediaTek chipsets.Signed-off-by: Stanley Chu &lt;stanley.chu@mediatek.com&gt;Reviewed-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Signed-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Sat, 16 Mar 2019 05:04:46 +0000</pubDate>
        <dc:creator>Stanley Chu &lt;stanley.chu@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>c1eb8f83 - phy: mediatek: add XS-PHY driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#c1eb8f83</link>
        <description>phy: mediatek: add XS-PHY driverSupport XS-PHY for MediaTek SoCs with USB3.1 GEN2 controllerSigned-off-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Thu, 10 May 2018 06:10:29 +0000</pubDate>
        <dc:creator>Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>cd4ec4b0 - phy: phy-mt65xx-usb3: add mediatek directory and rename file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/mediatek/Kconfig#cd4ec4b0</link>
        <description>phy: phy-mt65xx-usb3: add mediatek directory and rename fileThe driver is actually for T-PHY which supports USB3.0, PCIe and SATA,and supports more SoCs now, but not just only for series of mt65xx SoCs,so the name of file, data struct, functions etc with &apos;mt65xx&apos; may causemisunderstanding when new SoCs are supported. Here rename them to reflectthe real functions and also enhance readability.And also update MAINTAINERS file to reflect the correct driverSigned-off-by: Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/mediatek/Kconfig</description>
        <pubDate>Thu, 03 Aug 2017 10:01:02 +0000</pubDate>
        <dc:creator>Chunfeng Yun &lt;chunfeng.yun@mediatek.com&gt;</dc:creator>
    </item>
</channel>
</rss>
