From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pidgin.makrotopia.org (pidgin.makrotopia.org [185.142.180.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4983517E00E; Wed, 21 Aug 2024 23:27:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.142.180.65 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724282837; cv=none; b=tGXRadyzB3ibgb5NQa4Lggj9RM8L5Mcjv6QOn2WkslU9zcoTSx9eRwJuiXde1bepZwMHftzWoiaCb0SbMlVTx5yEV6EY8PM1M3VS36HUpJEBh5ZLa9jOJMusBKluoO1cSV6YSbwO07hMwpYm1iENCWan6WMpdamiT5RbYA0a6eQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724282837; c=relaxed/simple; bh=CGWN+O5dvx+P4ABVfWRqo47ytu1osknQSFI5FBmErUg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=d8ki8NU3ADugESlAwBp7aUR81VM8bqh/IZrXj9qCAhldI3Rho5lZXZZKzFPe2Hb0CiMD/K/LQjOdAa/LxcrOUTM4dR4uvH8ZU3VKUfip+l/P0NUv3JTm1Ph5Czt/XHQ4z7KYecE9oO1UbeMlusTRYqjI/XOPqIlyV43f9zsh5Mc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org; spf=pass smtp.mailfrom=makrotopia.org; arc=none smtp.client-ip=185.142.180.65 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=makrotopia.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=makrotopia.org Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.98) (envelope-from ) id 1sgujG-000000007Cv-0hyL; Wed, 21 Aug 2024 23:27:02 +0000 Date: Thu, 22 Aug 2024 00:26:58 +0100 From: Daniel Golle To: Sky Huang Cc: Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Qingfang Deng , Matthias Brugger , AngeloGioacchino Del Regno , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Steven Liu Subject: Re: [PATCH net-next v10 00/13] net: phy: mediatek: Introduce mtk-phy-lib and add 2.5Gphy support Message-ID: References: <20240701105417.19941-1-SkyLake.Huang@mediatek.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240701105417.19941-1-SkyLake.Huang@mediatek.com> On Mon, Jul 01, 2024 at 06:54:04PM +0800, Sky Huang wrote: > From: "SkyLake.Huang" > > This patch series integrate MediaTek's built-in Ethernet PHY helper functions > into mtk-phy-lib and add more functions into it. Also, add support for 2.5Gphy > on MT7988 SoC. > > Signed-off-by: SkyLake.Huang For the whole series: Acked-by: Daniel Golle Tested-by: Daniel Golle