Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751871AbdINKpB (ORCPT ); Thu, 14 Sep 2017 06:45:01 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:41621 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751494AbdINKpA (ORCPT ); Thu, 14 Sep 2017 06:45:00 -0400 Message-ID: <1505385897.10100.4.camel@pengutronix.de> Subject: Re: [PATCH] ARC: reset: remove the misleading v1 suffix all over From: Philipp Zabel To: Vineet Gupta , "linux-kernel@vger.kernel.org" Cc: "linux-snps-arc@lists.infradead.org" , "Alexey.Brodkin@synopsys.com" , Eugeniy Paltsev Date: Thu, 14 Sep 2017 12:44:57 +0200 In-Reply-To: References: <1504202767-17361-1-git-send-email-vgupta@synopsys.com> <1505125697.26622.22.camel@pengutronix.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6-1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2001:67c:670:100:3ad5:47ff:feaf:1a17 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1641 Lines: 53 On Mon, 2017-09-11 at 09:33 -0700, Vineet Gupta wrote: > On 09/11/2017 03:28 AM, Philipp Zabel wrote: > > Hi Vineet, > > > > [added Eugeniy to Cc] > > > > On Thu, 2017-08-31 at 11:06 -0700, Vineet Gupta wrote: > > > There is no plan yet to do a v2 board. And even if we were to do > > > it > > > only some IPs would actually change, so it be best to add suffixes > > > at > > > that point, not now ! > > > > > > Cc: Philipp Zabel > > > Signed-off-by: Vineet Gupta > > > --- > > > P.S. Philip, if you and Eugeniy are OK, can this be please > > > squashed > > > with his original patch since it has not yet been merged etc. > > > > This had been merged into arm-soc already, and by now is merged into > > mainline. We could try to queue this as a fix for 4.14. > > OK - do you want a respin ? > > > > > [...] > > > --- a/drivers/reset/Kconfig > > > +++ b/drivers/reset/Kconfig > > > @@ -34,11 +34,11 @@ config RESET_BERLIN > > >    help > > >      This enables the reset controller driver for Marvell > > > Berlin > > > SoCs. > > >    > > > -config RESET_HSDK_V1 > > > - bool "HSDK v1 Reset Driver" > > > +config RESET_SNPS_HSDK > > > > I suggest to drop the _SNPS part, we don't do it for the other > > drivers > > either, and so far I'm not afraid of conflicts with other reset > > controllers that may be called HSDK. > > It was not so much about namespace conflict but calling out that this > is SNPS part ! > But I'm fine with what you suggest, since the updated menu string does > have it. Ok, thanks. No need for a respin, I can fix it up as I apply it. regards Philipp