netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] Adds support for lan887x phy
@ 2024-08-13 18:15 Divya Koppera
  2024-08-13 18:15 ` [PATCH net-next v2 1/2] net: phy: Add phy library support to check supported list when autoneg is enabled Divya Koppera
  2024-08-13 18:15 ` [PATCH net-next v2 2/2] net: phy: microchip_t1: Adds support for lan887x phy Divya Koppera
  0 siblings, 2 replies; 5+ messages in thread
From: Divya Koppera @ 2024-08-13 18:15 UTC (permalink / raw)
  To: andrew, hkallweit1, linux, davem, edumazet, kuba, pabeni, netdev,
	linux-kernel, arun.ramadoss, UNGLinuxDriver

Adds support for lan887x phy and accept autoneg configuration in
phy driver only when feature is enabled in supported list.

v1 -> v2
Addresed below review comments
- Added phy library support to check supported list when autoneg is
  enabled
- Removed autoneg enabled check in lan887x phy.
- Removed of_mdio macro for LED initialization.
- Removed clearing pause frames support from supported list.

Divya Koppera (2):
  net: phy: Add phy library support to check supported list when autoneg
is enabled
  net: phy: microchip_t1: Adds support for lan887x phy

 drivers/net/phy/microchip_t1.c | 577 ++++++++++++++++++++++++++++++++-
 drivers/net/phy/phy.c          |   5 +-
 2 files changed, 580 insertions(+), 2 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-08-16 20:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-13 18:15 [PATCH net-next v2 0/2] Adds support for lan887x phy Divya Koppera
2024-08-13 18:15 ` [PATCH net-next v2 1/2] net: phy: Add phy library support to check supported list when autoneg is enabled Divya Koppera
2024-08-16 18:18   ` Jakub Kicinski
2024-08-13 18:15 ` [PATCH net-next v2 2/2] net: phy: microchip_t1: Adds support for lan887x phy Divya Koppera
2024-08-16 20:56   ` Andrew Lunn

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