[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240830111028.1112040-9-karol.kolacinski@intel.com>
Date: Fri, 30 Aug 2024 13:07:16 +0200
From: Karol Kolacinski <karol.kolacinski@...el.com>
To: intel-wired-lan@...ts.osuosl.org
Cc: netdev@...r.kernel.org,
anthony.l.nguyen@...el.com,
przemyslaw.kitszel@...el.com,
Karol Kolacinski <karol.kolacinski@...el.com>
Subject: [PATCH v4 iwl-next 0/7] ice: Cleanup and refactor PTP pin handling
This series cleans up current PTP GPIO pin handling, fixes minor bugs,
refactors implementation for all products, introduces SDP (Software
Definable Pins) for E825C and implements reading SDP section from NVM
for E810 products.
Karol Kolacinski (5):
ice: Implement ice_ptp_pin_desc
ice: Add SDPs support for E825C
ice: Align E810T GPIO to other products
ice: Cache perout/extts requests and check flags
ice: Disable shared pin on E810 on setfunc
Sergey Temerkhanov (1):
ice: Enable 1PPS out from CGU for E825C products
Yochai Hagvi (1):
ice: Read SDP section from NVM for pin definitions
.../net/ethernet/intel/ice/ice_adminq_cmd.h | 9 +
drivers/net/ethernet/intel/ice/ice_gnss.c | 4 +-
drivers/net/ethernet/intel/ice/ice_ptp.c | 1121 +++++++++--------
drivers/net/ethernet/intel/ice/ice_ptp.h | 119 +-
.../net/ethernet/intel/ice/ice_ptp_consts.h | 2 +-
drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 103 +-
drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 72 +-
7 files changed, 784 insertions(+), 646 deletions(-)
V3 -> V4: rebased patchset and replaced uints with unsigned ints
V2 -> V3: swapped in/out pin numbers in all patches introducing them
V1 -> V2: fixed formatting issues for:
- ice: Implement ice_ptp_pin_desc
- ice: Add SDPs support for E825C
- ice: Align E810T GPIO to other products
- ice: Cache perout/extts requests and check flags
- ice: Disable shared pin on E810 on setfunc
- ice: Enable 1PPS out from CGU for E825C products
base-commit: 05b5f6e89970647ddaaca100f545ef6e1f7989f8
--
2.46.0
Powered by blists - more mailing lists