From: patchwork-bot+netdevbpf@kernel.org
To: Ciprian Regus <ciprian.regus@analog.com>
Cc: parthiban.veerasooran@microchip.com, andrew+netdev@lunn.ch,
davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, horms@kernel.org, corbet@lwn.net,
skhan@linuxfoundation.org, andrew@lunn.ch, hkallweit1@gmail.com,
linux@armlinux.org.uk, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
devicetree@vger.kernel.org, conor.dooley@microchip.com
Subject: Re: [PATCH net-next v5 00/13] net: Add ADIN1140 support
Date: Tue, 21 Jul 2026 09:00:23 +0000 [thread overview]
Message-ID: <178462442388.169679.4872315897072342362.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260708-adin1140-driver-v5-0-4aca7b51a58b@analog.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Wed, 08 Jul 2026 01:33:28 +0300 you wrote:
> This series introduces support for the ADIN1140 (also called AD3306)
> 10BASE-T1S single port MACPHY. The device integrates the MAC and PHY in
> the same package. The communication with the host CPU is done through an
> SPI interface, using the Open Alliance TC6 protocol for control and data
> transactions. As a result, the oa_tc6 framework is used to implement
> the communication with the device (register accesses and Ethernet frame
> RX/TX).
>
> [...]
Here is the summary with links:
- [net-next,v5,01/13] dt-bindings: net: Add ADIN1140
https://git.kernel.org/netdev/net-next/c/2aa955bc52e9
- [net-next,v5,02/13] net: ethernet: oa_tc6: Handle the OA TC6 SPI protected mode
https://git.kernel.org/netdev/net-next/c/7d0e4c4b8c85
- [net-next,v5,03/13] net: ethernet: oa_tc6: add OA_TC6_BROKEN_PHY quirk flag
https://git.kernel.org/netdev/net-next/c/1d030cdd52ee
- [net-next,v5,04/13] net: ethernet: oa_tc6: Export the C45 access functions
https://git.kernel.org/netdev/net-next/c/87ac7ea2153c
- [net-next,v5,05/13] net: ethernet: oa_tc6: Export standard defined registers
https://git.kernel.org/netdev/net-next/c/9210d402bdf5
- [net-next,v5,06/13] net: ethernet: oa_tc6: Add the OA_TC6_ prefix to standard registers
https://git.kernel.org/netdev/net-next/c/31bc75f17c1f
- [net-next,v5,07/13] net: ethernet: oa_tc6: Add read_mms/write_mms register access functions
https://git.kernel.org/netdev/net-next/c/6ad250179486
- [net-next,v5,08/13] net: ethernet: oa_tc6: Use the read_mms/write_mms functions for C45
https://git.kernel.org/netdev/net-next/c/92ec8d69ddb0
- [net-next,v5,09/13] net: ethernet: oa_tc6: Add new register address defines
https://git.kernel.org/netdev/net-next/c/638b41f770ad
- [net-next,v5,10/13] net: phy: add generic helpers for direct C45 MMD access
https://git.kernel.org/netdev/net-next/c/aa63217916e1
- [net-next,v5,11/13] net: phy: microchip-t1s: use generic C45 MMD access helpers
https://git.kernel.org/netdev/net-next/c/85032df227f9
- [net-next,v5,12/13] net: phy: Add support for the ADIN1140 PHY
https://git.kernel.org/netdev/net-next/c/0feaf415b782
- [net-next,v5,13/13] net: ethernet: adi: Add a driver for the ADIN1140 MACPHY
https://git.kernel.org/netdev/net-next/c/20e69e671070
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:[~2026-07-21 9:00 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-07 22:33 [PATCH net-next v5 00/13] net: Add ADIN1140 support Ciprian Regus via B4 Relay
2026-07-07 22:33 ` [PATCH net-next v5 01/13] dt-bindings: net: Add ADIN1140 Ciprian Regus via B4 Relay
2026-07-07 22:33 ` [PATCH net-next v5 02/13] net: ethernet: oa_tc6: Handle the OA TC6 SPI protected mode Ciprian Regus via B4 Relay
2026-07-08 22:34 ` sashiko-bot
2026-07-07 22:33 ` [PATCH net-next v5 03/13] net: ethernet: oa_tc6: add OA_TC6_BROKEN_PHY quirk flag Ciprian Regus via B4 Relay
2026-07-08 22:34 ` sashiko-bot
2026-07-07 22:33 ` [PATCH net-next v5 04/13] net: ethernet: oa_tc6: Export the C45 access functions Ciprian Regus via B4 Relay
2026-07-08 22:34 ` sashiko-bot
2026-07-07 22:33 ` [PATCH net-next v5 05/13] net: ethernet: oa_tc6: Export standard defined registers Ciprian Regus via B4 Relay
2026-07-08 22:34 ` sashiko-bot
2026-07-07 22:33 ` [PATCH net-next v5 06/13] net: ethernet: oa_tc6: Add the OA_TC6_ prefix to standard registers Ciprian Regus via B4 Relay
2026-07-07 22:33 ` [PATCH net-next v5 07/13] net: ethernet: oa_tc6: Add read_mms/write_mms register access functions Ciprian Regus via B4 Relay
2026-07-08 17:23 ` Selvamani Rajagopal
2026-07-08 22:34 ` sashiko-bot
2026-07-07 22:33 ` [PATCH net-next v5 08/13] net: ethernet: oa_tc6: Use the read_mms/write_mms functions for C45 Ciprian Regus via B4 Relay
2026-07-08 22:34 ` sashiko-bot
2026-07-07 22:33 ` [PATCH net-next v5 09/13] net: ethernet: oa_tc6: Add new register address defines Ciprian Regus via B4 Relay
2026-07-07 22:33 ` [PATCH net-next v5 10/13] net: phy: add generic helpers for direct C45 MMD access Ciprian Regus via B4 Relay
2026-07-09 2:29 ` Selvamani Rajagopal
2026-07-21 8:46 ` Paolo Abeni
2026-07-07 22:33 ` [PATCH net-next v5 11/13] net: phy: microchip-t1s: use generic C45 MMD access helpers Ciprian Regus via B4 Relay
2026-07-07 22:33 ` [PATCH net-next v5 12/13] net: phy: Add support for the ADIN1140 PHY Ciprian Regus via B4 Relay
2026-07-08 22:34 ` sashiko-bot
2026-07-07 22:33 ` [PATCH net-next v5 13/13] net: ethernet: adi: Add a driver for the ADIN1140 MACPHY Ciprian Regus via B4 Relay
2026-07-08 22:34 ` sashiko-bot
2026-07-21 8:52 ` Paolo Abeni
2026-07-21 9: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=178462442388.169679.4872315897072342362.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=andrew@lunn.ch \
--cc=ciprian.regus@analog.com \
--cc=conor+dt@kernel.org \
--cc=conor.dooley@microchip.com \
--cc=corbet@lwn.net \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=hkallweit1@gmail.com \
--cc=horms@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=parthiban.veerasooran@microchip.com \
--cc=robh@kernel.org \
--cc=skhan@linuxfoundation.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