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 C2A05C4167B for ; Sun, 26 Nov 2023 17:20:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231142AbjKZRUk (ORCPT ); Sun, 26 Nov 2023 12:20:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230449AbjKZRUh (ORCPT ); Sun, 26 Nov 2023 12:20:37 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A21B3110; Sun, 26 Nov 2023 09:20:43 -0800 (PST) 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=nC4aon5pk2Vddavk+mkBxpEuRFmqGyzcXmmWB7ni2oM=; b=M/LA8+g7GXkNi61k1cK6A8J7k3 lQyLAGvDL8QmB6c4MwkWgGMTNkFt6IMDwPwcaaE6LjC8ZSU+ZPZ55nEUrQJl7VMXwzfZrH0wiksJb +bVa5VzvMM0LnakJBKtdrCXz8k9w0EF8K+ynBzJ8QIq1zP+QdcC/8j7yNLgSgq8QO7cw=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1r7Io6-001GFd-RX; Sun, 26 Nov 2023 18:20:34 +0100 Date: Sun, 26 Nov 2023 18:20:34 +0100 From: Andrew Lunn To: Luo Jie Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, hkallweit1@gmail.com, linux@armlinux.org.uk, corbet@lwn.net, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, Conor Dooley Subject: Re: [PATCH v6 2/6] dt-bindings: net: ethernet-controller: add 10g-qxgmii mode Message-ID: References: <20231126060732.31764-1-quic_luoj@quicinc.com> <20231126060732.31764-3-quic_luoj@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231126060732.31764-3-quic_luoj@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Nov 26, 2023 at 02:07:28PM +0800, Luo Jie wrote: > From: Vladimir Oltean > > Add the new interface mode 10g-qxgmii, which is similar to > usxgmii but extend to 4 channels to support maximum of 4 > ports with the link speed 10M/100M/1G/2.5G. > > Signed-off-by: Vladimir Oltean > Signed-off-by: Luo Jie > Acked-by: Conor Dooley Reviewed-by: Andrew Lunn Andrew