netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/5] dpll: add phase-offset and phase-adjust
@ 2023-10-04  9:05 Arkadiusz Kubalewski
  2023-10-04  9:05 ` [PATCH net-next v2 1/5] dpll: docs: add support for pin signal phase offset/adjust Arkadiusz Kubalewski
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Arkadiusz Kubalewski @ 2023-10-04  9:05 UTC (permalink / raw)
  To: netdev
  Cc: vadim.fedorenko, jiri, corbet, davem, kuba, pabeni,
	jesse.brandeburg, anthony.l.nguyen, linux-doc, intel-wired-lan,
	Arkadiusz Kubalewski

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-10-06 10:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-04  9:05 [PATCH net-next v2 0/5] dpll: add phase-offset and phase-adjust Arkadiusz Kubalewski
2023-10-04  9:05 ` [PATCH net-next v2 1/5] dpll: docs: add support for pin signal phase offset/adjust Arkadiusz Kubalewski
2023-10-04  9:05 ` [PATCH net-next v2 2/5] dpll: spec: add support for pin-dpll " Arkadiusz Kubalewski
2023-10-04 10:41   ` Jiri Pirko
2023-10-06 10:30     ` Kubalewski, Arkadiusz
2023-10-04  9:05 ` [PATCH net-next v2 3/5] dpll: netlink/core: " Arkadiusz Kubalewski
2023-10-04  9:05 ` [PATCH net-next v2 4/5] ice: dpll: implement phase related callbacks Arkadiusz Kubalewski
2023-10-04  9:05 ` [PATCH net-next v2 5/5] dpll: netlink/core: change pin frequency set behavior Arkadiusz Kubalewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).