<?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>15692a80 - phy: Revert &quot;phy: ralink: Kconfig: convert mt7621-pci-phy into &apos;bool&apos;&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/ralink/Kconfig#15692a80</link>
        <description>phy: Revert &quot;phy: ralink: Kconfig: convert mt7621-pci-phy into &apos;bool&apos;&quot;This reverts commit 6eded551cefe (&quot;phy: ralink: Kconfig: convertmt7621-pci-phy into &apos;bool&apos;&quot;) as we don&apos;t want drivers to be built in andshould be a module insteadSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/ralink/Kconfig</description>
        <pubDate>Wed, 23 Jun 2021 07:28:37 +0000</pubDate>
        <dc:creator>Vinod Koul &lt;vkoul@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6eded551 - phy: ralink: Kconfig: convert mt7621-pci-phy into &apos;bool&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/ralink/Kconfig#6eded551</link>
        <description>phy: ralink: Kconfig: convert mt7621-pci-phy into &apos;bool&apos;Make dependent on PCI_MT7621 configuration option and markthis pci phy configuration as bool which has more sense.Signed-off-by: Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;Link: https://lore.kernel.org/r/20210508070930.5290-6-sergio.paracuellos@gmail.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/ralink/Kconfig</description>
        <pubDate>Sat, 08 May 2021 07:09:29 +0000</pubDate>
        <dc:creator>Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>28dcfba1 - phy: ralink: Kconfig: enable COMPILE_TEST on mt7621-pci-phy driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/ralink/Kconfig#28dcfba1</link>
        <description>phy: ralink: Kconfig: enable COMPILE_TEST on mt7621-pci-phy driverAfter use the clock apis and avoid custom architecturecode this driver can properly be enabled for COMPILE_TEST.Signed-off-by: Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;Link: https://lore.kernel.org/r/20210508070930.5290-5-sergio.paracuellos@gmail.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/ralink/Kconfig</description>
        <pubDate>Sat, 08 May 2021 07:09:28 +0000</pubDate>
        <dc:creator>Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0e055d17 - phy: ralink: phy-mt7621-pci: drop &apos;COMPILE_TEST&apos; from Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/ralink/Kconfig#0e055d17</link>
        <description>phy: ralink: phy-mt7621-pci: drop &apos;COMPILE_TEST&apos; from KconfigThis driver includes the following two files directly:- mt7621.h- ralink_regs.hCompilation for its related platform properly works becauseits real path is included in &apos;arch/mips/ralink/Platform&apos; ascflags.This driver depends on RALINK but also is enabled for COMPILE_TESTwhere nothing about its platform is known and this directlyincluded files are not found at all breaking compilation.If we want &apos;COMPILE_TEST&apos; we have to change cflags also inside&apos;phy/ralink&apos; subdirectory Makefile which seems that does notlike to linux-phy maintainers. Hence remove COMPILE_TEST fromKconfig to avoid the problem.Fixes: d87da32372a0 (&quot;phy: ralink: Add PHY driver for MT7621 PCIe PHY&quot;)Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Signed-off-by: Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;Link: https://lore.kernel.org/r/20201201112051.17463-2-sergio.paracuellos@gmail.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/ralink/Kconfig</description>
        <pubDate>Tue, 01 Dec 2020 11:20:50 +0000</pubDate>
        <dc:creator>Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d87da323 - phy: ralink: Add PHY driver for MT7621 PCIe PHY</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/ralink/Kconfig#d87da323</link>
        <description>phy: ralink: Add PHY driver for MT7621 PCIe PHYThis patch adds a driver for the PCIe PHY of MT7621 SoC.Signed-off-by: Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;Link: https://lore.kernel.org/r/20201121155037.21354-3-sergio.paracuellos@gmail.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/phy/ralink/Kconfig</description>
        <pubDate>Sat, 21 Nov 2020 15:50:35 +0000</pubDate>
        <dc:creator>Sergio Paracuellos &lt;sergio.paracuellos@gmail.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/ralink/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/ralink/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>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/ralink/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/ralink/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>2411a736 - phy: ralink-usb: add driver for Mediatek/Ralink</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/phy/ralink/Kconfig#2411a736</link>
        <description>phy: ralink-usb: add driver for Mediatek/RalinkAdd a driver to setup the USB phy on Mediatek/Ralink SoCs.The driver sets up power and host mode, but also needs toconfigure PHY registers for the MT7628 and MT7688.Signed-off-by: John Crispin &lt;john@phrozen.org&gt;Signed-off-by: Harvey Hunt &lt;harvey.hunt@imgtec.com&gt;Signed-off-by: Kishon Vijay Abraham I &lt;kishon@ti.com&gt;

            List of files:
            /linux-6.15/drivers/phy/ralink/Kconfig</description>
        <pubDate>Thu, 17 Aug 2017 10:33:22 +0000</pubDate>
        <dc:creator>John Crispin &lt;john@phrozen.org&gt;</dc:creator>
    </item>
</channel>
</rss>
