> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Karol > Kolacinski > Sent: Tuesday, July 2, 2024 7:12 PM > To: [email protected] > Cc: [email protected]; Kubalewski, Arkadiusz > <[email protected]>; Kolacinski, Karol > <[email protected]>; Nguyen, Anthony L <[email protected]>; > Hagvi, Yochai <[email protected]>; Kitszel, Przemyslaw > <[email protected]> > Subject: [Intel-wired-lan] [PATCH v2 iwl-next 6/7] ice: Read SDP section from > NVM for pin definitions > > From: Yochai Hagvi <[email protected]> > > PTP pins assignment and their related SDPs (Software Definable Pins) are > currently hardcoded. > Fix that by reading NVM section instead on products supporting this, which > are E810 products. > If SDP section is not defined in NVM, the driver continues to use the > hardcoded table. > > Reviewed-by: Arkadiusz Kubalewski <[email protected]> > Signed-off-by: Yochai Hagvi <[email protected]> > Co-developed-by: Karol Kolacinski <[email protected]> > Signed-off-by: Karol Kolacinski <[email protected]> > --- > .../net/ethernet/intel/ice/ice_adminq_cmd.h | 9 ++ > drivers/net/ethernet/intel/ice/ice_ptp.c | 138 ++++++++++++++---- > drivers/net/ethernet/intel/ice/ice_ptp.h | 6 +- > drivers/net/ethernet/intel/ice/ice_ptp_hw.c | 60 ++++++++ > drivers/net/ethernet/intel/ice/ice_ptp_hw.h | 1 + > 5 files changed, 186 insertions(+), 28 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
