mbox series

[net-next,v2,0/2] net: systemport: Minor IO macros changes

Message ID 20241021174935.57658-1-florian.fainelli@broadcom.com (mailing list archive)
Headers show
Series net: systemport: Minor IO macros changes | expand

Message

Florian Fainelli Oct. 21, 2024, 5:49 p.m. UTC
This patch series addresses the warning initially reported by Vladimir
here:

https://lore.kernel.org/all/20241014150139.927423-1-vladimir.oltean@nxp.com/

and follows on with proceeding with his suggestion the IO macros to the
header file.

Changes in v2:

- also removed the TBUF accessor

Florian Fainelli (2):
  net: systemport: Remove unused txchk accessors
  net: systemport: Move IO macros to header file

 drivers/net/ethernet/broadcom/bcmsysport.c | 24 ----------------------
 drivers/net/ethernet/broadcom/bcmsysport.h | 23 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 24 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 28, 2024, 11 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 21 Oct 2024 10:49:33 -0700 you wrote:
> This patch series addresses the warning initially reported by Vladimir
> here:
> 
> https://lore.kernel.org/all/20241014150139.927423-1-vladimir.oltean@nxp.com/
> 
> and follows on with proceeding with his suggestion the IO macros to the
> header file.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] net: systemport: Remove unused txchk accessors
    https://git.kernel.org/netdev/net-next/c/890bde75a236
  - [net-next,v2,2/2] net: systemport: Move IO macros to header file
    https://git.kernel.org/netdev/net-next/c/e69fbd287d5a

You are awesome, thank you!