aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/adt7475.c
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-12-09 20:36:01 +0100
committerJean Delvare <khali@linux-fr.org>2009-12-09 20:36:01 +0100
commit7669896f499e1bce5cfb38f2685ff583ecdb24dd (patch)
treeac73a6c61327d36518ebbe9625620de974fa878e /drivers/hwmon/adt7475.c
parentfc16c56e694d361388bae701894fd719dbc0f7eb (diff)
downloadkernel_samsung_smdk4412-7669896f499e1bce5cfb38f2685ff583ecdb24dd.zip
kernel_samsung_smdk4412-7669896f499e1bce5cfb38f2685ff583ecdb24dd.tar.gz
kernel_samsung_smdk4412-7669896f499e1bce5cfb38f2685ff583ecdb24dd.tar.bz2
hwmon: (f71882fg) Add support for the f71889fg (version 2)
This adds support for the Fintek f71889fg to the f71882fg driver, many thanks to Gerd v. Egidy for providing (remote) access to a machine which such an ic. Note that this bit of the patch: - val = SENSORS_LIMIT(val, 0, 255); + + if (data->type == f71889fg) + val = SENSORS_LIMIT(val, -128, 127); + else + val = SENSORS_LIMIT(val, 0, 127); Changes behaviour for already supported models, the new behaviour is correct as the already supported models have bit 7 of the involved registers fixed at 0, so the previous behaviour which allowed setting temp zone limits > 127 was not correct. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/adt7475.c')
0 files changed, 0 insertions, 0 deletions