diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2025-09-29 18:57:43 -0700 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-09-29 18:57:43 -0700 |
| commit | c5cb31c99257aacd5cc2ff72a3b6f0c660046c9b (patch) | |
| tree | 62051a47e9889f0c2e17904b084ac407cb70e23a /include/uapi | |
| parent | 377ea331281f2c63dc281a6ea2dc318e4e1fc2d1 (diff) | |
| parent | 9363b4837659d1b7ee04cfa714373ce4b4b8269f (diff) | |
Merge branch 'dpll-add-phase-offset-averaging-factor'
Ivan Vecera says:
====================
dpll: add phase offset averaging factor
For some hardware, the phase shift may result from averaging previous values
and the newly measured value. In this case, the averaging is controlled by
a configurable averaging factor.
Add new device level attribute phase-offset-avg-factor, appropriate
callbacks and implement them in zl3073x driver.
====================
Link: https://patch.msgid.link/20250927084912.2343597-1-ivecera@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/dpll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/dpll.h b/include/uapi/linux/dpll.h index 37b438ce8efc..ab1725a954d7 100644 --- a/include/uapi/linux/dpll.h +++ b/include/uapi/linux/dpll.h @@ -216,6 +216,7 @@ enum dpll_a { DPLL_A_LOCK_STATUS_ERROR, DPLL_A_CLOCK_QUALITY_LEVEL, DPLL_A_PHASE_OFFSET_MONITOR, + DPLL_A_PHASE_OFFSET_AVG_FACTOR, __DPLL_A_MAX, DPLL_A_MAX = (__DPLL_A_MAX - 1) |
