commit | 369932f6f840aedfbc717dd156bba7668a11d916 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Wed Jul 16 19:30:08 2008 +0200 |
committer | Jean Delvare <khali@mahadeva.delvare> | Wed Jul 16 19:30:08 2008 +0200 |
tree | 153813ce93538e8288a6d60bf6a3f07e8ef40b21 | |
parent | 61c91f7ded640bb2b340cc89d9ca3a3ca0229c74 [diff] |
hwmon: (ad7418) Convert to a new-style i2c driver The ad7418 driver is only used on embedded platforms where i2c devices can easily be declared in platform code. Thus a new-style i2c driver makes perfect sense. This lets us get rid of quirky detection code (these chips have no identification registers) and shrinks the binary driver size by 38%. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Alessandro Zummo <a.zummo@towertech.it>