diff for duplicates of <20131031062959.169063871@linux.com> diff --git a/a/1.txt b/N1/1.txt index c9d2adf..2ef85cd 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,58 +1,3 @@ -From: Domenico Andreoli <domenico.andreoli@linux.com> - -Proof of concept: MIPS as a consumer of the machine reset hooks. - -Cc: Ralf Baechle <ralf@linux-mips.org> -Cc: linux-arch@vger.kernel.org -Cc: linux-mips@vger.kernel.org -Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com> ---- - arch/mips/kernel/reset.c | 7 +++++++ - kernel/power/Kconfig | 2 +- - 2 files changed, 8 insertions(+), 1 deletion(-) - -Index: b/arch/mips/kernel/reset.c -=================================================================== ---- a/arch/mips/kernel/reset.c -+++ b/arch/mips/kernel/reset.c -@@ -11,6 +11,7 @@ - #include <linux/pm.h> - #include <linux/types.h> - #include <linux/reboot.h> -+#include <linux/machine_reset.h> - - #include <asm/reboot.h> - -@@ -29,16 +30,22 @@ void machine_restart(char *command) - { - if (_machine_restart) - _machine_restart(command); -+ else -+ default_restart(reboot_mode, command); - } - - void machine_halt(void) - { - if (_machine_halt) - _machine_halt(); -+ else -+ default_halt(); - } - - void machine_power_off(void) - { - if (pm_power_off) - pm_power_off(); -+ else -+ default_power_off(); - } -Index: b/kernel/power/Kconfig -=================================================================== ---- a/kernel/power/Kconfig -+++ b/kernel/power/Kconfig -@@ -297,4 +297,4 @@ config CPU_PM - config MACHINE_RESET - bool - default n -- depends on ARM || ARM64 -+ depends on ARM || ARM64 || MIPS +An embedded and charset-unspecified text was scrubbed... +Name: mips-machine-reset.patch +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131031/c88e68b5/attachment.ksh> diff --git a/a/content_digest b/N1/content_digest index 9119c6b..607aadc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,75 +1,12 @@ "ref\020131031062708.520968323@linux.com\0" - "From\0Domenico Andreoli <domenico.andreoli@linux.com>\0" + "From\0domenico.andreoli@linux.com (Domenico Andreoli)\0" "Subject\0[PATCH 04/11] MIPS: use the common machine reset handling\0" "Date\0Thu, 31 Oct 2013 07:27:12 +0100\0" - "To\0linux-arch@vger.kernel.org\0" - "Cc\0linux-arm-kernel@lists.infradead.org" - linux-mips@lvger.kernel.org - Russell King <linux@arm.linux.org.uk> - Arnd Bergmann <arnd@arndb.de> - Olof Johansson <olof@lixom.net> - Ralf Baechle <ralf@linux-mips.org> - " Domenico Andreoli <domenico.andreoli@linux.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" - "fn\0mips-machine-reset.patch\0" "b\0" - "From: Domenico Andreoli <domenico.andreoli@linux.com>\n" - "\n" - "Proof of concept: MIPS as a consumer of the machine reset hooks.\n" - "\n" - "Cc: Ralf Baechle <ralf@linux-mips.org>\n" - "Cc: linux-arch@vger.kernel.org\n" - "Cc: linux-mips@vger.kernel.org\n" - "Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com>\n" - "---\n" - " arch/mips/kernel/reset.c | 7 +++++++\n" - " kernel/power/Kconfig | 2 +-\n" - " 2 files changed, 8 insertions(+), 1 deletion(-)\n" - "\n" - "Index: b/arch/mips/kernel/reset.c\n" - "===================================================================\n" - "--- a/arch/mips/kernel/reset.c\n" - "+++ b/arch/mips/kernel/reset.c\n" - "@@ -11,6 +11,7 @@\n" - " #include <linux/pm.h>\n" - " #include <linux/types.h>\n" - " #include <linux/reboot.h>\n" - "+#include <linux/machine_reset.h>\n" - " \n" - " #include <asm/reboot.h>\n" - " \n" - "@@ -29,16 +30,22 @@ void machine_restart(char *command)\n" - " {\n" - " \tif (_machine_restart)\n" - " \t\t_machine_restart(command);\n" - "+\telse\n" - "+\t\tdefault_restart(reboot_mode, command);\n" - " }\n" - " \n" - " void machine_halt(void)\n" - " {\n" - " \tif (_machine_halt)\n" - " \t\t_machine_halt();\n" - "+\telse\n" - "+\t\tdefault_halt();\n" - " }\n" - " \n" - " void machine_power_off(void)\n" - " {\n" - " \tif (pm_power_off)\n" - " \t\tpm_power_off();\n" - "+\telse\n" - "+\t\tdefault_power_off();\n" - " }\n" - "Index: b/kernel/power/Kconfig\n" - "===================================================================\n" - "--- a/kernel/power/Kconfig\n" - "+++ b/kernel/power/Kconfig\n" - "@@ -297,4 +297,4 @@ config CPU_PM\n" - " config MACHINE_RESET\n" - " \tbool\n" - " \tdefault n\n" - "-\tdepends on ARM || ARM64\n" - "+\tdepends on ARM || ARM64 || MIPS" + "An embedded and charset-unspecified text was scrubbed...\n" + "Name: mips-machine-reset.patch\n" + URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131031/c88e68b5/attachment.ksh> -a8f259e2f0f58797137eb467824f9c9500c6f94a2aa6998bab4d3a581408b2bb +fc9308c11ffa831ff2dc2ffd6f79e4534ad5e02b981aaed8abea333ced366595
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.