All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Maxime Chevallier <maxime.chevallier@bootlin.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	thomas.petazzoni@bootlin.com, andrew@lunn.ch, kuba@kernel.org,
	edumazet@google.com, pabeni@redhat.com, linux@armlinux.org.uk,
	linux-arm-kernel@lists.infradead.org,
	christophe.leroy@csgroup.eu, herve.codina@bootlin.com,
	f.fainelli@gmail.com, hkallweit1@gmail.com,
	vladimir.oltean@nxp.com, kory.maincent@bootlin.com,
	kabel@kernel.org, o.rempel@pengutronix.de, nicveronese@gmail.com,
	horms@kernel.org, mwojtas@chromium.org, atenart@kernel.org,
	devicetree@vger.kernel.org, conor+dt@kernel.org,
	krzk+dt@kernel.org, robh@kernel.org, romain.gantois@bootlin.com,
	daniel@makrotopia.org, dimitri.fedrau@liebherr.com,
	tariqt@nvidia.com
Subject: Re: [PATCH net-next v22 00/14]  net: phy: Introduce PHY ports representation
Date: Wed, 14 Jan 2026 03:00:42 +0000	[thread overview]
Message-ID: <176835964227.2565069.4308063830365885517.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260108080041.553250-1-maxime.chevallier@bootlin.com>

Hello:

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

On Thu,  8 Jan 2026 09:00:25 +0100 you wrote:
> Hi everyone,
> 
> This is v22 of the phy_port work. Main items from this versions are :
> 
>  - Rebase on net-next :)
>  - Removed a "contains" keyword in the binding
>  - Added a comment for phy_port SFP implementation
> 
> [...]

Here is the summary with links:
  - [net-next,v22,01/14] dt-bindings: net: Introduce the ethernet-connector description
    https://git.kernel.org/netdev/net-next/c/fb7a8d0786e4
  - [net-next,v22,02/14] net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* values
    https://git.kernel.org/netdev/net-next/c/3f25ff740950
  - [net-next,v22,03/14] net: phy: Introduce PHY ports representation
    https://git.kernel.org/netdev/net-next/c/589e934d2735
  - [net-next,v22,04/14] net: phy: dp83822: Add support for phy_port representation
    https://git.kernel.org/netdev/net-next/c/333c29a27f96
  - [net-next,v22,05/14] dt-bindings: net: dp83822: Deprecate ti,fiber-mode
    https://git.kernel.org/netdev/net-next/c/ffb8587363a3
  - [net-next,v22,06/14] net: phy: Create a phy_port for PHY-driven SFPs
    https://git.kernel.org/netdev/net-next/c/07f3ca9e092c
  - [net-next,v22,07/14] net: phy: Introduce generic SFP handling for PHY drivers
    https://git.kernel.org/netdev/net-next/c/d7c6082f7e77
  - [net-next,v22,08/14] net: phy: marvell-88x2222: Support SFP through phy_port interface
    https://git.kernel.org/netdev/net-next/c/ea317f077a38
  - [net-next,v22,09/14] net: phy: marvell: Support SFP through phy_port interface
    https://git.kernel.org/netdev/net-next/c/1384e1383829
  - [net-next,v22,10/14] net: phy: marvell10g: Support SFP through phy_port
    https://git.kernel.org/netdev/net-next/c/35d1a5464b47
  - [net-next,v22,11/14] net: phy: at803x: Support SFP through phy_port interface
    https://git.kernel.org/netdev/net-next/c/4e26a284b9be
  - [net-next,v22,12/14] net: phy: qca807x: Support SFP through phy_port interface
    https://git.kernel.org/netdev/net-next/c/154bc3b66c31
  - [net-next,v22,13/14] net: phy: Only rely on phy_port for PHY-driven SFP
    https://git.kernel.org/netdev/net-next/c/bad869b5e41a
  - [net-next,v22,14/14] Documentation: networking: Document the phy_port infrastructure
    https://git.kernel.org/netdev/net-next/c/62518b5b3d8e

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




      parent reply	other threads:[~2026-01-14  3:04 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-08  8:00 [PATCH net-next v22 00/14] net: phy: Introduce PHY ports representation Maxime Chevallier
2026-01-08  8:00 ` [PATCH net-next v22 01/14] dt-bindings: net: Introduce the ethernet-connector description Maxime Chevallier
2026-01-13 14:46   ` Rob Herring (Arm)
2026-01-08  8:00 ` [PATCH net-next v22 02/14] net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* values Maxime Chevallier
2026-01-08 16:53   ` Andrew Lunn
2026-01-08  8:00 ` [PATCH net-next v22 03/14] net: phy: Introduce PHY ports representation Maxime Chevallier
2026-01-08 16:59   ` Andrew Lunn
2026-01-08  8:00 ` [PATCH net-next v22 04/14] net: phy: dp83822: Add support for phy_port representation Maxime Chevallier
2026-01-08  8:00 ` [PATCH net-next v22 05/14] dt-bindings: net: dp83822: Deprecate ti,fiber-mode Maxime Chevallier
2026-01-08  8:00 ` [PATCH net-next v22 06/14] net: phy: Create a phy_port for PHY-driven SFPs Maxime Chevallier
2026-01-08  8:00 ` [PATCH net-next v22 07/14] net: phy: Introduce generic SFP handling for PHY drivers Maxime Chevallier
2026-01-08  8:00 ` [PATCH net-next v22 08/14] net: phy: marvell-88x2222: Support SFP through phy_port interface Maxime Chevallier
2026-01-08  8:00 ` [PATCH net-next v22 09/14] net: phy: marvell: " Maxime Chevallier
2026-01-08  8:00 ` [PATCH net-next v22 10/14] net: phy: marvell10g: Support SFP through phy_port Maxime Chevallier
2026-01-08  8:00 ` [PATCH net-next v22 11/14] net: phy: at803x: Support SFP through phy_port interface Maxime Chevallier
2026-01-08  8:00 ` [PATCH net-next v22 12/14] net: phy: qca807x: " Maxime Chevallier
2026-01-08  8:00 ` [PATCH net-next v22 13/14] net: phy: Only rely on phy_port for PHY-driven SFP Maxime Chevallier
2026-01-08  8:00 ` [PATCH net-next v22 14/14] Documentation: networking: Document the phy_port infrastructure Maxime Chevallier
2026-01-14  3: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=176835964227.2565069.4308063830365885517.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=atenart@kernel.org \
    --cc=christophe.leroy@csgroup.eu \
    --cc=conor+dt@kernel.org \
    --cc=daniel@makrotopia.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=dimitri.fedrau@liebherr.com \
    --cc=edumazet@google.com \
    --cc=f.fainelli@gmail.com \
    --cc=herve.codina@bootlin.com \
    --cc=hkallweit1@gmail.com \
    --cc=horms@kernel.org \
    --cc=kabel@kernel.org \
    --cc=kory.maincent@bootlin.com \
    --cc=krzk+dt@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=maxime.chevallier@bootlin.com \
    --cc=mwojtas@chromium.org \
    --cc=netdev@vger.kernel.org \
    --cc=nicveronese@gmail.com \
    --cc=o.rempel@pengutronix.de \
    --cc=pabeni@redhat.com \
    --cc=robh@kernel.org \
    --cc=romain.gantois@bootlin.com \
    --cc=tariqt@nvidia.com \
    --cc=thomas.petazzoni@bootlin.com \
    --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.