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 5BDA91D61BB; Fri, 29 Aug 2025 13:03:52 +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=1756472633; cv=none; b=IrlbAv4UIA6CUPwJXWJPwlnLesOySB+8PqJkw7hrQIgUxypthboH2AAxqp+OYifOrOzMIrvrFnrd3HdC4T1iSgtrZ9NFhtkHMANq73hnHq7kLwkoUJje3ThJBMNTwHgjBTdWrxpZ3s2pp8kY0+GatSr8XBmuBrFENPdq3MyoqL8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756472633; c=relaxed/simple; bh=+0nKPb5sGlb5K3Y7fpssRwaLfF6xDFh17CMAcNt4u3I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dO/qaPGeXydbbVHywg5cjQdAmaSgw/z4leA5ui9R0WkuOGqzw0h7B0ny/IxhXpDwOeySSl2WLUUCnRni4EMdA99ALOLBaP58QX6wzkAx6AgTnjSKdADMbTh3/6p5u8xXBk/oja5a3jfxViWj1AmLGFP+/HrSkMhD3RwABWbaAeM= 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 1urylg-000000002Bv-0S5Q; Fri, 29 Aug 2025 13:03:48 +0000 Date: Fri, 29 Aug 2025 14:03:44 +0100 From: Daniel Golle To: Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Hauke Mehrtens , Russell King , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Cc: 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 v3 0/6] net: dsa: lantiq_gswip: prepare for supporting MaxLinear GSW1xx Message-ID: References: Precedence: bulk X-Mailing-List: netdev@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: On Fri, Aug 29, 2025 at 02:01:36PM +0100, Daniel Golle wrote: > Continue to prepare for supporting the newer standalone MaxLinear GSW1xx > switch family by extending the existing lantiq_gswip driver to allow it > to support MII interfaces and MDIO bus of the GSW1xx. > > This series has been preceded by an RFC series which covers everything > needed to support the MaxLinear GSW1xx family of switches. Andrew Lunn > had suggested to split it into a couple of smaller series and start > with the changes which don't yet make actual functional changes or > support new features. > > Everything has been compile and runtime tested on AVM Fritz!Box 7490 > (GSWIP version 2.1, VR9 v1.2) > > Link: https://lore.kernel.org/netdev/aKDhFCNwjDDwRKsI@pidgin.makrotopia.org/ > > v3: explicitly initialize mii_port_reg_offset to 0 > v2: move lantiq_gswip driver to its own folder > > Daniel Golle (6): > net: dsa: lantiq_gswip: move to dedicated folder > net: dsa: lantiq_gswip: support model-specific mac_select_pcs() > net: dsa: lantiq_gswip: ignore SerDes modes in phylink_mac_config() > net: dsa: lantiq_gswip: support offset of MII registers > net: dsa: lantiq_gswip: support standard MDIO node name > net: dsa: lantiq_gswip: move MDIO bus registration to .setup() The whole series is intended for net-next, I messed up putting that into the subject line. Let me know if I should resend another time for that or if it is fine to go into net-next like that.