netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: phy: clean up PHY package MMD access functions
@ 2025-03-09 20:03 Heiner Kallweit
  2025-03-09 20:04 ` [PATCH net-next 1/2] net: phy: move PHY package MMD access function declarations from phy.h to phylib.h Heiner Kallweit
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Heiner Kallweit @ 2025-03-09 20:03 UTC (permalink / raw)
  To: Russell King - ARM Linux, Andrew Lunn, Paolo Abeni, Eric Dumazet,
	David Miller, Jakub Kicinski
  Cc: netdev@vger.kernel.org

Move declarations of the functions with users to phylib.h, and remove
unused functions.

Heiner Kallweit (2):
  net: phy: move PHY package MMD access function declarations from phy.h
    to phylib.h
  net: phy: remove unused functions phy_package_[read|write]_mmd

 drivers/net/phy/phy-core.c | 75 --------------------------------------
 drivers/net/phy/phylib.h   |  6 +++
 include/linux/phy.h        | 16 --------
 3 files changed, 6 insertions(+), 91 deletions(-)

-- 
2.48.1

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

end of thread, other threads:[~2025-03-17 20:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-09 20:03 [PATCH net-next 0/2] net: phy: clean up PHY package MMD access functions Heiner Kallweit
2025-03-09 20:04 ` [PATCH net-next 1/2] net: phy: move PHY package MMD access function declarations from phy.h to phylib.h Heiner Kallweit
2025-03-16 13:17   ` Simon Horman
2025-03-09 20:05 ` [PATCH net-next 2/2] net: phy: remove unused functions phy_package_[read|write]_mmd Heiner Kallweit
2025-03-16 13:20   ` Simon Horman
2025-03-17 20:10 ` [PATCH net-next 0/2] net: phy: clean up PHY package MMD access functions 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).