From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de ([212.227.17.9]:50594 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758577Ab3CDUaz (ORCPT ); Mon, 4 Mar 2013 15:30:55 -0500 From: Arnd Bergmann To: Thomas Petazzoni Subject: Re: [PATCH 05/32] lib: devres: don't enclose pcim_*() functions in CONFIG_HAS_IOPORT Date: Mon, 4 Mar 2013 20:30:01 +0000 Cc: Lior Amsalem , Andrew Lunn , "Russell King - ARM Linux" , Jason Cooper , Tawfik Bayouk , Stephen Warren , linux-pci@vger.kernel.org, Thierry Reding , Paul Gortmaker , linux-kernel@vger.kernel.org, Jesse Barnes , "Eran Ben-Avi" , Nadav Haklai , Maen Suleiman , Shadi Ammouri , Bjorn Helgaas , Gregory Clement , Yinghai Lu , linux-arm-kernel@lists.infradead.org, Jason Gunthorpe References: <1360686546-24277-1-git-send-email-thomas.petazzoni@free-electrons.com> <201302122236.37491.arnd@arndb.de> <20130304172850.5e18fbfb@skate> In-Reply-To: <20130304172850.5e18fbfb@skate> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Message-Id: <201303042030.01817.arnd@arndb.de> Sender: linux-pci-owner@vger.kernel.org List-ID: On Monday 04 March 2013, Thomas Petazzoni wrote: > FWIW, a patch that is doing what I was initially proposing has been > merged for 3.9, and it doesn't contain the > IS_ENABLED(CONFIG_HAS_IOPORT) test you were proposing (and which I > think was correct). See: > > commit 9ed8a30f3471347c1b763bd062fa78ae80f18eae > Author: Jingoo Han > Date: Wed Feb 27 17:02:42 2013 -0800 > Sigh. I'll take it as an additional incentive to finally clean up the logic behind CONFIG_HAS_IOPORT by introducing a CONFIG_HAS_IOPORT_MAP symbol to replace it. Thanks for the heads up. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Mon, 4 Mar 2013 20:30:01 +0000 Subject: [PATCH 05/32] lib: devres: don't enclose pcim_*() functions in CONFIG_HAS_IOPORT In-Reply-To: <20130304172850.5e18fbfb@skate> References: <1360686546-24277-1-git-send-email-thomas.petazzoni@free-electrons.com> <201302122236.37491.arnd@arndb.de> <20130304172850.5e18fbfb@skate> Message-ID: <201303042030.01817.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 04 March 2013, Thomas Petazzoni wrote: > FWIW, a patch that is doing what I was initially proposing has been > merged for 3.9, and it doesn't contain the > IS_ENABLED(CONFIG_HAS_IOPORT) test you were proposing (and which I > think was correct). See: > > commit 9ed8a30f3471347c1b763bd062fa78ae80f18eae > Author: Jingoo Han > Date: Wed Feb 27 17:02:42 2013 -0800 > Sigh. I'll take it as an additional incentive to finally clean up the logic behind CONFIG_HAS_IOPORT by introducing a CONFIG_HAS_IOPORT_MAP symbol to replace it. Thanks for the heads up. Arnd