From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751359AbdIKK2U (ORCPT ); Mon, 11 Sep 2017 06:28:20 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:42837 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750989AbdIKK2U (ORCPT ); Mon, 11 Sep 2017 06:28:20 -0400 Message-ID: <1505125697.26622.22.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: Mon, 11 Sep 2017 12:28:17 +0200 In-Reply-To: <1504202767-17361-1-git-send-email-vgupta@synopsys.com> References: <1504202767-17361-1-git-send-email-vgupta@synopsys.com> 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 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. [...] > --- 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. regards Philipp