Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755937AbZJATFf (ORCPT ); Thu, 1 Oct 2009 15:05:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754741AbZJATFe (ORCPT ); Thu, 1 Oct 2009 15:05:34 -0400 Received: from mail-bw0-f210.google.com ([209.85.218.210]:43430 "EHLO mail-bw0-f210.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754687AbZJATFd convert rfc822-to-8bit (ORCPT ); Thu, 1 Oct 2009 15:05:33 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=hXHdFPoiYjOONGKbZY+4X5fC7T1SYIeX/kcrJmsjBKHIXHL3Pl698UBXeF7lV9Za3m bSPv1tmenOOMuFA+99ACQ+K1nZ8uYKMMNDuGHTmFUXo/dDURC19KQvjeRF4ifK8vos+3 jWXuQmnjUefCkof3sLMJd+fWwDlzyFswJ3ivw= MIME-Version: 1.0 In-Reply-To: <4AC4D6F5.6080005@mandriva.org> References: <51f3faa70909232018v7e621190m84deb648b08d2135@mail.gmail.com> <51f3faa70909282134o1d60efekeded09f09b192df6@mail.gmail.com> <68676e00909290707u70d192f2j2f2d4dd07bd07234@mail.gmail.com> <51f3faa70909290740l4f4df186w114bf48e1db3a948@mail.gmail.com> <4AC21E7B.70000@mandriva.org> <51f3faa70909301638s4eff14edg46420e2e8877fd15@mail.gmail.com> <20091001085002.1dbc7eee@hyperion.delvare> <51f3faa70910010740s2a412d07qf29f56ad8a3c59eb@mail.gmail.com> <20091001144914.GA18675@nb-core2.darkstar.lan> <4AC4D6F5.6080005@mandriva.org> Date: Thu, 1 Oct 2009 21:05:36 +0200 Message-ID: <68676e00910011205t506604e5y5a0a04fec0821dc0@mail.gmail.com> Subject: Re: [PATCH] asus_atk0110: add support for Asus P7P55D From: Luca Tettamanti To: Thomas Backlund Cc: Robert Hancock , Jean Delvare , "lm-sensors@lm-sensors.org" , "linux-kernel@vger.kernel.org" , "astarikovskiy@suse.de" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2112 Lines: 53 On Thu, Oct 1, 2009 at 6:21 PM, Thomas Backlund wrote: > Luca Tettamanti wrote: >> >> On Thu, Oct 01, 2009 at 08:40:59AM -0600, Robert Hancock wrote: >>> >>> On Thu, Oct 1, 2009 at 12:50 AM, Jean Delvare wrote: >>>> >>>> On Wed, 30 Sep 2009 17:38:21 -0600, Robert Hancock wrote: >>>>> >>>>> On Tue, Sep 29, 2009 at 8:49 AM, Thomas Backlund >>>>> wrote: >>>>>> >>>>>> Try this one: >>>>>> http://marc.info/?l=linux-kernel&m=125421276407283&w=2 >>>>> >>>>> With that patch it's lasted almost a day with no timeouts, previously >>>>> I was getting about one every hour. Has that patch been submitted? >>>> >>>> Do you mean you're still getting timeouts but they are less frequent, >>>> or you did not get any timeout at all so far? >>> >>> So far no timeout at all (after about 36 hours). >> >> Good. I have a new patch for you then :P >> >> This version checks whether the EC is already enabled or not before >> touching it >> and also restore the state when the module is unloaded. >> You should check that the driver keeps working when is unloaded and >> reloaded. >> > > I tried your latest patch on a P7P55D Deluxe and get this: >> >> [   10.419119] ACPI Error: Field [PR11] at 64 exceeds Buffer [NULL] size >> 32 (bits) (20090903/dsopcode-596) >> [   10.419125] ACPI Error (psparse-0537): Method parse/execution failed >> [\_SB_.PCI0.SBRG.ASOC.GITM] (Node ffff88023f8147a0), AE_AML_BUFFER_LIMIT >> [   10.419157] ATK0110 ATK0110:00: GITM[0x11060004] ACPI exception: >> AE_AML_BUFFER_LIMIT >> [   10.419158] ATK0110 ATK0110:00: Unable to query EC status >> [   10.419161] ATK0110: probe of ATK0110:00 failed with error -5 I see. GITM probably expects the same buffer structure as SITM, though in older models the upper bits were never used (hence I never noticed the problem). Working on a patch. L -- 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/