From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752523AbdHIBD1 (ORCPT ); Tue, 8 Aug 2017 21:03:27 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:58094 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752137AbdHIBDZ (ORCPT ); Tue, 8 Aug 2017 21:03:25 -0400 Date: Tue, 08 Aug 2017 18:03:24 -0700 (PDT) Message-Id: <20170808.180324.1537853260987687573.davem@davemloft.net> To: john@phrozen.org Cc: andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, f.fainelli@gmail.com, sean.wang@mediatek.com, Ryder.Lee@mediatek.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, shashidhar.lakkavalli@openmesh.com, muciri@openmesh.com Subject: Re: [PATCH] net: dsa: mediatek: add adjust link support for user ports From: David Miller In-Reply-To: <20170807142049.4144-1-john@phrozen.org> References: <20170807142049.4144-1-john@phrozen.org> X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 08 Aug 2017 18:03:25 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: John Crispin Date: Mon, 7 Aug 2017 16:20:49 +0200 > Manually adjust the port settings of user ports once PHY polling has > completed. This patch extends the adjust_link callback to configure the > per port PMCR register, applying the proper values polled from the PHY. > Without this patch flow control was not always getting setup properly. > > Signed-off-by: Shashidhar Lakkavalli > Signed-off-by: Muciri Gatimu > Signed-off-by: John Crispin Applied, thank you.