sophgo.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Brian Masney via B4 Relay <devnull+bmasney.redhat.com@kernel.org>
To: "Michael Turquette" <mturquette@baylibre.com>,
	"Stephen Boyd" <sboyd@kernel.org>,
	"Sudeep Holla" <sudeep.holla@arm.com>,
	"Cristian Marussi" <cristian.marussi@arm.com>,
	"Chen Wang" <unicorn_wang@outlook.com>,
	"Inochi Amaoto" <inochiama@gmail.com>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Claudiu Beznea" <claudiu.beznea@tuxon.dev>,
	"Paul Cercueil" <paul@crapouillou.net>,
	"Keguang Zhang" <keguang.zhang@gmail.com>,
	"Taichi Sugaya" <sugaya.taichi@socionext.com>,
	"Takao Orito" <orito.takao@socionext.com>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Jacky Huang" <ychuang3@nuvoton.com>,
	"Shan-Chun Hung" <schung@nuvoton.com>,
	"Vladimir Zapolskiy" <vz@mleia.com>,
	"Piotr Wojtaszczyk" <piotr.wojtaszczyk@timesys.com>,
	"Paul Walmsley" <paul.walmsley@sifive.com>,
	"Samuel Holland" <samuel.holland@sifive.com>,
	"Yixun Lan" <dlan@gentoo.org>,
	"Steen Hegelund" <Steen.Hegelund@microchip.com>,
	"Daniel Machon" <daniel.machon@microchip.com>,
	UNGLinuxDriver@microchip.com, "Orson Zhai" <orsonzhai@gmail.com>,
	"Baolin Wang" <baolin.wang@linux.alibaba.com>,
	"Chunyan Zhang" <zhang.lyra@gmail.com>,
	"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
	"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
	"Michal Simek" <michal.simek@amd.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Andreas Färber" <afaerber@suse.de>,
	"Manivannan Sadhasivam" <mani@kernel.org>,
	"Sven Peter" <sven@kernel.org>, "Janne Grunau" <j@jannau.net>,
	"Alyssa Rosenzweig" <alyssa@rosenzweig.io>,
	"Neal Gompa" <neal@gompa.dev>,
	"Eugeniy Paltsev" <Eugeniy.Paltsev@synopsys.com>,
	"Ray Jui" <rjui@broadcom.com>,
	"Scott Branden" <sbranden@broadcom.com>,
	"Broadcom internal kernel review list"
	<bcm-kernel-feedback-list@broadcom.com>,
	"Max Filippov" <jcmvbkbc@gmail.com>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"Daniel Palmer" <daniel@thingy.jp>,
	"Romain Perier" <romain.perier@gmail.com>,
	"Andrew Lunn" <andrew@lunn.ch>,
	"Gregory Clement" <gregory.clement@bootlin.com>,
	"Sebastian Hesselbarth" <sebastian.hesselbarth@gmail.com>,
	"Bjorn Andersson" <andersson@kernel.org>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Heiko Stuebner" <heiko@sntech.de>,
	"Andrea della Porta" <andrea.porta@suse.com>,
	"Krzysztof Kozlowski" <krzk@kernel.org>,
	"Sylwester Nawrocki" <s.nawrocki@samsung.com>,
	"Chanwoo Choi" <cw00.choi@samsung.com>,
	"Alim Akhtar" <alim.akhtar@samsung.com>,
	"Qin Jian" <qinjian@cqplus1.com>,
	"Viresh Kumar" <vireshk@kernel.org>,
	"Ulf Hansson" <ulf.hansson@linaro.org>,
	"Luca Ceresoli" <luca.ceresoli@bootlin.com>,
	"Alex Helms" <alexander.helms.jy@renesas.com>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Liviu Dudau" <liviu.dudau@arm.com>,
	"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
	"Nobuhiro Iwamatsu" <nobuhiro1.iwamatsu@toshiba.co.jp>
Cc: linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org,
	 arm-scmi@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	 sophgo@lists.linux.dev, linux-mips@vger.kernel.org,
	imx@lists.linux.dev,  linux-riscv@lists.infradead.org,
	spacemit@lists.linux.dev,
	 linux-stm32@st-md-mailman.stormreply.com,
	patches@opensource.cirrus.com,
	 linux-actions@lists.infradead.org, asahi@lists.linux.dev,
	 linux-mediatek@lists.infradead.org,
	linux-arm-msm@vger.kernel.org,
	 linux-renesas-soc@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	 linux-samsung-soc@vger.kernel.org, soc@lists.linux.dev,
	 Brian Masney <bmasney@redhat.com>
Subject: [PATCH 002/114] clk: at91: peripheral: convert from round_rate() to determine_rate()
Date: Mon, 11 Aug 2025 11:17:54 -0400	[thread overview]
Message-ID: <20250811-clk-for-stephen-round-rate-v1-2-b3bf97b038dc@redhat.com> (raw)
In-Reply-To: <20250811-clk-for-stephen-round-rate-v1-0-b3bf97b038dc@redhat.com>

From: Brian Masney <bmasney@redhat.com>

The round_rate() clk ops is deprecated, so migrate this driver from
round_rate() to determine_rate() using the Coccinelle semantic patch
on the cover letter of this series.

This driver already has a clk_sam9x5_peripheral_determine_rate()
implementation, however it can change the parent rate. The existing
round rate does not have this functionality. I could add a check
for CLK_SET_RATE_PARENT, and combine the two functions, however there
are some other minor differences in the two implementations. I don't
have access to this particular hardware. I believe that they could
be combined, however it would need to be tested on real hardware.
So, let's play it safe and convert the existing round rate
implementation to ensure that the driver keeps the same functionality
as before.

Signed-off-by: Brian Masney <bmasney@redhat.com>
---
 drivers/clk/at91/clk-peripheral.c | 41 +++++++++++++++++++++++----------------
 1 file changed, 24 insertions(+), 17 deletions(-)

diff --git a/drivers/clk/at91/clk-peripheral.c b/drivers/clk/at91/clk-peripheral.c
index 629f050a855aaebfd1a03ff87c2b016cd2284a5a..e700f40fd87f9327365f250366f7f7bde01f5987 100644
--- a/drivers/clk/at91/clk-peripheral.c
+++ b/drivers/clk/at91/clk-peripheral.c
@@ -335,50 +335,57 @@ static int clk_sam9x5_peripheral_determine_rate(struct clk_hw *hw,
 	return 0;
 }
 
-static long clk_sam9x5_peripheral_round_rate(struct clk_hw *hw,
-					     unsigned long rate,
-					     unsigned long *parent_rate)
+static int clk_sam9x5_peripheral_no_parent_determine_rate(struct clk_hw *hw,
+							  struct clk_rate_request *req)
 {
 	int shift = 0;
 	unsigned long best_rate;
 	unsigned long best_diff;
-	unsigned long cur_rate = *parent_rate;
+	unsigned long cur_rate = req->best_parent_rate;
 	unsigned long cur_diff;
 	struct clk_sam9x5_peripheral *periph = to_clk_sam9x5_peripheral(hw);
 
-	if (periph->id < PERIPHERAL_ID_MIN || !periph->range.max)
-		return *parent_rate;
+	if (periph->id < PERIPHERAL_ID_MIN || !periph->range.max) {
+		req->rate = req->best_parent_rate;
+
+		return 0;
+	}
 
 	if (periph->range.max) {
 		for (; shift <= PERIPHERAL_MAX_SHIFT; shift++) {
-			cur_rate = *parent_rate >> shift;
+			cur_rate = req->best_parent_rate >> shift;
 			if (cur_rate <= periph->range.max)
 				break;
 		}
 	}
 
-	if (rate >= cur_rate)
-		return cur_rate;
+	if (req->rate >= cur_rate) {
+		req->rate = cur_rate;
+
+		return 0;
+	}
 
-	best_diff = cur_rate - rate;
+	best_diff = cur_rate - req->rate;
 	best_rate = cur_rate;
 	for (; shift <= PERIPHERAL_MAX_SHIFT; shift++) {
-		cur_rate = *parent_rate >> shift;
-		if (cur_rate < rate)
-			cur_diff = rate - cur_rate;
+		cur_rate = req->best_parent_rate >> shift;
+		if (cur_rate < req->rate)
+			cur_diff = req->rate - cur_rate;
 		else
-			cur_diff = cur_rate - rate;
+			cur_diff = cur_rate - req->rate;
 
 		if (cur_diff < best_diff) {
 			best_diff = cur_diff;
 			best_rate = cur_rate;
 		}
 
-		if (!best_diff || cur_rate < rate)
+		if (!best_diff || cur_rate < req->rate)
 			break;
 	}
 
-	return best_rate;
+	req->rate = best_rate;
+
+	return 0;
 }
 
 static int clk_sam9x5_peripheral_set_rate(struct clk_hw *hw,
@@ -430,7 +437,7 @@ static const struct clk_ops sam9x5_peripheral_ops = {
 	.disable = clk_sam9x5_peripheral_disable,
 	.is_enabled = clk_sam9x5_peripheral_is_enabled,
 	.recalc_rate = clk_sam9x5_peripheral_recalc_rate,
-	.round_rate = clk_sam9x5_peripheral_round_rate,
+	.determine_rate = clk_sam9x5_peripheral_no_parent_determine_rate,
 	.set_rate = clk_sam9x5_peripheral_set_rate,
 	.save_context = clk_sam9x5_peripheral_save_context,
 	.restore_context = clk_sam9x5_peripheral_restore_context,

-- 
2.50.1



  parent reply	other threads:[~2025-08-11 15:18 UTC|newest]

Thread overview: 172+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-11 15:17 [PATCH 000/114] clk: convert drivers from deprecated round_rate() to determine_rate() Brian Masney via B4 Relay
2025-08-11 15:17 ` [PATCH 001/114] clk: at91: peripheral: fix return value Brian Masney via B4 Relay
2025-08-11 15:59   ` Alexander Sverdlin
2025-08-11 15:17 ` Brian Masney via B4 Relay [this message]
2025-08-11 16:00   ` [PATCH 002/114] clk: at91: peripheral: convert from round_rate() to determine_rate() Alexander Sverdlin
2025-08-11 15:17 ` [PATCH 003/114] clk: fixed-factor: add determine_rate() ops Brian Masney via B4 Relay
2025-08-11 15:17 ` [PATCH 004/114] clk: at91: audio-pll: convert from round_rate() to determine_rate() Brian Masney via B4 Relay
2025-08-11 15:17 ` [PATCH 005/114] clk: at91: h32mx: " Brian Masney via B4 Relay
2025-08-11 15:17 ` [PATCH 006/114] clk: at91: pll: " Brian Masney via B4 Relay
2025-08-11 15:17 ` [PATCH 007/114] clk: at91: plldiv: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 008/114] clk: at91: sam9x60-pll: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 009/114] clk: at91: usb: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 010/114] clk: baikal-t1: ccu-div: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 011/114] clk: baikal-t1: ccu-pll: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 012/114] clk: cdce925: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 013/114] clk: cs2000-cp: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 014/114] clk: ep93xx: " Brian Masney via B4 Relay
2025-08-11 15:50   ` Alexander Sverdlin
2025-08-11 15:18 ` [PATCH 015/114] clk: fractional-divider: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 016/114] clk: gemini: " Brian Masney via B4 Relay
2025-08-19  9:46   ` Linus Walleij
2025-08-11 15:18 ` [PATCH 017/114] clk: highbank: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 018/114] clk: hisilicon: clkdivider-hi6220: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 019/114] clk: hisilicon: hi3660-stub: move comma from declaration of DEFINE_CLK_STUB() Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 020/114] clk: hisilicon: hi3660-stub: convert from round_rate() to determine_rate() Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 021/114] clk: hisilicon: hi6220-stub: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 022/114] clk: ingenic: cgu: " Brian Masney via B4 Relay
2025-09-03 19:18   ` Paul Cercueil
2025-08-11 15:18 ` [PATCH 023/114] clk: ingenic: jz4780-cgu: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 024/114] clk: ingenic: x1000-cgu: " Brian Masney via B4 Relay
2025-09-03 19:20   ` Paul Cercueil
2025-08-11 15:18 ` [PATCH 025/114] clk: lmk04832: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 026/114] clk: loongson1: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 027/114] clk: max9485: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 028/114] clk: milbeaut: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 029/114] clk: mmp: audio: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 030/114] clk: mmp: frac: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 031/114] clk: multiplier: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 032/114] clk: mxs: div: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 033/114] clk: mxs: frac: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 034/114] clk: mxs: ref: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 035/114] clk: nuvoton: ma35d1-divider: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 036/114] clk: nuvoton: ma35d1-pll: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 037/114] clk: nxp: lpc18xx-cgu: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 038/114] clk: nxp: lpc32xx: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 039/114] clk: pistachio: pll: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 040/114] clk: scpi: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 041/114] clk: si514: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 042/114] clk: si521xx: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 043/114] clk: si5341: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 044/114] clk: si544: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 045/114] clk: si570: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 046/114] clk: sifive: sifive-prci: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 047/114] clk: sophgo: cv18xx-ip: " Brian Masney via B4 Relay
2025-08-11 15:47   ` Alexander Sverdlin
2025-08-11 15:18 ` [PATCH 048/114] clk: sophgo: sg2042-clkgen: " Brian Masney via B4 Relay
2025-08-11 15:45   ` Alexander Sverdlin
2025-08-11 15:57     ` Brian Masney
2025-08-14  8:47   ` Chen Wang
2025-08-11 15:18 ` [PATCH 049/114] clk: spacemit: ccu_ddn: " Brian Masney via B4 Relay
2025-08-25  8:40   ` Yixun Lan
2025-08-25 15:17   ` Haylen Chu
2025-08-11 15:18 ` [PATCH 050/114] clk: spacemit: ccu_mix: " Brian Masney via B4 Relay
2025-08-25  8:41   ` Yixun Lan
2025-08-25 15:18   ` Haylen Chu
2025-08-11 15:18 ` [PATCH 051/114] clk: spacemit: ccu_pll: " Brian Masney via B4 Relay
2025-08-25  8:41   ` Yixun Lan
2025-08-25 15:18   ` Haylen Chu
2025-08-11 15:18 ` [PATCH 052/114] clk: sparx5: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 053/114] clk: sprd: div: " Brian Masney via B4 Relay
2025-08-12  9:17   ` Chunyan Zhang
2025-08-11 15:18 ` [PATCH 054/114] clk: sprd: pll: " Brian Masney via B4 Relay
2025-08-12  9:16   ` Chunyan Zhang
2025-08-11 15:18 ` [PATCH 055/114] clk: st: clkgen-fsyn: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 056/114] clk: st: clkgen-pll: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 057/114] clk: stm32f4: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 058/114] clk: stm32: stm32-core: " Brian Masney via B4 Relay
2025-08-18 12:08   ` Gabriel FERNANDEZ
2025-08-11 15:18 ` [PATCH 059/114] clk: stm32: stm32mp1: " Brian Masney via B4 Relay
2025-08-18 12:09   ` Gabriel FERNANDEZ
2025-08-11 15:18 ` [PATCH 060/114] clk: tps68470: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 061/114] clk: versaclock3: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 062/114] clk: vt8500: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 063/114] clk: wm831x: " Brian Masney via B4 Relay
2025-08-12  8:04   ` Richard Fitzgerald
2025-08-11 15:18 ` [PATCH 064/114] clk: x86: cgu: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 065/114] clk: xgene: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 066/114] clk: xilinx: xlnx-clock-wizard: " Brian Masney via B4 Relay
2025-08-11 15:18 ` [PATCH 067/114] clk: xilinx: xlnx_vcu: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 068/114] clk: zynqmp: divider: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 069/114] clk: zynqmp: pll: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 070/114] clk: zynq: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 071/114] clk: actions: owl-composite: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 072/114] clk: actions: owl-divider: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 073/114] clk: actions: owl-factor: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 074/114] clk: actions: owl-pll: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 075/114] clk: apple-nco: " Brian Masney via B4 Relay
2025-08-14 15:29   ` Janne Grunau
2025-08-11 15:19 ` [PATCH 076/114] clk: axs10x: i2s_pll_clock: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 077/114] clk: axs10x: pll_clock: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 078/114] clk: bcm: iproc-asiu: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 079/114] clk: bm1880: " Brian Masney via B4 Relay
2025-08-12 15:38   ` Manivannan Sadhasivam
2025-08-11 15:19 ` [PATCH 080/114] clk: cdce706: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 081/114] clk: hsdk-pll: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 082/114] clk: mediatek: pll: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 083/114] clk: microchip: core: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 084/114] clk: mstar: msc313-cpupll: " Brian Masney via B4 Relay
2025-08-14  4:35   ` Daniel Palmer
2025-08-11 15:19 ` [PATCH 085/114] clk: mvebu: ap-cpu-clk: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 086/114] clk: mvebu: armada-37xx-periph: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 087/114] clk: mvebu: corediv: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 088/114] clk: mvebu: cpu: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 089/114] clk: mvebu: dove-divider: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 090/114] clk: qcom: alpha-pll: " Brian Masney via B4 Relay
2025-08-12  9:13   ` Konrad Dybcio
2025-08-11 15:19 ` [PATCH 091/114] clk: qcom: regmap-divider: " Brian Masney via B4 Relay
2025-08-12  9:14   ` Konrad Dybcio
2025-08-11 15:19 ` [PATCH 092/114] clk: renesas: rzg2l-cpg: " Brian Masney via B4 Relay
2025-08-14 15:06   ` Geert Uytterhoeven
2025-08-11 15:19 ` [PATCH 093/114] clk: renesas: rzv2h-cpg: remove round_rate() in favor of determine_rate() Brian Masney via B4 Relay
2025-08-14 15:11   ` Geert Uytterhoeven
2025-08-11 15:19 ` [PATCH 094/114] clk: rockchip: ddr: convert from round_rate() to determine_rate() Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 095/114] clk: rockchip: half-divider: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 096/114] clk: rockchip: pll: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 097/114] clk: rp1: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 098/114] clk: samsung: cpu: " Brian Masney via B4 Relay
2025-08-23 16:50   ` (subset) " Krzysztof Kozlowski
2025-08-11 15:19 ` [PATCH 099/114] clk: samsung: pll: " Brian Masney via B4 Relay
2025-08-23 16:50   ` (subset) " Krzysztof Kozlowski
2025-08-11 15:19 ` [PATCH 100/114] clk: sp7021: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 101/114] clk: spear: aux-synth: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 102/114] clk: spear: frac-synth: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 103/114] clk: spear: gpt-synth: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 104/114] clk: spear: vco-pll: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 105/114] clk: ux500: prcmu: " Brian Masney via B4 Relay
2025-08-19  9:47   ` Linus Walleij
2025-08-11 15:19 ` [PATCH 106/114] clk: versaclock5: " Brian Masney via B4 Relay
2025-08-13  9:07   ` Luca Ceresoli
2025-08-11 15:19 ` [PATCH 107/114] clk: versaclock7: " Brian Masney via B4 Relay
2025-08-11 15:19 ` [PATCH 108/114] clk: versatile: icst: " Brian Masney via B4 Relay
2025-08-19  9:47   ` Linus Walleij
2025-08-11 15:19 ` [PATCH 109/114] clk: versatile: vexpress-osc: " Brian Masney via B4 Relay
2025-08-19  9:49   ` Linus Walleij
2025-08-11 15:19 ` [PATCH 110/114] clk: visconti: pll: " Brian Masney via B4 Relay
2025-08-18  0:48   ` nobuhiro1.iwamatsu
2025-08-11 15:19 ` [PATCH 111/114] clk: divider: remove round_rate() in favor of determine_rate() Brian Masney via B4 Relay
2025-08-11 16:02   ` Alexander Sverdlin
2025-08-14 15:10   ` Geert Uytterhoeven
2025-08-11 15:19 ` [PATCH 112/114] clk: scmi: " Brian Masney via B4 Relay
2025-08-11 15:38   ` Alexander Sverdlin
2025-08-27  7:09   ` Peng Fan
2025-08-27 13:13     ` Brian Masney
2025-08-27 13:49       ` Sudeep Holla
2025-08-11 15:19 ` [PATCH 113/114] clk: sophgo: sg2042-pll: " Brian Masney via B4 Relay
2025-08-11 15:36   ` Alexander Sverdlin
2025-08-14  8:46   ` Chen Wang
2025-08-11 15:19 ` [PATCH 114/114] clk: fixed-factor: drop round_rate() clk ops Brian Masney via B4 Relay
2025-08-11 15:37   ` Alexander Sverdlin
2025-08-11 16:00 ` [PATCH 000/114] clk: convert drivers from deprecated round_rate() to determine_rate() Manivannan Sadhasivam
2025-08-12 10:39 ` Brian Masney
2025-08-12 13:39 ` Icenowy Zheng
2025-08-12 13:53   ` Brian Masney
2025-08-22  6:31 ` Krzysztof Kozlowski
2025-08-22 11:32   ` Brian Masney
2025-08-22 12:23     ` Krzysztof Kozlowski
2025-08-22 13:09       ` Brian Masney
2025-08-23 16:43         ` Krzysztof Kozlowski
2025-09-01  9:49           ` Geert Uytterhoeven
2025-08-23 16:48 ` Krzysztof Kozlowski
2025-08-25 22:23 ` (subset) " Yixun Lan
2025-08-29  0:47 ` Brian Masney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250811-clk-for-stephen-round-rate-v1-2-b3bf97b038dc@redhat.com \
    --to=devnull+bmasney.redhat.com@kernel.org \
    --cc=Eugeniy.Paltsev@synopsys.com \
    --cc=Steen.Hegelund@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=afaerber@suse.de \
    --cc=alexander.helms.jy@renesas.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=alim.akhtar@samsung.com \
    --cc=alyssa@rosenzweig.io \
    --cc=andersson@kernel.org \
    --cc=andrea.porta@suse.com \
    --cc=andrew@lunn.ch \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=arm-scmi@vger.kernel.org \
    --cc=asahi@lists.linux.dev \
    --cc=baolin.wang@linux.alibaba.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=bmasney@redhat.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=cristian.marussi@arm.com \
    --cc=cw00.choi@samsung.com \
    --cc=daniel.machon@microchip.com \
    --cc=daniel@thingy.jp \
    --cc=dlan@gentoo.org \
    --cc=festevam@gmail.com \
    --cc=geert+renesas@glider.be \
    --cc=gregory.clement@bootlin.com \
    --cc=heiko@sntech.de \
    --cc=imx@lists.linux.dev \
    --cc=inochiama@gmail.com \
    --cc=j@jannau.net \
    --cc=jcmvbkbc@gmail.com \
    --cc=keguang.zhang@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-actions@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=liviu.dudau@arm.com \
    --cc=lpieralisi@kernel.org \
    --cc=luca.ceresoli@bootlin.com \
    --cc=mani@kernel.org \
    --cc=matthias.bgg@gmail.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=michal.simek@amd.com \
    --cc=mripard@kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=neal@gompa.dev \
    --cc=nicolas.ferre@microchip.com \
    --cc=nobuhiro1.iwamatsu@toshiba.co.jp \
    --cc=orito.takao@socionext.com \
    --cc=orsonzhai@gmail.com \
    --cc=patches@opensource.cirrus.com \
    --cc=paul.walmsley@sifive.com \
    --cc=paul@crapouillou.net \
    --cc=piotr.wojtaszczyk@timesys.com \
    --cc=qinjian@cqplus1.com \
    --cc=rjui@broadcom.com \
    --cc=romain.perier@gmail.com \
    --cc=s.hauer@pengutronix.de \
    --cc=s.nawrocki@samsung.com \
    --cc=samuel.holland@sifive.com \
    --cc=sboyd@kernel.org \
    --cc=sbranden@broadcom.com \
    --cc=schung@nuvoton.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=shawnguo@kernel.org \
    --cc=soc@lists.linux.dev \
    --cc=sophgo@lists.linux.dev \
    --cc=spacemit@lists.linux.dev \
    --cc=sudeep.holla@arm.com \
    --cc=sugaya.taichi@socionext.com \
    --cc=sven@kernel.org \
    --cc=ulf.hansson@linaro.org \
    --cc=unicorn_wang@outlook.com \
    --cc=vireshk@kernel.org \
    --cc=vz@mleia.com \
    --cc=ychuang3@nuvoton.com \
    --cc=zhang.lyra@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).