[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20221104092802.90725-1-antoniu.miclaus@analog.com>
Date: Fri, 4 Nov 2022 11:27:58 +0200
From: Antoniu Miclaus <antoniu.miclaus@...log.com>
To: <jic23@...nel.org>, <robh+dt@...nel.org>,
<krzysztof.kozlowski+dt@...aro.org>, <linux-iio@...r.kernel.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: Antoniu Miclaus <antoniu.miclaus@...log.com>
Subject: [PATCH 0/3] Add support for ADF4377
The ADF4377 is a high performance, ultralow jitter, dual output integer-N
phased locked loop (PLL) with integrated voltage controlled oscillator
(VCO) ideally suited for data converter and mixed signal front end (MxFE)
clock applications.
Antoniu Miclaus (3):
dt-bindings: iio: frequency: add adf4377 doc
iio: frequency: adf4377: add support for ADF4377
Documentation: ABI: testing: adf4377: add ABI docs
.../testing/sysfs-bus-iio-frequency-adf4377 | 32 +
.../bindings/iio/frequency/adi,adf4377.yaml | 78 ++
drivers/iio/frequency/Kconfig | 10 +
drivers/iio/frequency/Makefile | 1 +
drivers/iio/frequency/adf4377.c | 1155 +++++++++++++++++
5 files changed, 1276 insertions(+)
create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4377
create mode 100644 Documentation/devicetree/bindings/iio/frequency/adi,adf4377.yaml
create mode 100644 drivers/iio/frequency/adf4377.c
--
2.38.1
Powered by blists - more mailing lists