···11+Kernel driver w83l786ng22+=====================33+44+Supported chips:55+ * Winbond W83L786NG/W83L786NR66+ Prefix: 'w83l786ng'77+ Addresses scanned: I2C 0x2e - 0x2f88+ Datasheet: http://www.winbond-usa.com/products/winbond_products/pdfs/PCIC/W83L786NRNG09.pdf99+1010+Author: Kevin Lo <kevlo@kevlo.org>1111+1212+1313+Module Parameters1414+-----------------1515+1616+* reset boolean1717+ (default 0)1818+ Use 'reset=1' to reset the chip (via index 0x40, bit 7). The default1919+ behavior is no chip reset to preserve BIOS settings2020+2121+2222+Description2323+-----------2424+2525+This driver implements support for Winbond W83L786NG/W83L786NR chips.2626+2727+The driver implements two temperature sensors, two fan rotation speed2828+sensors, and three voltage sensors.2929+3030+Temperatures are measured in degrees Celsius and measurement resolution is 13131+degC for temp1 and temp2.3232+3333+Fan rotation speeds are reported in RPM (rotations per minute). Fan readings3434+readings can be divided by a programmable divider (1, 2, 4, 8, 16, 32, 643535+or 128 for fan 1/2) to give the readings more range or accuracy.3636+3737+Voltage sensors (also known as IN sensors) report their values in millivolts.3838+An alarm is triggered if the voltage has crossed a programmable minimum3939+or maximum limit.4040+4141+/sys files4242+----------4343+4444+pwm[1-2] - this file stores PWM duty cycle or DC value (fan speed) in range:4545+ 0 (stop) to 255 (full)4646+pwm[1-2]_enable - this file controls mode of fan/temperature control:4747+ * 0 Manual Mode4848+ * 1 Thermal Cruise4949+ * 2 Smart Fan II5050+ * 4 FAN_SET5151+pwm[1-2]_mode - Select PWM of DC mode5252+ * 0 DC5353+ * 1 PWM5454+tolerance[1-2] - Value in degrees of Celsius (degC) for +- T
+10
drivers/hwmon/Kconfig
···683683 This driver can also be built as a module. If so, the module684684 will be called w83l785ts.685685686686+config SENSORS_W83L786NG687687+ tristate "Winbond W83L786NG, W83L786NR"688688+ depends on I2C && EXPERIMENTAL689689+ help690690+ If you say yes here you get support for the Winbond W83L786NG691691+ and W83L786NR sensor chips.692692+693693+ This driver can also be built as a module. If so, the module694694+ will be called w83l786ng.695695+686696config SENSORS_W83627HF687697 tristate "Winbond W83627HF, W83627THF, W83637HF, W83687THF, W83697HF"688698 select HWMON_VID