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 3AEDAC7EE23 for ; Fri, 2 Jun 2023 01:48:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231628AbjFBBss (ORCPT ); Thu, 1 Jun 2023 21:48:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37534 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229493AbjFBBsp (ORCPT ); Thu, 1 Jun 2023 21:48:45 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A323297; Thu, 1 Jun 2023 18:48:43 -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-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=2FfI2CGt5OAyLnPlwE0+qVBCnJpNryj1RGeDDNRa1ps=; b=wfk+KV8WqWyawOQOczdqtPXpzN 0fc/6LgQIhnF59Y/63v2SxhWWIn2Q9I8/7ENu42jKIr3keJdfGAXHPrHLcU3gHphF9dbJr/MLLOGb mXq8xCMyOIEzjQFPZ7n/hcMvFh+L2F3zWvj2U/XmjEWAxUspwbusJCgGn4nF+cYEThk4=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1q4tto-00EdAD-49; Fri, 02 Jun 2023 03:48:16 +0200 Date: Fri, 2 Jun 2023 03:48:16 +0200 From: Andrew Lunn To: "Russell King (Oracle)" Cc: msmulski2@gmail.com, f.fainelli@gmail.com, olteanv@gmail.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, simon.horman@corigine.com, kabel@kernel.org, Michal Smulski Subject: Re: [PATCH net-next v5 1/1] net: dsa: mv88e6xxx: implement USXGMII mode for mv88e6393x Message-ID: <324df285-d042-4cc7-9304-d8ccffc624e2@lunn.ch> References: <20230601215251.3529-1-msmulski2@gmail.com> <20230601215251.3529-2-msmulski2@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > It would be nice to wait until we've converted 88e6xxx to phylink PCS > before adding this support, which is something that's been blocked for > a few years but should be unblocked either at the end of this cycle, > or certainly by 6.5-rc1. Andrew, would you agree? I don't think merging this will make it any harder to convert the code to a PCS driver. As far as i know, all the DT changes should already be in linux-next, so i think 6.5-rc1 is a reasonable target. Andrew