From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] lib/devres.c: allow specifying NO_IOPORT while using PCI Date: Mon, 5 Dec 2011 15:14:02 +0000 Message-ID: <201112051514.02360.arnd@arndb.de> References: <1616727.0BYPKXtoA0@wuerfel> <4ED91D95.6040601@tilera.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.17.10]:59602 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932349Ab1LEPPe (ORCPT ); Mon, 5 Dec 2011 10:15:34 -0500 In-Reply-To: <4ED91D95.6040601@tilera.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Chris Metcalf Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-arch@vger.kernel.org, Rolf Eike Beer , Andrew Morton , "Maxin B. John" , Tejun Heo , "Michael S. Tsirkin" , Lucas De Marchi , Paul Mundt , Jesse Barnes , "David S. Miller" , Al Viro On Friday 02 December 2011, Chris Metcalf wrote: > The specific issue I saw was calls to pcim_iomap_{regions,table} from > drivers/ata/libata-sff.c and drivers/ata/sata_sil24.c; we use the > sata_sil24 in one of our platforms (TILEmpower). Hmm, so sata_sil24 does not actually use PIO, so we can probably find a way to make that work. Why do you have to build libata-sff? Shouldn't that only be needed if you actually have an sff-type controller? Arnd