]> git.ipfire.org Git - thirdparty/linux.git/commit
dpll: add reference sync get/set
authorArkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Thu, 26 Jun 2025 13:52:18 +0000 (15:52 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 27 Jun 2025 23:38:02 +0000 (16:38 -0700)
commit58256a26bfb37a94738dd65618b1f31f460f8d91
tree42589e7ad9a7cc78034901b0e96d85fa0e39c097
parent7f15ee35972dd3dee37704bfd0f136290f6d63d9
dpll: add reference sync get/set

Define function for reference sync pin registration and callback ops to
set/get current feature state.

Implement netlink handler to fill netlink messages with reference sync
pin configuration of capable pins (pin-get).

Implement netlink handler to call proper ops and configure reference
sync pin state (pin-set).

Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@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>
Link: https://patch.msgid.link/20250626135219.1769350-3-arkadiusz.kubalewski@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/dpll/dpll_core.c
drivers/dpll/dpll_core.h
drivers/dpll/dpll_netlink.c
drivers/dpll/dpll_netlink.h
include/linux/dpll.h