[Intel-wired-lan] [PATCH iwl-next] ice: add recovery clock and clock 1588 control for E825c

2025-05-06 Thread Przemyslaw Korba
DPLL of type EEC for E825c, - create recovered clock pin for each PF, and control them through writing to registers, - create pin to control clock 1588 for PF0, and control it through writing to registers. Reviewed-by: Milena Olech Signed-off-by: Przemyslaw Korba --- drivers/net/ethernet/intel

[Intel-wired-lan] [PATCH iwl-net v2] ice: fix incorrect PHY settings for 100 GB/s

2024-12-04 Thread Przemyslaw Korba
: 3a7496234d17 ("ice: implement basic E822 PTP support") Reviewed-by: Milena Olech Signed-off-by: Przemyslaw Korba --- Changelog: v2: change commit message v1: https://lore.kernel.org/intel-wired-lan/20241126102311.344972-1-przemyslaw.ko...@intel.com/ --- drivers/net/ethernet/intel/ice/ice_pt

[Intel-wired-lan] [PATCH iwl-net] ice: fix incorrect PHY settings for 100 GB/s

2024-11-26 Thread Przemyslaw Korba
: 3a7496234d17 ("ice: implement basic E822 PTP support") Reviewed-by: Milena Olech Signed-off-by: Przemyslaw Korba --- drivers/net/ethernet/intel/ice/ice_ptp_consts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ethernet/intel/ice/ice_ptp_consts.h b/d

[Intel-wired-lan] [PATCH iwl-net v2] ice: fix PHY timestamp extraction for ETH56G

2024-11-15 Thread Przemyslaw Korba
Fix incorrect PHY timestamp extraction for ETH56G. It's better to use FIELD_PREP() than manual shift. Fixes: 7cab44f1c35f ("ice: Introduce ETH56G PHY model for E825C products") Reviewed-by: Przemek Kitszel Reviewed-by: Simon Horman Signed-off-by: Przemyslaw Korba --- Changelog v

[Intel-wired-lan] [PATCH iwl-net] ice: fix PHY timestamp extraction for ETH56G

2024-11-08 Thread Przemyslaw Korba
Fix incorrect PHY timestamp extraction for ETH56G. It's better to use FIELD_PREP() than manual shift. Fixes: 7cab44f1c35f ("ice: Introduce ETH56G PHY model for E825C products") Reviewed-by: Przemek Kitszel Signed-off-by: Przemyslaw Korba --- drivers/net/ethernet/intel/ice/i

[Intel-wired-lan] [PATCH iwl-net] ice: fix PHY timestamp extraction for ETH56G

2024-11-07 Thread Przemyslaw Korba
Fix incorrect PHY timestamp extraction for ETH56G. It's better to use FIELD_PREP() than manual shift. Fixes: 7cab44f1c35f ("ice: Introduce ETH56G PHY model for E825C products") Reviewed-by: Przemek Kitszel Signed-off-by: Przemyslaw Korba --- drivers/net/ethernet/intel/ice/i