Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH][RESEND] x86: add HPET-quirk for nVidia MCP61 LPC Bridge (10de:03e0)

3 views
Skip to first unread message

Frank Schaefer

unread,
Mar 19, 2010, 11:30:04 AM3/19/10
to
Any comments on this patch ? (N)Ack ? Wrong list ?


x86: add HPET-quirk for nVidia MCP61 LPC Bridge (10de:03e0)

Tested with an ASUS M2N-VM DH (nForce 430 + GeForce 6150SE).

Cc: sta...@kernel.org
Signed-off-by: Frank Schaefer <fschae...@googlemail.com>
---
arch/x86/kernel/quirks.c | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/arch/x86/kernel/quirks.c b/arch/x86/kernel/quirks.c
index 12e9fea..7985ba5 100644
--- a/arch/x86/kernel/quirks.c
+++ b/arch/x86/kernel/quirks.c
@@ -450,23 +450,25 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0051,
nvidia_force_enable_hpet);

/* LPC bridges */
-DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0260,
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0260, /* MCP51 */
nvidia_force_enable_hpet);
-DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0360,
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0360, /* MCP55 */
nvidia_force_enable_hpet);
-DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0361,
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0361, /* MCP55 */
nvidia_force_enable_hpet);
-DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0362,
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0362, /* MCP55 */
nvidia_force_enable_hpet);
-DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0363,
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0363, /* MCP55 */
nvidia_force_enable_hpet);
-DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0364,
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0364, /* MCP55 */
nvidia_force_enable_hpet);
-DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0365,
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0365, /* MCP55 */
nvidia_force_enable_hpet);
-DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0366,
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0366, /* MCP55 */
nvidia_force_enable_hpet);
-DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0367,
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x0367, /* MCP55 */
+ nvidia_force_enable_hpet);
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NVIDIA, 0x03e0, /* MCP61 */
nvidia_force_enable_hpet);

void force_hpet_resume(void)
--
1.6.0.2


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Clemens Ladisch

unread,
Mar 19, 2010, 12:30:02 PM3/19/10
to
Frank Schaefer wrote:
> Any comments on this patch ?

Gmail ate your tabs; see Documentation/email-clients.txt.

Cosmetic changes to not belong in the stable tree; see
Documentation/stable_kernel_rules.txt.

> Wrong list ?

arch/x86 stuff should go to <x...@kernel.org>.


Regards,
Clemens

Frank Schaefer

unread,
Mar 20, 2010, 9:00:02 AM3/20/10
to
Clemens Ladisch schrieb:

> Frank Schaefer wrote:
>
>> Any comments on this patch ?
>>
> Gmail ate your tabs; see Documentation/email-clients.txt.
>
Thanks for your reply Clemens.
It wasn't Gmails fault, I made a pasting mistake...sorry.

> Cosmetic changes to not belong in the stable tree; see
> Documentation/stable_kernel_rules.txt.
>
Alright, no Cc stable.

>> Wrong list ?
>>
>
> arch/x86 stuff should go to <x...@kernel.org>.
>
>
> Regards,
> Clemens
>
The get-maintainer-script told me to send it to this list. Shouldn't it
be updated then ?
Also: this list seems to be mentioned nowhere, at least not at

http://www.linux.org/docs/lists.html
http://vger.kernel.org/vger-lists.html


Regards,
Frank

Clemens Ladisch

unread,
Mar 22, 2010, 4:40:01 AM3/22/10
to
Frank Schaefer wrote:
> Clemens Ladisch schrieb:

> > arch/x86 stuff should go to <x...@kernel.org>.
>
> The get-maintainer-script told me to send it to this list. Shouldn't it
> be updated then ?

There seems to be a bug when handling patches; try "get_maintainer.pl
-f arch/x86/kernel/quirks.c".

> Also: this list seems to be mentioned nowhere,

It's mentioned in the MAINTAINERS file.


Regards,
Clemens

0 new messages