<?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>7eadf500 - net: pse-pd: Kconfig: Fix missing firmware loader config select</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/pse-pd/Kconfig#7eadf500</link>
        <description>net: pse-pd: Kconfig: Fix missing firmware loader config selectSelecting FW_UPLOAD is not sufficient as it allows the firmware loaderAPI to be built as a module alongside the pd692x0 driver built as builtin.Add select FW_LOADER to fix this issue.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202406200632.hSChnX0g-lkp@intel.com/Fixes: 9a9938451890 (&quot;net: pse-pd: Add PD692x0 PSE controller driver&quot;)Signed-off-by: Kory Maincent &lt;kory.maincent@bootlin.com&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/pse-pd/Kconfig</description>
        <pubDate>Thu, 20 Jun 2024 09:57:50 +0000</pubDate>
        <dc:creator>Kory Maincent &lt;kory.maincent@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>2fa809b9 - net: pse-pd: Kconfig: Add missing Regulator API dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/pse-pd/Kconfig#2fa809b9</link>
        <description>net: pse-pd: Kconfig: Add missing Regulator API dependencyThe PSE (Power Sourcing Equipment) API now relies on the Regulator API.However, the Regulator dependency was missing from Kconfig. This patchadds the necessary dependency, resolving the issue of the missingdependency and ensuring proper functionality of the PSE API.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202404201020.mqX2IOu7-lkp@intel.com/Closes: https://lore.kernel.org/oe-kbuild-all/202404200036.D8ap1Mf5-lkp@intel.com/Fixes: d83e13761d5b (&quot;net: pse-pd: Use regulator framework within PSE framework&quot;)Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Acked-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Signed-off-by: Kory Maincent &lt;kory.maincent@bootlin.com&gt;Link: https://lore.kernel.org/r/20240423-fix_poe-v3-3-e50f32f5fa59@bootlin.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/pse-pd/Kconfig</description>
        <pubDate>Tue, 23 Apr 2024 09:21:12 +0000</pubDate>
        <dc:creator>Kory Maincent (Dent Project) &lt;kory.maincent@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>20e6d190 - net: pse-pd: Add TI TPS23881 PSE controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/pse-pd/Kconfig#20e6d190</link>
        <description>net: pse-pd: Add TI TPS23881 PSE controller driverAdd a new driver for the TI TPS23881 I2C Power Sourcing Equipmentcontroller.Signed-off-by: Kory Maincent &lt;kory.maincent@bootlin.com&gt;Link: https://lore.kernel.org/r/20240417-feature_poe-v9-14-242293fd1900@bootlin.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/pse-pd/Kconfig</description>
        <pubDate>Wed, 17 Apr 2024 14:40:02 +0000</pubDate>
        <dc:creator>Kory Maincent (Dent Project) &lt;kory.maincent@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>9a993845 - net: pse-pd: Add PD692x0 PSE controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/pse-pd/Kconfig#9a993845</link>
        <description>net: pse-pd: Add PD692x0 PSE controller driverAdd a new driver for the PD692x0 I2C Power Sourcing Equipment controller.This driver only support i2c communication for now.Signed-off-by: Kory Maincent &lt;kory.maincent@bootlin.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://lore.kernel.org/r/20240417-feature_poe-v9-12-242293fd1900@bootlin.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/pse-pd/Kconfig</description>
        <pubDate>Wed, 17 Apr 2024 14:40:00 +0000</pubDate>
        <dc:creator>Kory Maincent (Dent Project) &lt;kory.maincent@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>304ee24b - net: pse-pd: PSE_REGULATOR should depend on REGULATOR</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/pse-pd/Kconfig#304ee24b</link>
        <description>net: pse-pd: PSE_REGULATOR should depend on REGULATORThe Regulator based PSE controller driver relies on regulator support tobe enabled.  If regulator support is disabled, it will still compilefine, but won&apos;t operate correctly.Hence add a dependency on REGULATOR, to prevent asking the user aboutthis driver when configuring a kernel without regulator support.Fixes: 66741b4e94ca7bb1 (&quot;net: pse-pd: add regulator based PSE driver&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Reviewed-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Link: https://lore.kernel.org/r/709caac8873ff2a8b72b92091429be7c1a939959.1664900558.git.geert+renesas@glider.beSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/pse-pd/Kconfig</description>
        <pubDate>Tue, 04 Oct 2022 16:23:53 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>66741b4e - net: pse-pd: add regulator based PSE driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/pse-pd/Kconfig#66741b4e</link>
        <description>net: pse-pd: add regulator based PSE driverAdd generic, regulator based PSE driver to support simple Power SourcingEquipment without automatic classification support.This driver was tested on 10Bast-T1L switch with regulator based PoDL PSE.Signed-off-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&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/pse-pd/Kconfig</description>
        <pubDate>Mon, 03 Oct 2022 06:52:02 +0000</pubDate>
        <dc:creator>Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>3114b075 - net: add framework to support Ethernet PSE and PDs devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/pse-pd/Kconfig#3114b075</link>
        <description>net: add framework to support Ethernet PSE and PDs devicesThis framework was create with intention to provide support for Ethernet PSE(Power Sourcing Equipment) and PDs (Powered Device).At current step this patch implements generic PSE support for PoDL (Power overData Lines 802.3bu) specification with reserving name space for PD devices aswell.This framework can be extended to support 802.3af and 802.3at &quot;Power via theMedia Dependent Interface&quot; (or PoE/Power over Ethernet)Signed-off-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&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/pse-pd/Kconfig</description>
        <pubDate>Mon, 03 Oct 2022 06:51:57 +0000</pubDate>
        <dc:creator>Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;</dc:creator>
    </item>
</channel>
</rss>
