<?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>010f0dff - phy: allwinner: Make PHY_SUN6I_MIPI_DPHY depend on COMMON_CLK</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/allwinner/Kconfig#010f0dff</link>
        <description>phy: allwinner: Make PHY_SUN6I_MIPI_DPHY depend on COMMON_CLKWhen CONFIG_ARCH_SUNXI is not set but CONFIG_COMPILE_TEST=y,CONFIG_HAVE_CLK=y, CONFIG_HAVE_LEGACY_CLK=y, there existsthe following build errors with CONFIG_PHY_SUN6I_MIPI_DPHY=y:drivers/phy/allwinner/phy-sun6i-mipi-dphy.o: In function `sun6i_dphy_init&apos;:phy-sun6i-mipi-dphy.c:(.text+0x320): undefined reference to `clk_set_rate_exclusive&apos;drivers/phy/allwinner/phy-sun6i-mipi-dphy.o: In function `sun6i_dphy_exit&apos;:phy-sun6i-mipi-dphy.c:(.text+0x2c8): undefined reference to `clk_rate_exclusive_put&apos;clk_set_rate_exclusive() and clk_rate_exclusive_put() are definedin drivers/clk/clk.c, this file is built under CONFIG_COMMON_CLK,so in order to build drivers/phy/allwinner/phy-sun6i-mipi-dphy.csuccessful used with various configs, CONFIG_PHY_SUN6I_MIPI_DPHYshould depend on CONFIG_COMMON_CLK.Fixes: 133552bf03ed (&quot;phy: Remove CONFIG_ARCH_* check for related subdir in Makefile&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Signed-off-by: Tiezhu Yang &lt;yangtiezhu@loongson.cn&gt;Link: https://lore.kernel.org/r/1594113746-25393-1-git-send-email-yangtiezhu@loongson.cnSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/allwinner/Kconfig</description>
        <pubDate>Tue, 07 Jul 2020 09:22:26 +0000</pubDate>
        <dc:creator>Tiezhu Yang &lt;yangtiezhu@loongson.cn&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/allwinner/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/allwinner/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>203b7ee1 - phy: Enable compile testing for some of drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/allwinner/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/allwinner/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>a228890f - phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/allwinner/Kconfig#a228890f</link>
        <description>phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoCAllwinner H6 SoC contains a USB3 PHY (with USB2 DP/DM lines alsocontrolled).Add a driver for it.The register operations in this driver is mainly extracted from the BSPUSB3 driver.Signed-off-by: Ondrej Jirman &lt;megous@megous.com&gt;Signed-off-by: Icenowy Zheng &lt;icenowy@aosc.io&gt;Reviewed-by: Chen-Yu Tsai &lt;wens@csie.org&gt;Acked-by: Maxime Ripard &lt;mripard@kernel.org&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/allwinner/Kconfig</description>
        <pubDate>Tue, 29 Oct 2019 20:17:39 +0000</pubDate>
        <dc:creator>Icenowy Zheng &lt;icenowy@aosc.io&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/allwinner/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/allwinner/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>e03213b9 - phy: allwinner: allow compile testing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/allwinner/Kconfig#e03213b9</link>
        <description>phy: allwinner: allow compile testingSome allwinner specific drivers can be built for testing purposeson non-sunxi configurations, which then results in a harmlesswarning:WARNING: unmet direct dependencies detected for PHY_SUN6I_MIPI_DPHY  Depends on [n]: ARCH_SUNXI [=n] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; OF [=y] &amp;&amp; RESET_CONTROLLER [=y]  Selected by [y]:  - DRM_SUN6I_DSI [=y] &amp;&amp; HAS_IOMEM [=y] &amp;&amp; DRM_SUN4I [=y]Allow compile-test here as well to avoid the warning, and improveoverall build coverage.Fixes: 5d134abf9530 (&quot;phy: Move Allwinner A31 D-PHY driver to drivers/phy/&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/allwinner/Kconfig</description>
        <pubDate>Mon, 04 Mar 2019 20:23:56 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>5d134abf - phy: Move Allwinner A31 D-PHY driver to drivers/phy/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/allwinner/Kconfig#5d134abf</link>
        <description>phy: Move Allwinner A31 D-PHY driver to drivers/phy/Now that our MIPI D-PHY driver has been converted to the phy framework,let&apos;s move it into the drivers/phy directory.Reviewed-by: Paul Kocialkowski &lt;paul.kocialkowski@bootlin.com&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;Link: https://patchwork.freedesktop.org/patch/msgid/2447609da5b80f148c79b2b2a263a0e779f3e82f.1548085432.git-series.maxime.ripard@bootlin.com

            List of files:
            /linux-6.15/drivers/phy/allwinner/Kconfig</description>
        <pubDate>Mon, 21 Jan 2019 15:45:50 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@bootlin.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/allwinner/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/allwinner/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>
