|
|
Log in / Subscribe / Register

iio: frequency: adf4377: add clock provider support

From:  Antoniu Miclaus <antoniu.miclaus-AT-analog.com>
To:  <jic23-AT-kernel.org>, <robh-AT-kernel.org>, <conor+dt-AT-kernel.org>, <linux-iio-AT-vger.kernel.org>, <linux-kernel-AT-vger.kernel.org>, <devicetree-AT-vger.kernel.org>
Subject:  [PATCH v2 0/2] iio: frequency: adf4377: add clock provider support
Date:  Fri, 21 Nov 2025 09:50:25 +0000
Message-ID:  <20251121095027.18304-1-antoniu.miclaus@analog.com>
Cc:  Antoniu Miclaus <antoniu.miclaus-AT-analog.com>
Archive-link:  Article

This series adds clock provider functionality to the ADF4377 frequency
synthesizer driver to address user requests for controlling output
frequencies from userspace.

While implemented as an IIO driver, the ADF4377 is commonly used as a
clock source. This patch series enables it to function as either:
- A traditional IIO device (when #clock-cells is not specified)
- A clock provider (when #clock-cells is present in device tree)

The implementation provides standard clock framework integration with
rate control, enable/disable support, and maintains backward
compatibility with existing IIO configurations.

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

 .../bindings/iio/frequency/adi,adf4377.yaml   |   8 ++
 drivers/iio/frequency/adf4377.c               | 131 +++++++++++++++++-
 2 files changed, 137 insertions(+), 2 deletions(-)

-- 
2.43.0




Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds