android_kernel_xiaomi_sm8350/Documentation/hwmon
Hans de Goede 7669896f49 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>
2009-12-09 20:36:01 +01:00
..
abituguru
abituguru3
abituguru-datasheet fix similar typos to successfull 2009-01-08 08:31:15 -08:00
acpi_power_meter hwmon driver for ACPI 4.0 power meters 2009-09-19 01:30:01 -04:00
adm1021
adm1025
adm1026
adm1031
adm9240
ads7828
adt7462 adt7462: new hwmon driver 2008-11-12 17:17:17 -08:00
adt7470 adt7470: make automatic fan control really work 2009-01-06 15:59:18 -08:00
adt7473 hwmon: (adt7473) Fix some bogosity in documentation file 2008-10-09 15:33:58 +02:00
adt7475 hwmon: Add a driver for the ADT7475 hardware monitoring chip 2009-01-15 22:27:47 +01:00
asb100
coretemp hwmon: (coretemp) Add Lynnfield CPU 2009-09-23 22:59:43 +02:00
dme1737 hwmon: (dme1737) Add support for the SMSC SCH5027 2008-08-06 22:41:03 +02:00
ds1621 hwmon: (ds1621) Clean up documentation 2009-03-30 21:46:41 +02:00
f71805f
f71882fg hwmon: (f71882fg) Add support for the f71889fg (version 2) 2009-12-09 20:36:01 +01:00
g760a hwmon: add support for GMT G760A fan speed PWM controller 2009-04-07 08:31:03 -07:00
gl518sm
hpfall.c trivial: doc: hpfall: accept disk device to unload as argument 2009-09-21 15:14:57 +02:00
ibmaem hwmon: (ibmaem) Automatically load on HC10 blade 2009-06-15 18:39:46 +02:00
it87 hwmon: (it87) Verify the VID pin usage 2009-12-09 20:35:47 +01:00
k8temp
lis3lv02d hp_accel: small documentation updates 2009-04-01 08:59:21 -07:00
lm63
lm70 hwmon: (lm70) Add TI TMP121 support 2009-01-07 16:37:34 +01:00
lm75
lm77
lm78
lm80
lm83
lm85 hwmon: Fix various typos 2009-01-07 16:37:35 +01:00
lm87 hwmon: (lm87) Add support for configuration through platform_data 2008-10-17 17:51:12 +02:00
lm90 hwmon: (lm90) Document support for the MAX6648/6692 chips 2009-03-12 13:36:38 +01:00
lm92
lm93
ltc4215 ltc4215/ltc4245: Discard obsolete detect methods 2009-10-04 22:53:42 +02:00
ltc4245 ltc4215/ltc4245: Discard obsolete detect methods 2009-10-04 22:53:42 +02:00
max1619
max6650
mc13783-adc hwmon: Add Freescale MC13783 ADC driver 2009-12-09 20:35:58 +01:00
pc87360 hwmon: Drop dead links to old National Semiconductor chip datasheets 2008-10-17 17:51:17 +02:00
pc87427 trivial: fix typo "to to" in multiple files 2009-09-21 15:14:55 +02:00
pcf8591 hwmon: (pcf8591) Documentation clean-ups 2009-09-15 17:18:14 +02:00
sis5595
smsc47b397
smsc47m1
smsc47m192
sysfs-interface hwmon: Clarify autopwm trip points documentation 2009-12-09 20:35:47 +01:00
thmc50
tmp401 hwmon: (tmp401) Add documentation 2009-06-15 18:39:49 +02:00
tmp421 hwmon: (tmp421) Add documentation 2009-09-15 17:18:12 +02:00
userspace-tools
via686a
vt1211
w83l785ts
w83l786ng
w83627ehf hwmon: (w83627ehf) Add W83627DHG-P support 2009-06-15 18:39:50 +02:00
w83627hf hwmon: (w83627hf) Drop the force_addr module parameter 2009-12-09 20:35:48 +01:00
w83781d hwmon: (w83781d) Additional information about AS99127F PWM 2008-10-17 17:51:18 +02:00
w83791d hwmon: (w83791d) add support for thermal cruise mode 2008-10-17 17:51:17 +02:00
w83792d
w83793
wm831x hwmon: WM831x PMIC hardware monitoring driver 2009-09-17 09:47:02 +02:00
wm8350 hwmon: Add WM835x PMIC hardware monitoring driver 2009-09-17 09:46:51 +02:00