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 8C128C433EF for ; Sun, 6 Feb 2022 11:10:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232484AbiBFLKP (ORCPT ); Sun, 6 Feb 2022 06:10:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56676 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232212AbiBFLKO (ORCPT ); Sun, 6 Feb 2022 06:10:14 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 00F5CC043182; Sun, 6 Feb 2022 03:10:12 -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 ams.source.kernel.org (Postfix) with ESMTPS id 48C1AB80DAB; Sun, 6 Feb 2022 11:10:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id E9B61C340F1; Sun, 6 Feb 2022 11:10:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644145809; bh=9DnAaA54D2U8FgFr+Le60PYyPQ5oSY9JqsZU6+t8T3I=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=C3seOVieluEfeBtKZ7ukwLw2FiJWUxXIHSCn1mn9xF994dNMURr6vTvF5w1G3Z4zX ZamTPPIlqlLhmKzwQ+KeBabVfPWW1dIUYX8dAFWqoZSSf1ry2wFwmnCJ+u0G+WApH1 VoL6wb2qhkhzZaSJ68V5qddIOO0/J5vQK0+ULa/tZHPRLkIK3cONux4LDaAFbYR8j5 UWSLgr/WW2OSyzYJfW4Wixd6+DqBBLY2ikNZT7XJLleZJbDfWHYB0CD+Vku6fn96gs 0E9biPAh9ZnFr9IK51OMVnwdJhnQ8Qqq47zIrBXlAwPYFh5mZ7q7AZDP500LCo5YW2 qw4D8vbJePKxA== 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 CFAEFE6D44F; Sun, 6 Feb 2022 11:10:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYs From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164414580884.29882.11773038139519237231.git-patchwork-notify@kernel.org> Date: Sun, 06 Feb 2022 11:10:08 +0000 References: <20220205214951.60371-1-Pavel.Parkhomenko@baikalelectronics.ru> In-Reply-To: <20220205214951.60371-1-Pavel.Parkhomenko@baikalelectronics.ru> To: Pavel Parkhomenko Cc: andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net, kuba@kernel.org, ron_madrid@sbcglobal.net, Alexey.Malahov@baikalelectronics.ru, Sergey.Semin@baikalelectronics.ru, fancer.lancer@gmail.com, stable@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Sun, 6 Feb 2022 00:49:51 +0300 you wrote: > When setting up autonegotiation for 88E1118R and compatible PHYs, > a software reset of PHY is issued before setting up polarity. > This is incorrect as changes of MDI Crossover Mode bits are > disruptive to the normal operation and must be followed by a > software reset to take effect. Let's patch m88e1118_config_aneg() > to fix the issue mentioned before by invoking software reset > of the PHY just after setting up MDI-x polarity. > > [...] Here is the summary with links: - [net] net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYs https://git.kernel.org/netdev/net/c/aec12836e719 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html