Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932690Ab0GOIWm (ORCPT ); Thu, 15 Jul 2010 04:22:42 -0400 Received: from www.tglx.de ([62.245.132.106]:40490 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932653Ab0GOIWk (ORCPT ); Thu, 15 Jul 2010 04:22:40 -0400 Date: Thu, 15 Jul 2010 10:22:14 +0200 (CEST) From: Thomas Gleixner To: Stephan Wolf cc: Borislav Petkov , Linus Torvalds , "linux-kernel@vger.kernel.org" , "Herrmann3, Andreas" Subject: Re: [PATCH] enable readback to get HPET working on ATI SB4x00, kernel 2.6.35_rc5 In-Reply-To: <4C3EB365.4030205@letzte-bankreihe.de> Message-ID: References: <4C3DDDFF.5040302@letzte-bankreihe.de> <20100714181152.GB15651@aftab> <20100714183216.GC15651@aftab> <4C3EB365.4030205@letzte-bankreihe.de> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1108 Lines: 35 On Thu, 15 Jul 2010, Stephan Wolf wrote: > Am 14.07.2010 23:04, schrieb Thomas Gleixner: > > > +static void __init ati_hpet_bugs(int num, int slot, int func) > > +{ > > +#ifdef CONFIG_HPET_TIMER > > + hpet_readback_cmp = 1; > > +#endif > > +} > > + > > #define QFLAG_APPLY_ONCE 0x1 > > #define QFLAG_APPLIED 0x2 > > #define QFLAG_DONE (QFLAG_APPLY_ONCE|QFLAG_APPLIED) > > @@ -220,6 +236,8 @@ static struct chipset early_qrk[] __init > > PCI_CLASS_SERIAL_SMBUS, PCI_ANY_ID, 0, ati_bugs }, > > { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_SBX00_SMBUS, > > PCI_CLASS_SERIAL_SMBUS, PCI_ANY_ID, 0, ati_bugs_contd }, > > + { PCI_VENDOR_ID_ATI, PCI_ANY_ID, > > + PCI_CLASS_SERIAL_SMBUS, PCI_ANY_ID, 0, ati_hpet_bugs }, > > {} > > Hi, the patch above solves the problem on my machine. Thanks for testing. Borislav, any opinion ? Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/