]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iio: frequency: New driver for Analog Devices ADF4350/ADF4351 Wideband Synthesizers
authorMichael Hennerich <michael.hennerich@analog.com>
Tue, 29 May 2012 10:41:20 +0000 (12:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 5 Jun 2012 04:19:40 +0000 (21:19 -0700)
commite31166f0fd48478866ee9661c36789126435ebe8
treec5a7b345c3331935318376558429ff6e2e092aef
parentcd1678f963298a9e777f3edb72d28bc18a3a32c2
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>
Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350 [new file with mode: 0644]
drivers/iio/frequency/Kconfig
drivers/iio/frequency/Makefile
drivers/iio/frequency/adf4350.c [new file with mode: 0644]
include/linux/iio/frequency/adf4350.h [new file with mode: 0644]