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 96A54205AAD; Tue, 29 Oct 2024 12:04:08 +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=1730203451; cv=none; b=AmDKFXRxPa88eJYWTKhGiRnkqmHePaH36PNN2idfmh93g6oteyWQtUY1XrSePNIaI/O1sQkql33PCg+V1j8lUVZ8eT3nRbBUz/9Y+Y6BG6OB5svZNzFeuD+fSs9nLlw68Nnvt2nLJpyYppboS6bnAyvil2B9ydcfH8faoM2IRzg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730203451; c=relaxed/simple; bh=wFN0rgpXpacizzGI7+teAKXgp5LdtSXtxSruvvPPaOA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fCXLLnlNsXObSWI0XXyB74aUxCZxsum90JzgaPbPU2vYlaEHoiMMUS9cYrqeQ45mfVDFagX29vDRUgmTLfuaRyHhwAI6RFIwEdtgibAVaP2qPSgYZDUX2ZBz5EK37brhNvJQbSJ3t1nRCO44flBEbP7JdJSnEz4mmqzYsLj7tII= 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=EpSpDjrx; 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="EpSpDjrx" 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=ElKAZBpC1Bz3c3ZWQvoUbtLIAcBoKNg+61eUP/xcpvs=; b=EpSpDjrx0AHgOIm6YSSGWkM7dD d94cKajxuWsmFiHDLkfV1xw6l+45fSZNPS/QiqL3tzbWVBRCokDQPnyJ3SBF1qaPDFLqGL33/kk/W okLccrvnvbVQCC8bXmdhDtO/GcQv78NshflHHOv+N1zc/m0PiIYgKJErzGWMoc21pOUk=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1t5kwx-00BZFM-9r; Tue, 29 Oct 2024 13:03:51 +0100 Date: Tue, 29 Oct 2024 13:03:51 +0100 From: Andrew Lunn To: jan.petrous@oss.nxp.com Cc: Maxime Coquelin , Alexandre Torgue , Jose Abreu , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Vinod Koul , Richard Cochran , Heiner Kallweit , Russell King , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Emil Renner Berthing , Minda Chen , Nicolas Ferre , Claudiu Beznea , Iyappan Subramanian , Keyur Chudgar , Quan Nguyen , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Giuseppe Cavallaro , linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-msm@vger.kernel.org, imx@lists.linux.dev, devicetree@vger.kernel.org, NXP S32 Linux Team Subject: Re: [PATCH v4 09/16] net: dwmac-starfive: Use helper rgmii_clock Message-ID: References: <20241028-upstream_s32cc_gmac-v4-0-03618f10e3e2@oss.nxp.com> <20241028-upstream_s32cc_gmac-v4-9-03618f10e3e2@oss.nxp.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241028-upstream_s32cc_gmac-v4-9-03618f10e3e2@oss.nxp.com> On Mon, Oct 28, 2024 at 09:24:51PM +0100, Jan Petrous via B4 Relay wrote: > From: "Jan Petrous (OSS)" > > Utilize a new helper function rgmii_clock(). > > Signed-off-by: Jan Petrous (OSS) Reviewed-by: Andrew Lunn Andrew