netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: axienet: mark as a legacy_pre_march2020 driver
@ 2021-12-12 13:01 Russell King (Oracle)
  2021-12-13 14:20 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Russell King (Oracle) @ 2021-12-12 13:01 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski
  Cc: Marek Behún, Radhey Shyam Pandey, Michal Simek, netdev,
	linux-arm-kernel

axienet has a PCS, but does not make use of the phylink PCS support.
Mark it was a pre-March 2020 driver.

Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
---
This driver was missed from the patch set when the patches were sent
for merging; it was in the original RFC series.

 drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
index e39356364f33..23ac353b35fe 100644
--- a/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
+++ b/drivers/net/ethernet/xilinx/xilinx_axienet_main.c
@@ -2051,6 +2051,7 @@ static int axienet_probe(struct platform_device *pdev)
 
 	lp->phylink_config.dev = &ndev->dev;
 	lp->phylink_config.type = PHYLINK_NETDEV;
+	lp->phylink_config.legacy_pre_march2020 = true;
 	lp->phylink_config.mac_capabilities = MAC_SYM_PAUSE | MAC_ASYM_PAUSE |
 		MAC_10FD | MAC_100FD | MAC_1000FD;
 
-- 
2.30.2


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

* Re: [PATCH net-next] net: axienet: mark as a legacy_pre_march2020 driver
  2021-12-12 13:01 [PATCH net-next] net: axienet: mark as a legacy_pre_march2020 driver Russell King (Oracle)
@ 2021-12-13 14:20 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-12-13 14:20 UTC (permalink / raw)
  To: Russell King
  Cc: davem, kuba, kabel, radhey.shyam.pandey, michal.simek, netdev,
	linux-arm-kernel

Hello:

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

On Sun, 12 Dec 2021 13:01:15 +0000 you wrote:
> axienet has a PCS, but does not make use of the phylink PCS support.
> Mark it was a pre-March 2020 driver.
> 
> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
> ---
> This driver was missed from the patch set when the patches were sent
> for merging; it was in the original RFC series.
> 
> [...]

Here is the summary with links:
  - [net-next] net: axienet: mark as a legacy_pre_march2020 driver
    https://git.kernel.org/netdev/net-next/c/62cc9a7387f1

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-12-13 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-12 13:01 [PATCH net-next] net: axienet: mark as a legacy_pre_march2020 driver Russell King (Oracle)
2021-12-13 14:20 ` 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).