aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorIvan Vecera <ivecera@redhat.com>2025-09-27 10:49:10 +0200
committerJakub Kicinski <kuba@kernel.org>2025-09-29 18:57:41 -0700
commita680581f6a131fd8c62d284ed4a24d4bc1cc553e (patch)
treebe0eab91061a7c5dafd1732a0618dccd833c70c7 /include/uapi
parentMerge tag 'mlx5-next-lag' of git://git.kernel.org/pub/scm/linux/kernel/git/me... (diff)
downloadlinux-a680581f6a131fd8c62d284ed4a24d4bc1cc553e.tar.gz
linux-a680581f6a131fd8c62d284ed4a24d4bc1cc553e.zip
dpll: add phase-offset-avg-factor device attribute to netlink spec
Add dpll device level attribute DPLL_A_PHASE_OFFSET_AVG_FACTOR to allow control over a calculation of reported phase offset value. Attribute is present, if the driver provides such capability, otherwise attribute shall not be present. Signed-off-by: Ivan Vecera <ivecera@redhat.com> Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev> Link: https://patch.msgid.link/20250927084912.2343597-2-ivecera@redhat.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/dpll.h1
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)