From: Heiner Kallweit <hkallweit1@gmail.com>
To: Andrew Lunn <andrew@lunn.ch>,
Florian Fainelli <f.fainelli@gmail.com>,
David Miller <davem@davemloft.net>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: [PATCH net-next v2 0/4] net: phy: realtek: add support for integrated 2.5Gbps PHY in RTL8125
Date: Fri, 9 Aug 2019 20:41:58 +0200 [thread overview]
Message-ID: <755b2bc9-22cb-f529-4188-0f4b6e48efbd@gmail.com> (raw)
This series adds support for the integrated 2.5Gbps PHY in RTL8125.
First three patches add necessary functionality to phylib.
Changes in v2:
- added patch 1
- changed patch 4 to use a fake PHY ID that is injected by the
network driver. This allows to use a dedicated PHY driver.
Heiner Kallweit (4):
net: phy: simplify genphy_config_advert by using the
linkmode_adv_to_xxx_t functions
net: phy: prepare phylib to deal with PHY's extending Clause 22
net: phy: add phy_modify_paged_changed
net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125
drivers/net/phy/phy-core.c | 29 ++++++++++++++---
drivers/net/phy/phy_device.c | 49 +++++++++++-----------------
drivers/net/phy/realtek.c | 62 ++++++++++++++++++++++++++++++++++++
include/linux/phy.h | 10 +++++-
4 files changed, 113 insertions(+), 37 deletions(-)
--
2.22.0
next reply other threads:[~2019-08-09 18:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-09 18:41 Heiner Kallweit [this message]
2019-08-09 18:43 ` [PATCH net-next v2 1/4] net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t functions Heiner Kallweit
2019-08-09 19:07 ` Andrew Lunn
2019-08-09 18:43 ` [PATCH net-next v2 2/4] net: phy: prepare phylib to deal with PHY's extending Clause 22 Heiner Kallweit
2019-08-09 18:44 ` [PATCH net-next v2 3/4] net: phy: add phy_modify_paged_changed Heiner Kallweit
2019-08-09 19:09 ` Andrew Lunn
2019-08-09 18:45 ` [PATCH net-next v2 4/4] net: phy: realtek: add support for the 2.5Gbps PHY in RTL8125 Heiner Kallweit
2019-08-09 19:18 ` Andrew Lunn
2019-08-09 19:31 ` Heiner Kallweit
2019-08-09 22:54 ` Andrew Lunn
2019-08-12 4:24 ` [PATCH net-next v2 0/4] net: phy: realtek: add support for integrated " David Miller
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=755b2bc9-22cb-f529-4188-0f4b6e48efbd@gmail.com \
--to=hkallweit1@gmail.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=netdev@vger.kernel.org \
/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).