From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266277AbUANDoJ (ORCPT ); Tue, 13 Jan 2004 22:44:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266280AbUANDoJ (ORCPT ); Tue, 13 Jan 2004 22:44:09 -0500 Received: from delerium.codemonkey.org.uk ([81.187.208.145]:51670 "EHLO delerium.codemonkey.org.uk") by vger.kernel.org with ESMTP id S266277AbUANDoH (ORCPT ); Tue, 13 Jan 2004 22:44:07 -0500 Date: Wed, 14 Jan 2004 03:42:37 +0000 From: Dave Jones To: paul.devriendt@amd.com Cc: pavel@ucw.cz, cpufreq@www.linux.org.uk, linux@brodo.de, linux-kernel@vger.kernel.org, mark.langsdorf@amd.com Subject: Re: Cleanups for powernow-k8 Message-ID: <20040114034237.GT14674@redhat.com> Mail-Followup-To: Dave Jones , paul.devriendt@amd.com, pavel@ucw.cz, cpufreq@www.linux.org.uk, linux@brodo.de, linux-kernel@vger.kernel.org, mark.langsdorf@amd.com References: <99F2150714F93F448942F9A9F112634C080EF39F@txexmtae.amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <99F2150714F93F448942F9A9F112634C080EF39F@txexmtae.amd.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 13, 2004 at 09:39:53PM -0600, paul.devriendt@amd.com wrote: > >> Dave had a good idea of a minimal ACPI parser for trying to retrieve the > >> table of p-states from an ACPI BIOS without needing the full AML interpreter. > >> I will see if I can get that to work in powernow-k8-acpi > > > > If done properly, that parsing code could be shared by the K7 > > driver too. > > Agreed. Function in a header file? Don't want the drivers attempting to > call each other at runtime. Works for me, or shove it out into its own .c file, and have both drivers link against it. Dave From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: Cleanups for powernow-k8 Date: Wed, 14 Jan 2004 03:42:37 +0000 Sender: cpufreq-bounces@www.linux.org.uk Message-ID: <20040114034237.GT14674@redhat.com> References: <99F2150714F93F448942F9A9F112634C080EF39F@txexmtae.amd.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <99F2150714F93F448942F9A9F112634C080EF39F@txexmtae.amd.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cpufreq-bounces@www.linux.org.uk Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: paul.devriendt@amd.com Cc: linux-kernel@vger.kernel.org, mark.langsdorf@amd.com, cpufreq@www.linux.org.uk, pavel@ucw.cz, linux@brodo.de On Tue, Jan 13, 2004 at 09:39:53PM -0600, paul.devriendt@amd.com wrote: > >> Dave had a good idea of a minimal ACPI parser for trying to retrieve the > >> table of p-states from an ACPI BIOS without needing the full AML interpreter. > >> I will see if I can get that to work in powernow-k8-acpi > > > > If done properly, that parsing code could be shared by the K7 > > driver too. > > Agreed. Function in a header file? Don't want the drivers attempting to > call each other at runtime. Works for me, or shove it out into its own .c file, and have both drivers link against it. Dave