diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2010-05-24 17:33:16 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-05-25 11:07:04 -0400 |
commit | 59592d0ccc0000d74ea5fc2a59e3ec0c9ef1fb13 (patch) | |
tree | 7a871ad14dfd9e438684787332663fba6f4db7ed /drivers/misc/ad525x_dpot-i2c.c | |
parent | c74cba610c9559e72377fd9725a3d329581aa256 (diff) |
ad525x_dpot: add support for one time programmable pots
New parts supported:
AD5170, AD5171, AD5172, AD5173, AD5273
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/misc/ad525x_dpot-i2c.c b/drivers/misc/ad525x_dpot-i2c.c index abba18efdde3..374352af7979 100644 --- a/drivers/misc/ad525x_dpot-i2c.c +++ b/drivers/misc/ad525x_dpot-i2c.c | |||
@@ -97,6 +97,11 @@ static const struct i2c_device_id ad_dpot_id[] = { | |||
97 | {"ad5280", AD5280_ID}, | 97 | {"ad5280", AD5280_ID}, |
98 | {"ad5282", AD5282_ID}, | 98 | {"ad5282", AD5282_ID}, |
99 | {"adn2860", ADN2860_ID}, | 99 | {"adn2860", ADN2860_ID}, |
100 | {"ad5273", AD5273_ID}, | ||
101 | {"ad5171", AD5171_ID}, | ||
102 | {"ad5170", AD5170_ID}, | ||
103 | {"ad5172", AD5172_ID}, | ||
104 | {"ad5173", AD5173_ID}, | ||
100 | {} | 105 | {} |
101 | }; | 106 | }; |
102 | MODULE_DEVICE_TABLE(i2c, ad_dpot_id); | 107 | MODULE_DEVICE_TABLE(i2c, ad_dpot_id); |