From: patchwork-bot+netdevbpf@kernel.org
To: Hans-Frieder Vogt <hfdevel@gmx.net>
Cc: andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, fujita.tomonori@gmail.com,
andrew+netdev@lunn.ch, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v7 0/7] net: tn40xx: add support for AQR105 based cards
Date: Tue, 25 Mar 2025 21:00:42 +0000 [thread overview]
Message-ID: <174293644280.727243.6471962658538147478.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250322-tn9510-v3a-v7-0-672a9a3d8628@gmx.net>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sat, 22 Mar 2025 11:45:51 +0100 you wrote:
> This patch series adds support to the Tehuti tn40xx driver for TN9510 cards
> which combine a TN4010 MAC with an Aquantia AQR105.
> It is an update of the patch series "net: tn40xx: add support for AQR105
> based cards", addressing review comments and generally cleaning up the series.
>
> The patch was tested on a Tehuti TN9510 card (1fc9:4025:1fc9:3015).
>
> [...]
Here is the summary with links:
- [net-next,v7,1/7] net: phy: Add swnode support to mdiobus_scan
https://git.kernel.org/netdev/net-next/c/43564f062bfe
- [net-next,v7,2/7] net: phy: aquantia: add probe function to aqr105 for firmware loading
https://git.kernel.org/netdev/net-next/c/74e4264efe47
- [net-next,v7,3/7] net: phy: aquantia: search for firmware-name in fwnode
https://git.kernel.org/netdev/net-next/c/5f27092328ce
- [net-next,v7,4/7] net: phy: aquantia: add essential functions to aqr105 driver
https://git.kernel.org/netdev/net-next/c/e31e67f58cf2
- [net-next,v7,5/7] net: tn40xx: create swnode for mdio and aqr105 phy and add to mdiobus
https://git.kernel.org/netdev/net-next/c/25b6a6d29d40
- [net-next,v7,6/7] net: tn40xx: prepare tn40xx driver to find phy of the TN9510 card
https://git.kernel.org/netdev/net-next/c/07cfe3a55756
- [net-next,v7,7/7] net: tn40xx: add pci-id of the aqr105-based Tehuti TN4010 cards
https://git.kernel.org/netdev/net-next/c/53377b5c2952
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-03-25 21:00 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-22 10:45 [PATCH net-next v7 0/7] net: tn40xx: add support for AQR105 based cards Hans-Frieder Vogt
2025-03-22 10:45 ` Hans-Frieder Vogt via B4 Relay
2025-03-22 10:45 ` [PATCH net-next v7 1/7] net: phy: Add swnode support to mdiobus_scan Hans-Frieder Vogt
2025-03-22 10:45 ` Hans-Frieder Vogt via B4 Relay
2025-03-22 15:49 ` Andrew Lunn
2025-03-22 10:45 ` [PATCH net-next v7 2/7] net: phy: aquantia: add probe function to aqr105 for firmware loading Hans-Frieder Vogt
2025-03-22 10:45 ` Hans-Frieder Vogt via B4 Relay
2025-03-22 10:45 ` [PATCH net-next v7 3/7] net: phy: aquantia: search for firmware-name in fwnode Hans-Frieder Vogt
2025-03-22 10:45 ` Hans-Frieder Vogt via B4 Relay
2025-03-22 10:45 ` [PATCH net-next v7 4/7] net: phy: aquantia: add essential functions to aqr105 driver Hans-Frieder Vogt
2025-03-22 10:45 ` Hans-Frieder Vogt via B4 Relay
2025-03-22 10:45 ` [PATCH net-next v7 5/7] net: tn40xx: create swnode for mdio and aqr105 phy and add to mdiobus Hans-Frieder Vogt
2025-03-22 10:45 ` Hans-Frieder Vogt via B4 Relay
2025-03-22 15:50 ` Andrew Lunn
2025-03-22 10:45 ` [PATCH net-next v7 6/7] net: tn40xx: prepare tn40xx driver to find phy of the TN9510 card Hans-Frieder Vogt
2025-03-22 10:45 ` Hans-Frieder Vogt via B4 Relay
2025-03-22 10:45 ` [PATCH net-next v7 7/7] net: tn40xx: add pci-id of the aqr105-based Tehuti TN4010 cards Hans-Frieder Vogt
2025-03-22 10:45 ` Hans-Frieder Vogt via B4 Relay
2025-03-22 15:50 ` Andrew Lunn
2025-03-25 21: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=174293644280.727243.6471962658538147478.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=fujita.tomonori@gmail.com \
--cc=hfdevel@gmx.net \
--cc=hkallweit1@gmail.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--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 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.