From: Heiner Kallweit <hkallweit1@gmail.com>
To: Andrew Lunn <andrew+netdev@lunn.ch>,
Paolo Abeni <pabeni@redhat.com>, Jakub Kicinski <kuba@kernel.org>,
David Miller <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>, Andrew Lunn <andrew@lunn.ch>,
Russell King - ARM Linux <linux@armlinux.org.uk>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: [PATCH net-next 0/3] r8169: remove phy_driver_is_genphy and phy_driver_is_genphy_10g
Date: Fri, 13 Jun 2025 22:53:26 +0200 [thread overview]
Message-ID: <8bcd626f-a219-43e8-a0c2-aa04148d046d@gmail.com> (raw)
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
next reply other threads:[~2025-06-13 20:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-13 20:53 Heiner Kallweit [this message]
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
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=8bcd626f-a219-43e8-a0c2-aa04148d046d@gmail.com \
--to=hkallweit1@gmail.com \
--cc=andrew+netdev@lunn.ch \
--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 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).