Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp5315871imm; Tue, 26 Jun 2018 09:12:08 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLo4mHs22XNkuUh+WqgxvBzQ5J4RaqjNlupfuG50KIeLxRFof/Vx2svMFDMHNCtEUIAT+qQ X-Received: by 2002:a65:6252:: with SMTP id q18-v6mr2009410pgv.106.1530029528357; Tue, 26 Jun 2018 09:12:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530029528; cv=none; d=google.com; s=arc-20160816; b=esWGkK/SjKejDP6T6pCS7qYjE8BMXW5s8Akj+gr6Tbyyq5BXvQX4EDf0MikKwPuf6U PFDuTW4yBi851rB96PKW2R1cm7jPERZHG523Y/MdMQDDEc4K7BNDitkpG2JmKawnWsSj Zh1a2zUc0E6yi7GFcZjvZNTbCg8ueZjTj+vZUZoa+9kF1QGL4STdpkZCt7LrKpKq0AKj B4pXN+xBGqzqqN8+142em9NiC7cQiHKqA5CxARFPgGl3cmNXfBqFYyrhrvSybZFJiKPf VVaQxzw5MMu16lVIs68CdZ37xnsZZWtcJLPMgVnnH7LP5mH5JvmR5O7J8y+UhfluPsyp 3PjA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=upJPMUzho9SZIze08+g+kQAWoTOQi7WQwQR6xL4zHOs=; b=h6+MwyDSvRYQm04I0QHNbleerZ0ufgr8NL+1f7T6YVgXVjkwhWS4N+1jqq3Dcydlm+ UO3eqEMwEF8MphGhPZ6GpCO/6sStmeNs0UNNWuaaSIuRpWGb2Em8b1B3eqiko4mecpob oG4Lnx6QvKKigLxckM057qhziWmRvfm1xVSvw1YQjTEq4mUMNEkmPEBZpW0+x5mKvupZ 8Q9zbMiV79iVmM666YFaz0TKcv1jZTNRaLHpl7jVuLm9y8OEcIbmsI8eSP3TGLSYcFtM RPV4smmB9OYVEr3oZq7uYja0az5MrjpZhZrvhbkQNb293zzxu6NKNVY7jEf6E3QTP1wW z6XA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id k79-v6si1895060pfb.34.2018.06.26.09.11.53; Tue, 26 Jun 2018 09:12:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752492AbeFZP6I (ORCPT + 99 others); Tue, 26 Jun 2018 11:58:08 -0400 Received: from foss.arm.com ([217.140.101.70]:47718 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752414AbeFZP6D (ORCPT ); Tue, 26 Jun 2018 11:58:03 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C940D7A9; Tue, 26 Jun 2018 08:58:02 -0700 (PDT) Received: from red-moon (unknown [10.1.206.55]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D7B0F3F5AD; Tue, 26 Jun 2018 08:58:00 -0700 (PDT) Date: Tue, 26 Jun 2018 16:59:40 +0100 From: Lorenzo Pieralisi To: linux-pci@vger.kernel.org, Bjorn Helgaas , Rob Herring Cc: linux-kernel@vger.kernel.org, Scott Branden , Will Deacon , Russell King , Jan Kiszka , Guenter Roeck , Ley Foon Tan Subject: Re: [PATCH v2] PCI: controller: Move PCI_DOMAINS selection to arch Kconfig Message-ID: <20180626155928.GA7233@red-moon> References: <20180619112105.14457-1-lorenzo.pieralisi@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180619112105.14457-1-lorenzo.pieralisi@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 19, 2018 at 12:21:05PM +0100, Lorenzo Pieralisi wrote: > Commit 51bc085d6454 ("PCI: Improve host drivers compile test coverage") > added configuration options to allow PCI host controller drivers to be > compile tested on all architectures. > > Some host controller drivers (eg PCIE_ALTERA) config entries select > the PCI_DOMAINS config option to enable PCI domains management in > the kernel. Now that host controller drivers can be compiled on > all architectures, this triggers build regressions on arches that > do not implement the PCI_DOMAINS required API (ie pci_domain_nr()): > > drivers/ata/pata_ali.c: In function 'ali_init_chipset': > drivers/ata/pata_ali.c:469:38: error: > implicit declaration of function 'pci_domain_nr'; > did you mean 'pci_iomap_wc'? > > Furthemore, some software configurations (ie Jailhouse) require a > PCI_DOMAINS enabled kernel to configure multiple host controllers > without having an explicit dependency on the ARM platform on which > they run. > > Make PCI_DOMAINS a visible configuration option on ARM so that software > configurations that need it can manually select it and move the > PCI_DOMAINS selection from PCI controllers configuration file to ARM > sub-arch config entries that currently require it, fixing the issue. > > Fixes: 51bc085d6454 ("PCI: Improve host drivers compile test coverage") > Link: https://lkml.kernel.org/r/20180612170229.GA10141@roeck-us.net > Reported-by: Guenter Roeck > Signed-off-by: Lorenzo Pieralisi > Cc: Scott Branden > Cc: Will Deacon > Cc: Bjorn Helgaas > Cc: Rob Herring > Cc: Russell King > Cc: Jan Kiszka > Cc: Guenter Roeck > Cc: Ley Foon Tan > --- Bjorn, Rob, if you are OK with this patch I think it is ready to go, hopefully for -rc3 since currently sparc allmodconfig is still broken as Guenter reported in the Link I embedded in the patch itself, please let me know, thanks. Lorenzo > v1 -> v2 > - Removed ARCH_VIRT PCI_DOMAINS selection > - Added PCI_DOMAINS visible config option > > v1: https://marc.info/?l=linux-pci&m=152932092612352&w=2 > > arch/arm/Kconfig | 8 +++++++- > arch/arm/mach-bcm/Kconfig | 1 + > arch/arm/mach-socfpga/Kconfig | 1 + > drivers/pci/controller/Kconfig | 3 --- > 4 files changed, 9 insertions(+), 4 deletions(-) > > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig > index 54eeb8d00bc6..843edfd000be 100644 > --- a/arch/arm/Kconfig > +++ b/arch/arm/Kconfig > @@ -1245,8 +1245,14 @@ config PCI > VESA. If you have PCI, say Y, otherwise N. > > config PCI_DOMAINS > - bool > + bool "Support for multiple PCI domains" > depends on PCI > + help > + Enable PCI domains kernel management. Say Y if your machine > + has a PCI bus hierarchy that requires more than one PCI > + domain (aka segment) to be correctly managed. Say N otherwise. > + > + If you don't know what to do here, say N. > > config PCI_DOMAINS_GENERIC > def_bool PCI_DOMAINS > diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig > index c46a728df44e..25aac6ee2ab1 100644 > --- a/arch/arm/mach-bcm/Kconfig > +++ b/arch/arm/mach-bcm/Kconfig > @@ -20,6 +20,7 @@ config ARCH_BCM_IPROC > select GPIOLIB > select ARM_AMBA > select PINCTRL > + select PCI_DOMAINS if PCI > help > This enables support for systems based on Broadcom IPROC architected SoCs. > The IPROC complex contains one or more ARM CPUs along with common > diff --git a/arch/arm/mach-socfpga/Kconfig b/arch/arm/mach-socfpga/Kconfig > index d0f62eacf59d..4adb901dd5eb 100644 > --- a/arch/arm/mach-socfpga/Kconfig > +++ b/arch/arm/mach-socfpga/Kconfig > @@ -10,6 +10,7 @@ menuconfig ARCH_SOCFPGA > select HAVE_ARM_SCU > select HAVE_ARM_TWD if SMP > select MFD_SYSCON > + select PCI_DOMAINS if PCI > > if ARCH_SOCFPGA > config SOCFPGA_SUSPEND > diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig > index 18fa09b3ac8f..cc9fa02d32a0 100644 > --- a/drivers/pci/controller/Kconfig > +++ b/drivers/pci/controller/Kconfig > @@ -96,7 +96,6 @@ config PCI_HOST_GENERIC > depends on OF > select PCI_HOST_COMMON > select IRQ_DOMAIN > - select PCI_DOMAINS > help > Say Y here if you want to support a simple generic PCI host > controller, such as the one emulated by kvmtool. > @@ -138,7 +137,6 @@ config PCI_VERSATILE > > config PCIE_IPROC > tristate > - select PCI_DOMAINS > help > This enables the iProc PCIe core controller support for Broadcom's > iProc family of SoCs. An appropriate bus interface driver needs > @@ -176,7 +174,6 @@ config PCIE_IPROC_MSI > config PCIE_ALTERA > bool "Altera PCIe controller" > depends on ARM || NIOS2 || COMPILE_TEST > - select PCI_DOMAINS > help > Say Y here if you want to enable PCIe controller support on Altera > FPGA. > -- > 2.15.0 >