<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><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/Makefile#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/Makefile</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>af73fd32 - power: reset: oxnas-restart: remove obsolete restart driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#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/Makefile</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>cec3b46b - power: reset: add Odroid Go Ultra poweroff driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>3aeaf509 - power: reset: replace curly brackets in Makefile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#3aeaf509</link>
        <description>power: reset: replace curly brackets in MakefileNormal parentheses should be used when referring to config variablesin Makefile. Replace the accidentally introduced curly brackets byregular parentheses.Fixes: a7f79f99541ef (&quot;power: reset: add driver for LinkStation power off&quot;)Acked-by: Daniel Gonz&#225;lez Cabanelas &lt;dgcbueu@gmail.com&gt;Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Makefile</description>
        <pubDate>Thu, 18 Feb 2021 18:18:36 +0000</pubDate>
        <dc:creator>Daniel Golle &lt;daniel@makrotopia.org&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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>a7f79f99 - power: reset: add driver for LinkStation power off</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#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/Makefile</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>0edb259c - power: reset: introduce oxnas-restart</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#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/Makefile</description>
        <pubDate>Mon, 30 Mar 2020 22:09:59 +0000</pubDate>
        <dc:creator>Daniel Golle &lt;daniel@makrotopia.org&gt;</dc:creator>
    </item>
<item>
        <title>d28c74c1 - power: reset: add driver for mt6323 poweroff</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#d28c74c1</link>
        <description>power: reset: add driver for mt6323 poweroffadd poweroff driver for mt6323 and make Makefile and Kconfig-EntriesSuggested-by: Frank Wunderlich &lt;frank-w@public-files.de&gt;Signed-off-by: Josef Friedl &lt;josef.friedl@speed.at&gt;Signed-off-by: Frank Wunderlich &lt;frank-w@public-files.de&gt;Acked-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;Acked-by: Sean Wang &lt;sean.wang@mediatek.com&gt;Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Makefile</description>
        <pubDate>Tue, 10 Sep 2019 07:04:44 +0000</pubDate>
        <dc:creator>Josef Friedl &lt;josef.friedl@speed.at&gt;</dc:creator>
    </item>
<item>
        <title>7a78a7f7 - power: reset: nvmem-reboot-mode: use NVMEM as reboot mode write interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#7a78a7f7</link>
        <description>power: reset: nvmem-reboot-mode: use NVMEM as reboot mode write interfaceAdd a new reboot mode write interface that is using an NVMEM cellto store the reboot mode magic.Signed-off-by: Nandor Han &lt;nandor.han@vaisala.com&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Makefile</description>
        <pubDate>Wed, 15 May 2019 10:47:14 +0000</pubDate>
        <dc:creator>Han Nandor &lt;nandor.han@vaisala.com&gt;</dc:creator>
    </item>
<item>
        <title>e6a578e2 - power: reset: qcom-pon: Add Qcom PON driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#e6a578e2</link>
        <description>power: reset: qcom-pon: Add Qcom PON driverAdd support Qualcomm PM8xxx PON which is responsible for rebootmode support.Co-developed-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Signed-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.co.uk&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Makefile</description>
        <pubDate>Thu, 28 Jun 2018 15:08:46 +0000</pubDate>
        <dc:creator>Vinod Koul &lt;vkoul@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3f5faf3a - power: reset: Add Spreadtrum SC27xx PMIC power off support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#3f5faf3a</link>
        <description>power: reset: Add Spreadtrum SC27xx PMIC power off supportOn Spreadtrum platform, we need power off system through external SC27xxseries PMICs including the SC2720, SC2721, SC2723, SC2730 and SC2731 chips.Thus this patch adds SC27xx series PMICs power-off support.Signed-off-by: Baolin Wang &lt;baolin.wang@linaro.org&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.co.uk&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Makefile</description>
        <pubDate>Mon, 26 Feb 2018 02:23:14 +0000</pubDate>
        <dc:creator>Baolin Wang &lt;baolin.wang@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>6ab739bc - power: reset: Add a driver for the Microsemi Ocelot reset</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#6ab739bc</link>
        <description>power: reset: Add a driver for the Microsemi Ocelot resetThe Microsemi Ocelot SoC has a register allowing to reset the MIPS core.Unfortunately, the syscon-reboot driver can&apos;t be used directly (but almost)as the reset control may be disabled using another register.Cc: linux-pm@vger.kernel.orgSigned-off-by: Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.co.uk&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Makefile</description>
        <pubDate>Tue, 16 Jan 2018 10:12:35 +0000</pubDate>
        <dc:creator>Alexandre Belloni &lt;alexandre.belloni@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>baf61639 - power: reset: remove unused imx-snvs-poweroff driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#baf61639</link>
        <description>power: reset: remove unused imx-snvs-poweroff driverThere&apos;s no user of it in kernel now and it basically functions the sameas the generic syscon-poweroff.c to which we have already switched.So let&apos;s remove it.Cc: Robin Gong &lt;yibin.gong@nxp.com&gt;Cc: Shawn Guo &lt;shawnguo@kernel.org&gt;Signed-off-by: Dong Aisheng &lt;aisheng.dong@nxp.com&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Reviewed-by: Fabio Estevam &lt;fabio.estevam@nxp.com&gt;Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.co.uk&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Makefile</description>
        <pubDate>Fri, 22 Dec 2017 10:28:59 +0000</pubDate>
        <dc:creator>Dong Aisheng &lt;aisheng.dong@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-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/power/reset/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f7a388d6 - power: reset: Add a driver for the Gemini poweroff</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#f7a388d6</link>
        <description>power: reset: Add a driver for the Gemini poweroffThe Gemini (SL3516) SoC has a special power controller blockthat only deal with shutting down the system.If you do not register a driver and activate the block, thepower button on the systems utilizing this SoC will do anuncontrolled power cut, which is why it is important to havea special poweroff driver.The most basic functionality is to just shut down the systemby writing a special bit in the control register after thesystem has reached pm_poweroff.It also handles the poweroff from a button or other sources:When the poweroff button is pressed, or a signal is sent topoweroff from an infrared remote control, or when the RTCfires a special alarm (!) the system emits an interrupt.At this point, Linux must acknowledge the interrupt andproceed to do an orderly shutdown of the system.After adding this driver, pressing the poweroff button givesthis dmesg:root@gemini:/root@gemini:/ gemini-poweroff 4b000000.power-controller:poweroff button pressedcalling shutdown scripts..setting /dev/rtc0 from system timeunmounting file systems...umount: tmpfs busy - remounted read-onlyumount: can&apos;t unmount /: Invalid argumentThe system is going down NOW!Sent SIGTERM to all processesSent SIGKILL to all processesRequesting system poweroffuhci_hcd 0000:00:09.1: HCRESET not completed yet!uhci_hcd 0000:00:09.0: HCRESET not completed yet!reboot: Power downgemini-poweroff 4b000000.power-controller: Gemini power offCc: Janos Laube &lt;janos.dev@gmail.com&gt;Cc: Paulius Zaleckas &lt;paulius.zaleckas@gmail.com&gt;Cc: Hans Ulli Kroll &lt;ulli.kroll@googlemail.com&gt;Cc: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Cc: linux-pm@vger.kernel.orgCc: Sebastian Reichel &lt;sre@kernel.org&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Makefile</description>
        <pubDate>Sun, 12 Mar 2017 22:36:21 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>29676833 - power: reset: Add Intel PIIX4 poweroff driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/power/reset/Makefile#29676833</link>
        <description>power: reset: Add Intel PIIX4 poweroff driverAdd a driver which allows powering off the system via an Intel PIIX4southbridge, by entering the PIIX4 SOff state. This is useful on theMIPS Malta development board, where it will power down the FPGA basedboard until its ON/NMI button is pressed, or the QEMU implementation ofthe MIPS Malta board where it will cause QEMU to exit.Signed-off-by: Paul Burton &lt;paul.burton@imgtec.com&gt;Cc: Sebastian Reichel &lt;sre@kernel.org&gt;Cc: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;Cc: David Woodhouse &lt;dwmw2@infradead.org&gt;Cc: linux-pm@vger.kernel.orgSigned-off-by: Sebastian Reichel &lt;sre@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/power/reset/Makefile</description>
        <pubDate>Wed, 28 Sep 2016 15:30:56 +0000</pubDate>
        <dc:creator>Paul Burton &lt;paul.burton@imgtec.com&gt;</dc:creator>
    </item>
</channel>
</rss>
