From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from kirsty.vergenet.net ([202.4.237.240]:38292 "EHLO kirsty.vergenet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750943AbcCaAWg (ORCPT ); Wed, 30 Mar 2016 20:22:36 -0400 Date: Thu, 31 Mar 2016 09:22:35 +0900 From: Simon Horman To: Geert Uytterhoeven Cc: Bjorn Helgaas , Phil Edworthy , Magnus Damm , linux-pci , linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH] PCI: rcar-pcie: Remove Gen2 designation from Kconfig Message-ID: <20160331002234.GA27282@verge.net.au> References: <1459222998-2855-1-git-send-email-horms+renesas@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: On Tue, Mar 29, 2016 at 08:50:55AM +0200, Geert Uytterhoeven wrote: > On Tue, Mar 29, 2016 at 5:43 AM, Simon Horman > wrote: > > It appears that Gen2 is a misnomer for the R-Car PCIE driver > > which also supports Gen 1 and Gen 3 SoCs. Accordingly, drop Gen 2 > > from the help text and Kconfig symbol. > > > > Reported-by: Geert Uytterhoeven > > Signed-off-by: Simon Horman > > --- > > Bjorn, if this patch is acceptable I would like to request that we > > co-ordinate things so that I can queue-up corresponding updates for > > arm and arm64 defconfigs in the same release. From my point of view > > v4.7 would make sense. > > --- > > drivers/pci/host/Kconfig | 4 ++-- > > drivers/pci/host/Makefile | 2 +- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig > > index 7a0780d56d2d..9109c6c5298c 100644 > > --- a/drivers/pci/host/Kconfig > > +++ b/drivers/pci/host/Kconfig > > @@ -69,11 +69,11 @@ config PCI_RCAR_GEN2 > > There are 3 internal PCI controllers available with a single > > built-in EHCI/OHCI host controller present on each one. > > > > -config PCI_RCAR_GEN2_PCIE > > +config PCI_RCAR_PCIE > > Following the pattern in drivers/pci/host/Kconfig, I think this symbol should > be called PCIE_RCAR. Short is nice :) I will send v2.