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

regulator: 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://patch.msgid.link/20250813161517.4746-16-wsa+renesas@sang-engineering.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Wolfram Sang and committed by
Mark Brown
37533933 714165e1

-1
-1
drivers/regulator/qcom-refgen-regulator.c
··· 94 94 .reg_bits = 32, 95 95 .reg_stride = 4, 96 96 .val_bits = 32, 97 - .fast_io = true, 98 97 }; 99 98 100 99 static int qcom_refgen_probe(struct platform_device *pdev)