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=-7.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 95096C433FE for ; Fri, 24 Sep 2021 09:29:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7E1666105A for ; Fri, 24 Sep 2021 09:29:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244897AbhIXJb0 (ORCPT ); Fri, 24 Sep 2021 05:31:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:43300 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244970AbhIXJbQ (ORCPT ); Fri, 24 Sep 2021 05:31:16 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3A51961039; Fri, 24 Sep 2021 09:29:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632475784; bh=2oeuxZrFJB0Hk8Nems2Au4UGPvKYbwE2jCoLgMnV170=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dwg4PcKLO18rhE5rH3va7pTooZV7yJ1/yJq4hnzGROeGcBpJ4B+IrN9Pv31l+UKYX qvfp4YbbCZSWu+InhrhmUXxPOEi1amOuEeNG84phnjFD01oHAq1twZDFqB0sItrIIT K2i67BChS7gOPfTATaHeFkQ+sCVYyI5Crt7nVIB8= Date: Fri, 24 Sep 2021 11:29:41 +0200 From: Greg Kroah-Hartman To: Macpaul Lin Cc: Petr Oros , Heiner Kallweit , "David S . Miller" , Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , Maxime Coquelin , netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Miles Chen , Bear Wang , Pablo Sun , Fabien Parent , Macpaul Lin , linux-mediatek@lists.infradead.org Subject: Re: backport commit ("e96bd2d3b1f8 phy: avoid unnecessary link-up delay in polling mode") to linux-5.4-stable Message-ID: References: <20210924091020.32695-1-macpaul.lin@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210924091020.32695-1-macpaul.lin@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 24, 2021 at 05:10:20PM +0800, Macpaul Lin wrote: > Hi reviewers, > > I suggest to backport > commit "e96bd2d3b1f8 phy: avoid unnecessary link-up delay in polling mode" > to linux-5.4 stable tree. > > This patch reports a solution to an incorrect phy link detection issue. > "With this solution we don't miss a link-down event in polling mode and > link-up is faster." > > commit: e96bd2d3b1f83170d1d5c1a99e439b39a22a5b58 > subject: phy: avoid unnecessary link-up delay in polling mode > kernel version to apply to: Linux-5.4 Now queued up, thanks. greg k-h