Skip to content

Commit

Permalink
staging: IIO: DAC: New driver for the AD5504 and AD55041 High Voltage…
Browse files Browse the repository at this point in the history
… DACs

Changes since V1:

IIO: DAC: Apply review feedback from Jonathan

Fix array size and declare const.
Fix reversed dacY_powerdown read back.
Use individual attribute groups instead of is_visible.
Fix event naming and add the _en file.

Changes since V2:

IIO: DAC: AD5504 use proper event type

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Michael Hennerich authored and Greg Kroah-Hartman committed Apr 5, 2011
1 parent d6f087e commit 59c23ea
Show file tree
Hide file tree
Showing 5 changed files with 512 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/staging/iio/dac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ config AD5446
To compile this driver as a module, choose M here: the
module will be called ad5446.

config AD5504
tristate "Analog Devices AD5504/AD5501 DAC SPI driver"
depends on SPI
help
Say yes here to build support for Analog Devices AD5504, AD5501,
High Voltage Digital to Analog Converter.

To compile this driver as a module, choose M here: the
module will be called ad5504.

config MAX517
tristate "Maxim MAX517/518/519 DAC driver"
depends on I2C && EXPERIMENTAL
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/iio/dac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
#

obj-$(CONFIG_AD5624R_SPI) += ad5624r_spi.o
obj-$(CONFIG_AD5504) += ad5504.o
obj-$(CONFIG_AD5446) += ad5446.o
obj-$(CONFIG_MAX517) += max517.o
Loading

0 comments on commit 59c23ea

Please sign in to comment.