mbox series

[PATCHv2,net-next,0/7] various cleanups

Message ID 20240905194938.8453-1-rosenp@gmail.com (mailing list archive)
Headers show
Series various cleanups | expand

Message

Rosen Penev Sept. 5, 2024, 7:49 p.m. UTC
Allow CI to build. Also a bugfix for dual GMAC devices.

v2: add MODULE_DESCRIPTION and move variable for mdio_reset.

Rosen Penev (6):
  net: ag71xx: add COMPILE_TEST to test compilation
  net: ag71xx: add MODULE_DESCRIPTION
  net: ag71xx: update FIFO bits and descriptions
  net: ag71xx: use ethtool_puts
  net: ag71xx: get reset control using devm api
  net: ag71xx: remove always true branch

Sven Eckelmann (1):
  net: ag71xx: disable napi interrupts during probe

 drivers/net/ethernet/atheros/Kconfig  |  4 +-
 drivers/net/ethernet/atheros/ag71xx.c | 76 ++++++++++++++-------------
 2 files changed, 42 insertions(+), 38 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 10, 2024, 12:20 a.m. UTC | #1
Hello:

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

On Thu,  5 Sep 2024 12:49:31 -0700 you wrote:
> Allow CI to build. Also a bugfix for dual GMAC devices.
> 
> v2: add MODULE_DESCRIPTION and move variable for mdio_reset.
> 
> Rosen Penev (6):
>   net: ag71xx: add COMPILE_TEST to test compilation
>   net: ag71xx: add MODULE_DESCRIPTION
>   net: ag71xx: update FIFO bits and descriptions
>   net: ag71xx: use ethtool_puts
>   net: ag71xx: get reset control using devm api
>   net: ag71xx: remove always true branch
> 
> [...]

Here is the summary with links:
  - [PATCHv2,net-next,1/7] net: ag71xx: add COMPILE_TEST to test compilation
    https://git.kernel.org/netdev/net-next/c/969431d2b0df
  - [PATCHv2,net-next,2/7] net: ag71xx: add MODULE_DESCRIPTION
    https://git.kernel.org/netdev/net-next/c/7c3736a12938
  - [PATCHv2,net-next,3/7] net: ag71xx: update FIFO bits and descriptions
    https://git.kernel.org/netdev/net-next/c/28540850577b
  - [PATCHv2,net-next,4/7] net: ag71xx: use ethtool_puts
    https://git.kernel.org/netdev/net-next/c/441a2798623c
  - [PATCHv2,net-next,5/7] net: ag71xx: get reset control using devm api
    https://git.kernel.org/netdev/net-next/c/bfff5d8e2111
  - [PATCHv2,net-next,6/7] net: ag71xx: remove always true branch
    https://git.kernel.org/netdev/net-next/c/40f111cc6e1b
  - [PATCHv2,net-next,7/7] net: ag71xx: disable napi interrupts during probe
    https://git.kernel.org/netdev/net-next/c/8410adf2e38a

You are awesome, thank you!