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 62DFE205AB6; Tue, 29 Oct 2024 12:03:21 +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=1730203403; cv=none; b=OmeiCEneJAsj3OTDyXyDHatf/D5Upy660H1LjT5gHhHuGnx/n9FHQNrarGjGdJA1hBYpoauuuExRXx4i93nitpJFIVdHaLwS/C0npKiM+KPjSJIzjtxgGTct6IjQXnQ42cPVtRYk+TYWw7STj5f3USvrTFoP2HfkClQMTjgIHsg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730203403; c=relaxed/simple; bh=Lf5hWvaIbDJuMOM5f4CIt8+nTmCx6ktFO/jL4SbVPwo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Fi7MP0+DY3D0aIjEZFQyX2QxPNkBD6mfbBaVGrsnZGzirIDxeMhh9Xwnoa2lwO1Wcj0racYUfXCk1w+EnhL1fHD1ZUnl32oVdeuLvluM50P75qF8FcJFoKvvEkeBgkoHL9eWnG/j5sLf+RDck6tYIzzkkCQk0afkoxRRGpq2k9c= 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=1oJV8saT; 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="1oJV8saT" 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=28P+nO6+7LRY7tiN18rzw6ddnXEFrM5ez8f38EAhSdo=; b=1oJV8saTVv87A+m+V5gWXuiUpH Dwzrq09LUqTJAkRfeOW3SogL96ZdPvEFFksgX/EPw1EUa7wTndoU+zYQUvsri3FTLP9soXhVkoQ1z eC/YxqcpbHmWw45Re5APhTb+QRpavTtIbb/6515gY919BH1odXF/dczA1l4+uVIvVJH8=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1t5kw8-00BZBh-JF; Tue, 29 Oct 2024 13:03:00 +0100 Date: Tue, 29 Oct 2024 13:03:00 +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 06/16] net: dwmac-imx: Use helper rgmii_clock Message-ID: References: <20241028-upstream_s32cc_gmac-v4-0-03618f10e3e2@oss.nxp.com> <20241028-upstream_s32cc_gmac-v4-6-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-6-03618f10e3e2@oss.nxp.com> On Mon, Oct 28, 2024 at 09:24:48PM +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