public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Radu Pirea (NXP OSS) <radu-nicolae.pirea@oss.nxp.com>
Cc: andrew@lunn.ch, hkallweit1@gmail.com, linux@armlinux.org.uk,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, richardcochran@gmail.com,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next v5 00/11] Add TJA1120 support
Date: Wed, 02 Aug 2023 04:10:25 +0000	[thread overview]
Message-ID: <169094942550.31458.17359755832524116454.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230731091619.77961-1-radu-nicolae.pirea@oss.nxp.com>

Hello:

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

On Mon, 31 Jul 2023 12:16:08 +0300 you wrote:
> Hello everyone,
> 
> This patch series got bigger than I expected. It cleans up the
> next-c45-tja11xx driver and adds support for the TJA1120(1000BaseT1
> automotive phy).
> 
> Master/slave custom implementation was replaced with the generic
> implementation (genphy_c45_config_aneg/genphy_c45_read_status).
> 
> [...]

Here is the summary with links:
  - [net-next,v5,01/11] net: phy: nxp-c45-tja11xx: use phylib master/slave implementation
    https://git.kernel.org/netdev/net-next/c/ac0687e821cf
  - [net-next,v5,02/11] net: phy: nxp-c45-tja11xx: remove RX BIST frame counters
    https://git.kernel.org/netdev/net-next/c/643480a1a73d
  - [net-next,v5,03/11] net: phy: nxp-c45-tja11xx: prepare the ground for TJA1120
    https://git.kernel.org/netdev/net-next/c/6c0c85da044e
  - [net-next,v5,04/11] net: phy: nxp-c45-tja11xx: use get_features
    https://git.kernel.org/netdev/net-next/c/369da333569e
  - [net-next,v5,05/11] net: phy: nxp-c45-tja11xx: add TJA1120 support
    https://git.kernel.org/netdev/net-next/c/f1fe5dff2b8a
  - [net-next,v5,06/11] net: phy: nxp-c45-tja11xx: enable LTC sampling on both ext_ts edges
    https://git.kernel.org/netdev/net-next/c/b0b2247d815d
  - [net-next,v5,07/11] net: phy: nxp-c45-tja11xx: read egress ts on TJA1120
    https://git.kernel.org/netdev/net-next/c/bdb4c5b88520
  - [net-next,v5,08/11] net: phy: nxp-c45-tja11xx: handle FUSA irq
    https://git.kernel.org/netdev/net-next/c/425c8348df7b
  - [net-next,v5,09/11] net: phy: nxp-c45-tja11xx: run cable test with the PHY in test mode
    https://git.kernel.org/netdev/net-next/c/c552c110d479
  - [net-next,v5,10/11] net: phy: nxp-c45-tja11xx: read ext trig ts on TJA1120
    https://git.kernel.org/netdev/net-next/c/08e6547c8468
  - [net-next,v5,11/11] net: phy: nxp-c45-tja11xx: reset PCS if the link goes down
    https://git.kernel.org/netdev/net-next/c/68c6af72047c

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



      parent reply	other threads:[~2023-08-02  4:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31  9:16 [PATCH net-next v5 00/11] Add TJA1120 support Radu Pirea (NXP OSS)
2023-07-31  9:16 ` [PATCH net-next v5 01/11] net: phy: nxp-c45-tja11xx: use phylib master/slave implementation Radu Pirea (NXP OSS)
2023-07-31  9:16 ` [PATCH net-next v5 02/11] net: phy: nxp-c45-tja11xx: remove RX BIST frame counters Radu Pirea (NXP OSS)
2023-07-31  9:16 ` [PATCH net-next v5 03/11] net: phy: nxp-c45-tja11xx: prepare the ground for TJA1120 Radu Pirea (NXP OSS)
2023-07-31  9:16 ` [PATCH net-next v5 04/11] net: phy: nxp-c45-tja11xx: use get_features Radu Pirea (NXP OSS)
2023-07-31  9:16 ` [PATCH net-next v5 05/11] net: phy: nxp-c45-tja11xx: add TJA1120 support Radu Pirea (NXP OSS)
2023-07-31  9:16 ` [PATCH net-next v5 06/11] net: phy: nxp-c45-tja11xx: enable LTC sampling on both ext_ts edges Radu Pirea (NXP OSS)
2023-07-31  9:16 ` [PATCH net-next v5 07/11] net: phy: nxp-c45-tja11xx: read egress ts on TJA1120 Radu Pirea (NXP OSS)
2023-07-31  9:16 ` [PATCH net-next v5 08/11] net: phy: nxp-c45-tja11xx: handle FUSA irq Radu Pirea (NXP OSS)
2023-07-31  9:16 ` [PATCH net-next v5 09/11] net: phy: nxp-c45-tja11xx: run cable test with the PHY in test mode Radu Pirea (NXP OSS)
2023-07-31  9:16 ` [PATCH net-next v5 10/11] net: phy: nxp-c45-tja11xx: read ext trig ts on TJA1120 Radu Pirea (NXP OSS)
2023-07-31  9:16 ` [PATCH net-next v5 11/11] net: phy: nxp-c45-tja11xx: reset PCS if the link goes down Radu Pirea (NXP OSS)
2023-08-02  4:10 ` 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=169094942550.31458.17359755832524116454.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --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 \
    --cc=radu-nicolae.pirea@oss.nxp.com \
    --cc=richardcochran@gmail.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