Skip to content

Commit ea70758

Browse files
mhennerichgregkh
authored andcommitted
Staging: IIO: DDS: AD9832 / AD9835 driver
This is a complete rewrite of the AD9832/35 driver. Purpose was to move this driver to the recently created API for such devices. Changes since V1: IIO: DDS: AD9832 / AD9835 driver: Apply review feedback Save a few bytes, use union for data allocated for spi buffers. Remove use of device IDs. Fix comments. Make master clock mclk always type unsigned long. Signed-off-by: Michael Hennerich <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f9a7e9b commit ea70758

File tree

3 files changed

+436
-185
lines changed

3 files changed

+436
-185
lines changed

drivers/staging/iio/dds/Kconfig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ config AD9832
1515
depends on SPI
1616
help
1717
Say yes here to build support for Analog Devices DDS chip
18-
ad9832 and ad9835, provides direct access via sysfs.
18+
AD9832 and AD9835, provides direct access via sysfs.
19+
20+
To compile this driver as a module, choose M here: the
21+
module will be called ad9832.
1922

2023
config AD9834
2124
tristate "Analog Devices ad9833/4/ driver"

0 commit comments

Comments
 (0)