mbox series

[net-next,v3,0/2] doc: sfp-phylink: update the porting guide

Message ID 20240301164309.3643849-1-maxime.chevallier@bootlin.com (mailing list archive)
Headers show
Series doc: sfp-phylink: update the porting guide | expand

Message

Maxime Chevallier March 1, 2024, 4:43 p.m. UTC
Hello everyone,

Here's a V3 for an update on the phylink porting guide. The only
difference with V2 is a whitespace fix along with a line-wrap.

The main point of the update is the description of a basic process to
follow to expose one or more PCS to phylink. Let me know if you spot any
inaccuracies in the guide.

The second patch is a simple fixup on some in-code doc that was spotted
while updating the guide.

Link to V2: https://lore.kernel.org/netdev/20240228095755.1499577-1-maxime.chevallier@bootlin.com/
Link to V1: https://lore.kernel.org/netdev/20240220160406.3363002-1-maxime.chevallier@bootlin.com/

Maxime Chevallier (2):
  doc: sfp-phylink: update the porting guide with PCS handling
  net: phylink: clean the pcs_get_state documentation

 Documentation/networking/sfp-phylink.rst | 147 ++++++++++++++++++++---
 include/linux/phylink.h                  |   3 -
 2 files changed, 133 insertions(+), 17 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 7, 2024, 2:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Fri,  1 Mar 2024 17:43:06 +0100 you wrote:
> Hello everyone,
> 
> Here's a V3 for an update on the phylink porting guide. The only
> difference with V2 is a whitespace fix along with a line-wrap.
> 
> The main point of the update is the description of a basic process to
> follow to expose one or more PCS to phylink. Let me know if you spot any
> inaccuracies in the guide.
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] doc: sfp-phylink: update the porting guide with PCS handling
    https://git.kernel.org/netdev/net-next/c/9b1d8588397a
  - [net-next,v3,2/2] net: phylink: clean the pcs_get_state documentation
    https://git.kernel.org/netdev/net-next/c/68ac1e46425c

You are awesome, thank you!