The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] clk: mediatek: remove unneeded 'fast_io' parameter in regmap_config
@ 2026-07-05 16:35 Wolfram Sang
  2026-07-06  8:27 ` AngeloGioacchino Del Regno
  2026-07-06 15:37 ` Brian Masney
  0 siblings, 2 replies; 3+ messages in thread
From: Wolfram Sang @ 2026-07-05 16:35 UTC (permalink / raw)
  To: linux-kernel
  Cc: Wolfram Sang, Michael Turquette, Stephen Boyd, Brian Masney,
	Matthias Brugger, AngeloGioacchino Del Regno, linux-clk,
	linux-arm-kernel, linux-mediatek

When using MMIO with regmap, fast_io is implied. No need to set it
again.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
---
No dependencies, can be applied directly to the subsystem tree. Buildbot is
happy, too.

 drivers/clk/mediatek/clk-mt8196-vlpckgen.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/clk/mediatek/clk-mt8196-vlpckgen.c b/drivers/clk/mediatek/clk-mt8196-vlpckgen.c
index 7dcc164627c5..ee88dc4a231a 100644
--- a/drivers/clk/mediatek/clk-mt8196-vlpckgen.c
+++ b/drivers/clk/mediatek/clk-mt8196-vlpckgen.c
@@ -629,7 +629,6 @@ static const struct regmap_config vlpckgen_regmap_config = {
 	.val_bits = 32,
 	.reg_stride = 4,
 	.max_register = 0x1000,
-	.fast_io = true,
 };
 
 static int clk_mt8196_vlp_probe(struct platform_device *pdev)
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-06 15:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-05 16:35 [PATCH] clk: mediatek: remove unneeded 'fast_io' parameter in regmap_config Wolfram Sang
2026-07-06  8:27 ` AngeloGioacchino Del Regno
2026-07-06 15:37 ` Brian Masney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox