]> www.infradead.org Git - users/hch/misc.git/commitdiff
clk: remove unneeded 'fast_io' parameter in regmap_config
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Wed, 13 Aug 2025 16:14:48 +0000 (18:14 +0200)
committerStephen Boyd <sboyd@kernel.org>
Thu, 14 Aug 2025 19:50:35 +0000 (12:50 -0700)
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>
Link: https://lore.kernel.org/r/20250813161517.4746-3-wsa+renesas@sang-engineering.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/actions/owl-common.c
drivers/clk/clk-axm5516.c
drivers/clk/nxp/clk-lpc32xx.c
drivers/clk/qcom/a53-pll.c
drivers/clk/qcom/a7-pll.c
drivers/clk/qcom/apss-ipq-pll.c
drivers/clk/qcom/clk-cbf-8996.c
drivers/clk/qcom/clk-cpu-8996.c
drivers/clk/qcom/hfpll.c
drivers/clk/qcom/ipq-cmn-pll.c
drivers/clk/thead/clk-th1520-ap.c

index c62024b7c7374f64367ce4a9d37f7ee382f0fe6e..b3dded204dc5549864f86e29c1e652603c780247 100644 (file)
@@ -18,7 +18,6 @@ static const struct regmap_config owl_regmap_config = {
        .reg_stride     = 4,
        .val_bits       = 32,
        .max_register   = 0x00cc,
-       .fast_io        = true,
 };
 
 static void owl_clk_set_regmap(const struct owl_clk_desc *desc,
index 4a3462ee8f3edd203c20d330914a6f29bcb0f79b..3823383f3fa6757a8d2d394101ca1ea577f2d72a 100644 (file)
@@ -529,7 +529,6 @@ static const struct regmap_config axmclk_regmap_config = {
        .reg_stride     = 4,
        .val_bits       = 32,
        .max_register   = 0x1fffc,
-       .fast_io        = true,
 };
 
 static const struct of_device_id axmclk_match_table[] = {
index e00f270bc6aa813b395d9fddb15c6bcb2ded0936..96a1a527b3808573d3ce2c73af066a0bf37f1245 100644 (file)
@@ -68,7 +68,6 @@ static const struct regmap_config lpc32xx_scb_regmap_config = {
        .reg_stride = 4,
        .val_format_endian = REGMAP_ENDIAN_LITTLE,
        .max_register = 0x114,
-       .fast_io = true,
 };
 
 static struct regmap *clk_regmap;
index f43d455ab4b84ef1e17da81c495e370d4bbd4c9f..724a642311e50bdf470647d0661ef33c9c037809 100644 (file)
@@ -33,7 +33,6 @@ static const struct regmap_config a53pll_regmap_config = {
        .reg_stride             = 4,
        .val_bits               = 32,
        .max_register           = 0x40,
-       .fast_io                = true,
 };
 
 static struct pll_freq_tbl *qcom_a53pll_get_freq_tbl(struct device *dev)
index c4a53e5db229f24c8d6c75d398d595bb148af64b..f95aefc431191a23dbaa7a892a5632b7c7f51fb3 100644 (file)
@@ -50,7 +50,6 @@ static const struct regmap_config a7pll_regmap_config = {
        .reg_stride             = 4,
        .val_bits               = 32,
        .max_register           = 0x1000,
-       .fast_io                = true,
 };
 
 static int qcom_a7pll_probe(struct platform_device *pdev)
index d6c1aea7e9e1e50a8d7561ce352feac4e76fb1e3..3a8987fe7008a2cbc1e9456025868923c48b94fc 100644 (file)
@@ -169,7 +169,6 @@ static const struct regmap_config ipq_pll_regmap_config = {
        .reg_stride             = 4,
        .val_bits               = 32,
        .max_register           = 0x40,
-       .fast_io                = true,
 };
 
 static int apss_ipq_pll_probe(struct platform_device *pdev)
index ce4efcd995ea43c4d94434f7df4f3f44a325c034..0b40ed601f9a523fca642d3f2fbc1b34e3e068a5 100644 (file)
@@ -212,7 +212,6 @@ static const struct regmap_config cbf_msm8996_regmap_config = {
        .reg_stride             = 4,
        .val_bits               = 32,
        .max_register           = 0x10000,
-       .fast_io                = true,
        .val_format_endian      = REGMAP_ENDIAN_LITTLE,
 };
 
index 72689448a65329857d8149754fb31858898fb303..21d13c0841ed05e9a89f10d357f993cd4f6c03f4 100644 (file)
@@ -411,7 +411,6 @@ static const struct regmap_config cpu_msm8996_regmap_config = {
        .reg_stride             = 4,
        .val_bits               = 32,
        .max_register           = 0x80210,
-       .fast_io                = true,
        .val_format_endian      = REGMAP_ENDIAN_LITTLE,
 };
 
index b0b0cb074b4abac5fbee43f23eb19b88f3a7e862..385964196185a336acb5081a8c2c69a18e6f1ab9 100644 (file)
@@ -99,7 +99,6 @@ static const struct regmap_config hfpll_regmap_config = {
        .reg_stride     = 4,
        .val_bits       = 32,
        .max_register   = 0x30,
-       .fast_io        = true,
 };
 
 static int qcom_hfpll_probe(struct platform_device *pdev)
index b3d7169c63e5fa7638fee80094a47746a0b6845e..dafbf57320480c2811fe92e646c7ab879f767803 100644 (file)
@@ -108,7 +108,6 @@ static const struct regmap_config ipq_cmn_pll_regmap_config = {
        .reg_stride = 4,
        .val_bits = 32,
        .max_register = 0x7fc,
-       .fast_io = true,
 };
 
 static const struct cmn_pll_fixed_output_clk ipq5018_output_clks[] = {
index cf1bba58f641e9b053cdda5fa52640590c5fa215..cff4f014bddbce89c675001ad78f232006217a87 100644 (file)
@@ -1056,7 +1056,6 @@ static const struct regmap_config th1520_clk_regmap_config = {
        .reg_bits = 32,
        .val_bits = 32,
        .reg_stride = 4,
-       .fast_io = true,
 };
 
 struct th1520_plat_data {