netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Keller@ci.codeaurora.org, Jacob E <jacob.e.keller@intel.com>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
	jiri@resnulli.us, karol.kolacinski@intel.com,
	przemyslaw.kitszel@intel.com, arkadiusz.kubalewski@intel.com,
	himasekharx.reddy.pucha@intel.com, sergey.temerkhanov@intel.com,
	michal.michalik@intel.com, grzegorz.nitka@intel.com,
	prathisna.padmasanan@intel.com, pawel.kaminski@intel.com,
	mateusz.polchlopek@intel.com
Subject: Re: [PATCH next 00/11] ice: Introduce ETH56G PHY model for E825C products
Date: Sat, 01 Jun 2024 23:10:32 +0000	[thread overview]
Message-ID: <171728343241.8366.1128871642096497353.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240528-next-2024-05-28-ptp-refactors-v1-0-c082739bb6f6@intel.com>

Hello:

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

On Tue, 28 May 2024 16:03:50 -0700 you wrote:
> E825C products have a different PHY model than E822, E823 and E810 products.
> This PHY is ETH56G and its support is necessary to have functional PTP stack
> for E825C products.
> 
> This series refactors the ice driver to add support for the new PHY model.
> 
> Karol introduces the ice_ptp_hw structure. This is used to replace some
> hard-coded values relating to the PHY quad and port numbers, as well as to
> hold the phy_model type.
> 
> [...]

Here is the summary with links:
  - [next,01/11] ice: Introduce ice_ptp_hw struct
    https://git.kernel.org/netdev/net-next/c/d551d075b043
  - [next,02/11] ice: Introduce helper to get tmr_cmd_reg values
    (no matching commit)
  - [next,03/11] ice: Implement Tx interrupt enablement functions
    (no matching commit)
  - [next,04/11] ice: Add PHY OFFSET_READY register clearing
    https://git.kernel.org/netdev/net-next/c/c199b31a043c
  - [next,05/11] ice: Move CGU block
    (no matching commit)
  - [next,06/11] ice: Introduce ice_get_base_incval() helper
    https://git.kernel.org/netdev/net-next/c/1f374d57c393
  - [next,07/11] ice: Introduce ETH56G PHY model for E825C products
    https://git.kernel.org/netdev/net-next/c/7cab44f1c35f
  - [next,08/11] ice: Change CGU regs struct to anonymous
    https://git.kernel.org/netdev/net-next/c/b390ecc2e375
  - [next,09/11] ice: Add support for E825-C TS PLL handling
    https://git.kernel.org/netdev/net-next/c/713dcad2a8c7
  - [next,10/11] ice: Add NAC Topology device capability parser
    https://git.kernel.org/netdev/net-next/c/5f847eede638
  - [next,11/11] ice: Adjust PTP init for 2x50G E825C devices
    https://git.kernel.org/netdev/net-next/c/4409ea1726cb

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



      parent reply	other threads:[~2024-06-01 23:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-28 23:03 [PATCH next 00/11] ice: Introduce ETH56G PHY model for E825C products Jacob Keller
2024-05-28 23:03 ` [PATCH next 01/11] ice: Introduce ice_ptp_hw struct Jacob Keller
2024-05-28 23:03 ` [PATCH next 02/11] ice: Introduce helper to get tmr_cmd_reg values Jacob Keller
2024-05-28 23:03 ` [PATCH next 03/11] ice: Implement Tx interrupt enablement functions Jacob Keller
2024-05-28 23:03 ` [PATCH next 04/11] ice: Add PHY OFFSET_READY register clearing Jacob Keller
2024-05-28 23:03 ` [PATCH next 05/11] ice: Move CGU block Jacob Keller
2024-05-28 23:03 ` [PATCH next 06/11] ice: Introduce ice_get_base_incval() helper Jacob Keller
2024-05-28 23:03 ` [PATCH next 07/11] ice: Introduce ETH56G PHY model for E825C products Jacob Keller
2024-06-01 10:35   ` Simon Horman
2024-06-03 19:47     ` Jacob Keller
2024-06-04  9:28       ` Simon Horman
2024-06-04 22:08         ` Jacob Keller
2024-05-28 23:03 ` [PATCH next 08/11] ice: Change CGU regs struct to anonymous Jacob Keller
2024-05-28 23:03 ` [PATCH next 09/11] ice: Add support for E825-C TS PLL handling Jacob Keller
2024-05-28 23:04 ` [PATCH next 10/11] ice: Add NAC Topology device capability parser Jacob Keller
2024-05-28 23:04 ` [PATCH next 11/11] ice: Adjust PTP init for 2x50G E825C devices Jacob Keller
2024-06-01 23: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=171728343241.8366.1128871642096497353.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=Keller@ci.codeaurora.org \
    --cc=arkadiusz.kubalewski@intel.com \
    --cc=davem@davemloft.net \
    --cc=grzegorz.nitka@intel.com \
    --cc=himasekharx.reddy.pucha@intel.com \
    --cc=jacob.e.keller@intel.com \
    --cc=jiri@resnulli.us \
    --cc=karol.kolacinski@intel.com \
    --cc=kuba@kernel.org \
    --cc=mateusz.polchlopek@intel.com \
    --cc=michal.michalik@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=pawel.kaminski@intel.com \
    --cc=prathisna.padmasanan@intel.com \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=sergey.temerkhanov@intel.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;
as well as URLs for NNTP newsgroup(s).