Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp942098pxb; Sun, 21 Feb 2021 05:55:52 -0800 (PST) X-Google-Smtp-Source: ABdhPJz6KTXcKa+JPDcMtIgxgkzY2unNpuOs1eqFO0FbaztkIhLhh5IYO8a7HIhHDXnH3Tf385u/ X-Received: by 2002:a17:906:40cc:: with SMTP id a12mr16198565ejk.327.1613915752177; Sun, 21 Feb 2021 05:55:52 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613915752; cv=none; d=google.com; s=arc-20160816; b=y2Edc+SMDea/tI73us1BDLFSxfX13/G8nLXb8H8gPvAZHno84s3cjznJo4/Pi6evny 4n6+aquI/Thx2N45OSYD/ThWh4lRtTIyU8z/YdAXSkfP69o5//ZGJJAGDlI3fq+T2DZX XkVDk8eFZM3BTRELUPQh02QeVUC4psqb2T0v/zF/0s8jWHXwl/pdkyq58KxrSlNdL5CU J+9rSGC/vcNFZZ3QGRTob3Y3tilA1X1HjzxCPOTfPpOc6hZB/5jeuhZ8xC1QBOR3mZ7Y KcXtQ+B1gNojpzUeYsrorBq4jTKPxqyamJaxEeQAAlEo1bgLzXcdHGTOv/RUW4IBm+90 x5ew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=4zNJIJlZxeX/YUojtHoNmx7WwML3eHcoO45rPKun+VE=; b=BbP1H28b7bnVp9syIHfiKZSDDPQttkKYRIZTh6RJDfQfJO50Zz1iNoX1+nDcrK8SoU JVVwC0IFfvsSibOqVDOy5+z3JDshytOjBUqUZ32zTAkvC8Z6GC4Ugkhfaqf7YRRqKw+q ZKZ/4tieiJXOz1CppZ6r8MtUibDMv2XdYa10HxpgYae0/PAEC41rTP8i61lOQ8IBGgCi t7jSdU4PhFGQPAHmNxTvz3FsGW0UIksmNdgty//2CYxHMwFvrZY+rsmHCc3Pk6Ks1b45 KYmf7RRtZCCr5G8k/X/Mosv3qXDbKNZDqaUiABCYmstMbnhz9s0oWGbMlJqye8/jAzyo RjQA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r18si9931296edt.510.2021.02.21.05.55.28; Sun, 21 Feb 2021 05:55:52 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229907AbhBUNwf (ORCPT + 99 others); Sun, 21 Feb 2021 08:52:35 -0500 Received: from mail.baikalelectronics.com ([87.245.175.226]:58328 "EHLO mail.baikalelectronics.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229663AbhBUNwe (ORCPT ); Sun, 21 Feb 2021 08:52:34 -0500 Date: Sun, 21 Feb 2021 16:51:32 +0300 From: Serge Semin To: Andrew Lunn , Heiner Kallweit CC: Serge Semin , Russell King - ARM Linux admin , Jose Abreu , Joao Pinto , , Alexandre Torgue , , , Alexey Malahov , Jose Abreu , Pavel Parkhomenko , Maxime Coquelin , Jakub Kicinski , Giuseppe Cavallaro , Vyacheslav Mitrofanov , "David S. Miller" , Subject: Re: [PATCH 01/20] net: phy: realtek: Fix events detection failure in LPI mode Message-ID: <20210221135132.5uaogtn7h3gd4inr@mobilestation> References: <20210208140341.9271-2-Sergey.Semin@baikalelectronics.ru> <8300d9ca-b877-860f-a975-731d6d3a93a5@gmail.com> <20210209101528.3lf47ouaedfgq74n@mobilestation> <20210209105646.GP1463@shell.armlinux.org.uk> <20210210164720.migzigazyqsuxwc6@mobilestation> <20210211103941.GW1463@shell.armlinux.org.uk> <20210220090248.oiyonlfucvmgzw6d@mobilestation> <4dcecf82-f222-4957-f5fc-e8f9d073599c@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Feb 20, 2021 at 04:49:22PM +0100, Andrew Lunn wrote: > > If in doubt, leaving the patch as is would be fine with me. > > The patch is O.K. as is, no need to export something so simple for a > single users. When the next user come along, we can reconsider. Ok. Thanks for clarification. I performed some additional tests to make sure the bug was on the PHY side. They proved my original conclusion. It's indeed Realtek PHY to blame for the weird behavior. So I've added a few more words into the patch log regarding those tests. The patch will be resent tomorrow together with the rest of the STMMAC-driver-related bug-fixes detached from the original series of the fixes and cleanups (as Andrew asked to do). -Sergey > > Andrew