netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 00/11][pull request] Intel Wired LAN Driver Updates 2023-09-18 (ice)
@ 2023-09-18 21:28 Tony Nguyen
  2023-09-18 21:28 ` [PATCH net-next v2 01/11] ice: prefix clock timer command enumeration values with ICE_PTP Tony Nguyen
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Tony Nguyen @ 2023-09-18 21:28 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev
  Cc: Tony Nguyen, jacob.e.keller, richardcochran

This series contains updates to ice driver only.

Sergey prepends ICE_ to PTP timer commands to clearly convey namespace
of commands.

Karol adds retrying to acquire hardware semaphore for cross-timestamping
and avoids writing to timestamp registers on E822 devices. He also
renames some defines to be more clear and align with the data sheet.
Additionally, a range check is moved in order to reduce duplicated code.

Jake adds cross-timestamping support for E823 devices as well as adds
checks against netlist to aid in determining support for GNSS. He also
corrects improper pin assignment for certain E810-T devices and
refactors/cleanups PTP related code such as adding PHY model to ease checks
for different needed implementations, removing unneeded EXTTS flag, and
adding macro to check for source timer owner.
---
v2:
- Rebased. Previous patches 11 & 12 dropped as changes were accepted in
another series:
https://lore.kernel.org/netdev/20230913204943.1051233-8-vadim.fedorenko@linux.dev/
- Add additional usage of ice_pf_src_tmr_owned() (Patch 10)

v1: https://lore.kernel.org/netdev/20230911180314.4082659-1-anthony.l.nguyen@intel.com/

The following are changes since commit a5ea26536e89d04485aa9e1c8f60ba11dfc5469e:
  Merge branch 'stmmac-devvm_stmmac_probe_config_dt-conversion'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Jacob Keller (6):
  ice: Support cross-timestamping for E823 devices
  ice: introduce hw->phy_model for handling PTP PHY differences
  ice: remove ICE_F_PTP_EXTTS feature flag
  ice: fix pin assignment for E810-T without SMA control
  ice: introduce ice_pf_src_tmr_owned
  ice: check netlist before enabling ICE_F_GNSS

Karol Kolacinski (4):
  ice: retry acquiring hardware semaphore during cross-timestamp request
  ice: PTP: Clean up timestamp registers correctly
  ice: PTP: Rename macros used for PHY/QUAD port definitions
  ice: PTP: move quad value check inside ice_fill_phy_msg_e822

Sergey Temerkhanov (1):
  ice: prefix clock timer command enumeration values with ICE_PTP

 drivers/net/ethernet/intel/ice/ice.h          |   3 +-
 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |   2 +
 drivers/net/ethernet/intel/ice/ice_common.c   |  15 +
 drivers/net/ethernet/intel/ice/ice_common.h   |   1 +
 drivers/net/ethernet/intel/ice/ice_gnss.c     |   3 +
 drivers/net/ethernet/intel/ice/ice_lib.c      |   3 +-
 drivers/net/ethernet/intel/ice/ice_main.c     |   2 +-
 drivers/net/ethernet/intel/ice/ice_ptp.c      | 101 ++++--
 drivers/net/ethernet/intel/ice/ice_ptp_hw.c   | 294 ++++++++++++------
 drivers/net/ethernet/intel/ice/ice_ptp_hw.h   |  13 +-
 drivers/net/ethernet/intel/ice/ice_type.h     |  22 +-
 11 files changed, 308 insertions(+), 151 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-09-20  9:40 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-18 21:28 [PATCH net-next v2 00/11][pull request] Intel Wired LAN Driver Updates 2023-09-18 (ice) Tony Nguyen
2023-09-18 21:28 ` [PATCH net-next v2 01/11] ice: prefix clock timer command enumeration values with ICE_PTP Tony Nguyen
2023-09-18 21:28 ` [PATCH net-next v2 02/11] ice: retry acquiring hardware semaphore during cross-timestamp request Tony Nguyen
2023-09-18 21:28 ` [PATCH net-next v2 03/11] ice: Support cross-timestamping for E823 devices Tony Nguyen
2023-09-18 21:28 ` [PATCH net-next v2 04/11] ice: introduce hw->phy_model for handling PTP PHY differences Tony Nguyen
2023-09-18 21:28 ` [PATCH net-next v2 05/11] ice: PTP: Clean up timestamp registers correctly Tony Nguyen
2023-09-18 21:28 ` [PATCH net-next v2 06/11] ice: PTP: Rename macros used for PHY/QUAD port definitions Tony Nguyen
2023-09-18 21:28 ` [PATCH net-next v2 07/11] ice: PTP: move quad value check inside ice_fill_phy_msg_e822 Tony Nguyen
2023-09-18 21:28 ` [PATCH net-next v2 08/11] ice: remove ICE_F_PTP_EXTTS feature flag Tony Nguyen
2023-09-18 21:28 ` [PATCH net-next v2 09/11] ice: fix pin assignment for E810-T without SMA control Tony Nguyen
2023-09-18 21:28 ` [PATCH net-next v2 10/11] ice: introduce ice_pf_src_tmr_owned Tony Nguyen
2023-09-18 21:28 ` [PATCH net-next v2 11/11] ice: check netlist before enabling ICE_F_GNSS Tony Nguyen
2023-09-20  9:40 ` [PATCH net-next v2 00/11][pull request] Intel Wired LAN Driver Updates 2023-09-18 (ice) patchwork-bot+netdevbpf

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).