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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3E4AECF8852 for ; Fri, 4 Oct 2024 22:44:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=1BMXT1qySlfBTwPHzxMkCNg922NPoFe+hq4k1IIpchM=; b=PyvF01POEYLu1cINsWyzJF36yQ 7FNbMrM/Ch45IOTq2lCfhE2E5GbPey+MG6gmQNJb06y82ZZn55zsgMyVkqoab5QpVL6hp2SC/oMnk H0g++mVNc+7k+qPO3VgJ9ocD2uz9VWqN0Qi/59V2b0xRc8wEE59moXpqrjE10/qCuwOLJQya4CU5z qus1RtAGtKd3kt1qdkrNWwbsqcyJjSAlfFHNxka/FE0Hufxh8OLbB6xDXHFCrm0uxTnVjPI8VMu+s +2PSZnkIx9+WYM54Y7OyGXzHBylmZ2DEZbNYyc0Mo1H0xP57BbHyl8+/IWLlIp3G/2dDLjeFx8K6P ILq+Rl6g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1swr24-0000000ENrn-3LzO; Fri, 04 Oct 2024 22:44:20 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1swr0o-0000000ENhL-1GxS; Fri, 04 Oct 2024 22:43:03 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 89CF85C5B73; Fri, 4 Oct 2024 22:42:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC26BC4CEC6; Fri, 4 Oct 2024 22:43:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728081781; bh=1BMXT1qySlfBTwPHzxMkCNg922NPoFe+hq4k1IIpchM=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=pKEDZyof2XabtSvvh3focWQGj9C4vtDTvEYtE2/yYpYzb9Z9e4w/57gUHjhleEFLd +S5g/F6fvX04+Dw/0JIRdtaJvlTY9/vmrh2KwlYQXD2nPN7HtDwSfmfeiCkONsuEXJ orF8LJ4FMzDFKF+fE7jvh0Fn1TWiVI0EtNvJ4Yr7LNturnD3RXrkoyeBN4zbQIV88r X5/7JblEWjYgxKSVKxZAjxKG2Xi/ij0YNR+5BXauWNJCzfen3WedkunLsG3CiMUMk4 lDlIZTQYoxYO6fr/nEtH9x6tEkVFkunFje7oJRarsRpyecQ3zM2vwNul3lxqT/I8zh D8kQDeHk7x/+Q== Date: Fri, 4 Oct 2024 15:43:00 -0700 From: Jakub Kicinski To: Sky Huang Cc: Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Paolo Abeni , Daniel Golle , Qingfang Deng , Matthias Brugger , AngeloGioacchino Del Regno , , , , , Steven Liu Subject: Re: [PATCH net-next 0/9] net: phy: mediatek: Introduce mtk-phy-lib which integrates common part of MediaTek's internal ethernet PHYs Message-ID: <20241004154300.69b30a98@kernel.org> In-Reply-To: <20241004102413.5838-1-SkyLake.Huang@mediatek.com> References: <20241004102413.5838-1-SkyLake.Huang@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241004_154302_419338_B29B6246 X-CRM114-Status: UNSURE ( 6.11 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 4 Oct 2024 18:24:04 +0800 Sky Huang wrote: > Subject: [PATCH net-next 0/9] net: phy: mediatek: Introduce mtk-phy-lib which integrates common part of MediaTek's internal ethernet PHYs When you repost please shorten this subject.