All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Maxime Chevallier <maxime.chevallier@bootlin.com>
Cc: davem@davemloft.net, robh+dt@kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	thomas.petazzoni@bootlin.com, andrew@lunn.ch,
	f.fainelli@gmail.com, hkallweit1@gmail.com,
	linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org,
	richardcochran@gmail.com, Horatiu.Vultur@microchip.com,
	Allan.Nielsen@microchip.com, UNGLinuxDriver@microchip.com
Subject: Re: [PATCH net-next RESEND v4 0/4] net: Introduce QUSGMII phy mode
Date: Mon, 22 Aug 2022 13:00:18 +0000	[thread overview]
Message-ID: <166117321820.20649.2102719943200043855.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220817123255.111130-1-maxime.chevallier@bootlin.com>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed, 17 Aug 2022 14:32:51 +0200 you wrote:
> Hello everyone,
> 
> Re-sending, since the previous v4 was sent while net-next was closed.
> 
> This is a resend of the V4 of a previous series [1] initially aimed at
> introducing inband extensions, with modes like QUSGMII. This mode allows
> passing info in the ethernet preamble between the MAC and the PHY, such as
> timestamps.
> 
> [...]

Here is the summary with links:
  - [net-next,RESEND,v4,1/4] net: phy: Introduce QUSGMII PHY mode
    https://git.kernel.org/netdev/net-next/c/5e61fe157a27
  - [net-next,RESEND,v4,2/4] dt-bindings: net: ethernet-controller: add QUSGMII mode
    https://git.kernel.org/netdev/net-next/c/0932b12a7496
  - [net-next,RESEND,v4,3/4] net: phy: Add helper to derive the number of ports from a phy mode
    https://git.kernel.org/netdev/net-next/c/c04ade27cb7b
  - [net-next,RESEND,v4,4/4] net: lan966x: Add QUSGMII support for lan966x
    https://git.kernel.org/netdev/net-next/c/ac0167fb9961

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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+netdevbpf@kernel.org
To: Maxime Chevallier <maxime.chevallier@bootlin.com>
Cc: davem@davemloft.net, robh+dt@kernel.org, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
	thomas.petazzoni@bootlin.com, andrew@lunn.ch,
	f.fainelli@gmail.com, hkallweit1@gmail.com,
	linux@armlinux.org.uk, linux-arm-kernel@lists.infradead.org,
	richardcochran@gmail.com, Horatiu.Vultur@microchip.com,
	Allan.Nielsen@microchip.com, UNGLinuxDriver@microchip.com
Subject: Re: [PATCH net-next RESEND v4 0/4] net: Introduce QUSGMII phy mode
Date: Mon, 22 Aug 2022 13:00:18 +0000	[thread overview]
Message-ID: <166117321820.20649.2102719943200043855.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220817123255.111130-1-maxime.chevallier@bootlin.com>

Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed, 17 Aug 2022 14:32:51 +0200 you wrote:
> Hello everyone,
> 
> Re-sending, since the previous v4 was sent while net-next was closed.
> 
> This is a resend of the V4 of a previous series [1] initially aimed at
> introducing inband extensions, with modes like QUSGMII. This mode allows
> passing info in the ethernet preamble between the MAC and the PHY, such as
> timestamps.
> 
> [...]

Here is the summary with links:
  - [net-next,RESEND,v4,1/4] net: phy: Introduce QUSGMII PHY mode
    https://git.kernel.org/netdev/net-next/c/5e61fe157a27
  - [net-next,RESEND,v4,2/4] dt-bindings: net: ethernet-controller: add QUSGMII mode
    https://git.kernel.org/netdev/net-next/c/0932b12a7496
  - [net-next,RESEND,v4,3/4] net: phy: Add helper to derive the number of ports from a phy mode
    https://git.kernel.org/netdev/net-next/c/c04ade27cb7b
  - [net-next,RESEND,v4,4/4] net: lan966x: Add QUSGMII support for lan966x
    https://git.kernel.org/netdev/net-next/c/ac0167fb9961

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



  parent reply	other threads:[~2022-08-22 13:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-17 12:32 [PATCH net-next RESEND v4 0/4] net: Introduce QUSGMII phy mode Maxime Chevallier
2022-08-17 12:32 ` Maxime Chevallier
2022-08-17 12:32 ` [PATCH net-next RESEND v4 1/4] net: phy: Introduce QUSGMII PHY mode Maxime Chevallier
2022-08-17 12:32   ` Maxime Chevallier
2022-08-17 12:32 ` [PATCH net-next RESEND v4 2/4] dt-bindings: net: ethernet-controller: add QUSGMII mode Maxime Chevallier
2022-08-17 12:32   ` Maxime Chevallier
2022-08-17 12:32 ` [PATCH net-next RESEND v4 3/4] net: phy: Add helper to derive the number of ports from a phy mode Maxime Chevallier
2022-08-17 12:32   ` Maxime Chevallier
2022-08-18 22:04   ` Andrew Lunn
2022-08-18 22:04     ` Andrew Lunn
2022-08-17 12:32 ` [PATCH net-next RESEND v4 4/4] net: lan966x: Add QUSGMII support for lan966x Maxime Chevallier
2022-08-17 12:32   ` Maxime Chevallier
2022-08-18 22:05   ` Andrew Lunn
2022-08-18 22:05     ` Andrew Lunn
2022-08-22 13:00 ` patchwork-bot+netdevbpf [this message]
2022-08-22 13:00   ` [PATCH net-next RESEND v4 0/4] net: Introduce QUSGMII phy mode patchwork-bot+netdevbpf

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=166117321820.20649.2102719943200043855.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Allan.Nielsen@microchip.com \
    --cc=Horatiu.Vultur@microchip.com \
    --cc=UNGLinuxDriver@microchip.com \
    --cc=andrew@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=hkallweit1@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=maxime.chevallier@bootlin.com \
    --cc=netdev@vger.kernel.org \
    --cc=richardcochran@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=thomas.petazzoni@bootlin.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.