From: patchwork-bot+netdevbpf@kernel.org
To: Russell King (Oracle) <linux@armlinux.org.uk>
Cc: fancer.lancer@gmail.com, ahalaney@redhat.com,
alexandre.torgue@foss.st.com, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, joabreu@synopsys.com,
linux-arm-kernel@lists.infradead.org,
linux-stm32@st-md-mailman.stormreply.com,
mcoquelin.stm32@gmail.com, netdev@vger.kernel.org,
pabeni@redhat.com, vkoul@kernel.org
Subject: Re: [PATCH net-next v2 0/6] net: stmmac: cleanups
Date: Fri, 31 May 2024 01:40:32 +0000 [thread overview]
Message-ID: <171711963292.18580.1918608353290496503.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <Zlbp7xdUZAXblOZJ@shell.armlinux.org.uk>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 29 May 2024 09:40:15 +0100 you wrote:
> Hi,
>
> This series removes various redundant items in the stmmac driver:
>
> - the unused TBI and RTBI PCS flags
> - the NULL pointer initialisations for PCS methods in dwxgmac2
> - the stmmac_pcs_rane() method which is never called, and it's
> associated implementations
> - the redundant netif_carrier_off()s
>
> [...]
Here is the summary with links:
- [net-next,v2,1/6] net: stmmac: Drop TBI/RTBI PCS flags
https://git.kernel.org/netdev/net-next/c/482b3c3ba757
- [net-next,v2,2/6] net: stmmac: dwxgmac2: remove useless NULL pointer initialisations
https://git.kernel.org/netdev/net-next/c/4af90c0f4844
- [net-next,v2,3/6] net: stmmac: remove pcs_rane() method
https://git.kernel.org/netdev/net-next/c/3277407e5e82
- [net-next,v2,4/6] net: stmmac: remove unnecessary netif_carrier_off()
https://git.kernel.org/netdev/net-next/c/aee04f4bb44d
- [net-next,v2,5/6] net: stmmac: include linux/io.h rather than asm/io.h
https://git.kernel.org/netdev/net-next/c/cd56ff75ccfc
- [net-next,v2,6/6] net: stmmac: ethqos: clean up setting serdes speed
https://git.kernel.org/netdev/net-next/c/7efc70657704
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
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Russell King (Oracle) <linux@armlinux.org.uk>
Cc: fancer.lancer@gmail.com, ahalaney@redhat.com,
alexandre.torgue@foss.st.com, davem@davemloft.net,
edumazet@google.com, kuba@kernel.org, joabreu@synopsys.com,
linux-arm-kernel@lists.infradead.org,
linux-stm32@st-md-mailman.stormreply.com,
mcoquelin.stm32@gmail.com, netdev@vger.kernel.org,
pabeni@redhat.com, vkoul@kernel.org
Subject: Re: [PATCH net-next v2 0/6] net: stmmac: cleanups
Date: Fri, 31 May 2024 01:40:32 +0000 [thread overview]
Message-ID: <171711963292.18580.1918608353290496503.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <Zlbp7xdUZAXblOZJ@shell.armlinux.org.uk>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 29 May 2024 09:40:15 +0100 you wrote:
> Hi,
>
> This series removes various redundant items in the stmmac driver:
>
> - the unused TBI and RTBI PCS flags
> - the NULL pointer initialisations for PCS methods in dwxgmac2
> - the stmmac_pcs_rane() method which is never called, and it's
> associated implementations
> - the redundant netif_carrier_off()s
>
> [...]
Here is the summary with links:
- [net-next,v2,1/6] net: stmmac: Drop TBI/RTBI PCS flags
https://git.kernel.org/netdev/net-next/c/482b3c3ba757
- [net-next,v2,2/6] net: stmmac: dwxgmac2: remove useless NULL pointer initialisations
https://git.kernel.org/netdev/net-next/c/4af90c0f4844
- [net-next,v2,3/6] net: stmmac: remove pcs_rane() method
https://git.kernel.org/netdev/net-next/c/3277407e5e82
- [net-next,v2,4/6] net: stmmac: remove unnecessary netif_carrier_off()
https://git.kernel.org/netdev/net-next/c/aee04f4bb44d
- [net-next,v2,5/6] net: stmmac: include linux/io.h rather than asm/io.h
https://git.kernel.org/netdev/net-next/c/cd56ff75ccfc
- [net-next,v2,6/6] net: stmmac: ethqos: clean up setting serdes speed
https://git.kernel.org/netdev/net-next/c/7efc70657704
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2024-05-31 1:41 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-29 8:40 [PATCH net-next v2 0/6] net: stmmac: cleanups Russell King (Oracle)
2024-05-29 8:40 ` Russell King (Oracle)
2024-05-29 8:40 ` [PATCH net-next v2 1/6] net: stmmac: Drop TBI/RTBI PCS flags Russell King
2024-05-29 8:40 ` Russell King
2024-05-29 8:40 ` [PATCH net-next v2 2/6] net: stmmac: dwxgmac2: remove useless NULL pointer initialisations Russell King (Oracle)
2024-05-29 8:40 ` Russell King (Oracle)
2024-05-29 8:40 ` [PATCH net-next v2 3/6] net: stmmac: remove pcs_rane() method Russell King (Oracle)
2024-05-29 8:40 ` Russell King (Oracle)
2024-05-29 8:40 ` [PATCH net-next v2 4/6] net: stmmac: remove unnecessary netif_carrier_off() Russell King (Oracle)
2024-05-29 8:40 ` Russell King (Oracle)
2024-05-29 8:40 ` [PATCH net-next v2 5/6] net: stmmac: include linux/io.h rather than asm/io.h Russell King (Oracle)
2024-05-29 8:40 ` Russell King (Oracle)
2024-05-29 8:40 ` [PATCH net-next v2 6/6] net: stmmac: ethqos: clean up setting serdes speed Russell King (Oracle)
2024-05-29 8:40 ` Russell King (Oracle)
2024-05-29 21:44 ` Andrew Halaney
2024-05-29 21:44 ` Andrew Halaney
2024-05-29 9:05 ` [PATCH net-next v2 0/6] net: stmmac: cleanups Serge Semin
2024-05-29 9:05 ` Serge Semin
2024-05-31 1:40 ` patchwork-bot+netdevbpf [this message]
2024-05-31 1:40 ` 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=171711963292.18580.1918608353290496503.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=ahalaney@redhat.com \
--cc=alexandre.torgue@foss.st.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fancer.lancer@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 \
--cc=vkoul@kernel.org \
/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.