netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 iwl-next 00/12] Introduce ETH56G PHY model for E825C products
@ 2024-04-12 13:06 Karol Kolacinski
  2024-04-12 13:06 ` [PATCH v8 iwl-next 01/12] ice: Introduce ice_ptp_hw struct Karol Kolacinski
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Karol Kolacinski @ 2024-04-12 13:06 UTC (permalink / raw)
  To: intel-wired-lan
  Cc: netdev, anthony.l.nguyen, jesse.brandeburg, Karol Kolacinski

E825C products have a different PHY model than E822, E823 and E810 products.
This PHY is ETH56G and its support is necessary to have functional PTP stack
for E825C products.

Grzegorz Nitka (2):
  ice: Add NAC Topology device capability parser
  ice: Adjust PTP init for 2x50G E825C devices

Jacob Keller (2):
  ice: Introduce helper to get tmr_cmd_reg values
  ice: Introduce ice_get_base_incval() helper

Karol Kolacinski (4):
  ice: Introduce ice_ptp_hw struct
  ice: Add PHY OFFSET_READY register clearing
  ice: Change CGU regs struct to anonymous
  ice: Support 2XNAC configuration using auxbus

Michal Michalik (1):
  ice: Add support for E825-C TS PLL handling

Sergey Temerkhanov (3):
  ice: Implement Tx interrupt enablement functions
  ice: Move CGU block
  ice: Introduce ETH56G PHY model for E825C products

V5 -> V6: Changes in:
          - ice: Move CGU block
          - ice: Introduce ETH56G PHY model for E825C products

V5 -> V6: Changes in:
          - ice: Move CGU block

V5 -> V6: Changes in:
          - ice: Implement Tx interrupt enablement functions
          - ice: Move CGU block

V4 -> V5: Changes in:
          - ice: Introduce ice_ptp_hw struct
          - ice: Introduce helper to get tmr_cmd_reg values
          - ice: Introduce ice_get_base_incval() helper
          - ice: Introduce ETH56G PHY model for E825C products
          - ice: Add support for E825-C TS PLL handling
          - ice: Adjust PTP init for 2x50G E825C devices

V1 -> V4: Changes in:
          - ice: Introduce ETH56G PHY model for E825C products

 drivers/net/ethernet/intel/ice/ice.h          |   23 +-
 .../net/ethernet/intel/ice/ice_adminq_cmd.h   |    1 +
 drivers/net/ethernet/intel/ice/ice_cgu_regs.h |   77 +-
 drivers/net/ethernet/intel/ice/ice_common.c   |   58 +-
 drivers/net/ethernet/intel/ice/ice_common.h   |    2 +
 .../net/ethernet/intel/ice/ice_hw_autogen.h   |    4 +
 drivers/net/ethernet/intel/ice/ice_ptp.c      |  265 +-
 drivers/net/ethernet/intel/ice/ice_ptp.h      |    1 +
 .../net/ethernet/intel/ice/ice_ptp_consts.h   |  402 ++
 drivers/net/ethernet/intel/ice/ice_ptp_hw.c   | 3592 +++++++++++++----
 drivers/net/ethernet/intel/ice/ice_ptp_hw.h   |  288 +-
 drivers/net/ethernet/intel/ice/ice_sbq_cmd.h  |   10 +-
 drivers/net/ethernet/intel/ice/ice_type.h     |   60 +-
 13 files changed, 3871 insertions(+), 912 deletions(-)


base-commit: df238859a090c8e9eae88eb58b4cb267304f7988
-- 
2.43.0


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

end of thread, other threads:[~2024-04-16 23:46 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-12 13:06 [PATCH v8 iwl-next 00/12] Introduce ETH56G PHY model for E825C products Karol Kolacinski
2024-04-12 13:06 ` [PATCH v8 iwl-next 01/12] ice: Introduce ice_ptp_hw struct Karol Kolacinski
2024-04-12 13:06 ` [PATCH v8 iwl-next 02/12] ice: Introduce helper to get tmr_cmd_reg values Karol Kolacinski
2024-04-12 13:06 ` [PATCH v8 iwl-next 03/12] ice: Implement Tx interrupt enablement functions Karol Kolacinski
2024-04-12 13:06 ` [PATCH v8 iwl-next 04/12] ice: Add PHY OFFSET_READY register clearing Karol Kolacinski
2024-04-12 13:06 ` [PATCH v8 iwl-next 05/12] ice: Move CGU block Karol Kolacinski
2024-04-12 13:06 ` [PATCH v8 iwl-next 06/12] ice: Introduce ice_get_base_incval() helper Karol Kolacinski
2024-04-12 13:06 ` [PATCH v8 iwl-next 07/12] ice: Introduce ETH56G PHY model for E825C products Karol Kolacinski
2024-04-12 13:06 ` [PATCH v8 iwl-next 08/12] ice: Change CGU regs struct to anonymous Karol Kolacinski
2024-04-12 13:06 ` [PATCH v8 iwl-next 09/12] ice: Add support for E825-C TS PLL handling Karol Kolacinski
2024-04-12 13:06 ` [PATCH v8 iwl-next 10/12] ice: Add NAC Topology device capability parser Karol Kolacinski
2024-04-12 13:06 ` [PATCH v8 iwl-next 11/12] ice: Support 2XNAC configuration using auxbus Karol Kolacinski
2024-04-12 13:06 ` [PATCH v8 iwl-next 12/12] ice: Adjust PTP init for 2x50G E825C devices Karol Kolacinski
2024-04-16 23:46 ` [PATCH v8 iwl-next 00/12] Introduce ETH56G PHY model for E825C products Tony Nguyen

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