netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/4] net: phy: realtek: add support for integrated 2.5Gbps PHY in RTL8125
@ 2019-08-09 18:41 Heiner Kallweit
  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
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Heiner Kallweit @ 2019-08-09 18:41 UTC (permalink / raw)
  To: Andrew Lunn, Florian Fainelli, David Miller; +Cc: netdev@vger.kernel.org

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


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

end of thread, other threads:[~2019-08-12  4:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-09 18:41 [PATCH net-next v2 0/4] net: phy: realtek: add support for integrated 2.5Gbps PHY in RTL8125 Heiner Kallweit
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

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