From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:3232 "EHLO mail-gw3-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750873AbbCYHFm (ORCPT ); Wed, 25 Mar 2015 03:05:42 -0400 From: Ray Jui To: Bjorn Helgaas CC: Scott Branden , , , , Ray Jui Subject: [PATCH v2 0/2] iProc PCIe driver Kconfig changes Date: Wed, 25 Mar 2015 00:08:11 -0700 Message-ID: <1427267293-29585-1-git-send-email-rjui@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-pci-owner@vger.kernel.org List-ID: This patch series contains two patches to address iProc PCIe Kconfig related issues. The first patch adds more protection to PCIE_IPROC so it cannot be accidentally enabled for non-ARM based platforms. The second patch changes the config name of the iProc PCIe platform driver from PCIE_IPROC_PLTFM to PCIE_IPROC_PLATFORM. The driver name is also changed from pcie-iproc-pltfm.c to pcie-iproc-platform.c so it's consistent with the config name change. Changes from v1: - Changes the driver name from pcie-iproc-pltfm.c to pcie-iproc-platform.c Ray Jui (2): pci: iproc: fix PCIE_IPROC in Kconfig pci: iproc: change PCIE_IPROC_PLTFM to PCIE_IPROC_PLATFORM drivers/pci/host/Kconfig | 4 +++- drivers/pci/host/Makefile | 2 +- .../{pcie-iproc-pltfm.c => pcie-iproc-platform.c} | 0 3 files changed, 4 insertions(+), 2 deletions(-) rename drivers/pci/host/{pcie-iproc-pltfm.c => pcie-iproc-platform.c} (100%) -- 1.7.9.5