commit | 67a37308ae37f8948d3c26f75a18f0ddb77ac198 | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Tue Oct 14 17:30:04 2008 +0200 |
committer | Jean Delvare <khali@mahadeva.delvare> | Tue Oct 14 17:30:04 2008 +0200 |
tree | 04c7145e4494f21725741e4a284e560731ffe091 | |
parent | dbc2bc251e06c83efcc8d39f1e7de12c2b1ff591 [diff] |
hwmon: (dme1737) Convert to a new-style i2c driver The new-style dme1737 driver implements the optional detect() callback to cover the use cases of the legacy driver. I don't actually expect any new-style device for that driver, but as the old i2c API is going away soon, we have to switch to the new one. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Juerg Haefliger <juergh@gmail.com>