diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2012-05-29 14:41:20 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-06-05 08:19:40 +0400 |
commit | e31166f0fd48478866ee9661c36789126435ebe8 (patch) | |
tree | c5a7b345c3331935318376558429ff6e2e092aef /drivers/iio/frequency/Makefile | |
parent | cd1678f963298a9e777f3edb72d28bc18a3a32c2 (diff) | |
download | linux-e31166f0fd48478866ee9661c36789126435ebe8.tar.xz |
iio: frequency: New driver for Analog Devices ADF4350/ADF4351 Wideband Synthesizers
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>
Diffstat (limited to 'drivers/iio/frequency/Makefile')
-rw-r--r-- | drivers/iio/frequency/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/frequency/Makefile b/drivers/iio/frequency/Makefile index 1b5b22417da1..00d26e5d1dc2 100644 --- a/drivers/iio/frequency/Makefile +++ b/drivers/iio/frequency/Makefile @@ -3,3 +3,4 @@ # obj-$(CONFIG_AD9523) += ad9523.o +obj-$(CONFIG_ADF4350) += adf4350.o |