[Intel-wired-lan] [PATCH v2 intel-next 0/4] Add support for E810-T PTP pins
Maciej Machnikowski
maciej.machnikowski at intel.com
Tue Aug 17 11:09:14 UTC 2021
Extend the driver implementation to support PTP pins on E810-T and
derivative devices.
E810-T adapters are equipped with:
- 2 external bidirectional SMA connectors
- 1 internal TX U.FL shared with SMA1
- 1 internal RX U.FL shared with SMA2
The SMA and U.FL configuration is controlled by the external
multiplexer.
E810-T Derivatives are equipped with:
- 2 1PPS outputs on SDP20 and SDP22
- 2 1PPS inputs on SDP21 and SDP23
v2:
* Fix code style errors
* Change pca9575_handle type returned by ice_get_pca9575_handle to u16
Maciej Machnikowski (4):
ice: Refactor ice_aqc_link_topo_addr
ice: Implement functions for reading and setting GPIO pins
ice: Add support for SMA control multiplexer
ice: Implement support for SMA and U.FL on E810-T
drivers/net/ethernet/intel/ice/ice.h | 1 +
.../net/ethernet/intel/ice/ice_adminq_cmd.h | 20 +-
drivers/net/ethernet/intel/ice/ice_common.c | 87 +++-
drivers/net/ethernet/intel/ice/ice_common.h | 7 +
drivers/net/ethernet/intel/ice/ice_devids.h | 2 +
drivers/net/ethernet/intel/ice/ice_lib.c | 15 +
drivers/net/ethernet/intel/ice/ice_lib.h | 1 +
drivers/net/ethernet/intel/ice/ice_ptp.c | 374 +++++++++++++++++-
drivers/net/ethernet/intel/ice/ice_ptp.h | 21 +-
drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 156 ++++++++
drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 22 ++
drivers/net/ethernet/intel/ice/ice_type.h | 1 +
12 files changed, 693 insertions(+), 14 deletions(-)
--
2.26.3
More information about the Intel-wired-lan
mailing list