From: tip-bot for Udo van den Heuvel <udovdh@xs4all.nl>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
hancockrwd@gmail.com, udovdh@xs4all.nl, tglx@linutronix.de
Subject: [tip:x86/quirks] x86: HPET force enable for CX700 / VIA Epia LT
Date: Wed, 15 Sep 2010 14:37:39 GMT [thread overview]
Message-ID: <tip-892df7f81c31ce7f85778aa78094e8d1f19b8413@git.kernel.org> (raw)
In-Reply-To: <4C8F04DC.5060303@xs4all.nl>
Commit-ID: 892df7f81c31ce7f85778aa78094e8d1f19b8413
Gitweb: http://git.kernel.org/tip/892df7f81c31ce7f85778aa78094e8d1f19b8413
Author: Udo van den Heuvel <udovdh@xs4all.nl>
AuthorDate: Tue, 14 Sep 2010 07:15:08 +0200
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Wed, 15 Sep 2010 16:27:04 +0200
x86: HPET force enable for CX700 / VIA Epia LT
Allow using HPET with the hpet=force command line option on VIA EPIA
CX700 systems.
Signed-off-by: Udo van den Heuvel <udovdh@xs4all.nl>
Cc: Robert Hancock <hancockrwd@gmail.com>
LKML-Reference: <4C8F04DC.5060303@xs4all.nl>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
---
arch/x86/kernel/quirks.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/x86/kernel/quirks.c b/arch/x86/kernel/quirks.c
index 939b9e9..8bbe8c5 100644
--- a/arch/x86/kernel/quirks.c
+++ b/arch/x86/kernel/quirks.c
@@ -344,6 +344,8 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8235,
vt8237_force_enable_hpet);
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_8237,
vt8237_force_enable_hpet);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_VIA, PCI_DEVICE_ID_VIA_CX700,
+ vt8237_force_enable_hpet);
static void ati_force_hpet_resume(void)
{
prev parent reply other threads:[~2010-09-15 14:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-24 10:19 hpet timers gone? Udo van den Heuvel
2010-05-26 19:02 ` Randy Dunlap
2010-05-29 4:29 ` Udo van den Heuvel
2010-05-30 7:34 ` Udo van den Heuvel
2010-05-30 18:51 ` Robert Hancock
[not found] ` <4C0324B8.8070304@xs4all.nl>
[not found] ` <AANLkTikuaPxA9Xnzc1bCJ5YHRlPZ1AcBSrYJ5lqryaMY@mail.gmail.com>
2010-09-13 14:52 ` Udo van den Heuvel
2010-09-13 15:30 ` Udo van den Heuvel
2010-09-13 16:05 ` Udo van den Heuvel
2010-09-13 23:16 ` Robert Hancock
2010-09-14 5:15 ` patch: HPET force enable for CX700 / VIA Epia LT was: " Udo van den Heuvel
2010-09-15 14:37 ` tip-bot for Udo van den Heuvel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-892df7f81c31ce7f85778aa78094e8d1f19b8413@git.kernel.org \
--to=udovdh@xs4all.nl \
--cc=hancockrwd@gmail.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome