From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753151AbbC0QYL (ORCPT ); Fri, 27 Mar 2015 12:24:11 -0400 Received: from mail-gw2-out.broadcom.com ([216.31.210.63]:23628 "EHLO mail-gw2-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753092AbbC0QYH (ORCPT ); Fri, 27 Mar 2015 12:24:07 -0400 X-IronPort-AV: E=Sophos;i="5.11,479,1422950400"; d="scan'208";a="60583377" Message-ID: <55158425.3020608@broadcom.com> Date: Fri, 27 Mar 2015 09:24:05 -0700 From: Ray Jui User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Bjorn Helgaas CC: Scott Branden , , , Subject: Re: [PATCH v2 0/2] iProc PCIe driver Kconfig changes References: <1427267293-29585-1-git-send-email-rjui@broadcom.com> In-Reply-To: <1427267293-29585-1-git-send-email-rjui@broadcom.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Bjorn, Do you think the following changes are okay? If so, could you pull them in? Thanks! Ray On 3/25/2015 12:08 AM, Ray Jui wrote: > 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%) >