mbox series

[net-next,0/3] Add linkmode_fill, use linkmode_*() in phylink/sfp code

Message ID ZVSt2e9Z5swJNf+7@shell.armlinux.org.uk (mailing list archive)
Headers show
Series Add linkmode_fill, use linkmode_*() in phylink/sfp code | expand

Message

Russell King (Oracle) Nov. 15, 2023, 11:39 a.m. UTC
Hi,

This small series adds a linkmode_fill() op, and uses it in phylink.
The SFP code is also converted to use linkmode_*() ops.

 drivers/net/phy/phylink.c | 4 ++--
 drivers/net/phy/sfp-bus.c | 2 +-
 include/linux/linkmode.h  | 5 +++++
 3 files changed, 8 insertions(+), 3 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 16, 2023, 11:50 p.m. UTC | #1
Hello:

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

On Wed, 15 Nov 2023 11:39:05 +0000 you wrote:
> Hi,
> 
> This small series adds a linkmode_fill() op, and uses it in phylink.
> The SFP code is also converted to use linkmode_*() ops.
> 
>  drivers/net/phy/phylink.c | 4 ++--
>  drivers/net/phy/sfp-bus.c | 2 +-
>  include/linux/linkmode.h  | 5 +++++
>  3 files changed, 8 insertions(+), 3 deletions(-)

Here is the summary with links:
  - [net-next,1/3] net: linkmode: add linkmode_fill() helper
    https://git.kernel.org/netdev/net-next/c/96fa96e198f9
  - [net-next,2/3] net: phylink: use linkmode_fill()
    https://git.kernel.org/netdev/net-next/c/ba50a8d40258
  - [net-next,3/3] net: sfp: use linkmode_*() rather than open coding
    https://git.kernel.org/netdev/net-next/c/466b97b1871a

You are awesome, thank you!