netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iwl-next v2 0/4] Replace auxbus with ice_adapter in the PTP support code
@ 2024-06-26 12:54 Sergey Temerkhanov
  2024-06-26 12:54 ` [PATCH iwl-next v2 1/4] ice: Introduce ice_get_phy_model() wrapper Sergey Temerkhanov
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Sergey Temerkhanov @ 2024-06-26 12:54 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: netdev, Sergey Temerkhanov

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-20240624/042430.html

v1->v2: Code rearrangement between patches

Sergey Temerkhanov (4):
  ice: Introduce ice_get_phy_model() wrapper
  ice: Add ice_get_ctrl_ptp() wrapper to simplify the code
  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 |   6 +
 drivers/net/ethernet/intel/ice/ice_adapter.h |  22 +-
 drivers/net/ethernet/intel/ice/ice_ptp.c     | 337 ++++---------------
 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, 112 insertions(+), 309 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-07-01  8:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-26 12:54 [PATCH iwl-next v2 0/4] Replace auxbus with ice_adapter in the PTP support code Sergey Temerkhanov
2024-06-26 12:54 ` [PATCH iwl-next v2 1/4] ice: Introduce ice_get_phy_model() wrapper Sergey Temerkhanov
2024-07-01  7:16   ` Simon Horman
2024-06-26 12:54 ` [PATCH iwl-next v2 2/4] ice: Add ice_get_ctrl_ptp() wrapper to simplify the code Sergey Temerkhanov
2024-07-01  7:17   ` Simon Horman
2024-06-26 12:54 ` [PATCH iwl-next v2 3/4] ice: Use ice_adapter for PTP shared data instead of auxdev Sergey Temerkhanov
2024-07-01  7:16   ` Simon Horman
2024-07-01  8:18   ` Przemek Kitszel
2024-06-26 12:54 ` [PATCH iwl-next v2 4/4] ice: Drop auxbus use for PTP to finalize ice_adapter move Sergey Temerkhanov
2024-07-01  7:16   ` Simon Horman

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