Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging

Pull hwmon fixes from Jean Delvare.

* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging:
hwmon: Fix chip feature table headers
hwmon: (w83627ehf) Force initial bank selection

+7 -6
+1 -1
drivers/hwmon/asb100.c
··· 32 32 * ASB100-A supports pwm1, while plain ASB100 does not. There is no known 33 33 * way for the driver to tell which one is there. 34 34 * 35 - * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA 35 + * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA 36 36 * asb100 7 3 1 4 0x31 0x0694 yes no 37 37 */ 38 38
+1
drivers/hwmon/w83627ehf.c
··· 2083 2083 mutex_init(&data->lock); 2084 2084 mutex_init(&data->update_lock); 2085 2085 data->name = w83627ehf_device_names[sio_data->kind]; 2086 + data->bank = 0xff; /* Force initial bank selection */ 2086 2087 platform_set_drvdata(pdev, data); 2087 2088 2088 2089 /* 627EHG and 627EHF have 10 voltage inputs; 627DHG and 667HG have 9 */
+1 -1
drivers/hwmon/w83627hf.c
··· 25 25 /* 26 26 * Supports following chips: 27 27 * 28 - * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA 28 + * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA 29 29 * w83627hf 9 3 2 3 0x20 0x5ca3 no yes(LPC) 30 30 * w83627thf 7 3 3 3 0x90 0x5ca3 no yes(LPC) 31 31 * w83637hf 7 3 3 3 0x80 0x5ca3 no yes(LPC)
+1 -1
drivers/hwmon/w83781d.c
··· 24 24 /* 25 25 * Supports following chips: 26 26 * 27 - * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA 27 + * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA 28 28 * as99127f 7 3 0 3 0x31 0x12c3 yes no 29 29 * as99127f rev.2 (type_name = as99127f) 0x31 0x5ca3 yes no 30 30 * w83781d 7 3 0 3 0x10-1 0x5ca3 yes yes
+1 -1
drivers/hwmon/w83791d.c
··· 22 22 /* 23 23 * Supports following chips: 24 24 * 25 - * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA 25 + * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA 26 26 * w83791d 10 5 5 3 0x71 0x5ca3 yes no 27 27 * 28 28 * The w83791d chip appears to be part way between the 83781d and the
+1 -1
drivers/hwmon/w83792d.c
··· 31 31 /* 32 32 * Supports following chips: 33 33 * 34 - * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA 34 + * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA 35 35 * w83792d 9 7 7 3 0x7a 0x5ca3 yes no 36 36 */ 37 37
+1 -1
drivers/hwmon/w83l786ng.c
··· 20 20 /* 21 21 * Supports following chips: 22 22 * 23 - * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA 23 + * Chip #vin #fanin #pwm #temp wchipid vendid i2c ISA 24 24 * w83l786ng 3 2 2 2 0x7b 0x5ca3 yes no 25 25 */ 26 26