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 BE4FCC04A68 for ; Sat, 30 Jul 2022 03:56:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239985AbiG3D4B (ORCPT ); Fri, 29 Jul 2022 23:56:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239891AbiG3Dz7 (ORCPT ); Fri, 29 Jul 2022 23:55:59 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A80C718B34; Fri, 29 Jul 2022 20:55:58 -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=JVsC0xoxn3sYecOyx9axL+kOqYWjJrBFCKfFASN0cRA=; b=J1+kXzNR4r0BEaNxHBITZRVNuQ sQZhXfxwIaAdrplif3WHXtGD0LFpYwz10T/g1BDjCziPdgpnf0qIcpsKyx5T6cc69mmogPHhGvHi+ 8ra8BZXKkSfxOnwbFgDtHPWup9mOGlHpfMuFSbFj7Ik5fJ43jk9ZnIOhgXWRgYyQUZX8=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1oHda1-00BzRu-1A; Sat, 30 Jul 2022 05:55:57 +0200 Date: Sat, 30 Jul 2022 05:55:57 +0200 From: Andrew Lunn To: Maxime Chevallier Cc: davem@davemloft.net, Rob Herring , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, thomas.petazzoni@bootlin.com, Florian Fainelli , Heiner Kallweit , Russell King , linux-arm-kernel@lists.infradead.org, Richard Cochran , Horatiu.Vultur@microchip.com, Allan.Nielsen@microchip.com, UNGLinuxDriver@microchip.com, Rob Herring Subject: Re: [PATCH net-next v3 2/4] dt-bindings: net: ethernet-controller: add QUSGMII mode Message-ID: References: <20220729153356.581444-1-maxime.chevallier@bootlin.com> <20220729153356.581444-3-maxime.chevallier@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220729153356.581444-3-maxime.chevallier@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 29, 2022 at 05:33:54PM +0200, Maxime Chevallier wrote: > Add a new QUSGMII mode, standing for "Quad Universal Serial Gigabit > Media Independent Interface", a derivative of USGMII which, similarly to > QSGMII, allows to multiplex 4 1Gbps links to a Quad-PHY. > > The main difference with QSGMII is that QUSGMII can include an extension > instead of the standard 7bytes ethernet preamble, allowing to convey > arbitrary data such as Timestamps. > > Signed-off-by: Maxime Chevallier > Acked-by: Rob Herring Reviewed-by: Andrew Lunn Andrew