Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325103
b: refs/heads/master
c: bf83238
h: refs/heads/master
i:
  325101: ff71cd3
  325099: 2dac907
  325095: 6a446dd
  325087: b4159ea
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Jonathan Cameron committed Sep 8, 2012
1 parent 772611e commit e39ce7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2fafbce25063ae2732f2f2d9f853f1d97145eab5
refs/heads/master: bf83238019cf091a32d3a8aeddf22282af992843
8 changes: 4 additions & 4 deletions trunk/drivers/iio/dac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ config AD5446
tristate "Analog Devices AD5446 and similar single channel DACs driver"
depends on (SPI_MASTER || I2C)
help
Say yes here to build support for Analog Devices AD5300, AD5310, AD5320,
AD5444, AD5446, AD5450, AD5451, AD5452, AD5453, AD5512A, AD5541A, AD5542A,
AD5543, AD5553, AD5601, AD5602, AD5611, AD5612, AD5620, AD5621, AD5622,
AD5640, AD5660, AD5662 DACs.
Say yes here to build support for Analog Devices AD5300, AD5301, AD5310,
AD5311, AD5320, AD5321, AD5444, AD5446, AD5450, AD5451, AD5452, AD5453,
AD5512A, AD5541A, AD5542A, AD5543, AD5553, AD5601, AD5602, AD5611, AD5612,
AD5620, AD5621, AD5622, AD5640, AD5660, AD5662 DACs.

To compile this driver as a module, choose M here: the
module will be called ad5446.
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/iio/dac/ad5446.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,9 @@ static int __devexit ad5446_i2c_remove(struct i2c_client *i2c)
}

static const struct i2c_device_id ad5446_i2c_ids[] = {
{"ad5301", ID_AD5602},
{"ad5311", ID_AD5612},
{"ad5321", ID_AD5622},
{"ad5602", ID_AD5602},
{"ad5612", ID_AD5612},
{"ad5622", ID_AD5622},
Expand Down

0 comments on commit e39ce7f

Please sign in to comment.