rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Christian Marangi <ansuelsmth@gmail.com>
Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com,
	kuba@kernel.org, pabeni@redhat.com, robh@kernel.org,
	krzk+dt@kernel.org, conor+dt@kernel.org, hkallweit1@gmail.com,
	linux@armlinux.org.uk, florian.fainelli@broadcom.com,
	bcm-kernel-feedback-list@broadcom.com, kabel@kernel.org,
	andrei.botila@oss.nxp.com, fujita.tomonori@gmail.com,
	tmgross@umich.edu, ojeda@kernel.org, alex.gaynor@gmail.com,
	boqun.feng@gmail.com, gary@garyguo.net, bjorn3_gh@protonmail.com,
	benno.lossin@proton.me, a.hindborg@kernel.org,
	aliceryhl@google.com, dakr@kernel.org, sd@queasysnail.net,
	michael@fossekall.de, daniel@makrotopia.org,
	netdev@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org
Subject: Re: [net-next PATCH v12 0/6] net: phy: Add support for new Aeonsemi PHYs
Date: Thu, 22 May 2025 03:30:41 +0000	[thread overview]
Message-ID: <174788464101.2365353.11675172147979380830.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250517201353.5137-1-ansuelsmth@gmail.com>

Hello:

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

On Sat, 17 May 2025 22:13:44 +0200 you wrote:
> Add support for new Aeonsemi 10G C45 PHYs. These PHYs intergate an IPC
> to setup some configuration and require special handling to sync with
> the parity bit. The parity bit is a way the IPC use to follow correct
> order of command sent.
> 
> Supported PHYs AS21011JB1, AS21011PB1, AS21010JB1, AS21010PB1,
> AS21511JB1, AS21511PB1, AS21510JB1, AS21510PB1, AS21210JB1,
> AS21210PB1 that all register with the PHY ID 0x7500 0x7500
> before the firmware is loaded.
> 
> [...]

Here is the summary with links:
  - [net-next,v12,1/6] net: phy: pass PHY driver to .match_phy_device OP
    https://git.kernel.org/netdev/net-next/c/31afd6bc55cc
  - [net-next,v12,2/6] net: phy: bcm87xx: simplify .match_phy_device OP
    https://git.kernel.org/netdev/net-next/c/5253972cb955
  - [net-next,v12,3/6] net: phy: nxp-c45-tja11xx: simplify .match_phy_device OP
    https://git.kernel.org/netdev/net-next/c/1b76b2497aba
  - [net-next,v12,4/6] net: phy: introduce genphy_match_phy_device()
    https://git.kernel.org/netdev/net-next/c/d6c45707ac84
  - [net-next,v12,5/6] net: phy: Add support for Aeonsemi AS21xxx PHYs
    https://git.kernel.org/netdev/net-next/c/830877d89edc
  - [net-next,v12,6/6] dt-bindings: net: Document support for Aeonsemi PHYs
    https://git.kernel.org/netdev/net-next/c/3e2b72298904

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



      parent reply	other threads:[~2025-05-22  3:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-17 20:13 [net-next PATCH v12 0/6] net: phy: Add support for new Aeonsemi PHYs Christian Marangi
2025-05-17 20:13 ` [net-next PATCH v12 1/6] net: phy: pass PHY driver to .match_phy_device OP Christian Marangi
2025-05-18 13:30   ` Benno Lossin
2025-05-19  6:09   ` FUJITA Tomonori
2025-05-17 20:13 ` [net-next PATCH v12 2/6] net: phy: bcm87xx: simplify " Christian Marangi
2025-05-17 20:13 ` [net-next PATCH v12 3/6] net: phy: nxp-c45-tja11xx: " Christian Marangi
2025-05-17 20:13 ` [net-next PATCH v12 4/6] net: phy: introduce genphy_match_phy_device() Christian Marangi
2025-05-17 20:13 ` [net-next PATCH v12 5/6] net: phy: Add support for Aeonsemi AS21xxx PHYs Christian Marangi
2025-05-17 20:13 ` [net-next PATCH v12 6/6] dt-bindings: net: Document support for Aeonsemi PHYs Christian Marangi
2025-05-22  3: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=174788464101.2365353.11675172147979380830.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=a.hindborg@kernel.org \
    --cc=alex.gaynor@gmail.com \
    --cc=aliceryhl@google.com \
    --cc=andrei.botila@oss.nxp.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=ansuelsmth@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=benno.lossin@proton.me \
    --cc=bjorn3_gh@protonmail.com \
    --cc=boqun.feng@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=dakr@kernel.org \
    --cc=daniel@makrotopia.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=florian.fainelli@broadcom.com \
    --cc=fujita.tomonori@gmail.com \
    --cc=gary@garyguo.net \
    --cc=hkallweit1@gmail.com \
    --cc=kabel@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=michael@fossekall.de \
    --cc=netdev@vger.kernel.org \
    --cc=ojeda@kernel.org \
    --cc=pabeni@redhat.com \
    --cc=robh@kernel.org \
    --cc=rust-for-linux@vger.kernel.org \
    --cc=sd@queasysnail.net \
    --cc=tmgross@umich.edu \
    /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;
as well as URLs for NNTP newsgroup(s).