Staging: IIO: DDS: AD9833 / AD9834 driver
commit12b9d5bf76bfa20d3207ef24fca9c8254a586a58
authorMichael Hennerich <michael.hennerich@analog.com>
Tue, 14 Dec 2010 16:04:02 +0000 (14 17:04 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Dec 2010 20:23:03 +0000 (16 12:23 -0800)
treefcb3039e29d613fb24fc11afc71290aeff524e9d
parent4851d97d87c8dfa8c97037965690cdefe99a767d
Staging: IIO: DDS: AD9833 / AD9834 driver

Changes since RFC/v1:
IIO: Apply list review feedback

Apply list review feedback:
Rename attributes to fit IIO convention used in other drivers.
Fix typos.
Provide ddsX_out_enable as opposed to ddsX_out_disable.
Use proper __devexit marking.
Use strict_strtoul() to avoid negatives.

Changes since v2:
IIO: ad9834.c: Apply more list review feedback

Update use of dds convenience macros.
Fix tabbing.
Remove superfluous brackets.
Keep output disabled after probe.
Remove unnecessary code.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Reviewed-by: Datta Shubhrajyoti <shubhrajyoti@ti.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/iio/dds/Kconfig
drivers/staging/iio/dds/Makefile
drivers/staging/iio/dds/ad9834.c [new file with mode: 0644]
drivers/staging/iio/dds/ad9834.h [new file with mode: 0644]