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 459D1205E14; Tue, 29 Oct 2024 12:04:55 +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=1730203497; cv=none; b=BWDjQaZJSbiAyXUE8Dv8w1ySEQPgor8J5MjGjUJJodnCLS1c7uW6UmGOhnhybERPZO7WMgU3l2z07BoL0shrXeY15JHSRCbGLFFouutUuixdZ0JxM0yyt+IqQ8iY8MhqoY0+VpG1zqicToNRCklagJcjYrEhBL2BogstdhrYEyA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730203497; c=relaxed/simple; bh=c1bEED35SrmdK94FbcCBk3077T9Gd/7y0fSAnm7rfSw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ThVSf8MBtx86ab/eeY8nhDWHf5N1hmq/K5nUcdp1c7yYl/IeFtWFZ+Mzmy4XoZ01MId5TCOfE/6Egim1WciTIEO/4/7EuN1IJ733f/wzQE7HwaO2bPgZCQCn6z49LQEvjx98PehPkb3O46SMe+0bzDLjeQ6pcd2feL8jrQTWtwU= 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=OjDVVbgK; 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="OjDVVbgK" 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=oQgeytYeaRhG+LoiFGiqhyBw5Je6QOjuZuvoRDnNBv8=; b=OjDVVbgKWYssXiFtScrNbLy0rw XfL9mV1eigqVPbUoBkYeQ5Sy91YoKVVsJs12j1oCcru48sjlFuEjcAQFNjZvgwcRVnqdyxV97ZCHG dH8aNPvHbR+rke5aSm4Kuw35asz5iqLkWbcx9LVI5qlFA5WAn6DVygQ27VCBQGhrLklk=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1t5kxY-00BZHo-8F; Tue, 29 Oct 2024 13:04:28 +0100 Date: Tue, 29 Oct 2024 13:04:28 +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 11/16] net: xgene_enet: Use helper rgmii_clock Message-ID: References: <20241028-upstream_s32cc_gmac-v4-0-03618f10e3e2@oss.nxp.com> <20241028-upstream_s32cc_gmac-v4-11-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-11-03618f10e3e2@oss.nxp.com> On Mon, Oct 28, 2024 at 09:24:53PM +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