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 554AF1D90A4; Tue, 19 Nov 2024 16:47:12 +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=1732034834; cv=none; b=CBuD8EcTXtr+QWOQnjNXby+G42tvEV+OU0+BS5DjpuiLzFP7mqFZvpzVpudu/qSmpT6K8bhiAGa6MF5pFwqBj65X87B8DMB0/nA/WLH7NlBmgN7sXegVTplfyGyizFSi94T8S4Jw1HAHZtV3Zm/WfxErqhsi+r9JO+fL4WSsd5k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1732034834; c=relaxed/simple; bh=zv8UFmvA+jM7PP321OSv7IdbhWpXuHGvtvt0LyOK/rQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=eobolgm+cq3RVTIX8+8CCzG0O4REmn25u23gLqtX6onPAlE5w8UZgEwHP+60umgoZ2MdAOas0ryULEzhWLeV01HjNSllEwyDCYRoi+lxyZ/vNWy0kBWa8gxgMOJ8oWmFxp1UXWs5i4eLAp/NyhQyx+tOQZUNVJTAl0x3rAwq/IM= 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=IyepKIgy; 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="IyepKIgy" 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=MMDh/7juALopDX0NsVt+Q2kMv90KhGY69+ajAjxDvhg=; b=IyepKIgylKHWbSvqQjeQ6Y2Y2m pBmnVSE/sqs7PhNiQAr1p+5fMwoUts8VQ3l1UXt6NJgF/C5LwRhqShQNKvf6EH1Cg4GviqECcgF2x baeI9VuvPu2urWNReF3NTzubmkJgcjostBjLxyFH+Ho/9WFb330TovK8KZTZBpl6RCdxdupA6t+4f g/h3MKvgaKI/sOyKvRXW9BB7q+2IqJ2z7wEEHpk001cNiBC4FRTU2WnqckXE6eBtdESX80i92o230 TaVCsdxUXMTD72mIMgRXtsqmMg+jKXZen0MJ4wy7+x9HHbnrZnT+NemQxCreJhiCofyUsw+S7HA1s GVWUeDMA==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:47348) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tDRNM-00041T-0m; Tue, 19 Nov 2024 16:46:52 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.96) (envelope-from ) id 1tDRNK-0006Di-16; Tue, 19 Nov 2024 16:46:50 +0000 Date: Tue, 19 Nov 2024 16:46:50 +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 10/16] net: macb: Use helper rgmii_clock Message-ID: References: <20241119-upstream_s32cc_gmac-v5-0-7dcc90fcffef@oss.nxp.com> <20241119-upstream_s32cc_gmac-v5-10-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-10-7dcc90fcffef@oss.nxp.com> Sender: Russell King (Oracle) On Tue, Nov 19, 2024 at 04:00:16PM +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!