Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.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,
	angelogioacchino.delregno@collabora.com, andrew@lunn.ch,
	hkallweit1@gmail.com, linux@armlinux.org.uk,
	kevin-kw.huang@airoha.com, macpaul.lin@mediatek.com,
	matthias.bgg@gmail.com, kernel@collabora.com,
	netdev@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v5 0/6] Introduce Airoha AN8801R series Gigabit Ethernet PHY driver
Date: Thu, 28 May 2026 01:50:15 +0000	[thread overview]
Message-ID: <177993301589.711996.780315750455117859.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260526-add-airoha-an8801-support-v5-0-01aea8dee69b@collabora.com>

Hello:

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

On Tue, 26 May 2026 16:58:05 +0200 you wrote:
> This series introduces the Airoha AN8801R Gigabit Ethernet PHY initial
> support.
> 
> The Airoha AN8801R is a low power single-port Ethernet PHY Transceiver
> with Single-port serdes interface for 1000Base-X/RGMII.
> This chip is compliant with 10Base-T, 100Base-TX and 1000Base-T IEEE
> 802.3(u,ab) and supports:
>   - Energy Efficient Ethernet (802.3az)
>   - Full Duplex Control Flow (802.3x)
>   - auto-negotiation
>   - crossover detect and autocorrection,
>   - Wake-on-LAN with Magic Packet
>   - Jumbo Frame up to 9 Kilobytes.
> This PHY also supports up to three user-configurable LEDs, which are
> usually used for LAN Activity, 100M, 1000M indication.
> 
> [...]

Here is the summary with links:
  - [net-next,v5,1/6] dt-bindings: net: Add support for Airoha AN8801R GbE PHY
    https://git.kernel.org/netdev/net-next/c/ed28bd094db3
  - [net-next,v5,2/6] net: phy: Add Airoha phy library for shared code
    https://git.kernel.org/netdev/net-next/c/dddfadd75197
  - [net-next,v5,3/6] net: phy: air_phy_lib: Factorize BuckPBus register accessors
    https://git.kernel.org/netdev/net-next/c/5226bb6634cd
  - [net-next,v5,4/6] net: phy: Rename Airoha common BuckPBus register accessors
    https://git.kernel.org/netdev/net-next/c/e08f0ea6daf2
  - [net-next,v5,5/6] net: phy: Introduce Airoha AN8801R Gigabit Ethernet PHY driver
    https://git.kernel.org/netdev/net-next/c/fdb9bf7f1658
  - [net-next,v5,6/6] net: phy: air_an8801: ensure maximum available speed link use
    https://git.kernel.org/netdev/net-next/c/f6465e36353f

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-05-28  1:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-26 14:58 [PATCH net-next v5 0/6] Introduce Airoha AN8801R series Gigabit Ethernet PHY driver Louis-Alexis Eyraud
2026-05-26 14:58 ` [PATCH net-next v5 1/6] dt-bindings: net: Add support for Airoha AN8801R GbE PHY Louis-Alexis Eyraud
2026-05-26 14:58 ` [PATCH net-next v5 2/6] net: phy: Add Airoha phy library for shared code Louis-Alexis Eyraud
2026-05-26 14:58 ` [PATCH net-next v5 3/6] net: phy: air_phy_lib: Factorize BuckPBus register accessors Louis-Alexis Eyraud
2026-05-26 14:58 ` [PATCH net-next v5 4/6] net: phy: Rename Airoha common " Louis-Alexis Eyraud
2026-05-26 14:58 ` [PATCH net-next v5 5/6] net: phy: Introduce Airoha AN8801R Gigabit Ethernet PHY driver Louis-Alexis Eyraud
2026-05-28  1:29   ` Andrew Lunn
2026-05-26 14:58 ` [PATCH net-next v5 6/6] net: phy: air_an8801: ensure maximum available speed link use Louis-Alexis Eyraud
2026-05-28  1:30   ` Andrew Lunn
2026-05-28  1:50 ` 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=177993301589.711996.780315750455117859.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=andrew@lunn.ch \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=conor+dt@kernel.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=hkallweit1@gmail.com \
    --cc=kernel@collabora.com \
    --cc=kevin-kw.huang@airoha.com \
    --cc=krzk+dt@kernel.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=louisalexis.eyraud@collabora.com \
    --cc=macpaul.lin@mediatek.com \
    --cc=matthias.bgg@gmail.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=robh@kernel.org \
    /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