Re: [PATCH net-next] net: ethernet: qualcomm: remove unneeded 'fast_io' parameter in regmap_config

From: Jie Luo

Date: Mon Jul 06 2026 - 23:16:13 EST




On 7/6/2026 12:41 AM, Wolfram Sang wrote:
> When using MMIO with regmap, fast_io is implied. No need to set it
> again.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
> ---
> No dependencies, can be applied directly to the subsystem tree. Buildbot is
> happy, too.
>
> drivers/net/ethernet/qualcomm/ppe/ppe.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/net/ethernet/qualcomm/ppe/ppe.c b/drivers/net/ethernet/qualcomm/ppe/ppe.c
> index be747510d947..3c301e609d3e 100644
> --- a/drivers/net/ethernet/qualcomm/ppe/ppe.c
> +++ b/drivers/net/ethernet/qualcomm/ppe/ppe.c
> @@ -106,7 +106,6 @@ static const struct regmap_config regmap_config_ipq9574 = {
> .rd_table = &ppe_reg_table,
> .wr_table = &ppe_reg_table,
> .max_register = 0xbef800,
> - .fast_io = true,
> };
>
> static int ppe_clock_init_and_reset(struct ppe_device *ppe_dev)

Reviewed-by: Luo Jie <jie.luo@xxxxxxxxxxxxxxxx>