aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Jiri Pirko <jiri@nvidia.com> 2024-01-30 13:08:30 +0100
committerGravatar Paolo Abeni <pabeni@redhat.com> 2024-02-01 15:39:44 +0100
commite2ca9e75849e63eab6544549b6888595997e8153 (patch)
treeeac6f96bd7b363da6717b2ed7e8bdcc94947b881 /include
parentdpll: extend uapi by lock status error attribute (diff)
downloadlinux-e2ca9e75849e63eab6544549b6888595997e8153.tar.gz
linux-e2ca9e75849e63eab6544549b6888595997e8153.tar.bz2
linux-e2ca9e75849e63eab6544549b6888595997e8153.zip
dpll: extend lock_status_get() op by status error and expose to user
Pass additional argunent status_error over lock_status_get() so drivers can fill it up. In case they do, expose the value over previously introduced attribute to user. Do it only in case the current lock_status is either "unlocked" or "holdover". Signed-off-by: Jiri Pirko <jiri@nvidia.com> Acked-by: Vadim Fedorenko <vadim.fedorenko@linux.dev> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/dpll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dpll.h b/include/linux/dpll.h
index 9cf896ea1d41..9cb02ad73d51 100644
--- a/include/linux/dpll.h
+++ b/include/linux/dpll.h
@@ -19,6 +19,7 @@ struct dpll_device_ops {
enum dpll_mode *mode, struct netlink_ext_ack *extack);
int (*lock_status_get)(const struct dpll_device *dpll, void *dpll_priv,
enum dpll_lock_status *status,
+ enum dpll_lock_status_error *status_error,
struct netlink_ext_ack *extack);
int (*temp_get)(const struct dpll_device *dpll, void *dpll_priv,
s32 *temp, struct netlink_ext_ack *extack);