[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231004090547.1597844-1-arkadiusz.kubalewski@intel.com>
Date: Wed, 4 Oct 2023 11:05:42 +0200
From: Arkadiusz Kubalewski <arkadiusz.kubalewski@...el.com>
To: netdev@...r.kernel.org
Cc: vadim.fedorenko@...ux.dev,
jiri@...nulli.us,
corbet@....net,
davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
jesse.brandeburg@...el.com,
anthony.l.nguyen@...el.com,
linux-doc@...r.kernel.org,
intel-wired-lan@...ts.osuosl.org,
Arkadiusz Kubalewski <arkadiusz.kubalewski@...el.com>
Subject: [PATCH net-next v2 0/5] dpll: add phase-offset and phase-adjust
Improve monitoring and control over dpll devices.
Allow user to receive measurement of phase difference between signals on
pin and dpll (phase-offset).
Allow user to receive and control adjustable value of pin's signal
phase (phase-adjust).
v1->v2:
- improve handling for error case of requesting the phase adjust set
- align handling for error case of frequency set request with the
approach introduced for phase adjust
Arkadiusz Kubalewski (5):
dpll: docs: add support for pin signal phase offset/adjust
dpll: spec: add support for pin-dpll signal phase offset/adjust
dpll: netlink/core: add support for pin-dpll signal phase
offset/adjust
ice: dpll: implement phase related callbacks
dpll: netlink/core: change pin frequency set behavior
Documentation/driver-api/dpll.rst | 53 ++++-
Documentation/netlink/specs/dpll.yaml | 33 +++-
drivers/dpll/dpll_netlink.c | 180 +++++++++++++++--
drivers/dpll/dpll_nl.c | 8 +-
drivers/dpll/dpll_nl.h | 2 +-
drivers/net/ethernet/intel/ice/ice_dpll.c | 224 +++++++++++++++++++++-
drivers/net/ethernet/intel/ice/ice_dpll.h | 10 +-
include/linux/dpll.h | 18 ++
include/uapi/linux/dpll.h | 8 +-
9 files changed, 514 insertions(+), 22 deletions(-)
--
2.38.1
Powered by blists - more mailing lists