All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH iwl-next 0/4] ice: Implement PTP support for E830 devices
@ 2024-07-09 12:34 ` Karol Kolacinski
  0 siblings, 0 replies; 14+ messages in thread
From: Karol Kolacinski @ 2024-07-09 12:34 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 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(-)


base-commit: 529314adcbceca0e0ec72b3ea94fe4a54ae61ca6
-- 
2.45.2


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

end of thread, other threads:[~2024-07-10 17:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 12:34 [Intel-wired-lan] [PATCH iwl-next 0/4] ice: Implement PTP support for E830 devices Karol Kolacinski
2024-07-09 12:34 ` Karol Kolacinski
2024-07-09 12:34 ` [Intel-wired-lan] [PATCH iwl-next 1/4] " Karol Kolacinski
2024-07-09 12:34   ` Karol Kolacinski
2024-07-09 19:47   ` [Intel-wired-lan] " Simon Horman
2024-07-09 19:47     ` Simon Horman
2024-07-10 17:10   ` [Intel-wired-lan] " kernel test robot
2024-07-10 17:10     ` kernel test robot
2024-07-09 12:34 ` [Intel-wired-lan] [PATCH iwl-next 2/4] ice: Process TSYN IRQ in a separate function Karol Kolacinski
2024-07-09 12:34   ` Karol Kolacinski
2024-07-09 12:34 ` [Intel-wired-lan] [PATCH iwl-next 3/4] ice: Add timestamp ready bitmap for E830 products Karol Kolacinski
2024-07-09 12:34   ` Karol Kolacinski
2024-07-09 12:34 ` [Intel-wired-lan] [PATCH iwl-next 4/4] ice: combine cross timestamp functions for E82x and E830 Karol Kolacinski
2024-07-09 12:34   ` Karol Kolacinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.