[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250715144633.149156-1-ivecera@redhat.com>
Date: Tue, 15 Jul 2025 16:46:28 +0200
From: Ivan Vecera <ivecera@...hat.com>
To: netdev@...r.kernel.org
Cc: Arkadiusz Kubalewski <arkadiusz.kubalewski@...el.com>,
Jiri Pirko <jiri@...nulli.us>,
Prathosh Satish <Prathosh.Satish@...rochip.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
linux-kernel@...r.kernel.org,
Michal Schmidt <mschmidt@...hat.com>,
Petr Oros <poros@...hat.com>
Subject: [PATCH net-next v2 0/5] dpll: zl3073x: Add misc features
Add several new features missing in initial submission:
* Embedded sync for both pin types
* Phase offset reporting for connected input pin
* Selectable phase offset monitoring (aka all inputs phase monitor)
* Phase adjustments for both pin types
* Fractional frequency offset reporting for input pins
Everything was tested on Microchip EVB-LAN9668 EDS2 development board.
Ivan Vecera (5):
dpll: zl3073x: Add support to get/set esync on pins
dpll: zl3073x: Add support to get phase offset on connected input pin
dpll: zl3073x: Implement phase offset monitor feature
dpll: zl3073x: Add support to adjust phase
dpll: zl3073x: Add support to get fractional frequency offset
drivers/dpll/zl3073x/core.c | 171 ++++++++
drivers/dpll/zl3073x/core.h | 16 +
drivers/dpll/zl3073x/dpll.c | 818 +++++++++++++++++++++++++++++++++++-
drivers/dpll/zl3073x/dpll.h | 4 +
drivers/dpll/zl3073x/regs.h | 55 +++
5 files changed, 1062 insertions(+), 2 deletions(-)
---
v2:
* fixed Paolo's findings (see changelog in the patches)
--
2.49.1
Powered by blists - more mailing lists