[PATCH 14/21] pmdomain: remove unneeded 'fast_io' parameter in regmap_config

Ulf Hansson ulf.hansson at linaro.org
Tue Aug 19 05:26:57 PDT 2025


On Wed, 13 Aug 2025 at 18:16, Wolfram Sang
<wsa+renesas at sang-engineering.com> wrote:
>
> When using MMIO with regmap, fast_io is implied. No need to set it
> again.
>
> Signed-off-by: Wolfram Sang <wsa+renesas at sang-engineering.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
> No dependencies, can be applied directly to the subsystem tree. Buildbot is
> happy, too.
>
>  drivers/pmdomain/imx/gpc.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/pmdomain/imx/gpc.c b/drivers/pmdomain/imx/gpc.c
> index f18c7e6e75dd..33991f3c6b55 100644
> --- a/drivers/pmdomain/imx/gpc.c
> +++ b/drivers/pmdomain/imx/gpc.c
> @@ -343,7 +343,6 @@ static const struct regmap_config imx_gpc_regmap_config = {
>         .rd_table = &access_table,
>         .wr_table = &access_table,
>         .max_register = 0x2ac,
> -       .fast_io = true,
>  };
>
>  static struct generic_pm_domain *imx_gpc_onecell_domains[] = {
> --
> 2.47.2
>



More information about the linux-arm-kernel mailing list