From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E7B7C7EE23 for ; Mon, 29 May 2023 15:13:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229485AbjE2PNo (ORCPT ); Mon, 29 May 2023 11:13:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54104 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229543AbjE2PNj (ORCPT ); Mon, 29 May 2023 11:13:39 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE55CCF; Mon, 29 May 2023 08:13:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=E0DDETNTBu5auceLyKAU6xr2BkEraA/FJJzBPKUSSa0=; b=XU 0eqrLUj+GZ9au+ouDnugWRibZpCcO6Iyl1fYxqQFU63WzLJDaB5QrrpuQUfwQjoDtYMDnf8Ajuzif qRJB89rbtQy+KpexlDW7mnYX4aRQXyRTKoLMyick+tzCqNXIZfkoLj1lHLgmPorjcAUaBN9U1+2AW 70ZXXHWbBZi9Oy0=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1q3eYr-00EEnk-Jo; Mon, 29 May 2023 17:13:29 +0200 Date: Mon, 29 May 2023 17:13:29 +0200 From: Andrew Lunn To: Alexis =?iso-8859-1?Q?Lothor=E9?= Cc: Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Richard Cochran , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Russell King , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, Thomas Petazzoni , paul.arola@telus.com, scott.roberts@telus.com, Marek =?iso-8859-1?Q?Beh=FAn?= Subject: Re: [PATCH net-next v4 7/7] net: dsa: mv88e6xxx: enable support for 88E6361 switch Message-ID: <40930da0-90bf-4ea2-94ec-c5adb2b9771d@lunn.ch> References: <20230529080246.82953-1-alexis.lothore@bootlin.com> <20230529080246.82953-8-alexis.lothore@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230529080246.82953-8-alexis.lothore@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 29, 2023 at 10:02:46AM +0200, Alexis Lothoré wrote: > Marvell 88E6361 is an 8-port switch derived from the > 88E6393X/88E9193X/88E6191X switches family. It can benefit from the > existing mv88e6xxx driver by simply adding the proper switch description in > the driver. Main differences with other switches from this > family are: > - 8 ports exposed (instead of 11): ports 1, 2 and 8 not available > - No 5GBase-x nor SFI/USXGMII support > > Signed-off-by: Alexis Lothoré Reviewed-by: Andrew Lunn Andrew