]> git.baikalelectronics.ru Git - kernel.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)
commitd93329dfde8026cfb7e9c4bc3804ed8bd0df45d8
treec5a7b345c3331935318376558429ff6e2e092aef
parent2c1d77b995e3e640563beb70950d0fe9cc43c504
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]