[PATCH v3 0/2] *** Add ADF4378 Support ***

Antoniu Miclaus posted 2 patches 1 year, 4 months ago
.../bindings/iio/frequency/adi,adf4377.yaml   | 10 ++++++
drivers/iio/frequency/adf4377.c               | 35 +++++++++++++++----
2 files changed, 38 insertions(+), 7 deletions(-)
[PATCH v3 0/2] *** Add ADF4378 Support ***
Posted by Antoniu Miclaus 1 year, 4 months ago
Add support for ADF4378 high performance, ultra-low jitter, integer-N
phased locked loop (PLL) with an integrated voltage controlled
oscillator (VCO) and system reference (SYSREF) retimer ideally
suited for data converter and mixed signal front end (MxFE) clock
applications.

The main difference between ADF4377 and ADF4378 is that the second one
provides only one output frequency channel which is enable/disabled via
one GPIO. 

Both the driver and the bindings are updated to reflect that difference.

Antoniu Miclaus (2):
  dt-bindings: iio: adf4377: add adf4378 support
  iio: frequency: adf4377: add adf4378 support

 .../bindings/iio/frequency/adi,adf4377.yaml   | 10 ++++++
 drivers/iio/frequency/adf4377.c               | 35 +++++++++++++++----
 2 files changed, 38 insertions(+), 7 deletions(-)

-- 
2.45.2
Re: [PATCH v3 0/2] *** Add ADF4378 Support ***
Posted by Krzysztof Kozlowski 1 year, 4 months ago
On 29/07/2024 11:50, Antoniu Miclaus wrote:
> Add support for ADF4378 high performance, ultra-low jitter, integer-N
> phased locked loop (PLL) with an integrated voltage controlled
> oscillator (VCO) and system reference (SYSREF) retimer ideally
> suited for data converter and mixed signal front end (MxFE) clock
> applications.
> 
> The main difference between ADF4377 and ADF4378 is that the second one
> provides only one output frequency channel which is enable/disabled via
> one GPIO. 
> 
> Both the driver and the bindings are updated to reflect that difference.

That's a v3, but where is the changelog?

Best regards,
Krzysztof