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

spi: 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-20-wsa+renesas@sang-engineering.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Wolfram Sang and committed by
Mark Brown
48124569 9c45f952

-1
-1
drivers/spi/spi-altera-platform.c
··· 30 30 .reg_bits = 32, 31 31 .reg_stride = 4, 32 32 .val_bits = 32, 33 - .fast_io = true, 34 33 }; 35 34 36 35 static int altera_spi_probe(struct platform_device *pdev)