<?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>642af0f9 - net: mdio: Introduce a regmap-based mdio driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/mdio/Kconfig#642af0f9</link>
        <description>net: mdio: Introduce a regmap-based mdio driverThere exists several examples today of devices that embed an ethernetPHY or PCS directly inside an SoC. In this situation, either the deviceis controlled through a vendor-specific register set, or sometimesexposes the standard 802.3 registers that are typically accessed overMDIO.As phylib and phylink are designed to use mdiodevices, this driverallows creating a virtual MDIO bus, that translates mdiodev registeraccesses to regmap accesses.The reason we use regmap is because there are at least 3 such devicesknown today, 2 of them are Altera TSE PCS&apos;s, memory-mapped, exposedwith a 4-byte stride in stmmac&apos;s dwmac-socfpga variant, and a 2-bytestride in altera-tse. The other one (nxp,sja1110-base-tx-mdio) isexposed over SPI.Signed-off-by: Maxime Chevallier &lt;maxime.chevallier@bootlin.com&gt;Reviewed-by: Simon Horman &lt;simon.horman@corigine.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/mdio/Kconfig</description>
        <pubDate>Thu, 01 Jun 2023 14:14:51 +0000</pubDate>
        <dc:creator>Maxime Chevallier &lt;maxime.chevallier@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>37f9b2a6 - net: ethernet: Add missing depends on MDIO_DEVRES</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/mdio/Kconfig#37f9b2a6</link>
        <description>net: ethernet: Add missing depends on MDIO_DEVRESA number of MDIO drivers make use of devm_mdiobus_alloc_size(). Thisis only available when CONFIG_MDIO_DEVRES is enabled. Add missingdepends or selects, depending on if there are circular dependencies ornot. This avoids linker errors, especially for randconfig builds.Signed-off-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Reviewed-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Link: https://lore.kernel.org/r/20230409150204.2346231-1-andrew@lunn.chSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/mdio/Kconfig</description>
        <pubDate>Sun, 09 Apr 2023 15:02:04 +0000</pubDate>
        <dc:creator>Andrew Lunn &lt;andrew@lunn.ch&gt;</dc:creator>
    </item>
<item>
        <title>9a24e1ff - net: mdio: add amlogic gxl mdio mux support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/mdio/Kconfig#9a24e1ff</link>
        <description>net: mdio: add amlogic gxl mdio mux supportAdd support for the mdio mux and internal phy glue of the GXL SoCfamilyReported-by: Da Xue &lt;da@lessconfused.com&gt;Signed-off-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/mdio/Kconfig</description>
        <pubDate>Mon, 30 Jan 2023 15:16:16 +0000</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>8057cbb8 - net: mdio: mscc-miim: Add depend of REGMAP_MMIO on MDIO_MSCC_MIIM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/mdio/Kconfig#8057cbb8</link>
        <description>net: mdio: mscc-miim: Add depend of REGMAP_MMIO on MDIO_MSCC_MIIMThere&apos;s build error while CONFIG_REGMAP_MMIO is not setand CONFIG_MDIO_MSCC_MIIM=m.ERROR: modpost: &quot;__devm_regmap_init_mmio_clk&quot;[drivers/net/mdio/mdio-mscc-miim.ko] undefined!Add the depend of REGMAP_MMIO to fix it.Fixes: a27a76282837 (&quot;net: mdio: mscc-miim: convert to a regmap implementation&quot;)Signed-off-by: Tianchen Ding &lt;dtcccc@linux.alibaba.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://lore.kernel.org/r/20211130110209.804536-1-dtcccc@linux.alibaba.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/mdio/Kconfig</description>
        <pubDate>Tue, 30 Nov 2021 11:02:09 +0000</pubDate>
        <dc:creator>Tianchen Ding &lt;dtcccc@linux.alibaba.com&gt;</dc:creator>
    </item>
<item>
        <title>c76ee263 - MDIO: Kconfig: Specify more IPQ chipset supported</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/mdio/Kconfig#c76ee263</link>
        <description>MDIO: Kconfig: Specify more IPQ chipset supportedThe IPQ MDIO driver currently supports the chipset IPQ40xx, IPQ807x,IPQ60xx and IPQ50xx.Add the compatible &apos;qcom,ipq5018-mdio&apos; because of ethernet LDO dedicatedto the IPQ5018 platform.Signed-off-by: Luo Jie &lt;luoj@codeaurora.org&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/mdio/Kconfig</description>
        <pubDate>Thu, 12 Aug 2021 10:06:41 +0000</pubDate>
        <dc:creator>Luo Jie &lt;luoj@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>23a890d4 - net: mdio: Add the reset function for IPQ MDIO driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/mdio/Kconfig#23a890d4</link>
        <description>net: mdio: Add the reset function for IPQ MDIO driver1. configure the MDIO clock source frequency.2. the LDO resource is needed to configure the ethernet LDO availablefor CMN_PLL.Signed-off-by: Luo Jie &lt;luoj@codeaurora.org&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/mdio/Kconfig</description>
        <pubDate>Thu, 12 Aug 2021 10:06:40 +0000</pubDate>
        <dc:creator>Luo Jie &lt;luoj@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>803ca24d - net: mdio: Add ACPI support code for mdio</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/mdio/Kconfig#803ca24d</link>
        <description>net: mdio: Add ACPI support code for mdioDefine acpi_mdiobus_register() to Register mii_bus and create PHYs foreach ACPI child node.Signed-off-by: Calvin Johnson &lt;calvin.johnson@oss.nxp.com&gt;Signed-off-by: Ioana Ciornei &lt;ioana.ciornei@nxp.com&gt;Acked-by: Rafael J. Wysocki &lt;rafael@kernel.org&gt;Acked-by: Grant Likely &lt;grant.likely@arm.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/mdio/Kconfig</description>
        <pubDate>Fri, 11 Jun 2021 10:53:57 +0000</pubDate>
        <dc:creator>Calvin Johnson &lt;calvin.johnson@oss.nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>bc1bee3b - net: mdiobus: Introduce fwnode_mdiobus_register_phy()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/mdio/Kconfig#bc1bee3b</link>
        <description>net: mdiobus: Introduce fwnode_mdiobus_register_phy()Introduce fwnode_mdiobus_register_phy() to register PHYs on themdiobus. From the compatible string, identify whether the PHY isc45 and based on this create a PHY device instance which isregistered on the mdiobus.Along with fwnode_mdiobus_register_phy() also introducefwnode_find_mii_timestamper() and fwnode_mdiobus_phy_device_register()since they are needed.While at it, also use the newly introduced fwnode operation inof_mdiobus_phy_device_register().Signed-off-by: Calvin Johnson &lt;calvin.johnson@oss.nxp.com&gt;Signed-off-by: Ioana Ciornei &lt;ioana.ciornei@nxp.com&gt;Acked-by: Grant Likely &lt;grant.likely@arm.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/mdio/Kconfig</description>
        <pubDate>Fri, 11 Jun 2021 10:53:54 +0000</pubDate>
        <dc:creator>Calvin Johnson &lt;calvin.johnson@oss.nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>e2397567 - net: mdio: Add BCM6368 MDIO mux bus controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/mdio/Kconfig#e2397567</link>
        <description>net: mdio: Add BCM6368 MDIO mux bus controllerThis controller is present on BCM6318, BCM6328, BCM6362, BCM6368 and BCM63268SoCs.Signed-off-by: &#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/mdio/Kconfig</description>
        <pubDate>Mon, 15 Mar 2021 15:45:28 +0000</pubDate>
        <dc:creator>&#193;lvaro Fern&#225;ndez Rojas &lt;noltari@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>14b26b12 - net: phy: Move of_mdio from drivers/of to drivers/net/mdio</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/mdio/Kconfig#14b26b12</link>
        <description>net: phy: Move of_mdio from drivers/of to drivers/net/mdioBetter place for of_mdio.c is drivers/net/mdio.Move of_mdio.c from drivers/of to drivers/net/mdioSigned-off-by: Calvin Johnson &lt;calvin.johnson@oss.nxp.com&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/mdio/Kconfig</description>
        <pubDate>Thu, 08 Oct 2020 14:47:06 +0000</pubDate>
        <dc:creator>Calvin Johnson &lt;calvin.johnson@oss.nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>529d1fdf - net: mdio: octeon: Select MDIO_DEVRES</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/mdio/Kconfig#529d1fdf</link>
        <description>net: mdio: octeon: Select MDIO_DEVRESThis driver makes use of devm_mdiobus_alloc_size. To ensure this isavailable select MDIO_DEVRES which provides it.Signed-off-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt; # build-testedSigned-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/mdio/Kconfig</description>
        <pubDate>Thu, 17 Sep 2020 16:19:49 +0000</pubDate>
        <dc:creator>Andrew Lunn &lt;andrew@lunn.ch&gt;</dc:creator>
    </item>
<item>
        <title>a9770eac - net: mdio: Move MDIO drivers into a new subdirectory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/mdio/Kconfig#a9770eac</link>
        <description>net: mdio: Move MDIO drivers into a new subdirectoryMove all the MDIO drivers and multiplexers into drivers/net/mdio.  Themdio core is however left in the phy directory, due to mutualdependencies between the MDIO core and the PHY core.Take this opportunity to sort the Kconfig based on the menuconfigstrings, and move the multiplexers to the end with a separatingcomment.v2:Fix typo in commit messageAcked-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/mdio/Kconfig</description>
        <pubDate>Thu, 27 Aug 2020 02:00:31 +0000</pubDate>
        <dc:creator>Andrew Lunn &lt;andrew@lunn.ch&gt;</dc:creator>
    </item>
</channel>
</rss>
