From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 665339479; Thu, 21 Dec 2023 04:38:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="T7Cx73xO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB44CC433C7; Thu, 21 Dec 2023 04:38:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1703133504; bh=T0r6cxoGvSvAzvc8s4xGyg2H9N6xHNdpy1pG9PlQOrk=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=T7Cx73xOyswpwiZZdJfKW/I3jP33BRO9Qs6zZQuUObuKhQ8H70Jo+RIBgqo3h3Hon KnpA205GOMhi2/zQOav9YxX5+MFO4FXQoveR6dutdqq1VjYfFzMfajSJqXoIcHdVph kZ/6Bq2qs0nrhBnUl4CXXCP2LazyCcSUWrwaz6171MFKOTlX04RrNie1oQZ64yRHMk r1TgcwsvmJKwITggQ5YliSYd3MuEJAzUbulcMSJw0BZ895CznzS/tuiuHmez4ZscIq LCY1Jd7QN1XGA6BX5T+Au5bRxipYqLnL5y1zlh4WeAjA91w9GWeDQyhDk8FSo2wVne erfcFC7GPlQtA== Message-ID: <7bfcce007938a575a6d6f41faf4d432e.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20231219232442.2460166-3-cristian.ciocaltea@collabora.com> References: <20231219232442.2460166-1-cristian.ciocaltea@collabora.com> <20231219232442.2460166-3-cristian.ciocaltea@collabora.com> Subject: Re: [PATCH 2/2] clk: starfive: jh7100: Add CLK_SET_RATE_PARENT to gmac_tx From: Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com, Emil Renner Berthing , Jacob Keller To: Cristian Ciocaltea , Emil Renner Berthing , Hal Feng , Michael Turquette Date: Wed, 20 Dec 2023 20:38:22 -0800 User-Agent: alot/0.10 Quoting Cristian Ciocaltea (2023-12-19 15:24:40) > From: Emil Renner Berthing >=20 > This is needed by the dwmac-starfive ethernet driver to set the clock > for 1000, 100 and 10 Mbps links properly. >=20 > Signed-off-by: Emil Renner Berthing > Signed-off-by: Cristian Ciocaltea > Reviewed-by: Jacob Keller > --- Applied to clk-next