mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: David Yang <mmyangfl@gmail.com>
Cc: netdev@vger.kernel.org, andrew@lunn.ch, olteanv@gmail.com,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, linux@armlinux.org.uk,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v4 0/8] net: dsa: motorcomm: Add SerDes PCS
Date: Sat, 26 Sep 2026 00:20:08 +0000	[thread overview]
Message-ID: <179038200814.3217464.2719386526229401334.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260923021945.2203368-1-mmyangfl@gmail.com>

Hello:

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

On Wed, 23 Sep 2026 10:19:32 +0800 you wrote:
> Rework chip_info to tell SERDES ports from xMII ones, identify the port type
> at runtime from the pad configuration, and add a phylink PCS driver for the
> internal SerDes, so that the link of SERDES ports can be established through
> in-band negotiation instead of a fixed configuration.
> 
> v4:
>   - fix 1000basex
>   - YT921X_SPEED_NUM -> YT921X_SPEED_INVALID
>   - reword commit message
> v3: https://lore.kernel.org/r/20260917185010.3189199-1-mmyangfl@gmail.com
>   - fix build error
> v2: https://lore.kernel.org/r/20260916164310.3168269-1-mmyangfl@gmail.com
>   - Remove YT921X_PORT_MASK_* macros
>   - code style nits
>   - unconditionally write BMCR_ANRESTART
> v1: https://lore.kernel.org/r/20260909190541.466476-1-mmyangfl@gmail.com
> 
> [...]

Here is the summary with links:
  - [net-next,v4,1/8] net: dsa: motorcomm: Remove YT921X_PORT_MASK_* macros
    https://git.kernel.org/netdev/net-next/c/b6d2762919bc
  - [net-next,v4,2/8] net: dsa: motorcomm: Split xMII and SERDES port masks
    https://git.kernel.org/netdev/net-next/c/605597aff803
  - [net-next,v4,3/8] net: dsa: motorcomm: Identify port type at runtime
    https://git.kernel.org/netdev/net-next/c/07b60e1bf4a1
  - [net-next,v4,4/8] net: dsa: motorcomm: Fix register bit field names
    https://git.kernel.org/netdev/net-next/c/be5cdff08903
  - [net-next,v4,5/8] net: dsa: motorcomm: Introduce yt921x_speed
    https://git.kernel.org/netdev/net-next/c/5423f892f129
  - [net-next,v4,6/8] net: dsa: motorcomm: Hoist port_to_priv helper into chip.h
    https://git.kernel.org/netdev/net-next/c/c9996cf718ec
  - [net-next,v4,7/8] net: dsa: motorcomm: Split MDIO bus module
    https://git.kernel.org/netdev/net-next/c/b9eca1c2be7f
  - [net-next,v4,8/8] net: dsa: motorcomm: Add SerDes PCS
    https://git.kernel.org/netdev/net-next/c/4b8fbb875a54

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-09-26  0:21 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-23  2:19 David Yang
2026-09-23  2:19 ` [PATCH net-next v4 1/8] net: dsa: motorcomm: Remove YT921X_PORT_MASK_* macros David Yang
2026-09-23  2:19 ` [PATCH net-next v4 2/8] net: dsa: motorcomm: Split xMII and SERDES port masks David Yang
2026-09-25  2:19   ` netdev-bot+sashiko
2026-09-25 13:00     ` David Yang
2026-09-23  2:19 ` [PATCH net-next v4 3/8] net: dsa: motorcomm: Identify port type at runtime David Yang
2026-09-25  2:19   ` netdev-bot+sashiko
2026-09-25 13:01     ` David Yang
2026-09-25 14:57   ` Andrew Lunn
2026-09-23  2:19 ` [PATCH net-next v4 4/8] net: dsa: motorcomm: Fix register bit field names David Yang
2026-09-23  2:19 ` [PATCH net-next v4 5/8] net: dsa: motorcomm: Introduce yt921x_speed David Yang
2026-09-25 14:57   ` Andrew Lunn
2026-09-23  2:19 ` [PATCH net-next v4 6/8] net: dsa: motorcomm: Hoist port_to_priv helper into chip.h David Yang
2026-09-23  2:19 ` [PATCH net-next v4 7/8] net: dsa: motorcomm: Split MDIO bus module David Yang
2026-09-23  2:19 ` [PATCH net-next v4 8/8] net: dsa: motorcomm: Add SerDes PCS David Yang
2026-09-26  0: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=179038200814.3217464.2719386526229401334.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mmyangfl@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.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®