Add specific functions and definitions for E830 devices to enable PTP support. Refactor processing of timestamping interrupt and cross timestamp to avoid code redundancy.
Jacob Keller (1): ice: combine cross timestamp functions for E82x and E830 Karol Kolacinski (2): ice: Process TSYN IRQ in a separate function ice: Add timestamp ready bitmap for E830 products Michal Michalik (1): ice: Implement PTP support for E830 devices drivers/net/ethernet/intel/Kconfig | 10 +- drivers/net/ethernet/intel/ice/ice_common.c | 11 + drivers/net/ethernet/intel/ice/ice_common.h | 1 + .../net/ethernet/intel/ice/ice_hw_autogen.h | 12 + drivers/net/ethernet/intel/ice/ice_main.c | 25 +- drivers/net/ethernet/intel/ice/ice_osdep.h | 3 + drivers/net/ethernet/intel/ice/ice_ptp.c | 354 ++++++++++++------ drivers/net/ethernet/intel/ice/ice_ptp.h | 9 +- drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 197 +++++++++- drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 25 +- drivers/net/ethernet/intel/ice/ice_type.h | 1 + 11 files changed, 493 insertions(+), 155 deletions(-) V1 -> V2: Fixed compilation issue in "ice: Implement PTP support for E830 devices" base-commit: fcfec1114f48ac1a73f68c3a60c2dddbd3ba3902 -- 2.45.2