public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for ADF4382
@ 2024-11-14 13:03 Ciprian Hegbeli
  2024-11-14 13:03 ` [PATCH 1/2] dt-bindings: iio: frequency: Add ADF4382 Ciprian Hegbeli
  2024-11-14 13:03 ` [PATCH 2/2] " Ciprian Hegbeli
  0 siblings, 2 replies; 10+ messages in thread
From: Ciprian Hegbeli @ 2024-11-14 13:03 UTC (permalink / raw)
  To: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Javier Carrasco,
	Kim Seer Paller, Ciprian Hegbeli, Antoniu Miclaus, linux-iio,
	devicetree, linux-kernel

Add suport for ADF4382/ADF4382A driver and dt-bindings.
The ADF4382A is a high performance, ultralow jitter, Frac-N PLL
with integrated VCO ideally suited for LO generation for 5G applications
or data converter clock applications. 

Ciprian Hegbeli (2):
  dt-bindings: iio: frequency: Add ADF4382
  iio: frequency: Add ADF4382

 .../bindings/iio/frequency/adi,adf4382.yaml   |  141 ++
 drivers/iio/frequency/Kconfig                 |   11 +
 drivers/iio/frequency/Makefile                |    1 +
 drivers/iio/frequency/adf4382.c               | 1825 +++++++++++++++++
 4 files changed, 1978 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/frequency/adi,adf4382.yaml
 create mode 100644 drivers/iio/frequency/adf4382.c

-- 
2.43.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-11-25 21:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-14 13:03 [PATCH 0/2] Add support for ADF4382 Ciprian Hegbeli
2024-11-14 13:03 ` [PATCH 1/2] dt-bindings: iio: frequency: Add ADF4382 Ciprian Hegbeli
2024-11-14 13:49   ` Javier Carrasco
2024-11-14 13:59   ` Javier Carrasco
2024-11-14 14:35   ` Rob Herring (Arm)
2024-11-14 19:55   ` Conor Dooley
2024-11-25 20:04   ` Jonathan Cameron
2024-11-14 13:03 ` [PATCH 2/2] " Ciprian Hegbeli
2024-11-14 13:27   ` Javier Carrasco
2024-11-25 21:28   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox