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 3E23CC433EF for ; Thu, 26 May 2022 05:00:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345678AbiEZFAc (ORCPT ); Thu, 26 May 2022 01:00:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243334AbiEZFAQ (ORCPT ); Thu, 26 May 2022 01:00:16 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8BCCC3584D; Wed, 25 May 2022 22:00:15 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id 40D0CB81F53; Thu, 26 May 2022 05:00:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id E7C7AC34118; Thu, 26 May 2022 05:00:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653541213; bh=mOCH4xn2m5JiBHeYWV/Xw2hOX3OBziv01IaGGG6OoAg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=LWCN1bkB6ZEZGa0iBgfTGNVZLec6iCZj/MHemqHEj5gtnYl96Ie/SoHebKJcLwHmd jCH73nSSz5iGZMLdzZ5n/WEubmdZg/nzcDlMyzDvTkWWuwpZiq7ZdLL3UOAkMASAQW h0gZ9dg4UeO4y9W4Gv7Et7uC3W3D6sfa+e5WMsbk32x6e/i2jEkVtGLjFJjtLKJI/+ Akw+8Js9uT2leoMMmMfwvZbLG0bWN0vllH4ZyZFTjsfBAAloOlXhWiqtHiZScD/cZd 7w2l932qv1HE7h8f5a90JnPUSrSQjd4p7wFWx55H9Pl4axBzmxY8d6+TA81T5d0NCg giVdHfTJC/m3Q== 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 C841DF03938; Thu, 26 May 2022 05:00:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] net: ethernet: ti: am65-cpsw: Fix fwnode passed to phylink_create() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165354121281.19512.8393354174937220094.git-patchwork-notify@kernel.org> Date: Thu, 26 May 2022 05:00:12 +0000 References: <20220524062558.19296-1-s-vadapalli@ti.com> In-Reply-To: <20220524062558.19296-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.git (master) by Jakub Kicinski : On Tue, 24 May 2022 11:55:58 +0530 you wrote: > am65-cpsw-nuss driver incorrectly uses fwnode member of common > ethernet device's "struct device_node" instead of using fwnode > member of the port's "struct device_node" in phylink_create(). > This results in all ports having the same phy data when there > are multiple ports with their phy properties populated in their > respective nodes rather than the common ethernet device node. > > [...] Here is the summary with links: - net: ethernet: ti: am65-cpsw: Fix fwnode passed to phylink_create() https://git.kernel.org/netdev/net/c/0b7180072a9d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html