From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 D0AA316F265; Sun, 6 Oct 2024 21:19:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728249575; cv=none; b=hmoND4zZbjyiameysfwe7C6/CIOPI0krFy0UC6L0VJLBYuLzkIlg53/kkI0umiJVt61VakZGKZ2+h4Qr4/nIeYKDYMjqNHfikwdldHiIyhIp29YbY6Qb2zt+hiAgcxR6dwJeIZFPwI/tA2ZpwQR849lUyHULs6riE/A1CX49rcs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728249575; c=relaxed/simple; bh=SU8cNlr8z2cGSjPd+xztLb4ykQ/C1o7NdGlfz2cAdNc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=S3lHNtwvMaUTG36mDNOXzswGpNMUMZ+E1Yt9cuPaDGP0z2gR7EHvjixkuM5BfoKSh+zvxKMQOxluyGAjvaePiaJsdMhfHd+nr4MtA+DlpP7ig335C064NwBCAz62ZiLQtROLopNn0ugfAZl3qYswWOgwn7tevBIhaFcXTq7N9w4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=RxntyarE; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="RxntyarE" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=HPQoYBPRMNpwQ09B3tMXU8XkIK482ejuRAvIGOjeGC8=; b=RxntyarEm99B8+D21x7hEOXplJ 3CedBEN/9qwKK7ruacxgznIdUdAOGhcv57KMKCZGt9Gzicxa1M78dfCNLWEtz+/8NbU8ePChZvMrJ 8CAgvY5UYFU8kALnpsree0pc4rbwm0G+3UTwca3BM6woBJ0ipoHh7i/G3q6Xgp94da+0=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1sxYet-009CxQ-Ae; Sun, 06 Oct 2024 23:19:19 +0200 Date: Sun, 6 Oct 2024 23:19:19 +0200 From: Andrew Lunn To: Sky Huang Cc: Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Daniel Golle , 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 1/9] net: phy: mediatek: Re-organize MediaTek ethernet phy drivers Message-ID: <1b313678-1241-4e2e-a36d-d4eb28d2fbc8@lunn.ch> References: <20241004102413.5838-1-SkyLake.Huang@mediatek.com> <20241004102413.5838-2-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: <20241004102413.5838-2-SkyLake.Huang@mediatek.com> On Fri, Oct 04, 2024 at 06:24:05PM +0800, Sky Huang wrote: > From: "SkyLake.Huang" > > Re-organize MediaTek ethernet phy driver files and get ready to integrate > some common functions (and add new 2.5G phy driver). > mtk-ge.c: MT7530 Gphy on MT7621 & MT7531 Gphy > mtk-ge-soc.c: Built-in Gphy on MT7981 & Built-in switch Gphy on MT7988 > (mtk-2p5ge.c: Planned for built-in 2.5G phy on MT7988 > --> in another patchset) > > Signed-off-by: SkyLake.Huang Reviewed-by: Andrew Lunn Andrew