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 60915C433EF for ; Fri, 11 Mar 2022 11:10:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348161AbiCKLLW (ORCPT ); Fri, 11 Mar 2022 06:11:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35026 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231795AbiCKLLS (ORCPT ); Fri, 11 Mar 2022 06:11:18 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A78D118621B; Fri, 11 Mar 2022 03:10:15 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 43FC261B79; Fri, 11 Mar 2022 11:10:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 9B380C340F4; Fri, 11 Mar 2022 11:10:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646997014; bh=UT+YDrzJ8XesdyaHuwwzp4zSUTpngFBe7etq5SdMyqw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=H/IrtdXKTDIlfW4SsJjcQCfO7+VRQY8fPnNQuVJ+DbQf5MiLOyOPnheReuFXxa92I F1AEr3nCliQvgF1je0I/urt44oB6TBDyBwa+0Ljc5HCsGcFaPpYLW+bfsqU927HDYi FdLTOflkYI2rFrJytXneeElUgbZaaLGDHakEyNrT2uLUBVZqimDAN7Ca6EXPFuE3CZ jQ5fMN4S+/6OjULGcPc5E26odEZ27g1v9B9SQ7CBO69GM8GmpxhptxVuKi8627r/QG Jq3QtZGPjcV3OsToO39Hh/cSrGE3bBXCUaeuVDeIexG7zXfqWwHe4fhAObrznb/gAh ez+cdF/29lX/Q== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 7D4F1E6D3DD; Fri, 11 Mar 2022 11:10:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] net: ethernet: ti: am65-cpsw: Convert to PHYLINK From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164699701451.2968.3028481229273193299.git-patchwork-notify@kernel.org> Date: Fri, 11 Mar 2022 11:10:14 +0000 References: <20220309075944.32166-1-s-vadapalli@ti.com> In-Reply-To: <20220309075944.32166-1-s-vadapalli@ti.com> To: Siddharth Vadapalli Cc: davem@davemloft.net, kuba@kernel.org, linux@armlinux.org.uk, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kishon@ti.com, vigneshr@ti.com, grygorii.strashko@ti.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Wed, 9 Mar 2022 13:29:44 +0530 you wrote: > Convert am65-cpsw driver and am65-cpsw ethtool to use Phylink APIs > as described at Documentation/networking/sfp-phylink.rst. All calls > to Phy APIs are replaced with their equivalent Phylink APIs. > > No functional change intended. Use Phylink instead of conventional > Phylib, in preparation to add support for SGMII/QSGMII modes. > > [...] Here is the summary with links: - [v2] net: ethernet: ti: am65-cpsw: Convert to PHYLINK https://git.kernel.org/netdev/net-next/c/e8609e69470f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html