[Intel-wired-lan] [PATCH iwl-next v4 0/5] Replace auxbus with ice_adapter in the PTP support code
Sergey Temerkhanov
sergey.temerkhanov at intel.com
Thu Jul 18 10:52:48 UTC 2024
This series replaces multiple aux buses and devices used in the PTP support
code with struct ice_adapter holding the necessary shared data
Patches 1,2 add convenience wrappers
Patch 3 does the main refactoring
Patch 4 finalizes the refactoring
Previous discussion: https://lists.osuosl.org/pipermail/intel-wired-lan/Week-of-Mon-20240701/042528.html
v1->v2: Code rearrangement between patches
v2->v3: Patch cleanup
v3->v4: E825C support in ice_adapter
Sergey Temerkhanov (5):
ice: Introduce ice_get_phy_model() wrapper
ice: Add ice_get_ctrl_ptp() wrapper to simplify the code
ice: Initial support for E825C hardware in ice_adapter
ice: Use ice_adapter for PTP shared data instead of auxdev
ice: Drop auxbus use for PTP to finalize ice_adapter move
drivers/net/ethernet/intel/ice/ice.h | 5 +
drivers/net/ethernet/intel/ice/ice_adapter.c | 22 +-
drivers/net/ethernet/intel/ice/ice_adapter.h | 22 +-
drivers/net/ethernet/intel/ice/ice_ptp.c | 339 ++++---------------
drivers/net/ethernet/intel/ice/ice_ptp.h | 24 +-
drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 22 +-
drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 5 +
7 files changed, 129 insertions(+), 310 deletions(-)
--
2.43.0
More information about the Intel-wired-lan
mailing list