netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fsl/fman: Add fibre support
@ 2021-07-20  5:08 Maxim Kochetkov
  2021-07-20 10:11 ` Madalin Bucur (OSS)
  2021-07-20 14:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Maxim Kochetkov @ 2021-07-20  5:08 UTC (permalink / raw)
  To: netdev; +Cc: madalin.bucur, davem, kuba, Maxim Kochetkov

Set SUPPORTED_FIBRE to mac_dev->if_support. It allows proper usage of
PHYs with optical/fiber support.

Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
---
 drivers/net/ethernet/freescale/fman/mac.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/freescale/fman/mac.c b/drivers/net/ethernet/freescale/fman/mac.c
index 46ecb42f2ef8..d9fc5c456bf3 100644
--- a/drivers/net/ethernet/freescale/fman/mac.c
+++ b/drivers/net/ethernet/freescale/fman/mac.c
@@ -524,6 +524,7 @@ static void setup_memac(struct mac_device *mac_dev)
 	| SUPPORTED_Autoneg \
 	| SUPPORTED_Pause \
 	| SUPPORTED_Asym_Pause \
+	| SUPPORTED_FIBRE \
 	| SUPPORTED_MII)
 
 static DEFINE_MUTEX(eth_lock);
-- 
2.31.1


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

* RE: [PATCH] fsl/fman: Add fibre support
  2021-07-20  5:08 [PATCH] fsl/fman: Add fibre support Maxim Kochetkov
@ 2021-07-20 10:11 ` Madalin Bucur (OSS)
  2021-07-20 14:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Madalin Bucur (OSS) @ 2021-07-20 10:11 UTC (permalink / raw)
  To: Maxim Kochetkov, netdev; +Cc: davem, kuba, Camelia Alexandra Groza (OSS)

> -----Original Message-----
> From: Maxim Kochetkov <fido_max@inbox.ru>
> Sent: 20 July 2021 08:09
> To: netdev@vger.kernel.org
> Cc: Madalin Bucur <madalin.bucur@nxp.com>; davem@davemloft.net;
> kuba@kernel.org; Maxim Kochetkov <fido_max@inbox.ru>
> Subject: [PATCH] fsl/fman: Add fibre support
> 
> Set SUPPORTED_FIBRE to mac_dev->if_support. It allows proper usage of
> PHYs with optical/fiber support.
> 
> Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
> ---
>  drivers/net/ethernet/freescale/fman/mac.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/ethernet/freescale/fman/mac.c
> b/drivers/net/ethernet/freescale/fman/mac.c
> index 46ecb42f2ef8..d9fc5c456bf3 100644
> --- a/drivers/net/ethernet/freescale/fman/mac.c
> +++ b/drivers/net/ethernet/freescale/fman/mac.c
> @@ -524,6 +524,7 @@ static void setup_memac(struct mac_device *mac_dev)
>  	| SUPPORTED_Autoneg \
>  	| SUPPORTED_Pause \
>  	| SUPPORTED_Asym_Pause \
> +	| SUPPORTED_FIBRE \
>  	| SUPPORTED_MII)
> 
>  static DEFINE_MUTEX(eth_lock);
> --
> 2.31.1

Acked-by: Madalin Bucur <madalin.bucur@oss.nxp.com>

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

* Re: [PATCH] fsl/fman: Add fibre support
  2021-07-20  5:08 [PATCH] fsl/fman: Add fibre support Maxim Kochetkov
  2021-07-20 10:11 ` Madalin Bucur (OSS)
@ 2021-07-20 14:20 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-07-20 14:20 UTC (permalink / raw)
  To: Maxim Kochetkov; +Cc: netdev, madalin.bucur, davem, kuba

Hello:

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

On Tue, 20 Jul 2021 08:08:38 +0300 you wrote:
> Set SUPPORTED_FIBRE to mac_dev->if_support. It allows proper usage of
> PHYs with optical/fiber support.
> 
> Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
> ---
>  drivers/net/ethernet/freescale/fman/mac.c | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - fsl/fman: Add fibre support
    https://git.kernel.org/netdev/net/c/75d5641497a6

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] 3+ messages in thread

end of thread, other threads:[~2021-07-20 14:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20  5:08 [PATCH] fsl/fman: Add fibre support Maxim Kochetkov
2021-07-20 10:11 ` Madalin Bucur (OSS)
2021-07-20 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).