diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2010-10-26 14:22:36 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-26 16:52:14 -0700 |
commit | a4bd394956f20d0bfc0ca6ecfac2af4150da274a (patch) | |
tree | 5513a0ad4c7cedeb98fc0c521ff13d39752e729d /drivers/misc/ad525x_dpot-i2c.c | |
parent | 5f400cf40fc703673aa791966ffb1c628c1ff45a (diff) | |
download | kernel_samsung_espresso10-a4bd394956f20d0bfc0ca6ecfac2af4150da274a.zip kernel_samsung_espresso10-a4bd394956f20d0bfc0ca6ecfac2af4150da274a.tar.gz kernel_samsung_espresso10-a4bd394956f20d0bfc0ca6ecfac2af4150da274a.tar.bz2 |
drivers/misc/ad525x_dpot.c: new features
Add support for AD5270, AD5271, AD5272, AD5274 digital potentiometers.
Add 20-TP feature for AD5291 and AD5292 parts, and update feature list.
AD5291 rdac read back must be shifted by two.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Cc: Mike Frysinger <vapier@gentoo.org>
Cc: Chris Verges <chrisv@cyberswitching.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/ad525x_dpot-i2c.c')
-rw-r--r-- | drivers/misc/ad525x_dpot-i2c.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/ad525x_dpot-i2c.c b/drivers/misc/ad525x_dpot-i2c.c index 374352a..4ff73c2 100644 --- a/drivers/misc/ad525x_dpot-i2c.c +++ b/drivers/misc/ad525x_dpot-i2c.c @@ -102,6 +102,8 @@ static const struct i2c_device_id ad_dpot_id[] = { {"ad5170", AD5170_ID}, {"ad5172", AD5172_ID}, {"ad5173", AD5173_ID}, + {"ad5272", AD5272_ID}, + {"ad5274", AD5274_ID}, {} }; MODULE_DEVICE_TABLE(i2c, ad_dpot_id); |