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 4C06FC38142 for ; Wed, 1 Feb 2023 19:30:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231864AbjBATaC (ORCPT ); Wed, 1 Feb 2023 14:30:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230169AbjBATaA (ORCPT ); Wed, 1 Feb 2023 14:30:00 -0500 Received: from fudo.makrotopia.org (fudo.makrotopia.org [IPv6:2a07:2ec0:3002::71]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1FFD7BBCA; Wed, 1 Feb 2023 11:29:59 -0800 (PST) Received: from local by fudo.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.96) (envelope-from ) id 1pNIno-00027L-0u; Wed, 01 Feb 2023 20:29:52 +0100 Date: Wed, 1 Feb 2023 19:28:11 +0000 From: Daniel Golle To: =?iso-8859-1?Q?Bj=F8rn?= Mork Cc: netdev@vger.kernel.org, Felix Fietkau , John Crispin , Sean Wang , Mark Lee , Lorenzo Bianconi , Russell King , Alexander Couzens , Simon Horman , Paolo Abeni , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Matthias Brugger , =?iso-8859-1?Q?Ren=E9?= van Dorst , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 net 0/3] fixes for mtk_eth_soc Message-ID: References: <20230201182331.943411-1-bjorn@mork.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230201182331.943411-1-bjorn@mork.no> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 01, 2023 at 07:23:28PM +0100, Bj?rn Mork wrote: > Changes since v4: > - use same field order for kernel-doc and code in patch 1 > - cc'ing full maintainer list from get_maintainer.pl > > Changes since v3: > - fill hole in struct mtk_pcs with new interface field > - improved patch 2 commit message > - added fixes tags > - updated review tags > > Changes since v2: > - use "true" for boolean > - fix SoB typo > - updated tags > > Changes since v1: > - only power down on changes, fix from Russel > - dropped bogus uncondional in-band patch > - added pcs poll patch from Alexander > - updated tags > > > Fix mtk_eth_soc sgmii configuration. > > This has been tested on a MT7986 with a Maxlinear GPY211C phy > permanently attached to the second SoC mac. for the whole series: Acked-by: Daniel Golle Tested-by: Daniel Golle > > > Alexander Couzens (2): > net: mediatek: sgmii: ensure the SGMII PHY is powered down on > configuration > mtk_sgmii: enable PCS polling to allow SFP work > > Bj?rn Mork (1): > net: mediatek: sgmii: fix duplex configuration > > drivers/net/ethernet/mediatek/mtk_eth_soc.h | 4 +- > drivers/net/ethernet/mediatek/mtk_sgmii.c | 46 ++++++++++++++------- > 2 files changed, 35 insertions(+), 15 deletions(-) > > -- > 2.30.2 >