All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: remove quirk entry for SBC FITPC
@ 2012-10-02 14:26 Alan Cox
  2012-10-04 10:33 ` [tip:x86/urgent] x86/reboot: Remove " tip-bot for David Hooper
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2012-10-02 14:26 UTC (permalink / raw)
  To: x86, linux-kernel

From: David Hooper <dave@beermex.com>

Remove the quirk for the SBC FITPC. It seems ot have been required when the
default was kbd reboot, but no longer required now that the default is acpi
reboot. Furthermore, BIOS reboot no longer works for this board as of
2.6.39 or any of the 3.x kernels.

Signed-off-by: David Hooper <dave@beermex.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
---

 arch/x86/kernel/reboot.c |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index 52190a9..4e8ba39 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -358,14 +358,6 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "VGN-Z540N"),
 		},
 	},
-	{	/* Handle problems with rebooting on CompuLab SBC-FITPC2 */
-		.callback = set_bios_reboot,
-		.ident = "CompuLab SBC-FITPC2",
-		.matches = {
-			DMI_MATCH(DMI_SYS_VENDOR, "CompuLab"),
-			DMI_MATCH(DMI_PRODUCT_NAME, "SBC-FITPC2"),
-		},
-	},
 	{	/* Handle problems with rebooting on ASUS P4S800 */
 		.callback = set_bios_reboot,
 		.ident = "ASUS P4S800",


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [tip:x86/urgent] x86/reboot: Remove quirk entry for SBC FITPC
  2012-10-02 14:26 [PATCH] x86: remove quirk entry for SBC FITPC Alan Cox
@ 2012-10-04 10:33 ` tip-bot for David Hooper
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for David Hooper @ 2012-10-04 10:33 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, alan, hpa, mingo, dave, tglx

Commit-ID:  fcd8af585f587741c051f7124b8dee6c73c8629b
Gitweb:     http://git.kernel.org/tip/fcd8af585f587741c051f7124b8dee6c73c8629b
Author:     David Hooper <dave@beermex.com>
AuthorDate: Tue, 2 Oct 2012 15:26:53 +0100
Committer:  Ingo Molnar <mingo@kernel.org>
CommitDate: Thu, 4 Oct 2012 12:22:32 +0200

x86/reboot: Remove quirk entry for SBC FITPC

Remove the quirk for the SBC FITPC. It seems ot have been
required when the default was kbd reboot, but no longer required
now that the default is acpi reboot. Furthermore, BIOS reboot no
longer works for this board as of 2.6.39 or any of the 3.x
kernels.

Signed-off-by: David Hooper <dave@beermex.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Link: http://lkml.kernel.org/r/20121002142635.17403.59959.stgit@localhost.localdomain
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
 arch/x86/kernel/reboot.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index 52190a9..4e8ba39 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -358,14 +358,6 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "VGN-Z540N"),
 		},
 	},
-	{	/* Handle problems with rebooting on CompuLab SBC-FITPC2 */
-		.callback = set_bios_reboot,
-		.ident = "CompuLab SBC-FITPC2",
-		.matches = {
-			DMI_MATCH(DMI_SYS_VENDOR, "CompuLab"),
-			DMI_MATCH(DMI_PRODUCT_NAME, "SBC-FITPC2"),
-		},
-	},
 	{	/* Handle problems with rebooting on ASUS P4S800 */
 		.callback = set_bios_reboot,
 		.ident = "ASUS P4S800",

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-04 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-02 14:26 [PATCH] x86: remove quirk entry for SBC FITPC Alan Cox
2012-10-04 10:33 ` [tip:x86/urgent] x86/reboot: Remove " tip-bot for David Hooper

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.