linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch net] net: phy: LAN937x: added PHY_POLL_CABLE_TEST flag
@ 2022-04-13  7:14 Arun Ramadoss
  2022-04-15 10:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Arun Ramadoss @ 2022-04-13  7:14 UTC (permalink / raw)
  To: linux-kernel, netdev
  Cc: Prasanna Vengateshan, Arun Ramadoss, Paolo Abeni, Jakub Kicinski,
	David S. Miller, Russell King, Heiner Kallweit, Andrew Lunn

Added the phy_poll_cable_test flag for the lan937x phy driver.
Tested using command -  ethtool --cable-test <dev>

Fixes: 680baca546f2 ("net: phy: added the LAN937x phy support")
Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
---
 drivers/net/phy/microchip_t1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/phy/microchip_t1.c b/drivers/net/phy/microchip_t1.c
index 389df3f4293c..363bfbfa182b 100644
--- a/drivers/net/phy/microchip_t1.c
+++ b/drivers/net/phy/microchip_t1.c
@@ -748,6 +748,7 @@ static struct phy_driver microchip_t1_phy_driver[] = {
 	{
 		PHY_ID_MATCH_MODEL(PHY_ID_LAN937X),
 		.name		= "Microchip LAN937x T1",
+		.flags          = PHY_POLL_CABLE_TEST,
 		.features	= PHY_BASIC_T1_FEATURES,
 		.config_init	= lan87xx_config_init,
 		.suspend	= genphy_suspend,

base-commit: f45ba67eb74ab4b775616af731bdf8944afce3f1
-- 
2.33.0


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

* Re: [Patch net] net: phy: LAN937x: added PHY_POLL_CABLE_TEST flag
  2022-04-13  7:14 [Patch net] net: phy: LAN937x: added PHY_POLL_CABLE_TEST flag Arun Ramadoss
@ 2022-04-15 10:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-04-15 10:00 UTC (permalink / raw)
  To: Arun Ramadoss
  Cc: linux-kernel, netdev, prasanna.vengateshan, pabeni, kuba, davem,
	linux, hkallweit1, andrew

Hello:

This patch was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed, 13 Apr 2022 12:44:09 +0530 you wrote:
> Added the phy_poll_cable_test flag for the lan937x phy driver.
> Tested using command -  ethtool --cable-test <dev>
> 
> Fixes: 680baca546f2 ("net: phy: added the LAN937x phy support")
> Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
> 
> [...]

Here is the summary with links:
  - [net] net: phy: LAN937x: added PHY_POLL_CABLE_TEST flag
    https://git.kernel.org/netdev/net/c/6f06aa6b2fd7

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-04-15 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13  7:14 [Patch net] net: phy: LAN937x: added PHY_POLL_CABLE_TEST flag Arun Ramadoss
2022-04-15 10:00 ` 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).