From: Heiner Kallweit <hkallweit1@gmail.com>
To: Russell King - ARM Linux <linux@armlinux.org.uk>,
Andrew Lunn <andrew@lunn.ch>, Paolo Abeni <pabeni@redhat.com>,
Eric Dumazet <edumazet@google.com>,
David Miller <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: [PATCH net-next 0/2] net: phy: clean up PHY package MMD access functions
Date: Sun, 9 Mar 2025 21:03:14 +0100 [thread overview]
Message-ID: <b624fcb7-b493-461a-a0b5-9ca7e9d767bc@gmail.com> (raw)
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
next reply other threads:[~2025-03-09 20:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-09 20:03 Heiner Kallweit [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b624fcb7-b493-461a-a0b5-9ca7e9d767bc@gmail.com \
--to=hkallweit1@gmail.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.