From: patchwork-bot+netdevbpf@kernel.org
To: =?utf-8?b?QWx2aW4gxaBpcHJhZ2EgPGFsdmluQHBxcnMuZGs+?=@ci.codeaurora.org
Cc: linus.walleij@linaro.org, andrew@lunn.ch,
vivien.didelot@gmail.com, f.fainelli@gmail.com,
olteanv@gmail.com, davem@davemloft.net, kuba@kernel.org,
robh+dt@kernel.org, hkallweit1@gmail.com, linux@armlinux.org.uk,
arinc.unal@arinc9.com, alsi@bang-olufsen.dk,
netdev@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 net-next 0/7] net: dsa: add support for RTL8365MB-VC
Date: Mon, 18 Oct 2021 13:30:10 +0000 [thread overview]
Message-ID: <163456381026.15402.11468820446338383690.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211018093804.3115191-1-alvin@pqrs.dk>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Mon, 18 Oct 2021 11:37:55 +0200 you wrote:
> From: Alvin Šipraga <alsi@bang-olufsen.dk>
>
> This series adds support for Realtek's RTL8365MB-VC, a 4+1 port
> 10/100/1000M Ethernet switch. The driver - rtl8365mb - was developed by
> Michael Ramussen and myself.
>
> This version of the driver is relatively slim, implementing only the
> standalone port functionality and no offload capabilities. It is based
> on a previous RFC series [1] from August, and the main difference is the
> removal of some spurious VLAN operations. Otherwise I have simply
> addressed most of the feedback. Please see the respective patches for
> more detail.
>
> [...]
Here is the summary with links:
- [v4,net-next,1/7] ether: add EtherType for proprietary Realtek protocols
https://git.kernel.org/netdev/net-next/c/7bbbbfaa7a1b
- [v4,net-next,2/7] net: dsa: allow reporting of standard ethtool stats for slave devices
https://git.kernel.org/netdev/net-next/c/487d3855b641
- [v4,net-next,3/7] net: dsa: move NET_DSA_TAG_RTL4_A to right place in Kconfig/Makefile
https://git.kernel.org/netdev/net-next/c/9cb8edda2157
- [v4,net-next,4/7] dt-bindings: net: dsa: realtek-smi: document new compatible rtl8365mb
https://git.kernel.org/netdev/net-next/c/2e405875f39f
- [v4,net-next,5/7] net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tag
https://git.kernel.org/netdev/net-next/c/1521d5adfc2b
- [v4,net-next,6/7] net: dsa: realtek-smi: add rtl8365mb subdriver for RTL8365MB-VC
https://git.kernel.org/netdev/net-next/c/4af2950c50c8
- [v4,net-next,7/7] net: phy: realtek: add support for RTL8365MB-VC internal PHYs
https://git.kernel.org/netdev/net-next/c/2ca2969aae1e
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2021-10-18 13:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-18 9:37 Alvin Šipraga
2021-10-18 9:37 ` [PATCH v4 net-next 1/7] ether: add EtherType for proprietary Realtek protocols Alvin Šipraga
2021-10-18 9:37 ` [PATCH v4 net-next 2/7] net: dsa: allow reporting of standard ethtool stats for slave devices Alvin Šipraga
2021-10-18 9:37 ` [PATCH v4 net-next 3/7] net: dsa: move NET_DSA_TAG_RTL4_A to right place in Kconfig/Makefile Alvin Šipraga
2021-10-18 9:37 ` [PATCH v4 net-next 4/7] dt-bindings: net: dsa: realtek-smi: document new compatible rtl8365mb Alvin Šipraga
2021-10-18 9:38 ` [PATCH v4 net-next 5/7] net: dsa: tag_rtl8_4: add realtek 8 byte protocol 4 tag Alvin Šipraga
2021-10-18 9:38 ` [PATCH v4 net-next 6/7] net: dsa: realtek-smi: add rtl8365mb subdriver for RTL8365MB-VC Alvin Šipraga
2021-10-18 9:38 ` [PATCH v4 net-next 7/7] net: phy: realtek: add support for RTL8365MB-VC internal PHYs Alvin Šipraga
2021-10-18 13:30 ` 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=163456381026.15402.11468820446338383690.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc==?utf-8?b?QWx2aW4gxaBpcHJhZ2EgPGFsdmluQHBxcnMuZGs+?=@ci.codeaurora.org \
--cc=alsi@bang-olufsen.dk \
--cc=andrew@lunn.ch \
--cc=arinc.unal@arinc9.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=hkallweit1@gmail.com \
--cc=kuba@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=olteanv@gmail.com \
--cc=robh+dt@kernel.org \
--cc=vivien.didelot@gmail.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
all inboxes | Powered by JetHome®