linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: phy: marvell-88x2222: enable autoneg by default
@ 2021-04-26 16:08 Ivan Bornyakov
  2021-04-27 21:10 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Bornyakov @ 2021-04-26 16:08 UTC (permalink / raw)
  Cc: i.bornyakov, system, andrew, hkallweit1, linux, davem, kuba,
	netdev, linux-kernel

There is no real need for disabling autonigotiation in config_init().
Leave it enabled by default.

Signed-off-by: Ivan Bornyakov <i.bornyakov@metrotek.ru>
---
 drivers/net/phy/marvell-88x2222.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/net/phy/marvell-88x2222.c b/drivers/net/phy/marvell-88x2222.c
index 9b9ac3ef735d..d8b31d4d2a73 100644
--- a/drivers/net/phy/marvell-88x2222.c
+++ b/drivers/net/phy/marvell-88x2222.c
@@ -473,8 +473,6 @@ static int mv2222_config_init(struct phy_device *phydev)
 	if (phydev->interface != PHY_INTERFACE_MODE_XAUI)
 		return -EINVAL;
 
-	phydev->autoneg = AUTONEG_DISABLE;
-
 	return 0;
 }
 
-- 
2.26.3



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

* Re: [PATCH net-next] net: phy: marvell-88x2222: enable autoneg by default
  2021-04-26 16:08 [PATCH net-next] net: phy: marvell-88x2222: enable autoneg by default Ivan Bornyakov
@ 2021-04-27 21:10 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-04-27 21:10 UTC (permalink / raw)
  To: Ivan Bornyakov
  Cc: system, andrew, hkallweit1, linux, davem, kuba, netdev, linux-kernel

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Mon, 26 Apr 2021 19:08:23 +0300 you wrote:
> There is no real need for disabling autonigotiation in config_init().
> Leave it enabled by default.
> 
> Signed-off-by: Ivan Bornyakov <i.bornyakov@metrotek.ru>
> ---
>  drivers/net/phy/marvell-88x2222.c | 2 --
>  1 file changed, 2 deletions(-)

Here is the summary with links:
  - [net-next] net: phy: marvell-88x2222: enable autoneg by default
    https://git.kernel.org/netdev/net-next/c/152fa81109a8

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:[~2021-04-27 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-26 16:08 [PATCH net-next] net: phy: marvell-88x2222: enable autoneg by default Ivan Bornyakov
2021-04-27 21:10 ` 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).