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=-11.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 DB509C4338F for ; Fri, 20 Aug 2021 13:40:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C3C5461130 for ; Fri, 20 Aug 2021 13:40:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240739AbhHTNk5 (ORCPT ); Fri, 20 Aug 2021 09:40:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:56754 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232665AbhHTNkq (ORCPT ); Fri, 20 Aug 2021 09:40:46 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id B63B061157; Fri, 20 Aug 2021 13:40:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629466808; bh=OgFeBlAxzRYUo/gT3DfEvqcX+cDoxg9wP38wmVK+Nz4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=CkdkZFZvtJf6XMrPrRzLMJ345hBZG53FKhr/ZpZ8fSqUGxJTWO2qMjTczheINUVbx wVprrOlE+Ebty/r0z7G2Z+V/5aeIKKYlcSQYluggJgO9mD64/m6kqPWuYFbRnqKGg+ sUyp08Xih0Op2+iFaahgwFkFHHMFdlatlEWLrQgjKkJAaZihcIe6PzfC8oXDylnoKp 93+Z5UIu+AIZ7DUDBIFqbpjy19E3sGuv9H3zKt9d3pBGC4Cb96B3iMLOg1cJ/+EPey JdliVBl7OzigsTgd3XVQoabrb7pdt3zynFmJanSgmWtpZSntkgEUqploNTcsp4PE8z UdVsBI1K+M24A== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2 0/3] Add Xilinx GMII2RGMII loopback support From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162946680867.23508.17751840651047181515.git-patchwork-notify@kernel.org> Date: Fri, 20 Aug 2021 13:40:08 +0000 References: <20210819131154.6586-1-gerhard@engleder-embedded.com> In-Reply-To: <20210819131154.6586-1-gerhard@engleder-embedded.com> To: Gerhard Engleder Cc: andrew@lunn.ch, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Thu, 19 Aug 2021 15:11:51 +0200 you wrote: > The Xilinx GMII2RGMII driver overrides PHY driver functions in order to > configure the device according to the link speed of the PHY attached to > it. This is implemented for a normal link but not for loopback. > > Andrew told me to use phy_loopback and this changes make phy_loopback > work in combination with Xilinx GMII2RGMII. > > [...] Here is the summary with links: - [net-next,v2,1/3] net: phy: Support set_loopback override https://git.kernel.org/netdev/net-next/c/4ed311b08a91 - [net-next,v2,2/3] net: phy: Uniform PHY driver access https://git.kernel.org/netdev/net-next/c/3ac8eed62596 - [net-next,v2,3/3] net: phy: gmii2rgmii: Support PHY loopback https://git.kernel.org/netdev/net-next/c/ceaeaafc8b62 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html