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=-3.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 BF4CFC433B4 for ; Wed, 12 May 2021 00:48:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 887956188B for ; Wed, 12 May 2021 00:48:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229968AbhELAuD (ORCPT ); Tue, 11 May 2021 20:50:03 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:36272 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229637AbhELAuC (ORCPT ); Tue, 11 May 2021 20:50:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=cYa39Ppa/s8/J47IUv/CCPv0pyDLZZpBQwjmpffJtd4=; b=gN+xRV/Gzbrg3ydw/AW6zMA3SC fr1aEtjvwZHuhL/lr6YGfJXe/J+CopkU3Sqs+cFq4XPUx63hSjU8iLHL0m8Rhj4UF1XBDXf2lYaR2 napwxHV+7E89wzY5cglyMUMIStI9tqe28fYZwBXxBnOTtE3e0k/BZSHH/Gv9nqLGgFR4=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1lgd3O-003qHX-Un; Wed, 12 May 2021 02:48:46 +0200 Date: Wed, 12 May 2021 02:48:46 +0200 From: Andrew Lunn To: Peter Geis Cc: Heiner Kallweit , Russell King , "David S . Miller" , Jakub Kicinski , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v2] net: phy: add driver for Motorcomm yt8511 phy Message-ID: References: <20210511225913.2951922-1-pgwipeout@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210511225913.2951922-1-pgwipeout@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 11, 2021 at 06:59:13PM -0400, Peter Geis wrote: > Add a driver for the Motorcomm yt8511 phy that will be used in the > production Pine64 rk3566-quartz64 development board. > It supports gigabit transfer speeds, rgmii, and 125mhz clk output. Hi Peter Please can you add minimal RGMII delay support. Trying to add it later generally end up in backwards compatibility problems. Do you know which one of the four RGMII modes your setup needs? Is the PHY adding the Rx and Tx delays? So "rgmii-id"? Andrew