netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] r8169: remove phy_driver_is_genphy and phy_driver_is_genphy_10g
@ 2025-06-13 20:53 Heiner Kallweit
  2025-06-13 20:54 ` [PATCH net-next 1/3] net: phy: add flag is_genphy_driven to struct phy_device Heiner Kallweit
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Heiner Kallweit @ 2025-06-13 20:53 UTC (permalink / raw)
  To: Andrew Lunn, Paolo Abeni, Jakub Kicinski, David Miller,
	Eric Dumazet, Andrew Lunn, Russell King - ARM Linux
  Cc: netdev@vger.kernel.org

Replace phy_driver_is_genphy() and phy_driver_is_genphy_10g()
with a new flag in struct phy_device.

Heiner Kallweit (3):
  net: phy: add flag is_genphy_driven to struct phy_device
  net: phy: improve phy_driver_is_genphy
  net: phy: remove phy_driver_is_genphy_10g

 drivers/net/phy/phy_device.c | 43 ++++++------------------------------
 include/linux/phy.h          | 15 ++++++++++---
 2 files changed, 19 insertions(+), 39 deletions(-)

-- 
2.49.0

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

end of thread, other threads:[~2025-06-13 22:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-13 20:53 [PATCH net-next 0/3] r8169: remove phy_driver_is_genphy and phy_driver_is_genphy_10g Heiner Kallweit
2025-06-13 20:54 ` [PATCH net-next 1/3] net: phy: add flag is_genphy_driven to struct phy_device Heiner Kallweit
2025-06-13 20:55 ` [PATCH net-next 2/3] net: phy: improve phy_driver_is_genphy Heiner Kallweit
2025-06-13 20:57 ` [PATCH net-next 3/3] net: phy: remove phy_driver_is_genphy_10g Heiner Kallweit
2025-06-13 22:05 ` [PATCH net-next 0/3] r8169: remove phy_driver_is_genphy and phy_driver_is_genphy_10g Heiner Kallweit

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