[PATCH net-next 0/5] dpll: zl3073x: Add misc features

Ivan Vecera posted 5 patches 2 months, 4 weeks ago
There is a newer version of this series
drivers/dpll/zl3073x/core.c | 171 ++++++++
drivers/dpll/zl3073x/core.h |  16 +
drivers/dpll/zl3073x/dpll.c | 805 +++++++++++++++++++++++++++++++++++-
drivers/dpll/zl3073x/dpll.h |   4 +
drivers/dpll/zl3073x/regs.h |  55 +++
5 files changed, 1049 insertions(+), 2 deletions(-)
[PATCH net-next 0/5] dpll: zl3073x: Add misc features
Posted by Ivan Vecera 2 months, 4 weeks ago
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 | 805 +++++++++++++++++++++++++++++++++++-
 drivers/dpll/zl3073x/dpll.h |   4 +
 drivers/dpll/zl3073x/regs.h |  55 +++
 5 files changed, 1049 insertions(+), 2 deletions(-)

-- 
2.49.0
Re: [PATCH net-next 0/5] dpll: zl3073x: Add misc features
Posted by Prathosh.Satish@microchip.com 2 months, 3 weeks ago
On 10/07/2025 16:38, Ivan Vecera wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> 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 | 805 +++++++++++++++++++++++++++++++++++-
>   drivers/dpll/zl3073x/dpll.h |   4 +
>   drivers/dpll/zl3073x/regs.h |  55 +++
>   5 files changed, 1049 insertions(+), 2 deletions(-)
>
> --
> 2.49.0
>
Tested-by: Prathosh Satish <prathosh.satish@microchip.com>

Re: [PATCH net-next 0/5] dpll: zl3073x: Add misc features
Posted by Jiri Pirko 2 months, 3 weeks ago
Thu, Jul 10, 2025 at 05:38:43PM +0200, ivecera@redhat.com wrote:
>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

dpll-side wise:
Reviewed-by: Jiri Pirko <jiri@nvidia.com>