Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

soc: remove unneeded 'fast_io' parameter in regmap_config

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-19-wsa+renesas@sang-engineering.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Wolfram Sang and committed by
Bjorn Andersson
5d8a9c84 19e7aa0e

-2
-1
drivers/soc/qcom/llcc-qcom.c
··· 4409 4409 .reg_bits = 32, 4410 4410 .reg_stride = 4, 4411 4411 .val_bits = 32, 4412 - .fast_io = true, 4413 4412 }; 4414 4413 4415 4414 base = devm_platform_ioremap_resource(pdev, index);
-1
drivers/soc/qcom/ramp_controller.c
··· 229 229 .reg_stride = 4, 230 230 .val_bits = 32, 231 231 .max_register = 0x68, 232 - .fast_io = true, 233 232 }; 234 233 235 234 static const struct reg_sequence msm8976_cfg_dfs_sid[] = {