From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pidgin.makrotopia.org (pidgin.makrotopia.org [185.142.180.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ADB42225D6; Thu, 28 Aug 2025 22:06:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.142.180.65 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756418768; cv=none; b=JBgT2wuKjKqN0hNp7P1zxJC4a/ABblTTYTMLHDysb2dI7aC3AcQA4GxgQjG1g/68VaGBOFULYBNc6nWtgTR980usGxN7Yt6UV4KOE0r5/ONgHn1bZ/cXkMRk/c+e2t+gy82dnROdTGC2rJzFMB/TUYVN+vhsD84VJp9YFzpxx28= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756418768; c=relaxed/simple; bh=+Xi43H4MwC3aeLVDBN5VJFnF02t9rq3K0zINzz0nmkg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GmrDCtT9QNiyUUhs99zqe92yT5tFPNnyCNoudzBOsfHSjdSz5t09MpzP+9jBJAmmtgR/R46R6Av9W0maaTfa3Fipwi70fopNm2eDXwZCEwokXaVgGUMvRGjnjKIfItgG197I7whtO1WaCoDPEFBQOBlOLCUg7m4AkamnBuXaWDc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org; spf=pass smtp.mailfrom=makrotopia.org; arc=none smtp.client-ip=185.142.180.65 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=makrotopia.org Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.98.2) (envelope-from ) id 1urkkr-000000006It-1lWt; Thu, 28 Aug 2025 22:06:01 +0000 Date: Thu, 28 Aug 2025 23:05:57 +0100 From: Daniel Golle To: Hauke Mehrtens Cc: Vladimir Oltean , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Russell King , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Andreas Schirm , Lukas Stockmann , Alexander Sverdlin , Peter Christen , Avinash Jayaraman , Bing tao Xu , Liang Xu , Juraj Povazanec , "Fanni (Fang-Yi) Chan" , "Benny (Ying-Tsan) Weng" , "Livia M. Rosu" , John Crispin Subject: Re: [PATCH net-next v2 1/6] net: dsa: lantiq_gswip: move to dedicated folder Message-ID: References: <20250828203346.eqe5bzk52pcizqt5@skbuf> <3eecb73c-7c6c-4813-af0d-244156e358af@hauke-m.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3eecb73c-7c6c-4813-af0d-244156e358af@hauke-m.de> On Thu, Aug 28, 2025 at 10:49:18PM +0200, Hauke Mehrtens wrote: > On 8/28/25 22:33, Vladimir Oltean wrote: > > On Wed, Aug 27, 2025 at 12:05:28AM +0100, Daniel Golle wrote: > > > Move the lantiq_gswip driver to its own folder and update > > > MAINTAINERS file accordingly. > > > This is done ahead of extending the driver to support the MaxLinear > > > GSW1xx series of standalone switch ICs, which includes adding a bunch > > > of files. > > > > > > Signed-off-by: Daniel Golle > > > --- > > > v2: move driver to its own folder > > > > > > MAINTAINERS | 3 +-- > > > drivers/net/dsa/Kconfig | 8 +------- > > > drivers/net/dsa/Makefile | 2 +- > > > drivers/net/dsa/lantiq/Kconfig | 7 +++++++ > > > drivers/net/dsa/lantiq/Makefile | 1 + > > > drivers/net/dsa/{ => lantiq}/lantiq_gswip.c | 0 > > > drivers/net/dsa/{ => lantiq}/lantiq_gswip.h | 0 > > > drivers/net/dsa/{ => lantiq}/lantiq_pce.h | 0 > > > 8 files changed, 11 insertions(+), 10 deletions(-) > > > create mode 100644 drivers/net/dsa/lantiq/Kconfig > > > create mode 100644 drivers/net/dsa/lantiq/Makefile > > > rename drivers/net/dsa/{ => lantiq}/lantiq_gswip.c (100%) > > > rename drivers/net/dsa/{ => lantiq}/lantiq_gswip.h (100%) > > > rename drivers/net/dsa/{ => lantiq}/lantiq_pce.h (100%) > > > > I don't have a problem with this patch per se, but it will make it > > harder to avoid conflicts for the known and unsubmitted bug fixes, like: > > https://github.com/dangowrt/linux/commit/c7445039b965e1a6aad1a4435e7efd4b7cb30f5b > > https://github.com/dangowrt/linux/commit/48d5cac46fc95a826b5eb49434a3a68b75a8ae1a > > which I haven't found the time to submit (sorry). Are we okay with that? > > I think git cherry-pick will still work. > > I would like to have these fixes also in the stable kernel, if cherry pick > does not work you can also send modified version to linux stable. Cherry-pick anyway already won't work any more because of https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=6e8e6baf16ce7d2310959ae81d0194a56874e0d2 However, I've already rebased the series with Vladimir's fixes on top of that and this pending series, see https://github.com/dangowrt/linux/commits/1be5db5457b6956e606af37b03fb1dc86aadd392/