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 A8E9B45941; Mon, 8 Jan 2024 13:28:04 +0000 (UTC) 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="PFfi857p" 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=TX1ob0NXeEnx/TVxb8PvAQsAyBl2EGpz5La7bAP2skE=; b=PFfi857pgwL8kOAS8tLYDOGgJS QIcAFflZAaIa+sIbbRYLWP9mnqXHMMfkvgf6PfgHXy4GJyz49sknl9dFnEICiccG06bh2gE0+IJ4H ZH3qdTJ+4aJJOhS2DesdN2fIE5yO9gdKyod7aYTAyiPdNRbnrwRY5WGOt6n4s3921jCI=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1rMpfX-004dqX-J3; Mon, 08 Jan 2024 14:27:55 +0100 Date: Mon, 8 Jan 2024 14:27:55 +0100 From: Andrew Lunn To: Jie Luo Cc: Sergey Ryazanov , agross@kernel.org, andersson@kernel.org, konrad.dybcio@linaro.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, hkallweit1@gmail.com, linux@armlinux.org.uk, robert.marko@sartura.hr, linux-arm-msm@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, quic_srichara@quicinc.com Subject: Re: [PATCH v4 0/5] support ipq5332 platform Message-ID: <3ae7f014-5b51-4198-a8e1-c042a7926969@lunn.ch> References: <20231225084424.30986-1-quic_luoj@quicinc.com> <895eadd7-1631-4b6b-8db4-d371f2e52611@lunn.ch> Precedence: bulk X-Mailing-List: devicetree@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: > The IPQ PPE includes MAC and UNIPHY integrated, the connection with > external PHY is as below. > MAC ---- UNIPHY(PCS) ---- (PCS)external PHY. > > The UNIPHY here is the Ethernet dedicated SERDES for connecting with > external PHY. You call it a PCS here. So does it implement clause 37 or 73 of the 802.3 standard? If it does, the driver for it belongs in drivers/net/pcs. Andrew