mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
The driver is based on existing PLL drivers in the IIO subsystem and implements the following key features: - Integer-N and fractional-N (fixed/variable modulus) synthesis modes; - High-resolution frequency calculations using microhertz (µHz) precision to handle sub-Hz resolution across multi-GHz frequency ranges; - IIO debugfs interface for direct register access; - FW property parsing from devicetree including charge pump settings and reference path configuration; - Power management support with suspend/resume callbacks; - Lock detect GPIO monitoring. Signed-off-by: Rodrigo Alencar <rodrigo.alencar@analog.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
17 lines
494 B
Makefile
17 lines
494 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile iio/frequency
|
|
#
|
|
|
|
# When adding new entries keep the list in alphabetical order
|
|
obj-$(CONFIG_AD9523) += ad9523.o
|
|
obj-$(CONFIG_ADF41513) += adf41513.o
|
|
obj-$(CONFIG_ADF4350) += adf4350.o
|
|
obj-$(CONFIG_ADF4371) += adf4371.o
|
|
obj-$(CONFIG_ADF4377) += adf4377.o
|
|
obj-$(CONFIG_ADMFM2000) += admfm2000.o
|
|
obj-$(CONFIG_ADMV1013) += admv1013.o
|
|
obj-$(CONFIG_ADMV1014) += admv1014.o
|
|
obj-$(CONFIG_ADMV4420) += admv4420.o
|
|
obj-$(CONFIG_ADRF6780) += adrf6780.o
|