Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH v8 iwl-next 0/7] ice: Implement PTP support for E830 devices
@ 2024-08-27 12:50 Karol Kolacinski
  2024-08-27 12:50 ` [Intel-wired-lan] [PATCH v8 iwl-next 1/7] ice: Don't check device type when checking GNSS presence Karol Kolacinski
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Karol Kolacinski @ 2024-08-27 12:50 UTC (permalink / raw)
  To: intel-wired-lan
  Cc: netdev, Karol Kolacinski, anthony.l.nguyen, przemyslaw.kitszel

Add specific functions and definitions for E830 devices to enable
PTP support.

Refactor processing of timestamping interrupt, cross timestamping, and
remove usage of ice_is_e8xx() functions to avoid code redundancy.

Refactor GNSS presence check to be able to remove ice_is_e8xx()
functions.

Jacob Keller (1):
  ice: Add unified ice_capture_crosststamp

Karol Kolacinski (5):
  ice: Don't check device type when checking GNSS presence
  ice: Remove unncecessary ice_is_e8xx() functions
  ice: Use FIELD_PREP for timestamp values
  ice: Process TSYN IRQ in a separate function
  ice: Refactor ice_ptp_init_tx_*

Michal Michalik (1):
  ice: Implement PTP support for E830 devices

 drivers/net/ethernet/intel/Kconfig            |   2 +-
 drivers/net/ethernet/intel/ice/ice.h          |   5 -
 drivers/net/ethernet/intel/ice/ice_common.c   | 218 ++++----
 drivers/net/ethernet/intel/ice/ice_common.h   |   2 +
 drivers/net/ethernet/intel/ice/ice_ddp.c      |   4 +-
 drivers/net/ethernet/intel/ice/ice_gnss.c     |  29 +-
 drivers/net/ethernet/intel/ice/ice_gnss.h     |   4 +-
 .../net/ethernet/intel/ice/ice_hw_autogen.h   |  12 +
 drivers/net/ethernet/intel/ice/ice_lib.c      |   2 +-
 drivers/net/ethernet/intel/ice/ice_main.c     |  24 +-
 drivers/net/ethernet/intel/ice/ice_ptp.c      | 502 ++++++++++++------
 drivers/net/ethernet/intel/ice/ice_ptp.h      |   9 +-
 drivers/net/ethernet/intel/ice/ice_ptp_hw.c   | 403 ++++++++------
 drivers/net/ethernet/intel/ice/ice_ptp_hw.h   |  42 +-
 drivers/net/ethernet/intel/ice/ice_type.h     |   9 -
 15 files changed, 722 insertions(+), 545 deletions(-)

V7 -> V8: - reordered patches to have all E830 changes in "ice: Implement PTP
            support for E830 devices"
          - added "ice: Don't check device type when checking GNSS presence",
            which removes GNSS related changes from "ice: Remove unncecessary
            ice_is_e8xx() functions"
          - reworded commit messages
V6 -> V7: Fixed timestamp acquisition in "ice: Implement PTP support for
          E830 devices"
V5 -> V6: Fixed minor compilation issue in "ice: Use FIELD_PREP for timestamp
          values"
V4 -> V5: Added 2 patches: "ice: Remove unncecessary ice_is_e8xx()
          functions" and "ice: Use FIELD_PREP for timestamp values".
          Edited return values "ice: Implement PTP support for E830
          devices".
V3 -> V4: Further kdoc fixes in "ice: Implement PTP support for
          E830 devices"
V2 -> V3: Rebased and fixed kdoc in "ice: Implement PTP support for
          E830 devices"
V1 -> V2: Fixed compilation issue in "ice: Implement PTP support for
          E830 devices"

base-commit: 025f455f893c9f39ec392d7237d1de55d2d00101
-- 
2.46.0


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

end of thread, other threads:[~2024-08-27 22:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27 12:50 [Intel-wired-lan] [PATCH v8 iwl-next 0/7] ice: Implement PTP support for E830 devices Karol Kolacinski
2024-08-27 12:50 ` [Intel-wired-lan] [PATCH v8 iwl-next 1/7] ice: Don't check device type when checking GNSS presence Karol Kolacinski
2024-08-27 12:50 ` [Intel-wired-lan] [PATCH v8 iwl-next 2/7] ice: Remove unncecessary ice_is_e8xx() functions Karol Kolacinski
2024-08-27 19:28   ` kernel test robot
2024-08-27 22:43   ` kernel test robot
2024-08-27 12:50 ` [Intel-wired-lan] [PATCH v8 iwl-next 3/7] ice: Use FIELD_PREP for timestamp values Karol Kolacinski
2024-08-27 12:50 ` [Intel-wired-lan] [PATCH v8 iwl-next 4/7] ice: Process TSYN IRQ in a separate function Karol Kolacinski
2024-08-27 12:50 ` [Intel-wired-lan] [PATCH v8 iwl-next 5/7] ice: Add unified ice_capture_crosststamp Karol Kolacinski
2024-08-27 12:50 ` [Intel-wired-lan] [PATCH v8 iwl-next 6/7] ice: Refactor ice_ptp_init_tx_* Karol Kolacinski
2024-08-27 12:50 ` [Intel-wired-lan] [PATCH v8 iwl-next 7/7] ice: Implement PTP support for E830 devices Karol Kolacinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox