[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230918212814.435688-1-anthony.l.nguyen@intel.com>
Date: Mon, 18 Sep 2023 14:28:03 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>,
jacob.e.keller@...el.com,
richardcochran@...il.com
Subject: [PATCH net-next v2 00/11][pull request] Intel Wired LAN Driver Updates 2023-09-18 (ice)
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
Powered by blists - more mailing lists