linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Russell King (Oracle) <linux@armlinux.org.uk>
Cc: alexandre.torgue@foss.st.com, joabreu@synopsys.com,
	andrew@lunn.ch, davem@davemloft.net, edumazet@google.com,
	chenfeiyang@loongson.cn, hkallweit1@gmail.com, kuba@kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-stm32@st-md-mailman.stormreply.com,
	mcoquelin.stm32@gmail.com, netdev@vger.kernel.org,
	pabeni@redhat.com
Subject: Re: [PATCH net-next v2 0/10] stmmac cleanups
Date: Sat, 26 Aug 2023 02:00:27 +0000	[thread overview]
Message-ID: <169301522782.10076.5815529392176754957.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <ZOddFH22PWmOmbT5@shell.armlinux.org.uk>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 24 Aug 2023 14:37:24 +0100 you wrote:
> Hi,
> 
> One of the comments I had on Feiyang Chen's series was concerning the
> initialisation of phylink... and so I've decided to do something about
> it, cleaning it up a bit.
> 
> This series:
> 
> [...]

Here is the summary with links:
  - [net-next,01/10] net: phylink: add phylink_limit_mac_speed()
    https://git.kernel.org/netdev/net-next/c/70934c7c99ad
  - [net-next,02/10] net: stmmac: convert plat->phylink_node to fwnode
    https://git.kernel.org/netdev/net-next/c/e80af2acdef7
  - [net-next,03/10] net: stmmac: clean up passing fwnode to phylink
    https://git.kernel.org/netdev/net-next/c/1a37c1c19832
  - [net-next,04/10] net: stmmac: use "mdio_bus_data" local variable
    https://git.kernel.org/netdev/net-next/c/2b070cdd3afd
  - [net-next,05/10] net: stmmac: use phylink_limit_mac_speed()
    https://git.kernel.org/netdev/net-next/c/a4ac612bd345
  - [net-next,06/10] net: stmmac: provide stmmac_mac_phylink_get_caps()
    https://git.kernel.org/netdev/net-next/c/d42ca04e0448
  - [net-next,07/10] net: stmmac: move gmac4 specific phylink capabilities to gmac4
    https://git.kernel.org/netdev/net-next/c/f1dae3d222c6
  - [net-next,08/10] net: stmmac: move xgmac specific phylink caps to dwxgmac2 core
    https://git.kernel.org/netdev/net-next/c/bedf9b81233d
  - [net-next,09/10] net: stmmac: move priv->phylink_config.mac_managed_pm
    https://git.kernel.org/netdev/net-next/c/64961f1b8ca1
  - [net-next,10/10] net: stmmac: convert half-duplex support to positive logic
    https://git.kernel.org/netdev/net-next/c/76649fc93f09

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:[~2023-08-26  2:01 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-24 13:37 [PATCH net-next v2 0/10] stmmac cleanups Russell King (Oracle)
2023-08-24 13:37 ` [PATCH net-next 01/10] net: phylink: add phylink_limit_mac_speed() Russell King (Oracle)
2023-08-24 13:37 ` [PATCH net-next 02/10] net: stmmac: convert plat->phylink_node to fwnode Russell King (Oracle)
2023-08-24 13:38 ` [PATCH net-next 03/10] net: stmmac: clean up passing fwnode to phylink Russell King (Oracle)
2023-08-24 13:38 ` [PATCH net-next 04/10] net: stmmac: use "mdio_bus_data" local variable Russell King (Oracle)
2023-08-24 13:38 ` [PATCH net-next 05/10] net: stmmac: use phylink_limit_mac_speed() Russell King (Oracle)
2023-08-24 13:38 ` [PATCH net-next 06/10] net: stmmac: provide stmmac_mac_phylink_get_caps() Russell King (Oracle)
2023-08-24 13:38 ` [PATCH net-next 07/10] net: stmmac: move gmac4 specific phylink capabilities to gmac4 Russell King (Oracle)
2023-08-24 13:38 ` [PATCH net-next 08/10] net: stmmac: move xgmac specific phylink caps to dwxgmac2 core Russell King (Oracle)
2023-08-26 13:32   ` Serge Semin
2023-08-26 14:51     ` Russell King (Oracle)
2023-08-26 19:01       ` Serge Semin
2023-08-26 13:36   ` Serge Semin
2023-08-26 14:53     ` Russell King (Oracle)
2023-08-24 13:38 ` [PATCH net-next 09/10] net: stmmac: move priv->phylink_config.mac_managed_pm Russell King (Oracle)
2023-08-24 13:38 ` [PATCH net-next 10/10] net: stmmac: convert half-duplex support to positive logic Russell King (Oracle)
2023-08-26  2:00 ` patchwork-bot+netdevbpf [this message]

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=169301522782.10076.5815529392176754957.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=alexandre.torgue@foss.st.com \
    --cc=andrew@lunn.ch \
    --cc=chenfeiyang@loongson.cn \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=hkallweit1@gmail.com \
    --cc=joabreu@synopsys.com \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=linux@armlinux.org.uk \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /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 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).