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.

iio: 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-6-wsa+renesas@sang-engineering.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Wolfram Sang and committed by
Jonathan Cameron
2c748d27 91254571

-1
-1
drivers/iio/adc/sun4i-gpadc-iio.c
··· 154 154 .reg_bits = 32, 155 155 .val_bits = 32, 156 156 .reg_stride = 4, 157 - .fast_io = true, 158 157 }; 159 158 160 159 static int sun4i_prepare_for_irq(struct iio_dev *indio_dev, int channel,