All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Cc: michal.simek@xilinx.com, radhey.shyam.pandey@xilinx.com,
	andrew@lunn.ch, hkallweit1@gmail.com, davem@davemloft.net,
	kuba@kernel.org, linux-arm-kernel@lists.infradead.org,
	netdev@vger.kernel.org
Subject: Re: [PATCH net-next 0/3] net: xilinx: phylink validate implementation updates
Date: Wed, 17 Nov 2021 11:30:11 +0000	[thread overview]
Message-ID: <163714861198.14428.9238474415093979865.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <YZN/86huhkUGzZuV@shell.armlinux.org.uk>

Hello:

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

On Tue, 16 Nov 2021 09:54:59 +0000 you wrote:
> Hi,
> 
> This series converts axienet to fill in the supported_interfaces member
> of phylink_config, cleans up the validate() implementation, and then
> converts to phylink_generic_validate().
> 
>  drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 71 ++++-------------------
>  1 file changed, 11 insertions(+), 60 deletions(-)

Here is the summary with links:
  - [net-next,1/3] net: axienet: populate supported_interfaces member
    https://git.kernel.org/netdev/net-next/c/136a3fa28a9f
  - [net-next,2/3] net: axienet: remove interface checks in axienet_validate()
    https://git.kernel.org/netdev/net-next/c/5703a4b66456
  - [net-next,3/3] net: axienet: use phylink_generic_validate()
    https://git.kernel.org/netdev/net-next/c/72a47e1aaf2e

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



WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Cc: michal.simek@xilinx.com, radhey.shyam.pandey@xilinx.com,
	andrew@lunn.ch, hkallweit1@gmail.com, davem@davemloft.net,
	kuba@kernel.org, linux-arm-kernel@lists.infradead.org,
	netdev@vger.kernel.org
Subject: Re: [PATCH net-next 0/3] net: xilinx: phylink validate implementation updates
Date: Wed, 17 Nov 2021 11:30:11 +0000	[thread overview]
Message-ID: <163714861198.14428.9238474415093979865.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <YZN/86huhkUGzZuV@shell.armlinux.org.uk>

Hello:

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

On Tue, 16 Nov 2021 09:54:59 +0000 you wrote:
> Hi,
> 
> This series converts axienet to fill in the supported_interfaces member
> of phylink_config, cleans up the validate() implementation, and then
> converts to phylink_generic_validate().
> 
>  drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 71 ++++-------------------
>  1 file changed, 11 insertions(+), 60 deletions(-)

Here is the summary with links:
  - [net-next,1/3] net: axienet: populate supported_interfaces member
    https://git.kernel.org/netdev/net-next/c/136a3fa28a9f
  - [net-next,2/3] net: axienet: remove interface checks in axienet_validate()
    https://git.kernel.org/netdev/net-next/c/5703a4b66456
  - [net-next,3/3] net: axienet: use phylink_generic_validate()
    https://git.kernel.org/netdev/net-next/c/72a47e1aaf2e

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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-11-17 11:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-16  9:54 [PATCH net-next 0/3] net: xilinx: phylink validate implementation updates Russell King (Oracle)
2021-11-16  9:54 ` Russell King (Oracle)
2021-11-16  9:55 ` [PATCH net-next 1/3] net: axienet: populate supported_interfaces member Russell King (Oracle)
2021-11-16  9:55   ` Russell King (Oracle)
2021-11-16  9:55 ` [PATCH net-next 2/3] net: axienet: remove interface checks in axienet_validate() Russell King (Oracle)
2021-11-16  9:55   ` Russell King (Oracle)
2021-11-16  9:55 ` [PATCH net-next 3/3] net: axienet: use phylink_generic_validate() Russell King (Oracle)
2021-11-16  9:55   ` Russell King (Oracle)
2021-11-16 11:12 ` [PATCH net-next 0/3] net: xilinx: phylink validate implementation updates Michal Simek
2021-11-16 11:12   ` Michal Simek
2021-11-17 11:30 ` patchwork-bot+netdevbpf [this message]
2021-11-17 11:30   ` patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=163714861198.14428.9238474415093979865.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=hkallweit1@gmail.com \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=michal.simek@xilinx.com \
    --cc=netdev@vger.kernel.org \
    --cc=radhey.shyam.pandey@xilinx.com \
    --cc=rmk+kernel@armlinux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.