<?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>250bbd61 - power: reset: at91-reset: add sdhwc support for sam9x7 SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#250bbd61</link>
        <description>power: reset: at91-reset: add sdhwc support for sam9x7 SoCAdd shutdown controller support for SAM9X7 SoC.Signed-off-by: Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;Reviewed-by: Claudiu Beznea &lt;claudiu.beznea@tuxon.dev&gt;Link: https://lore.kernel.org/r/20241010120414.92993-1-varshini.rajendran@microchip.comSigned-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Thu, 10 Oct 2024 12:04:14 +0000</pubDate>
        <dc:creator>Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>ef4f3ac4 - power: reset: at91-reset: add reset support for sam9x7 SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#ef4f3ac4</link>
        <description>power: reset: at91-reset: add reset support for sam9x7 SoCAdd power reset support for SAM9X7 SoC.Signed-off-by: Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;Reviewed-by: Claudiu Beznea &lt;claudiu.beznea@tuxon.dev&gt;Link: https://lore.kernel.org/r/20241010120410.92942-1-varshini.rajendran@microchip.comSigned-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Thu, 10 Oct 2024 12:04:10 +0000</pubDate>
        <dc:creator>Varshini Rajendran &lt;varshini.rajendran@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>b6d445f6 - power: reset: ep93xx: add AUXILIARY_BUS dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#b6d445f6</link>
        <description>power: reset: ep93xx: add AUXILIARY_BUS dependencyThis fails to link when compile-testing and the auxiliary bus is not built-in:x86_64-linux-ld: drivers/power/reset/ep93xx-restart.o: in function `ep93xx_reboot_driver_init&apos;:ep93xx-restart.c:(.init.text+0x11): undefined reference to `__auxiliary_driver_register&apos;x86_64-linux-ld: drivers/power/reset/ep93xx-restart.o: in function `ep93xx_reboot_driver_exit&apos;:ep93xx-restart.c:(.exit.text+0x8): undefined reference to `auxiliary_driver_unregister&apos;Add the appropriate dependency.Fixes: 9fa7cdb4368f (&quot;power: reset: Add a driver for the ep93xx reset&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20241111104418.3891756-1-arnd@kernel.orgSigned-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Mon, 11 Nov 2024 10:44:12 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>9fa7cdb4 - power: reset: Add a driver for the ep93xx reset</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#9fa7cdb4</link>
        <description>power: reset: Add a driver for the ep93xx resetImplement the reset behaviour of the various EP93xx SoCSin drivers/power/reset.It used to be located in arch/arm/mach-ep93xx.Signed-off-by: Nikita Shubin &lt;nikita.shubin@maquefel.me&gt;Tested-by: Alexander Sverdlin &lt;alexander.sverdlin@gmail.com&gt;Acked-by: Sebastian Reichel &lt;sre@kernel.org&gt;Acked-by: Vinod Koul &lt;vkoul@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Mon, 09 Sep 2024 08:10:30 +0000</pubDate>
        <dc:creator>Nikita Shubin &lt;nikita.shubin@maquefel.me&gt;</dc:creator>
    </item>
<item>
        <title>3c693ac2 - power: reset: brcmstb: Depend on actual SoC dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#3c693ac2</link>
        <description>power: reset: brcmstb: Depend on actual SoC dependenciesDepend on the explicit SoC defines rather than genericarchitectures like most of the rest of the HW drivers do.This makes the drivers only available for the HW and forcompile testing.Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;Cc: Sebastian Reichel &lt;sre@kernel.org&gt;Cc: linux-pm@vger.kernel.orgAcked-by: Florian Fainelli &lt;florian.fainelli@broadcom.com&gt;Link: https://lore.kernel.org/r/20231009135833.17880-3-pbrobinson@gmail.comSigned-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Mon, 09 Oct 2023 13:58:18 +0000</pubDate>
        <dc:creator>Peter Robinson &lt;pbrobinson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>82f07f1a - pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#82f07f1a</link>
        <description>pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependencyThe BlueField power handling driver (pwr-mlxbf.c) providesfunctionality for both BlueField-2 and BlueField-3 basedplatforms.  This driver also depends on the SoC-specificBlueField GPIO driver, whether gpio-mlxbf2 or gpio-mlxbf3.This patch extends the Kconfig definition to include thedependency on the gpio-mlxbf3 driver, if applicable.Signed-off-by: David Thompson &lt;davthompson@nvidia.com&gt;Reviewed-by: Asmaa Mnebhi &lt;asmaa@nvidia.com&gt;Link: https://lore.kernel.org/r/20230823133743.31275-1-davthompson@nvidia.comSigned-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Wed, 23 Aug 2023 13:37:43 +0000</pubDate>
        <dc:creator>David Thompson &lt;davthompson@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>af73fd32 - power: reset: oxnas-restart: remove obsolete restart driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#af73fd32</link>
        <description>power: reset: oxnas-restart: remove obsolete restart driverDue to lack of maintenance and stall of development for a few years now,and since no new features will ever be added upstream, remove supportfor OX810 and OX820 restart feature.Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Daniel Golle &lt;daniel@makrotopia.org&gt;Acked-by: Andy Shevchenko &lt;andy@kernel.org&gt;Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Fri, 30 Jun 2023 16:58:37 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>eae36cb8 - power: reset: add HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#eae36cb8</link>
        <description>power: reset: add HAS_IOPORT dependenciesIn a future patch HAS_IOPORT=n will result in inb()/outb() and friendsnot being declared. We thus need to add HAS_IOPORT as dependency forthose drivers using them.Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Tue, 16 May 2023 11:00:23 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>c142872e - power: reset: odroid-go-ultra: fix I2C dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#c142872e</link>
        <description>power: reset: odroid-go-ultra: fix I2C dependencySince this driver can only be built-in, it fails to link whenthe I2C layer is in a loadable module:x86_64-linux-ld: drivers/power/reset/odroid-go-ultra-poweroff.o: in function `odroid_go_ultra_poweroff_get_pmic_device&apos;:odroid-go-ultra-poweroff.c:(.text+0x30): undefined reference to `i2c_find_device_by_fwnode&apos;Tighten the dependency to only allow enablingPOWER_RESET_ODROID_GO_ULTRA_POWEROFF is I2C is built-in as well.Fixes: cec3b46b8bda (&quot;power: reset: add Odroid Go Ultra poweroff driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Wed, 15 Feb 2023 12:47:08 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>cec3b46b - power: reset: add Odroid Go Ultra poweroff driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#cec3b46b</link>
        <description>power: reset: add Odroid Go Ultra poweroff driverThe Hardkernel Odroid Go Ultra poweroff scheme requires requesting a poweroffto its two PMICs in order, this represents the poweroff scheme needed to completea clean poweroff of the system.This implement this scheme by implementing a self registering driver to permitusing probe defer until both pmics are finally probed.Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Tue, 14 Feb 2023 16:41:18 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>a4c0094f - power: reset: pwr-mlxbf: add BlueField SoC power control driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#a4c0094f</link>
        <description>power: reset: pwr-mlxbf: add BlueField SoC power control driverThis driver supports handling 2 BlueField power states controlled byGPIO interrupts:1) chip reset and2) low power modeSigned-off-by: Asmaa Mnebhi &lt;asmaa@nvidia.com&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Tue, 14 Jun 2022 14:19:11 +0000</pubDate>
        <dc:creator>Asmaa Mnebhi &lt;asmaa@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>80698507 - power: reset: Add TPS65086 restart driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#80698507</link>
        <description>power: reset: Add TPS65086 restart driverThe only way to reset the BeagleV Starlight v0.9 board[1] properly is totell the PMIC to reset itself which will then assert the external resetlines of the SoC, USB hub and ethernet phy.This adds a driver to register a reset handler to do just that.[1] https://github.com/beagleboard/beaglev-starlightSigned-off-by: Emil Renner Berthing &lt;kernel@esmil.dk&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Tue, 27 Jul 2021 09:25:53 +0000</pubDate>
        <dc:creator>Emil Renner Berthing &lt;kernel@esmil.dk&gt;</dc:creator>
    </item>
<item>
        <title>9483b961 - power/reset: remove zte zx driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#9483b961</link>
        <description>power/reset: remove zte zx driverThe zte zx platform is getting removed, so this driver is nolonger needed.Cc: Jun Nie &lt;jun.nie@linaro.org&gt;Cc: Shawn Guo &lt;shawnguo@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Wed, 20 Jan 2021 15:08:26 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>3235d130 - power: reset: Add poweroff driver for ATC260x PMICs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#3235d130</link>
        <description>power: reset: Add poweroff driver for ATC260x PMICsThis driver provides poweroff and reboot support for a system throughthe ATC2603C and ATC2609A chip variants of the Actions Semi ATC260xfamily of PMICs.Signed-off-by: Cristian Ciocaltea &lt;cristian.ciocaltea@gmail.com&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Wed, 13 Jan 2021 11:05:55 +0000</pubDate>
        <dc:creator>Cristian Ciocaltea &lt;cristian.ciocaltea@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ec66096b - power: reset: new driver regulator-poweroff</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#ec66096b</link>
        <description>power: reset: new driver regulator-poweroffThis driver registers a pm_power_off function to turn off the boardby force-disabling a devicetree-defined regulator.Signed-off-by: Michael Klein &lt;michael@fossekall.de&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Fri, 11 Dec 2020 15:14:43 +0000</pubDate>
        <dc:creator>Michael Klein &lt;michael@fossekall.de&gt;</dc:creator>
    </item>
<item>
        <title>7007fab4 - power: reset: POWER_RESET_OCELOT_RESET should depend on Ocelot or Sparx5</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#7007fab4</link>
        <description>power: reset: POWER_RESET_OCELOT_RESET should depend on Ocelot or Sparx5To add support for Sparx5, the dependency on MSCC_OCELOT was removed.However, this increases exposure of the driver question not only toSparx5 platforms, but to everyone.  Hence re-add the dependency onMSCC_OCELOT, and extend it with ARCH_SPARX5, to prevent asking the userabout this driver when configuring a kernel without Ocelot and Sparx5support.Fixes: ec871696b7776767 (&quot;power: reset: ocelot: Add support for Sparx5&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Wed, 14 Oct 2020 13:14:15 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>ec871696 - power: reset: ocelot: Add support for Sparx5</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#ec871696</link>
        <description>power: reset: ocelot: Add support for Sparx5This adds reset support for Sparx5 in the ocelot-reset driver.Signed-off-by: Lars Povlsen &lt;lars.povlsen@microchip.com&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Tue, 06 Oct 2020 20:03:15 +0000</pubDate>
        <dc:creator>Lars Povlsen &lt;lars.povlsen@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>a7f79f99 - power: reset: add driver for LinkStation power off</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#a7f79f99</link>
        <description>power: reset: add driver for LinkStation power offSome Buffalo LinkStations perform the power off operation, at restarttime, depending on the state of an output pin (LED2/INTn) at the ethernetPHY. This pin is also used to wake the machine when a WoL packet isreceived by the PHY.The driver is required by the Buffalo LinkStation LS421DE (ARM MVEBU),and other models. Without it, the board remains forever halted if apower off command is executed, unless the PSU is disconnected andconnected again.Add the driver to provide the power off function and also make the WoLfeature to be available.Signed-off-by: Daniel Gonz&#225;lez Cabanelas &lt;dgcbueu@gmail.com&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Wed, 15 Jul 2020 13:35:14 +0000</pubDate>
        <dc:creator>Daniel Gonz&#225;lez Cabanelas &lt;dgcbueu@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d0c7dc17 - power: reset: vexpress: fix build issue</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#d0c7dc17</link>
        <description>power: reset: vexpress: fix build issueAn allmodconfig kernel makes CONFIG_VEXPRESS_CONFIG a module andCONFIG_POWER_RESET_VEXPRESS builtin. That makes us see this builderror:aarch64-linux-gnu-ld: drivers/power/reset/vexpress-poweroff.o: in function `vexpress_reset_probe&apos;:../drivers/power/reset/vexpress-poweroff.c:119: undefined reference to `devm_regmap_init_vexpress_config&apos;../drivers/power/reset/vexpress-poweroff.c:119:(.text+0x48c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol`devm_regmap_init_vexpress_config&apos;make[1]: *** [/srv/src/kernel/next/Makefile:1126: vmlinux] Error 1Rework so that POWER_RESET_VEXPRESS depends on &apos;VEXPRESS_CONFIG=y&apos;.Link: https://lore.kernel.org/r/20200527112608.3886105-5-anders.roxell@linaro.orgFixes: d06cfe3f123c (&quot;bus: vexpress-config: Merge vexpress-syscfg into vexpress-config&quot;)Signed-off-by: Anders Roxell &lt;anders.roxell@linaro.org&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Wed, 27 May 2020 11:26:07 +0000</pubDate>
        <dc:creator>Anders Roxell &lt;anders.roxell@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>0edb259c - power: reset: introduce oxnas-restart</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Kconfig#0edb259c</link>
        <description>power: reset: introduce oxnas-restartAdd reboot handler for Oxford OX820 chips as reboot currenly hangs onthose boards. Code is based on ox820_assert_system_reset() found inhttps://github.com/kref/linux-oxnas.git inarch/arm/mach-oxnas/mach-ox820.c line 181.Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;Acked-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Kconfig</description>
        <pubDate>Mon, 30 Mar 2020 22:09:59 +0000</pubDate>
        <dc:creator>Daniel Golle &lt;daniel@makrotopia.org&gt;</dc:creator>
    </item>
</channel>
</rss>
