All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Tony Nguyen <anthony.l.nguyen@intel.com>
Cc: davem@davemloft.net, kuba@kernel.org,
	piotr.kwapulinski@intel.com, netdev@vger.kernel.org,
	richardcochran@gmail.com, aleksandr.loktionov@intel.com,
	arkadiusz.kubalewski@intel.com, ashishx.k@intel.com
Subject: Re: [PATCH net-next v2 1/1] i40e: add support for PTP external synchronization clock
Date: Wed, 21 Jul 2021 16:00:06 +0000	[thread overview]
Message-ID: <162688320675.24738.6639673456557233972.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210720232348.3087841-1-anthony.l.nguyen@intel.com>

Hello:

This patch was applied to netdev/net-next.git (refs/heads/master):

On Tue, 20 Jul 2021 16:23:48 -0700 you wrote:
> From: Piotr Kwapulinski <piotr.kwapulinski@intel.com>
> 
> Add support for external synchronization clock via GPIOs.
> 1PPS signals are handled via the dedicated 3 GPIOs: SDP3_2,
> SDP3_3 and GPIO_4.
> Previously it was not possible to use the external PTP
> synchronization clock.
> All possible HW configurations are supported.
> 	SDP3_2,	SDP3_3,	GPIO_4
> 	off,	off,	off
> 	off,	in_A,	off
> 	off,	out_A,	off
> 	off,	in_B,	off
> 	off,	out_B,	off
> 	in_A,	off,	off
> 	in_A,	in_B,	off
> 	in_A,	out_B,	off
> 	out_A,	off,	off
> 	out_A,	in_B,	off
> 	in_B,	off,	off
> 	in_B,	in_A,	off
> 	in_B,	out_A,	off
> 	out_B,	off,	off
> 	out_B,	in_A,	off
> 	off,	off,	in_A
> 	off,	out_A,	in_A
> 	off,	in_B,	in_A
> 	off,	out_B,	in_A
> 	out_A,	off,	in_A
> 	out_A,	in_B,	in_A
> 	in_B,	off,	in_A
> 	in_B,	out_A,	in_A
> 	out_B,	off,	in_A
> 	off,	off,	out_A
> 	off,	in_A,	out_A
> 	off,	in_B,	out_A
> 	off,	out_B,	out_A
> 	in_A,	off,	out_A
> 	in_A,	in_B,	out_A
> 	in_A,	out_B,	out_A
> 	in_B,	off,	out_A
> 	in_B,	in_A,	out_A
> 	out_B,	off,	out_A
> 	out_B,	in_A,	out_A
> 	off,	off,	in_B
> 	off,	in_A,	in_B
> 	off,	out_A,	in_B
> 	off,	out_B,	in_B
> 	in_A,	off,	in_B
> 	in_A,	out_B,	in_B
> 	out_A,	off,	in_B
> 	out_B,	off,	in_B
> 	out_B,	in_A,	in_B
> 	off,	off,	out_B
> 	off,	in_A,	out_B
> 	off,	out_A,	out_B
> 	off,	in_B,	out_B
> 	in_A,	off,	out_B
> 	in_A,	in_B,	out_B
> 	out_A,	off,	out_B
> 	out_A,	in_B,	out_B
> 	in_B,	off,	out_B
> 	in_B,	in_A,	out_B
> 	in_B,	out_A,	out_B
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/1] i40e: add support for PTP external synchronization clock
    https://git.kernel.org/netdev/net-next/c/1050713026a0

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



  reply	other threads:[~2021-07-21 16:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-20 23:23 [PATCH net-next v2 1/1] i40e: add support for PTP external synchronization clock Tony Nguyen
2021-07-21 16:00 ` patchwork-bot+netdevbpf [this message]
2021-07-22 11:47 ` Richard Cochran
2021-07-22 12:54   ` Kwapulinski, Piotr

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=162688320675.24738.6639673456557233972.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=aleksandr.loktionov@intel.com \
    --cc=anthony.l.nguyen@intel.com \
    --cc=arkadiusz.kubalewski@intel.com \
    --cc=ashishx.k@intel.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=piotr.kwapulinski@intel.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 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.