From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932309AbcHJSSH (ORCPT ); Wed, 10 Aug 2016 14:18:07 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:49414 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933510AbcHJSSD (ORCPT ); Wed, 10 Aug 2016 14:18:03 -0400 From: Kishon Vijay Abraham I To: Russell King , Benoit Cousson , Tony Lindgren , , , , , , CC: Rob Herring , Mark Rutland , Nicolas Ferre , Alexandre Belloni , Jean-Christophe Plagniol-Villard , Krzysztof Halasa , Kukjin Kim , Krzysztof Kozlowski , Shawn Guo , Sascha Hauer , Fabio Estevam , Santosh Shilimkar , Simon Horman , Magnus Damm , Viresh Kumar , Shiraz Hashim , , Subject: [RESEND PATCH v3 0/3] ARM: cleanup PCI specific configs Date: Wed, 10 Aug 2016 18:03:17 +0530 Message-ID: <1470832400-11929-1-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series was initially sent to add support for two PCIe ports in dra7. This included selecting PCI_DOMAINS config in SOC_DRA7XX. However from the review, PCI_DOMAINS can instead be selected from ARCH_MULTIPLATFORM. This is fixed in this series along with removing PCI_DOMAINS from other configs. Since this series was initially sent to add support for two PCIe ports in dra7, it has been tested to see if there are regressions with 1 PCIe port. Though testing of 2 PCIe ports is not done while sending this patch series, it has been verified before in few of the customer boards. Changes from v2: *) v2 removed MIGHT_HAVE_PCI from platforms that are not ARCH_MULTIPLATFORM. Fixed it in this version Changes from v1: *) select PCI_DOMAINS config from ARCH_MULTIPLATFORM *) Fix *MIGHT_HAVE_PCI* config from being selected redundantly Kishon Vijay Abraham I (3): ARM: dts: DRA7: Add "linux,pci-domain" property for pci dt nodes ARM: Fix *MIGHT_HAVE_PCI* config from being selected redundantly ARM: select PCI_DOMAINS config from ARCH_MULTIPLATFORM arch/arm/Kconfig | 1 + arch/arm/boot/dts/dra7.dtsi | 2 ++ arch/arm/mach-at91/Kconfig | 1 - arch/arm/mach-axxia/Kconfig | 2 -- arch/arm/mach-cns3xxx/Kconfig | 1 - arch/arm/mach-exynos/Kconfig | 2 -- arch/arm/mach-imx/Kconfig | 2 -- arch/arm/mach-integrator/Kconfig | 1 - arch/arm/mach-keystone/Kconfig | 2 -- arch/arm/mach-shmobile/Kconfig | 1 - arch/arm/mach-spear/Kconfig | 1 - arch/arm/mach-versatile/Kconfig | 1 - 12 files changed, 3 insertions(+), 14 deletions(-) -- 1.7.9.5