<?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>b2a1a2ae - phy: rockchip: Add Samsung MIPI D-/C-PHY driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#b2a1a2ae</link>
        <description>phy: rockchip: Add Samsung MIPI D-/C-PHY driverAdd driver for the MIPI D-/C-PHY block based around a Samsung IP-blockthat is for example needed to drive a MIPI DSI output on rk3588.Right now only the D-PHY portion is implemented, with the C-PHY partneeding separate work.Tested-by: Daniel Semkowicz &lt;dse@thaumatec.com&gt;Tested-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;Tested-by: Quentin Schulz &lt;quentin.schulz@cherry.de&gt;Reviewed-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;Signed-off-by: Heiko Stuebner &lt;heiko.stuebner@cherry.de&gt;Link: https://lore.kernel.org/r/20250313134035.278133-3-heiko@sntech.deSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Thu, 13 Mar 2025 13:40:32 +0000</pubDate>
        <dc:creator>Heiko Stuebner &lt;heiko.stuebner@cherry.de&gt;</dc:creator>
    </item>
<item>
        <title>fcf5d353 - phy: rockchip: fix Kconfig dependency more</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#fcf5d353</link>
        <description>phy: rockchip: fix Kconfig dependency moreA previous patch ensured that USB Type C connector support is enabled,but it is still possible to build the phy driver without enablingCONFIG_USB (host support) or CONFIG_USB_GADGET (device support), andin that case the common helper functions are unavailable:aarch64-linux-ld: drivers/phy/rockchip/phy-rockchip-usbdp.o: in function `rk_udphy_probe&apos;:phy-rockchip-usbdp.c:(.text+0xe74): undefined reference to `usb_get_maximum_speed&apos;Select CONFIG_USB_COMMON directly here, like we do in some other phydrivers, to make sure this is available even when actual USB supportis disabled or in a loadable module that cannot be reached from abuilt-in phy driver.Fixes: 9c79b779643e (&quot;phy: rockchip: fix CONFIG_TYPEC dependency&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;Reviewed-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Link: https://lore.kernel.org/r/20250122065249.1390081-1-arnd@kernel.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Wed, 22 Jan 2025 06:52:44 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>d8f9d6d8 - phy: phy-rockchip-samsung-hdptx: Depend on CONFIG_COMMON_CLK</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#d8f9d6d8</link>
        <description>phy: phy-rockchip-samsung-hdptx: Depend on CONFIG_COMMON_CLKEnsure CONFIG_PHY_ROCKCHIP_SAMSUNG_HDPTX depends on CONFIG_COMMON_CLK tofix the following link errors when compile testing some random kernelconfigurations:  m68k-linux-ld: drivers/phy/rockchip/phy-rockchip-samsung-hdptx.o: in function `rk_hdptx_phy_clk_register&apos;:  drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c:1031:(.text+0x470): undefined reference to `__clk_get_name&apos;  m68k-linux-ld: drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c:1036:(.text+0x4ba): undefined reference to `devm_clk_hw_register&apos;  m68k-linux-ld: drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c:1040:(.text+0x4d2): undefined reference to `of_clk_hw_simple_get&apos;  m68k-linux-ld: drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c:1040:(.text+0x4da): undefined reference to `devm_of_clk_add_hw_provider&apos;Fixes: c4b09c562086 (&quot;phy: phy-rockchip-samsung-hdptx: Add clock provider support&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202409180305.53PXymZn-lkp@intel.com/Signed-off-by: Cristian Ciocaltea &lt;cristian.ciocaltea@collabora.com&gt;Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Reviewed-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Link: https://lore.kernel.org/r/20240923-sam-hdptx-link-fix-v1-1-8d10d7456305@collabora.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Mon, 23 Sep 2024 16:40:16 +0000</pubDate>
        <dc:creator>Cristian Ciocaltea &lt;cristian.ciocaltea@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>edf9e049 - phy: phy-rockchip-samsung-hdptx: Select CONFIG_MFD_SYSCON</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#edf9e049</link>
        <description>phy: phy-rockchip-samsung-hdptx: Select CONFIG_MFD_SYSCONCompile testing configurations without REGMAP support enabled results ina bunch of errors being reported:  ../drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c:569:21: error: variable &#8216;rk_hdptx_phy_regmap_config&#8217; has initializer but incomplete type    569 | static const struct regmap_config rk_hdptx_phy_regmap_config = {        |                     ^~~~~~~~~~~~~  ../drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c:570:10: error: &#8216;const struct regmap_config&#8217; has no member named &#8216;reg_bits&#8217;    570 |         .reg_bits = 32,        |          ^~~~~~~~Note that selecting REGMAP alone is not enough, because of the followingliker error:  phy-rockchip-samsung-hdptx.c:(.text+0x10c): undefined reference to `__devm_regmap_init_mmio_clk&apos;Instead of the obvious fix to enable REGMAP_MMIO, select MFD_SYSCON,which implicitly enables REGMAP_MMIO as well.  The rationale is that thedriver has been already relying on the syscon functionality.Moreover, without MFD_SYSCON enabled, the test coverage is reduced,since the linker might not detect any potential undefined referencesfollowing syscon_regmap_lookup_by_phandle() invocation inrk_hdptx_phy_probe() body.  That is because the function wouldunconditionally return -ENOTSUP, hence the compiler is free to optimizeout any unreachable code.Finally ensure PHY_ROCKCHIP_SAMSUNG_HDPTX depends on HAS_IOMEM, asrequired by MFD_SYSCON.Fixes: 553be2830c5f (&quot;phy: rockchip: Add Samsung HDMI/eDP Combo PHY driver&quot;)Signed-off-by: Cristian Ciocaltea &lt;cristian.ciocaltea@collabora.com&gt;Link: https://lore.kernel.org/r/20240629-rk-hdptx-compile-test-fix-v1-1-c86675ba8070@collabora.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Sat, 29 Jun 2024 00:26:58 +0000</pubDate>
        <dc:creator>Cristian Ciocaltea &lt;cristian.ciocaltea@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>9c79b779 - phy: rockchip: fix CONFIG_TYPEC dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#9c79b779</link>
        <description>phy: rockchip: fix CONFIG_TYPEC dependencyThe newly added driver causes a warning about missing dependenciesby selecting CONFIG_TYPEC unconditionally:WARNING: unmet direct dependencies detected for TYPEC  Depends on [n]: USB_SUPPORT [=n]  Selected by [y]:  - PHY_ROCKCHIP_USBDP [=y] &amp;&amp; ARCH_ROCKCHIP [=y] &amp;&amp; OF [=y]WARNING: unmet direct dependencies detected for USB_COMMON  Depends on [n]: USB_SUPPORT [=n]  Selected by [y]:  - EXTCON_RTK_TYPE_C [=y] &amp;&amp; EXTCON [=y] &amp;&amp; (ARCH_REALTEK [=y] || COMPILE_TEST [=y]) &amp;&amp; TYPEC [=y]Since that is a user-visible option, it should not really be selectedin the first place. Replace the &apos;select&apos; with a &apos;depends on&apos; aswe have for similar drivers.Fixes: 2f70bbddeb45 (&quot;phy: rockchip: add usbdp combo phy driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Link: https://lore.kernel.org/r/20240415174241.77982-1-arnd@kernel.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Mon, 15 Apr 2024 17:42:25 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>2f70bbdd - phy: rockchip: add usbdp combo phy driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#2f70bbdd</link>
        <description>phy: rockchip: add usbdp combo phy driverThis adds a new USBDP combo PHY with Samsung IP block driver.The driver get lane mux and mapping info in 2 ways, supportingDisplayPort alternate mode or parsing from DT. When parsing from DT,the property &quot;rockchip,dp-lane-mux&quot; provide the DP mux and mappinginfo. This is needed when the PHY is not used with TypeC Alt-Mode.For example if the USB3 interface of the PHY is connected to a USBType A connector and the DP interface is connected to a DisplayPortconnector.When do DP link training, need to set lane number, link rate, swing,and pre-emphasis via PHY configure interface.Co-developed-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Co-developed-by: Zhang Yubing &lt;yubing.zhang@rock-chips.com&gt;Signed-off-by: Zhang Yubing &lt;yubing.zhang@rock-chips.com&gt;Co-developed-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;Link: https://lore.kernel.org/r/20240408225109.128953-3-sebastian.reichel@collabora.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Mon, 08 Apr 2024 22:50:29 +0000</pubDate>
        <dc:creator>Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>e1c9216b - phy: phy-rockchip-samsung-hdptx: Select CONFIG_RATIONAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#e1c9216b</link>
        <description>phy: phy-rockchip-samsung-hdptx: Select CONFIG_RATIONALEnsure CONFIG_RATIONAL is selected in order to fix the following linkerror with some kernel configurations:drivers/phy/rockchip/phy-rockchip-samsung-hdptx.o: in function `rk_hdptx_ropll_tmds_cmn_config&apos;:phy-rockchip-samsung-hdptx.c:(.text+0x950): undefined reference to `rational_best_approximation&apos;Fixes: 553be2830c5f (&quot;phy: rockchip: Add Samsung HDMI/eDP Combo PHY driver&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202404090540.2l1TEkDF-lkp@intel.com/Signed-off-by: Cristian Ciocaltea &lt;cristian.ciocaltea@collabora.com&gt;Reviewed-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Link: https://lore.kernel.org/r/20240408222926.32708-1-cristian.ciocaltea@collabora.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Mon, 08 Apr 2024 22:29:25 +0000</pubDate>
        <dc:creator>Cristian Ciocaltea &lt;cristian.ciocaltea@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>553be283 - phy: rockchip: Add Samsung HDMI/eDP Combo PHY driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#553be283</link>
        <description>phy: rockchip: Add Samsung HDMI/eDP Combo PHY driverAdd driver for the HDMI/eDP TX Combo PHY found on Rockchip RK3588 SoC.The PHY is based on a Samsung IP block and supports HDMI 2.1 TMDS, FRLand eDP links.  The maximum data rate is 12Gbps (FRL), while the minimumis 250Mbps (TMDS).Only the TMDS link is currently supported.Co-developed-by: Algea Cao &lt;algea.cao@rock-chips.com&gt;Signed-off-by: Algea Cao &lt;algea.cao@rock-chips.com&gt;Tested-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Signed-off-by: Cristian Ciocaltea &lt;cristian.ciocaltea@collabora.com&gt;Link: https://lore.kernel.org/r/20240214-phy-hdptx-v4-2-e7974f46c1a7@collabora.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Wed, 14 Feb 2024 11:45:37 +0000</pubDate>
        <dc:creator>Cristian Ciocaltea &lt;cristian.ciocaltea@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>2e9bffc4 - phy: rockchip: Support PCIe v3</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#2e9bffc4</link>
        <description>phy: rockchip: Support PCIe v3RK3568 supports PCIe v3 using not Combphy like PCIe v2 on rk3566.It use a dedicated PCIe-phy. Add support for this.Initial support by Shawn Lin, modifications by Peter Geis and FrankWunderlich.Add data-lanes property for splitting pcie-lanes across controllers.The data-lanes is an array where x=0 means lane is disabled and  x &gt; 0means controller x is assigned to phy lane.Signed-off-by: Shawn Lin &lt;shawn.lin@rock-chips.com&gt;Suggested-by: Peter Geis &lt;pgwipeout@gmail.com&gt;Signed-off-by: Frank Wunderlich &lt;frank-w@public-files.de&gt;Link: https://lore.kernel.org/r/20220825193836.54262-4-linux@fw-web.deSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Thu, 25 Aug 2022 19:38:34 +0000</pubDate>
        <dc:creator>Shawn Lin &lt;shawn.lin@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>7160820d - phy: rockchip: add naneng combo phy for RK3568</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#7160820d</link>
        <description>phy: rockchip: add naneng combo phy for RK3568This patch implements a combo phy driver for Rockchip SoCswith NaNeng IP block. This phy can be used as pcie-phy, usb3-phy,sata-phy or sgmii-phy.Signed-off-by: Yifeng Zhao &lt;yifeng.zhao@rock-chips.com&gt;Signed-off-by: Johan Jonker &lt;jbx6244@gmail.com&gt;Tested-by: Peter Geis &lt;pgwipeout@gmail.com&gt;Tested-by: Frank Wunderlich &lt;frank-w@public-files.de&gt;Link: https://lore.kernel.org/r/20220208091326.12495-4-yifeng.zhao@rock-chips.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Tue, 08 Feb 2022 09:13:25 +0000</pubDate>
        <dc:creator>Yifeng Zhao &lt;yifeng.zhao@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>bd1f775d - phy/rockchip: add Innosilicon-based CSI dphy</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#bd1f775d</link>
        <description>phy/rockchip: add Innosilicon-based CSI dphyThe CSI dphy found for example on the rk3326/px30 and rk3368 is basedon an IP design from Innosilicon. Add a driver for it.Signed-off-by: Heiko Stuebner &lt;heiko.stuebner@theobroma-systems.com&gt;Link: https://lore.kernel.org/r/20210610212935.3520341-3-heiko@sntech.deSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Thu, 10 Jun 2021 21:29:35 +0000</pubDate>
        <dc:creator>Heiko Stuebner &lt;heiko.stuebner@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>ab7dd200 - phy/rockchip: Make PHY_ROCKCHIP_INNO_HDMI depend on HAS_IOMEM to fix build error</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#ab7dd200</link>
        <description>phy/rockchip: Make PHY_ROCKCHIP_INNO_HDMI depend on HAS_IOMEM to fix build errordevm_ioremap_resource() will be not built in lib/devres.c ifCONFIG_HAS_IOMEM is not set, and then there exists a builderror about undefined reference to &quot;devm_ioremap_resource&quot;in the file phy-rockchip-inno-hdmi.c under COMPILE_TEST andCONFIG_PHY_ROCKCHIP_INNO_HDMI, make PHY_ROCKCHIP_INNO_HDMIdepend on HAS_IOMEM to fix it.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Signed-off-by: Tiezhu Yang &lt;yangtiezhu@loongson.cn&gt;Reviewed-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Link: https://lore.kernel.org/r/1606216287-14648-1-git-send-email-yangtiezhu@loongson.cnSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Tue, 24 Nov 2020 11:11:27 +0000</pubDate>
        <dc:creator>Tiezhu Yang &lt;yangtiezhu@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>37abc181 - phy: Move phy-rockchip-dphy-rx0 out of staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#37abc181</link>
        <description>phy: Move phy-rockchip-dphy-rx0 out of stagingThere is no need for this driver to be in staging.Let&apos;s promote it!Signed-off-by: Ezequiel Garcia &lt;ezequiel@collabora.com&gt;Link: https://lore.kernel.org/r/20200825220710.634106-1-ezequiel@collabora.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Tue, 25 Aug 2020 22:07:10 +0000</pubDate>
        <dc:creator>Ezequiel Garcia &lt;ezequiel@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>f0684c1a - phy/rockchip: inno-dsidphy: generalize parameter handling</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#f0684c1a</link>
        <description>phy/rockchip: inno-dsidphy: generalize parameter handlingDuring review it came to light that exposing the pll clock outside isnot the right approach and struct phy_configure_opts_mipi_dphy existsjust for that reason to transfer parameters to the phy.So drop the exposed clock and rely on the phy configure optionsto bring in the correct rate. That way we can also just drop theopen coded timing struct and default values function.Fixes: b7535a3bc0ba (&quot;phy/rockchip: Add support for Innosilicon MIPI/LVDS/TTL PHY&quot;)Signed-off-by: Heiko Stuebner &lt;heiko.stuebner@theobroma-systems.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Fri, 08 Nov 2019 00:06:40 +0000</pubDate>
        <dc:creator>Heiko Stuebner &lt;heiko.stuebner@theobroma-systems.com&gt;</dc:creator>
    </item>
<item>
        <title>b7535a3b - phy/rockchip: Add support for Innosilicon MIPI/LVDS/TTL PHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#b7535a3b</link>
        <description>phy/rockchip: Add support for Innosilicon MIPI/LVDS/TTL PHYThe Innosilicon Video Combo PHY not only supports MIPI DSI,but also LVDS and TTL functions with small die size and lowpin count. Customers can choose according to their own applications.Signed-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;[removed TTL mode for now, as it required a hook back into the dsi host]Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Wed, 23 Oct 2019 22:38:51 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.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/rockchip/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/rockchip/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>53706a11 - phy: add Rockchip Innosilicon hdmi phy</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#53706a11</link>
        <description>phy: add Rockchip Innosilicon hdmi phyAdd a driver for the Innosilicon hdmi phy used on rk3228/rk3229and rk3328 socs from Rockchip.Signed-off-by: Zheng Yang &lt;zhengyang@rock-chips.com&gt;Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Tested-by: Robin Murphy &lt;robin.murphy@arm.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Fri, 07 Sep 2018 10:28:02 +0000</pubDate>
        <dc:creator>Zheng Yang &lt;zhengyang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>bb0e500b - phy: add &apos;depends on HAS_IOMEM&apos; to fix unmet dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#bb0e500b</link>
        <description>phy: add &apos;depends on HAS_IOMEM&apos; to fix unmet dependencyThese configs select MFD_SYSCON, but do not depend on HAS_IOMEM.Compile testing on architecture without HAS_IOMEM causes &quot;unmetdirect dependencies&quot; in Kconfig phase.Detected by &quot;make ARCH=score allyesconfig&quot;.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Tue, 06 Mar 2018 11:18:49 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>0b56e9a7 - phy: Group vendor specific phy drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/rockchip/Kconfig#0b56e9a7</link>
        <description>phy: Group vendor specific phy driversAdding vendor specific directories in phy to groupphy drivers under their respective vendor umbrella.Also updated the MAINTAINERS file to reflect the correctdirectory structure for phy drivers.Signed-off-by: Vivek Gautam &lt;vivek.gautam@codeaurora.org&gt;Acked-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;Acked-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Acked-by: Yoshihiro Shimoda &lt;yoshihiro.shimoda.uh@renesas.com&gt;Reviewed-by: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;Cc: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Cc: Yoshihiro Shimoda &lt;yoshihiro.shimoda.uh@renesas.com&gt;Cc: Guenter Roeck &lt;linux@roeck-us.net&gt;Cc: Heiko Stuebner &lt;heiko@sntech.de&gt;Cc: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;Cc: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Cc: Chen-Yu Tsai &lt;wens@csie.org&gt;Cc: Sylwester Nawrocki &lt;s.nawrocki@samsung.com&gt;Cc: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Cc: Jaehoon Chung &lt;jh80.chung@samsung.com&gt;Cc: Stephen Boyd &lt;stephen.boyd@linaro.org&gt;Cc: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;Cc: linux-arm-kernel@lists.infradead.orgCc: linux-arm-msm@vger.kernel.orgCc: linux-kernel@vger.kernel.orgCc: linux-omap@vger.kernel.orgCc: linux-renesas-soc@vger.kernel.orgCc: linux-rockchip@lists.infradead.orgCc: linux-samsung-soc@vger.kernel.orgCc: linux-usb@vger.kernel.orgSigned-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/rockchip/Kconfig</description>
        <pubDate>Thu, 11 May 2017 06:47:42 +0000</pubDate>
        <dc:creator>Vivek Gautam &lt;vivek.gautam@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
