From: patchwork-bot+netdevbpf@kernel.org
To: =?utf-8?q?Marek_Beh=C3=BAn_=3Ckabel=40kernel=2Eorg=3E?=@ci.codeaurora.org
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
rmk+kernel@armlinux.org.uk, andrew@lunn.ch,
vladimir.oltean@nxp.com
Subject: Re: [PATCH net-next 00/12] RollBall / Hilink / Turris 10G copper SFP support
Date: Mon, 03 Oct 2022 10:20:17 +0000 [thread overview]
Message-ID: <166479241790.12231.13172944430102941044.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220930142110.15372-1-kabel@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Fri, 30 Sep 2022 16:20:58 +0200 you wrote:
> Hello,
>
> I am resurrecting my attempt to add support for RollBall / Hilink /
> Turris 10G copper SFPs modules.
>
> The modules contain Marvell 88X3310 PHY, which can communicate with
> the system via sgmii, 2500base-x, 5gbase-r, 10gbase-r or usxgmii mode.
>
> [...]
Here is the summary with links:
- [net-next,01/12] net: phylink: add ability to validate a set of interface modes
https://git.kernel.org/netdev/net-next/c/1645f44dd5b8
- [net-next,02/12] net: sfp: augment SFP parsing with phy_interface_t bitmap
https://git.kernel.org/netdev/net-next/c/fd580c983031
- [net-next,03/12] net: phylink: use phy_interface_t bitmaps for optical modules
https://git.kernel.org/netdev/net-next/c/f81fa96d8a6c
- [net-next,04/12] net: phylink: rename phylink_sfp_config()
https://git.kernel.org/netdev/net-next/c/e60846370ca9
- [net-next,05/12] net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYs
https://git.kernel.org/netdev/net-next/c/eca68a3c7d05
- [net-next,06/12] net: phy: marvell10g: Use tabs instead of spaces for indentation
https://git.kernel.org/netdev/net-next/c/3891569b2fc3
- [net-next,07/12] net: phy: marvell10g: select host interface configuration
https://git.kernel.org/netdev/net-next/c/d6d29292640d
- [net-next,08/12] net: phylink: allow attaching phy for SFP modules on 802.3z mode
https://git.kernel.org/netdev/net-next/c/31eb8907aa5b
- [net-next,09/12] net: sfp: Add and use macros for SFP quirks definitions
https://git.kernel.org/netdev/net-next/c/13c8adcf221f
- [net-next,10/12] net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY release
https://git.kernel.org/netdev/net-next/c/e85b1347ace6
- [net-next,11/12] net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modules
https://git.kernel.org/netdev/net-next/c/09bbedac72d5
- [net-next,12/12] net: sfp: add support for multigig RollBall transceivers
https://git.kernel.org/netdev/net-next/c/324e88cbe3b7
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:[~2022-10-03 10:20 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-30 14:20 [PATCH net-next 00/12] RollBall / Hilink / Turris 10G copper SFP support Marek Behún
2022-09-30 14:20 ` [PATCH net-next 01/12] net: phylink: add ability to validate a set of interface modes Marek Behún
2022-09-30 14:21 ` [PATCH net-next 02/12] net: sfp: augment SFP parsing with phy_interface_t bitmap Marek Behún
2022-09-30 14:21 ` [PATCH net-next 03/12] net: phylink: use phy_interface_t bitmaps for optical modules Marek Behún
2022-09-30 14:21 ` [PATCH net-next 04/12] net: phylink: rename phylink_sfp_config() Marek Behún
2022-09-30 14:21 ` [PATCH net-next 05/12] net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYs Marek Behún
2022-09-30 14:21 ` [PATCH net-next 06/12] net: phy: marvell10g: Use tabs instead of spaces for indentation Marek Behún
2022-09-30 14:21 ` [PATCH net-next 07/12] net: phy: marvell10g: select host interface configuration Marek Behún
2022-09-30 14:21 ` [PATCH net-next 08/12] net: phylink: allow attaching phy for SFP modules on 802.3z mode Marek Behún
2022-09-30 14:21 ` [PATCH net-next 09/12] net: sfp: Add and use macros for SFP quirks definitions Marek Behún
2022-09-30 14:21 ` [PATCH net-next 10/12] net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY release Marek Behún
2022-09-30 14:21 ` [PATCH net-next 11/12] net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modules Marek Behún
2022-09-30 14:21 ` [PATCH net-next 12/12] net: sfp: add support for multigig RollBall transceivers Marek Behún
2022-10-03 10:20 ` 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=166479241790.12231.13172944430102941044.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc==?utf-8?q?Marek_Beh=C3=BAn_=3Ckabel=40kernel=2Eorg=3E?=@ci.codeaurora.org \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=rmk+kernel@armlinux.org.uk \
--cc=vladimir.oltean@nxp.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 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.