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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D0A57C6FD18 for ; Fri, 31 Mar 2023 08:31:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References:Date: Message-Id:From:Subject:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1w/GkzCnA4UHGMAV+zUYJDUWhGhfFIGMA7untQRkEUc=; b=kT2bgZ/YwyeMq6 M687dVnm9DynezYZXK/r/n89ggz+Yy5CZaUVz6+wjmpM0ymxCNYg56+IFBy13galm4NszYJ2pabkW yQlkYQyMLT7tnRnkX1bHmsrimgm/XBh3/853BID1HIEDsjX6yllc+nBNG5UwTYqnwWSKroxXuOtOf wTBPDfs/fU7Q+8cOIpQ59Nfoo39ncy/aRmftAMTnZQncq28o8TuevuG1O6VUxzeYc2PS5s13IHIAQ gcQH0dlAsJW3ZrFD8meSonE+nDavhklD5ImypGmdXBvV4qfu1D4HXSNZ10HZWOmh5Q59i07pNuRkv dzDu83FdBufM8q+FMHnQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1piA9T-006PHy-1v; Fri, 31 Mar 2023 08:30:27 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1piA9N-006PFg-1O for linux-arm-kernel@lists.infradead.org; Fri, 31 Mar 2023 08:30:22 +0000 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 A270EB82D0F; Fri, 31 Mar 2023 08:30:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 61B0CC4339C; Fri, 31 Mar 2023 08:30:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680251418; bh=7QfrtLvbG0uJ1TrCowUePYGhhQQUz93oXvSuBWFYU8o=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Ae0pi98Q+nasfAkHWYoHFcUb1h3gd1I5498Awcf5IwdmEGh7GD4ZPF9jsoqQx/yIw 9w5rU7q3/PxYPTF94G+oPnL85S8RtxB/CuMKVpwe8PY62/tE1W7Sed41cMyJ8ynUi3 9wVuID9XBwlozlUy9dwwHabO3JAJuvjZP/lPiAadqwVa6r6F6bdkuWIHFtFS3Kn4jh sExqIpRUQLXFdUbkOdMHbxh1bKl1dmnhKEkLA9Xehv47SjYWaKhQzhLgsdSL3qUMzQ n6zMhpTvZtq1EGyOdbOdSXvezORCgnohYSrn58Kt02/nsp1SO4tHDnc1IGx+pPo75c NT2I2gwMXzFgA== 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 4723BC73FE2; Fri, 31 Mar 2023 08:30:18 +0000 (UTC) MIME-Version: 1.0 Subject: Re: [PATCH net v5 0/3] Fix PHY handle no longer parsing From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168025141828.29195.16930878780114551946.git-patchwork-notify@kernel.org> Date: Fri, 31 Mar 2023 08:30:18 +0000 References: <20230330091404.3293431-1-michael.wei.hong.sit@intel.com> In-Reply-To: <20230330091404.3293431-1-michael.wei.hong.sit@intel.com> To: Michael Sit Wei Hong Cc: peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, joabreu@synopsys.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, mcoquelin.stm32@gmail.com, boon.leong.ong@intel.com, netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux@armlinux.org.uk, hkallweit1@gmail.com, andrew@lunn.ch, hong.aun.looi@intel.com, weifeng.voon@intel.com, peter.jun.ann.lai@intel.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230331_013021_636183_7C2AED9D X-CRM114-Status: GOOD ( 11.09 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello: This series was applied to netdev/net.git (main) by David S. Miller : On Thu, 30 Mar 2023 17:14:01 +0800 you wrote: > After the fixed link support was introduced, it is observed that PHY > no longer attach to the MAC properly. So we introduce a helper > function to determine if the MAC should expect to connect to a PHY > and proceed accordingly. > > Michael Sit Wei Hong (3): > net: phylink: add phylink_expects_phy() method > net: stmmac: check if MAC needs to attach to a PHY > net: stmmac: remove redundant fixup to support fixed-link mode > > [...] Here is the summary with links: - [net,v5,1/3] net: phylink: add phylink_expects_phy() method https://git.kernel.org/netdev/net/c/653a180957a8 - [net,v5,2/3] net: stmmac: check if MAC needs to attach to a PHY https://git.kernel.org/netdev/net/c/fe2cfbc96803 - [net,v5,3/3] net: stmmac: remove redundant fixup to support fixed-link mode https://git.kernel.org/netdev/net/c/6fc21a6ed595 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel