commit | f366fccd0809f13ba20d64cae3c83f7338c88af7 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Thu Feb 21 10:49:40 2013 -0800 |
committer | Guenter Roeck <linux@roeck-us.net> | Sun Mar 03 21:45:47 2013 -0800 |
tree | 348dbebd5bf4659c5e07be9d2d88974f852bc843 | |
parent | dbd712c2272764a536e29ad6841dba74989a39d9 [diff] |
hwmon: (pmbus/ltc2978) Use detected chip ID to select supported functionality We read the chip ID from the chip, use it to determine if the chip ID provided to the driver is correct, and report it if wrong. We should also use the correct chip ID to select supported functionality. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Cc: stable@vger.kernel.org # 3.2+ Acked-by: Jean Delvare <khali@linux-fr.org>