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.

pmdomain: 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-15-wsa+renesas@sang-engineering.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Wolfram Sang and committed by
Ulf Hansson
87660a84 a83a7a7b

-1
-1
drivers/pmdomain/imx/gpc.c
··· 343 343 .rd_table = &access_table, 344 344 .wr_table = &access_table, 345 345 .max_register = 0x2ac, 346 - .fast_io = true, 347 346 }; 348 347 349 348 static struct generic_pm_domain *imx_gpc_onecell_domains[] = {