mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
e31166f0fd
Changes since V1: Apply Jonathan's review feedback: Introduce and use IIO_ALTVOLTAGE. Fix up comments and documentation. Remove dead code. Reorder some code fragments. Add missing iio_device_free. Convert to new API. Fix-up out of staging includes. Removed pll_locked attribute. Changes since V2: Use module_spi_driver. adf4350_remove: move gpio_free after regulator. target patch to drivers/iio Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7 lines
98 B
Makefile
7 lines
98 B
Makefile
#
|
|
# Makefile iio/frequency
|
|
#
|
|
|
|
obj-$(CONFIG_AD9523) += ad9523.o
|
|
obj-$(CONFIG_ADF4350) += adf4350.o
|