netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: phy: fixed_phy: simplifications and improvements
@ 2025-05-17 20:33 Heiner Kallweit
  2025-05-17 20:34 ` [PATCH net-next 1/3] net: phy: fixed_phy: remove irq argument from fixed_phy_add Heiner Kallweit
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Heiner Kallweit @ 2025-05-17 20:33 UTC (permalink / raw)
  To: Greg Ungerer, Geert Uytterhoeven, Hauke Mehrtens,
	Rafał Miłecki, Thomas Bogendoerfer, Vladimir Oltean,
	Doug Berger, Florian Fainelli, Thangaraj Samynathan,
	Rengarajan Sundararajan, Microchip Linux Driver Support,
	Andrew Lunn, Andrew Lunn, Russell King - ARM Linux, David Miller,
	Jakub Kicinski, Paolo Abeni, Eric Dumazet
  Cc: Broadcom internal kernel review list, linux-m68k, linux-mips,
	Linux USB Mailing List, netdev@vger.kernel.org

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

-- 
2.49.0


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

end of thread, other threads:[~2025-05-21  1:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-17 20:33 [PATCH net-next 0/3] net: phy: fixed_phy: simplifications and improvements Heiner Kallweit
2025-05-17 20:34 ` [PATCH net-next 1/3] net: phy: fixed_phy: remove irq argument from fixed_phy_add Heiner Kallweit
2025-05-20  7:21   ` Simon Horman
2025-05-20 17:57   ` Florian Fainelli
2025-05-20 23:29   ` Greg Ungerer
2025-05-17 20:35 ` [PATCH net-next 2/3] net: phy: fixed_phy: remove irq argument from fixed_phy_register Heiner Kallweit
2025-05-20  7:21   ` Simon Horman
2025-05-20 17:59   ` Florian Fainelli
2025-05-17 20:37 ` [PATCH net-next 3/3] net: phy: fixed_phy: constify status argument where possible Heiner Kallweit
2025-05-20  7:21   ` Simon Horman
2025-05-20 18:02   ` Florian Fainelli
2025-05-21  1:20 ` [PATCH net-next 0/3] net: phy: fixed_phy: simplifications and improvements 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;
as well as URLs for NNTP newsgroup(s).