From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rene Herman Subject: Re: [patch 03/15] PNP: define PNP-specific IORESOURCE_IO_* flags alongside IRQ, DMA, MEM Date: Sun, 01 Jun 2008 23:03:17 +0200 Message-ID: <48430E95.9000903@keyaccess.nl> References: <20080530224853.976744229@ldl.fc.hp.com> <20080530224931.975366762@ldl.fc.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from smtpq1.tilbu1.nb.home.nl ([213.51.146.200]:48260 "EHLO smtpq1.tilbu1.nb.home.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752044AbYFAVAE (ORCPT ); Sun, 1 Jun 2008 17:00:04 -0400 In-Reply-To: <20080530224931.975366762@ldl.fc.hp.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Bjorn Helgaas Cc: Len Brown , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Adam Belay , Adam M Belay , Li Shaohua , Matthieu Castet , Thomas Renninger , Jaroslav Kysela , Andrew Morton , Takashi Iwai On 31-05-08 00:48, Bjorn Helgaas wrote: > PNP previously defined PNP_PORT_FLAG_16BITADDR and PNP_PORT_FLAG_FIXED > in a private header file, but put those flags in struct resource.flags > fields. Better to make them IORESOURCE_IO_* flags like the existing > IRQ, DMA, and MEM flags. > > Signed-off-by: Bjorn Helgaas Acked-by: Rene Herman Wondered a bit since only PnPACPI seems to directly encode those flags to a res->flags (as opposed to a port->flags) but pnp_assign_port() copies them over verbatim indeed... Rene.