The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH net-next] net: ethernet: qualcomm: remove unneeded 'fast_io' parameter in regmap_config
@ 2026-07-05 16:41 Wolfram Sang
  2026-07-07  3:15 ` Jie Luo
  2026-07-11 11:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Wolfram Sang @ 2026-07-05 16:41 UTC (permalink / raw)
  To: linux-kernel
  Cc: Wolfram Sang, Luo Jie, Andrew Lunn, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, netdev

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>
---
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)
-- 
2.51.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: ethernet: qualcomm: remove unneeded 'fast_io' parameter in regmap_config
  2026-07-05 16:41 [PATCH net-next] net: ethernet: qualcomm: remove unneeded 'fast_io' parameter in regmap_config Wolfram Sang
@ 2026-07-07  3:15 ` Jie Luo
  2026-07-11 11:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Jie Luo @ 2026-07-07  3:15 UTC (permalink / raw)
  To: Wolfram Sang, linux-kernel
  Cc: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, netdev



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@sang-engineering.com>
> ---
> 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@oss.qualcomm.com>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: ethernet: qualcomm: remove unneeded 'fast_io' parameter in regmap_config
  2026-07-05 16:41 [PATCH net-next] net: ethernet: qualcomm: remove unneeded 'fast_io' parameter in regmap_config Wolfram Sang
  2026-07-07  3:15 ` Jie Luo
@ 2026-07-11 11:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-07-11 11:10 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-kernel, jie.luo, andrew+netdev, davem, edumazet, kuba,
	pabeni, netdev

Hello:

This patch was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Sun,  5 Jul 2026 18:41:59 +0200 you wrote:
> 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>
> ---
> No dependencies, can be applied directly to the subsystem tree. Buildbot is
> happy, too.
> 
> [...]

Here is the summary with links:
  - [net-next] net: ethernet: qualcomm: remove unneeded 'fast_io' parameter in regmap_config
    https://git.kernel.org/netdev/net-next/c/f6f3b36c15ed

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-11 11:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-05 16:41 [PATCH net-next] net: ethernet: qualcomm: remove unneeded 'fast_io' parameter in regmap_config Wolfram Sang
2026-07-07  3:15 ` Jie Luo
2026-07-11 11:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox