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 X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ADE23C433DF for ; Mon, 13 Jul 2020 17:07:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8593D20663 for ; Mon, 13 Jul 2020 17:07:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=walle.cc header.i=@walle.cc header.b="j6H9yteW" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730180AbgGMRHJ (ORCPT ); Mon, 13 Jul 2020 13:07:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54138 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729840AbgGMRHI (ORCPT ); Mon, 13 Jul 2020 13:07:08 -0400 Received: from ssl.serverraum.org (ssl.serverraum.org [IPv6:2a01:4f8:151:8464::1:2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0C0DC061755; Mon, 13 Jul 2020 10:07:08 -0700 (PDT) Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id AE9D22250C; Mon, 13 Jul 2020 19:07:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1594660022; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=naa0bq160z/s1qRNFsxjOqcemEvMYEkV192FCUK+et4=; b=j6H9yteWuYc+17nhU0MWpo0V35tz7bLCR9TbrUnGp6MvG/LcQ3JcYY2F/aj7oildKk9TyC ybLDFEDd3WvTyqX+q335a2WLD2aczTLRavst+EIqXPgLKuGS0T++6i3pc40bxhBySSGAeD oIUvJMVfoWNhn6vRydRExX3gL9LBr28= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 13 Jul 2020 19:07:01 +0200 From: Michael Walle To: Andrew Lunn Cc: Vladimir Oltean , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S . Miller" , Jakub Kicinski , Alex Marginean , Claudiu Manoil , Heiko Thiery , Russell King - ARM Linux admin , Ioana Ciornei , Microchip Linux Driver Support Subject: Re: [PATCH net-next v6 1/4] net: phy: add USXGMII link partner ability constants In-Reply-To: <20200713170119.GI1078057@lunn.ch> References: <20200709213526.21972-1-michael@walle.cc> <20200709213526.21972-2-michael@walle.cc> <20200713163416.3fegjdbrp6ccoqdm@skbuf> <20200713170119.GI1078057@lunn.ch> User-Agent: Roundcube Webmail/1.4.7 Message-ID: X-Sender: michael@walle.cc Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 2020-07-13 19:01, schrieb Andrew Lunn: > On Mon, Jul 13, 2020 at 07:34:16PM +0300, Vladimir Oltean wrote: >> On Thu, Jul 09, 2020 at 11:35:23PM +0200, Michael Walle wrote: >> > The constants are taken from the USXGMII Singleport Copper Interface >> > specification. The naming are based on the SGMII ones, but with an MDIO_ >> > prefix. >> > >> > Signed-off-by: Michael Walle >> > --- >> >> Somebody would need to review this patch, as it is introducing UAPI. > > Anybody have a link to the "USXGMII Singleport Copper Interface" > specification. You have to login at cisco (registration is free), see here: https://archive.nbaset.ethernetalliance.org/technology/specifications/ -michael