Tue, Oct 10, 2023 at 12:26:11AM CEST, arkadiusz.kubalewski@xxxxxxxxx wrote: >Improve monitoring and control over dpll devices. >Allow user to receive measurement of phase difference between signals >on pin and dpll (phase-offset). >Allow user to receive and control adjustable value of pin's signal >phase (phase-adjust). > >v3->v4: >- do not increase do version of uAPI header as it is not needed (v3 did > not have this change) >- fix spelling around commit messages, argument descriptions and docs >- add missing extack errors on failure set callbacks for pin phase > adjust and frequency >- remove ice check if value is already set, now redundant as checked in > the dpll subsystem > >v2->v3: >- do not increase do version of uAPI header as it is not needed > >v1->v2: >- improve handling for error case of requesting the phase adjust set >- align handling for error case of frequency set request with the >approach introduced for phase adjust > > >Arkadiusz Kubalewski (5): > dpll: docs: add support for pin signal phase offset/adjust > dpll: spec: add support for pin-dpll signal phase offset/adjust > dpll: netlink/core: add support for pin-dpll signal phase > offset/adjust > ice: dpll: implement phase related callbacks > dpll: netlink/core: change pin frequency set behavior I'm fine with the set at is now. Thanks! set- Reviewed-by: Jiri Pirko <jiri@xxxxxxxxxx>