staging: IIO: DAC: New driver for the AD5504 and AD55041 High Voltage DACs
commit59c23eabdae97a18cfc400339138f6d1dbde926a
authorMichael Hennerich <michael.hennerich@analog.com>
Mon, 4 Apr 2011 13:39:15 +0000 (4 15:39 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Apr 2011 19:10:59 +0000 (5 12:10 -0700)
treee409c8213562427713a46dba378750224f715402
parentd6f087ec9c7ba029419762273a685460c93c8454
staging: IIO: DAC: New driver for the AD5504 and AD55041 High Voltage 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>
drivers/staging/iio/dac/Kconfig
drivers/staging/iio/dac/Makefile
drivers/staging/iio/dac/ad5504.c [new file with mode: 0644]
drivers/staging/iio/dac/ad5504.h [new file with mode: 0644]
drivers/staging/iio/sysfs.h