netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] add support for DP83TG720S PHY
@ 2023-12-12  5:41 Oleksij Rempel
  2023-12-12  5:41 ` [PATCH net-next v2 1/2] net: phy: c45: add genphy_c45_pma_read_ext_abilities() function Oleksij Rempel
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Oleksij Rempel @ 2023-12-12  5:41 UTC (permalink / raw)
  To: Andrew Lunn, Heiner Kallweit, Russell King, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: Oleksij Rempel, kernel, linux-kernel, netdev

changes v2:
- reorder DP83TG720_PHY in Kconfig in Makefile
- use dp83tg720_config_aneg() directly
- add Reviewed-by to the first patch

Oleksij Rempel (2):
  net: phy: c45: add genphy_c45_pma_read_ext_abilities() function
  net: phy: Add support for the DP83TG720S Ethernet PHY

 drivers/net/phy/Kconfig     |  13 +++
 drivers/net/phy/Makefile    |   1 +
 drivers/net/phy/dp83tg720.c | 188 ++++++++++++++++++++++++++++++++++++
 drivers/net/phy/phy-c45.c   | 129 ++++++++++++++-----------
 include/linux/phy.h         |   1 +
 5 files changed, 277 insertions(+), 55 deletions(-)
 create mode 100644 drivers/net/phy/dp83tg720.c

-- 
2.39.2


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

end of thread, other threads:[~2023-12-14  2:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12  5:41 [PATCH net-next v2 0/2] add support for DP83TG720S PHY Oleksij Rempel
2023-12-12  5:41 ` [PATCH net-next v2 1/2] net: phy: c45: add genphy_c45_pma_read_ext_abilities() function Oleksij Rempel
2023-12-13 15:36   ` Russell King (Oracle)
2023-12-12  5:41 ` [PATCH net-next v2 2/2] net: phy: Add support for the DP83TG720S Ethernet PHY Oleksij Rempel
2023-12-13 10:50   ` Andrew Lunn
2023-12-13 15:36   ` Russell King (Oracle)
2023-12-14  2:30 ` [PATCH net-next v2 0/2] add support for DP83TG720S PHY 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).