]> git.ipfire.org Git - thirdparty/linux.git/commit
dpll: add phase-offset-monitor feature to netlink spec
authorArkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Thu, 12 Jun 2025 15:28:33 +0000 (17:28 +0200)
committerJakub Kicinski <kuba@kernel.org>
Sat, 14 Jun 2025 01:21:57 +0000 (18:21 -0700)
commitc035e736038045b411cb368e63f07bc2f5dbc0e1
tree425a15cc279b0788cc5998193289e0db63f7db5d
parentbd1d76a6f18f2222dc08c5aa9ebcd0445111a27d
dpll: add phase-offset-monitor feature to netlink spec

Add enum dpll_feature_state for control over features.

Add dpll device level attribute:
DPLL_A_PHASE_OFFSET_MONITOR - to allow control over a phase offset monitor
feature. Attribute is present and shall return current state of a feature
(enum dpll_feature_state), if the device driver provides such capability,
otherwie attribute shall not be present.

Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com>
Reviewed-by: Milena Olech <milena.olech@intel.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Acked-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Link: https://patch.msgid.link/20250612152835.1703397-2-arkadiusz.kubalewski@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/driver-api/dpll.rst
Documentation/netlink/specs/dpll.yaml
drivers/dpll/dpll_nl.c
include/uapi/linux/dpll.h