From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [78.32.30.218]) (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 999F31D0E33; Tue, 19 Nov 2024 16:45:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=78.32.30.218 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732034750; cv=none; b=ZOh65HFdel8OG03yjVP044kU0c7ZAkObXCf0Kpn2OsCvwmm7Ez6cL8dQEorFVRKYXrllcsyD/zcwf72qTzEduzZGmmiiAmeyfMUuszbr5USGYR7fv4LcPkNcYac7GXCVx98KjlYodbDTG/1ax/gSRKWqZsYe6Wr0gC0IdpSgCQY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732034750; c=relaxed/simple; bh=QGLSkMuyml1BWXXH82HpqnkNkBXUPIrN3x+sXjMGerg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qEToa8bfvg6lvT8vhKIkRts43c9V+7jPqDLHaz27cqwZn/eKGr3gTjWnLrELKnKGHi8EF0E9USQbLt1jydKctrez9rmfCgSqVSy5F451hP9wkosAbJIE+Nvl3mFhXd9MNOvaZMY7AfH/e4apd1ryNDgpINQHUWPIOY7kIXsOATc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=armlinux.org.uk; spf=none smtp.mailfrom=armlinux.org.uk; dkim=pass (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b=H9KdJNkV; arc=none smtp.client-ip=78.32.30.218 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=armlinux.org.uk Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=armlinux.org.uk Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=armlinux.org.uk header.i=@armlinux.org.uk header.b="H9KdJNkV" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=nOvURh03im5Y0p037dHYPPRbr6Ps9x4y5lo6QsI6ZAo=; b=H9KdJNkVxTJu8G1kMyUnk4+k3E ruHD/69KOYm+gewkT2P6oReWL/9fmjm56DxtfmAdEus5IPfyBB+KcLPJDj35YDLyi/umJiNV/mlCZ Cz5izKButDmP3BUyLpdrxOLSk4DYWmML/Mw+YPNXtdrY4QIsu/9AtfmFaWyP8nsu6L//0M1/drbUn tlTEi9fyusQIUaprFotU7UqNGYoXJYpNeAZc3MWkuJqUE8sThGGEDt7wjoPk1sHEcFZvwD1fEMwxl npzJmT0aJJ+D+Y0ziQziio4EvmUcR4B9A2FWbk3GtOJ1Tokt2Px9nZw5yimG2AqleRMQmOk3UMAiX qRgaBD2A==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:35666) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tDRLy-0003zw-2O; Tue, 19 Nov 2024 16:45:27 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.96) (envelope-from ) id 1tDRLu-0006DR-25; Tue, 19 Nov 2024 16:45:22 +0000 Date: Tue, 19 Nov 2024 16:45:22 +0000 From: "Russell King (Oracle)" 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 , Andrew Lunn , Heiner Kallweit , 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 v5 08/16] net: dwmac-rk: Use helper rgmii_clock Message-ID: References: <20241119-upstream_s32cc_gmac-v5-0-7dcc90fcffef@oss.nxp.com> <20241119-upstream_s32cc_gmac-v5-8-7dcc90fcffef@oss.nxp.com> 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: <20241119-upstream_s32cc_gmac-v5-8-7dcc90fcffef@oss.nxp.com> Sender: Russell King (Oracle) On Tue, Nov 19, 2024 at 04:00:14PM +0100, Jan Petrous via B4 Relay wrote: > From: "Jan Petrous (OSS)" > > Utilize a new helper function rgmii_clock(). > > Reviewed-by: Andrew Lunn > Signed-off-by: Jan Petrous (OSS) Reviewed-by: Russell King (Oracle) Thanks! -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!