[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-aadca6fa4068ad1f92c492bc8507b7ed350825a2@git.kernel.org>
Date: Wed, 7 May 2014 02:31:06 -0700
From: tip-bot for Christian Gmeiner <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
torvalds@...ux-foundation.org, mjg59@...f.ucam.org,
davej@...hat.com, aubrey.li@...ux.intel.com,
akpm@...ux-foundation.org, fenghua.yu@...el.com,
tglx@...utronix.de, christian.gmeiner@...il.com
Subject: [tip:x86/urgent] x86/reboot: Add reboot quirk for Certec BPC600
Commit-ID: aadca6fa4068ad1f92c492bc8507b7ed350825a2
Gitweb: http://git.kernel.org/tip/aadca6fa4068ad1f92c492bc8507b7ed350825a2
Author: Christian Gmeiner <christian.gmeiner@...il.com>
AuthorDate: Wed, 7 May 2014 09:01:54 +0200
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Wed, 7 May 2014 11:22:10 +0200
x86/reboot: Add reboot quirk for Certec BPC600
Certec BPC600 needs reboot=pci to actually reboot.
Signed-off-by: Christian Gmeiner <christian.gmeiner@...il.com>
Cc: Matthew Garrett <mjg59@...f.ucam.org>
Cc: Li Aubrey <aubrey.li@...ux.intel.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>
Cc: Dave Jones <davej@...hat.com>
Cc: Fenghua Yu <fenghua.yu@...el.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Link: http://lkml.kernel.org/r/1399446114-2147-1-git-send-email-christian.gmeiner@gmail.com
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
arch/x86/kernel/reboot.c | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index 3399d3a..52b1157 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -191,6 +191,16 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
},
},
+ /* Certec */
+ { /* Handle problems with rebooting on Certec BPC600 */
+ .callback = set_pci_reboot,
+ .ident = "Certec BPC600",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Certec"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "BPC600"),
+ },
+ },
+
/* Dell */
{ /* Handle problems with rebooting on Dell DXP061 */
.callback = set_bios_reboot,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists