mbox series

[net-next,0/3] net: phy: fixed_phy: simplifications and improvements

Message ID 4d4c468e-300d-42c7-92a1-eabbdb6be748@gmail.com
Headers show
Series net: phy: fixed_phy: simplifications and improvements | expand

Message

Heiner Kallweit May 17, 2025, 8:33 p.m. UTC
This series includes two types of changes:
- All callers pass PHY_POLL, therefore remove irq argument
- constify the passed struct fixed_phy_status *status

Heiner Kallweit (3):
  net: phy: fixed_phy: remove irq argument from fixed_phy_add
  net: phy: fixed_phy: remove irq argument from fixed_phy_register
  net: phy: fixed_phy: constify status argument where possible

 arch/m68k/coldfire/m5272.c                   |  2 +-
 arch/mips/bcm47xx/setup.c                    |  2 +-
 drivers/net/dsa/dsa_loop.c                   |  2 +-
 drivers/net/ethernet/broadcom/bgmac.c        |  2 +-
 drivers/net/ethernet/broadcom/genet/bcmmii.c |  2 +-
 drivers/net/ethernet/faraday/ftgmac100.c     |  2 +-
 drivers/net/mdio/of_mdio.c                   |  2 +-
 drivers/net/phy/fixed_phy.c                  | 12 +++++-------
 drivers/net/usb/lan78xx.c                    |  2 +-
 include/linux/phy_fixed.h                    | 18 ++++++++----------
 10 files changed, 21 insertions(+), 25 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 21, 2025, 1:20 a.m. UTC | #1
Hello:

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

On Sat, 17 May 2025 22:33:23 +0200 you wrote:
> This series includes two types of changes:
> - All callers pass PHY_POLL, therefore remove irq argument
> - constify the passed struct fixed_phy_status *status
> 
> Heiner Kallweit (3):
>   net: phy: fixed_phy: remove irq argument from fixed_phy_add
>   net: phy: fixed_phy: remove irq argument from fixed_phy_register
>   net: phy: fixed_phy: constify status argument where possible
> 
> [...]

Here is the summary with links:
  - [net-next,1/3] net: phy: fixed_phy: remove irq argument from fixed_phy_add
    https://git.kernel.org/netdev/net-next/c/3f1716ee0f6c
  - [net-next,2/3] net: phy: fixed_phy: remove irq argument from fixed_phy_register
    https://git.kernel.org/netdev/net-next/c/d23b4af5df39
  - [net-next,3/3] net: phy: fixed_phy: constify status argument where possible
    https://git.kernel.org/netdev/net-next/c/4ba1c5bb4811

You are awesome, thank you!