diff options
| author | Arkadiusz Kubalewski <[email protected]> | 2024-02-08 22:56:31 +0000 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2024-02-20 18:23:52 +0000 |
| commit | 3b14430c65b4f510b2a310ca4f18ed6ca7184b00 (patch) | |
| tree | 67ecef083f0f5a8042bc0e7d142a84f7f4badb01 /drivers/net/ethernet/intel/ice/ice_lib.c | |
| parent | ice: fix connection state of DPLL and out pin (diff) | |
| download | kernel-3b14430c65b4f510b2a310ca4f18ed6ca7184b00.tar.gz kernel-3b14430c65b4f510b2a310ca4f18ed6ca7184b00.zip | |
ice: fix dpll input pin phase_adjust value updates
The value of phase_adjust for input pin shall be updated in
ice_dpll_pin_state_update(..). Fix by adding proper argument to the
firmware query function call - a pin's struct field pointer where the
phase_adjust value during driver runtime is stored.
Previously the phase_adjust used to misinform user about actual
phase_adjust value. I.e., if phase_adjust was set to a non zero value and
if driver was reloaded, the user would see the value equal 0, which is
not correct - the actual value is equal to value set before driver reload.
Fixes: 90e1c90750d7 ("ice: dpll: implement phase related callbacks")
Reviewed-by: Alan Brady <[email protected]>
Signed-off-by: Arkadiusz Kubalewski <[email protected]>
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_lib.c')
0 files changed, 0 insertions, 0 deletions
