2 * it87.c - Part of lm_sensors, Linux kernel modules for hardware
5 * The IT8705F is an LPC-based Super I/O part that contains UARTs, a
6 * parallel port, an IR port, a MIDI port, a floppy controller, etc., in
7 * addition to an Environment Controller (Enhanced Hardware Monitor and
10 * This driver supports only the Environment Controller in the IT8705F and
11 * similar parts. The other devices are supported by different drivers.
13 * Supports: IT8603E Super I/O chip w/LPC interface
14 * IT8620E Super I/O chip w/LPC interface
15 * IT8623E Super I/O chip w/LPC interface
16 * IT8705F Super I/O chip w/LPC interface
17 * IT8712F Super I/O chip w/LPC interface
18 * IT8716F Super I/O chip w/LPC interface
19 * IT8718F Super I/O chip w/LPC interface
20 * IT8720F Super I/O chip w/LPC interface
21 * IT8721F Super I/O chip w/LPC interface
22 * IT8726F Super I/O chip w/LPC interface
23 * IT8728F Super I/O chip w/LPC interface
24 * IT8732F Super I/O chip w/LPC interface
25 * IT8758E Super I/O chip w/LPC interface
26 * IT8771E Super I/O chip w/LPC interface
27 * IT8772E Super I/O chip w/LPC interface
28 * IT8781F Super I/O chip w/LPC interface
29 * IT8782F Super I/O chip w/LPC interface
30 * IT8783E/F Super I/O chip w/LPC interface
31 * IT8786E Super I/O chip w/LPC interface
32 * IT8790E Super I/O chip w/LPC interface
33 * Sis950 A clone of the IT8705F
35 * Copyright (C) 2001 Chris Gauthron
36 * Copyright (C) 2005-2010 Jean Delvare <jdelvare@suse.de>
38 * This program is free software; you can redistribute it and/or modify
39 * it under the terms of the GNU General Public License as published by
40 * the Free Software Foundation; either version 2 of the License, or
41 * (at your option) any later version.
43 * This program is distributed in the hope that it will be useful,
44 * but WITHOUT ANY WARRANTY; without even the implied warranty of
45 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
46 * GNU General Public License for more details.
48 * You should have received a copy of the GNU General Public License
49 * along with this program; if not, write to the Free Software
50 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
53 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
55 #include <linux/module.h>
56 #include <linux/init.h>
57 #include <linux/slab.h>
58 #include <linux/jiffies.h>
59 #include <linux/platform_device.h>
60 #include <linux/hwmon.h>
61 #include <linux/hwmon-sysfs.h>
62 #include <linux/hwmon-vid.h>
63 #include <linux/err.h>
64 #include <linux/mutex.h>
65 #include <linux/sysfs.h>
66 #include <linux/string.h>
67 #include <linux/dmi.h>
68 #include <linux/acpi.h>
71 #define DRVNAME "it87"
73 enum chips
{ it87
, it8712
, it8716
, it8718
, it8720
, it8721
, it8728
, it8732
,
74 it8771
, it8772
, it8781
, it8782
, it8783
, it8786
, it8790
, it8603
,
77 static unsigned short force_id
;
78 module_param(force_id
, ushort
, 0);
79 MODULE_PARM_DESC(force_id
, "Override the detected device ID");
81 static struct platform_device
*pdev
;
83 #define REG 0x2e /* The register to read/write */
84 #define DEV 0x07 /* Register: Logical device select */
85 #define VAL 0x2f /* The value to read/write */
86 #define PME 0x04 /* The device with the fan registers in it */
88 /* The device with the IT8718F/IT8720F VID value in it */
91 #define DEVID 0x20 /* Register: Device ID */
92 #define DEVREV 0x22 /* Register: Device Revision */
94 static inline int superio_inb(int reg
)
100 static inline void superio_outb(int reg
, int val
)
106 static int superio_inw(int reg
)
116 static inline void superio_select(int ldn
)
122 static inline int superio_enter(void)
125 * Try to reserve REG and REG + 1 for exclusive access.
127 if (!request_muxed_region(REG
, 2, DRVNAME
))
137 static inline void superio_exit(void)
141 release_region(REG
, 2);
144 /* Logical device 4 registers */
145 #define IT8712F_DEVID 0x8712
146 #define IT8705F_DEVID 0x8705
147 #define IT8716F_DEVID 0x8716
148 #define IT8718F_DEVID 0x8718
149 #define IT8720F_DEVID 0x8720
150 #define IT8721F_DEVID 0x8721
151 #define IT8726F_DEVID 0x8726
152 #define IT8728F_DEVID 0x8728
153 #define IT8732F_DEVID 0x8732
154 #define IT8771E_DEVID 0x8771
155 #define IT8772E_DEVID 0x8772
156 #define IT8781F_DEVID 0x8781
157 #define IT8782F_DEVID 0x8782
158 #define IT8783E_DEVID 0x8783
159 #define IT8786E_DEVID 0x8786
160 #define IT8790E_DEVID 0x8790
161 #define IT8603E_DEVID 0x8603
162 #define IT8620E_DEVID 0x8620
163 #define IT8623E_DEVID 0x8623
164 #define IT87_ACT_REG 0x30
165 #define IT87_BASE_REG 0x60
167 /* Logical device 7 registers (IT8712F and later) */
168 #define IT87_SIO_GPIO1_REG 0x25
169 #define IT87_SIO_GPIO2_REG 0x26
170 #define IT87_SIO_GPIO3_REG 0x27
171 #define IT87_SIO_GPIO5_REG 0x29
172 #define IT87_SIO_PINX1_REG 0x2a /* Pin selection */
173 #define IT87_SIO_PINX2_REG 0x2c /* Pin selection */
174 #define IT87_SIO_SPI_REG 0xef /* SPI function pin select */
175 #define IT87_SIO_VID_REG 0xfc /* VID value */
176 #define IT87_SIO_BEEP_PIN_REG 0xf6 /* Beep pin mapping */
178 /* Update battery voltage after every reading if true */
179 static bool update_vbat
;
181 /* Not all BIOSes properly configure the PWM registers */
182 static bool fix_pwm_polarity
;
184 /* Many IT87 constants specified below */
186 /* Length of ISA address segment */
187 #define IT87_EXTENT 8
189 /* Length of ISA address segment for Environmental Controller */
190 #define IT87_EC_EXTENT 2
192 /* Offset of EC registers from ISA base address */
193 #define IT87_EC_OFFSET 5
195 /* Where are the ISA address/data registers relative to the EC base address */
196 #define IT87_ADDR_REG_OFFSET 0
197 #define IT87_DATA_REG_OFFSET 1
199 /*----- The IT87 registers -----*/
201 #define IT87_REG_CONFIG 0x00
203 #define IT87_REG_ALARM1 0x01
204 #define IT87_REG_ALARM2 0x02
205 #define IT87_REG_ALARM3 0x03
208 * The IT8718F and IT8720F have the VID value in a different register, in
209 * Super-I/O configuration space.
211 #define IT87_REG_VID 0x0a
213 * The IT8705F and IT8712F earlier than revision 0x08 use register 0x0b
214 * for fan divisors. Later IT8712F revisions must use 16-bit tachometer
217 #define IT87_REG_FAN_DIV 0x0b
218 #define IT87_REG_FAN_16BIT 0x0c
220 /* Monitors: 9 voltage (0 to 7, battery), 3 temp (1 to 3), 3 fan (1 to 3) */
222 static const u8 IT87_REG_FAN
[] = { 0x0d, 0x0e, 0x0f, 0x80, 0x82, 0x4c };
223 static const u8 IT87_REG_FAN_MIN
[] = { 0x10, 0x11, 0x12, 0x84, 0x86, 0x4e };
224 static const u8 IT87_REG_FANX
[] = { 0x18, 0x19, 0x1a, 0x81, 0x83, 0x4d };
225 static const u8 IT87_REG_FANX_MIN
[] = { 0x1b, 0x1c, 0x1d, 0x85, 0x87, 0x4f };
226 static const u8 IT87_REG_TEMP_OFFSET
[] = { 0x56, 0x57, 0x59 };
228 #define IT87_REG_FAN_MAIN_CTRL 0x13
229 #define IT87_REG_FAN_CTL 0x14
230 #define IT87_REG_PWM(nr) (0x15 + (nr))
231 #define IT87_REG_PWM_DUTY(nr) (0x63 + (nr) * 8)
233 #define IT87_REG_VIN(nr) (0x20 + (nr))
234 #define IT87_REG_TEMP(nr) (0x29 + (nr))
236 #define IT87_REG_VIN_MAX(nr) (0x30 + (nr) * 2)
237 #define IT87_REG_VIN_MIN(nr) (0x31 + (nr) * 2)
238 #define IT87_REG_TEMP_HIGH(nr) (0x40 + (nr) * 2)
239 #define IT87_REG_TEMP_LOW(nr) (0x41 + (nr) * 2)
241 #define IT87_REG_VIN_ENABLE 0x50
242 #define IT87_REG_TEMP_ENABLE 0x51
243 #define IT87_REG_TEMP_EXTRA 0x55
244 #define IT87_REG_BEEP_ENABLE 0x5c
246 #define IT87_REG_CHIPID 0x58
248 #define IT87_REG_AUTO_TEMP(nr, i) (0x60 + (nr) * 8 + (i))
249 #define IT87_REG_AUTO_PWM(nr, i) (0x65 + (nr) * 8 + (i))
251 struct it87_devices
{
253 const char * const suffix
;
259 #define FEAT_12MV_ADC (1 << 0)
260 #define FEAT_NEWER_AUTOPWM (1 << 1)
261 #define FEAT_OLD_AUTOPWM (1 << 2)
262 #define FEAT_16BIT_FANS (1 << 3)
263 #define FEAT_TEMP_OFFSET (1 << 4)
264 #define FEAT_TEMP_PECI (1 << 5)
265 #define FEAT_TEMP_OLD_PECI (1 << 6)
266 #define FEAT_FAN16_CONFIG (1 << 7) /* Need to enable 16-bit fans */
267 #define FEAT_FIVE_FANS (1 << 8) /* Supports five fans */
268 #define FEAT_VID (1 << 9) /* Set if chip supports VID */
269 #define FEAT_IN7_INTERNAL (1 << 10) /* Set if in7 is internal */
270 #define FEAT_SIX_FANS (1 << 11) /* Supports six fans */
271 #define FEAT_10_9MV_ADC (1 << 12)
273 static const struct it87_devices it87_devices
[] = {
277 .features
= FEAT_OLD_AUTOPWM
, /* may need to overwrite */
282 .features
= FEAT_OLD_AUTOPWM
| FEAT_VID
,
283 /* may need to overwrite */
288 .features
= FEAT_16BIT_FANS
| FEAT_TEMP_OFFSET
| FEAT_VID
289 | FEAT_FAN16_CONFIG
| FEAT_FIVE_FANS
,
294 .features
= FEAT_16BIT_FANS
| FEAT_TEMP_OFFSET
| FEAT_VID
295 | FEAT_TEMP_OLD_PECI
| FEAT_FAN16_CONFIG
| FEAT_FIVE_FANS
,
296 .old_peci_mask
= 0x4,
301 .features
= FEAT_16BIT_FANS
| FEAT_TEMP_OFFSET
| FEAT_VID
302 | FEAT_TEMP_OLD_PECI
| FEAT_FAN16_CONFIG
| FEAT_FIVE_FANS
,
303 .old_peci_mask
= 0x4,
308 .features
= FEAT_NEWER_AUTOPWM
| FEAT_12MV_ADC
| FEAT_16BIT_FANS
309 | FEAT_TEMP_OFFSET
| FEAT_TEMP_OLD_PECI
| FEAT_TEMP_PECI
310 | FEAT_FAN16_CONFIG
| FEAT_FIVE_FANS
| FEAT_IN7_INTERNAL
,
312 .old_peci_mask
= 0x02, /* Actually reports PCH */
317 .features
= FEAT_NEWER_AUTOPWM
| FEAT_12MV_ADC
| FEAT_16BIT_FANS
318 | FEAT_TEMP_OFFSET
| FEAT_TEMP_PECI
| FEAT_FIVE_FANS
325 .features
= FEAT_NEWER_AUTOPWM
| FEAT_16BIT_FANS
326 | FEAT_TEMP_OFFSET
| FEAT_TEMP_OLD_PECI
| FEAT_TEMP_PECI
327 | FEAT_10_9MV_ADC
| FEAT_IN7_INTERNAL
,
329 .old_peci_mask
= 0x02, /* Actually reports PCH */
334 .features
= FEAT_NEWER_AUTOPWM
| FEAT_12MV_ADC
| FEAT_16BIT_FANS
335 | FEAT_TEMP_OFFSET
| FEAT_TEMP_PECI
| FEAT_IN7_INTERNAL
,
336 /* PECI: guesswork */
338 /* 16 bit fans (OHM) */
339 /* three fans, always 16 bit (guesswork) */
345 .features
= FEAT_NEWER_AUTOPWM
| FEAT_12MV_ADC
| FEAT_16BIT_FANS
346 | FEAT_TEMP_OFFSET
| FEAT_TEMP_PECI
| FEAT_IN7_INTERNAL
,
347 /* PECI (coreboot) */
348 /* 12mV ADC (HWSensors4, OHM) */
349 /* 16 bit fans (HWSensors4, OHM) */
350 /* three fans, always 16 bit (datasheet) */
356 .features
= FEAT_16BIT_FANS
| FEAT_TEMP_OFFSET
357 | FEAT_TEMP_OLD_PECI
| FEAT_FAN16_CONFIG
,
358 .old_peci_mask
= 0x4,
363 .features
= FEAT_16BIT_FANS
| FEAT_TEMP_OFFSET
364 | FEAT_TEMP_OLD_PECI
| FEAT_FAN16_CONFIG
,
365 .old_peci_mask
= 0x4,
370 .features
= FEAT_16BIT_FANS
| FEAT_TEMP_OFFSET
371 | FEAT_TEMP_OLD_PECI
| FEAT_FAN16_CONFIG
,
372 .old_peci_mask
= 0x4,
377 .features
= FEAT_NEWER_AUTOPWM
| FEAT_12MV_ADC
| FEAT_16BIT_FANS
378 | FEAT_TEMP_OFFSET
| FEAT_TEMP_PECI
| FEAT_IN7_INTERNAL
,
384 .features
= FEAT_NEWER_AUTOPWM
| FEAT_12MV_ADC
| FEAT_16BIT_FANS
385 | FEAT_TEMP_OFFSET
| FEAT_TEMP_PECI
| FEAT_IN7_INTERNAL
,
391 .features
= FEAT_NEWER_AUTOPWM
| FEAT_12MV_ADC
| FEAT_16BIT_FANS
392 | FEAT_TEMP_OFFSET
| FEAT_TEMP_PECI
| FEAT_IN7_INTERNAL
,
398 .features
= FEAT_NEWER_AUTOPWM
| FEAT_12MV_ADC
| FEAT_16BIT_FANS
399 | FEAT_TEMP_OFFSET
| FEAT_TEMP_PECI
| FEAT_SIX_FANS
405 #define has_16bit_fans(data) ((data)->features & FEAT_16BIT_FANS)
406 #define has_12mv_adc(data) ((data)->features & FEAT_12MV_ADC)
407 #define has_10_9mv_adc(data) ((data)->features & FEAT_10_9MV_ADC)
408 #define has_newer_autopwm(data) ((data)->features & FEAT_NEWER_AUTOPWM)
409 #define has_old_autopwm(data) ((data)->features & FEAT_OLD_AUTOPWM)
410 #define has_temp_offset(data) ((data)->features & FEAT_TEMP_OFFSET)
411 #define has_temp_peci(data, nr) (((data)->features & FEAT_TEMP_PECI) && \
412 ((data)->peci_mask & (1 << nr)))
413 #define has_temp_old_peci(data, nr) \
414 (((data)->features & FEAT_TEMP_OLD_PECI) && \
415 ((data)->old_peci_mask & (1 << nr)))
416 #define has_fan16_config(data) ((data)->features & FEAT_FAN16_CONFIG)
417 #define has_five_fans(data) ((data)->features & (FEAT_FIVE_FANS | \
419 #define has_vid(data) ((data)->features & FEAT_VID)
420 #define has_in7_internal(data) ((data)->features & FEAT_IN7_INTERNAL)
421 #define has_six_fans(data) ((data)->features & FEAT_SIX_FANS)
423 struct it87_sio_data
{
425 /* Values read from Super-I/O config space */
429 u8 internal
; /* Internal sensors can be labeled */
430 /* Features skipped based on config or DMI */
439 * For each registered chip, we need to keep some data in memory.
440 * The structure is dynamically allocated.
443 struct device
*hwmon_dev
;
451 struct mutex update_lock
;
452 char valid
; /* !=0 if following fields are valid */
453 unsigned long last_updated
; /* In jiffies */
455 u16 in_scaled
; /* Internal voltage sensors are scaled */
456 u8 in
[10][3]; /* [nr][0]=in, [1]=min, [2]=max */
457 u8 has_fan
; /* Bitfield, fans enabled */
458 u16 fan
[6][2]; /* Register values, [nr][0]=fan, [1]=min */
459 u8 has_temp
; /* Bitfield, temp sensors enabled */
460 s8 temp
[3][4]; /* [nr][0]=temp, [1]=min, [2]=max, [3]=offset */
461 u8 sensor
; /* Register value (IT87_REG_TEMP_ENABLE) */
462 u8 extra
; /* Register value (IT87_REG_TEMP_EXTRA) */
463 u8 fan_div
[3]; /* Register encoding, shifted right */
464 u8 vid
; /* Register encoding, combined */
466 u32 alarms
; /* Register encoding, combined */
467 u8 beeps
; /* Register encoding */
468 u8 fan_main_ctrl
; /* Register value */
469 u8 fan_ctl
; /* Register value */
472 * The following 3 arrays correspond to the same registers up to
473 * the IT8720F. The meaning of bits 6-0 depends on the value of bit
474 * 7, and we want to preserve settings on mode changes, so we have
475 * to track all values separately.
476 * Starting with the IT8721F, the manual PWM duty cycles are stored
477 * in separate registers (8-bit values), so the separate tracking
478 * is no longer needed, but it is still done to keep the driver
481 u8 pwm_ctrl
[3]; /* Register value */
482 u8 pwm_duty
[3]; /* Manual PWM value set by user */
483 u8 pwm_temp_map
[3]; /* PWM to temp. chan. mapping (bits 1-0) */
485 /* Automatic fan speed control registers */
486 u8 auto_pwm
[3][4]; /* [nr][3] is hard-coded */
487 s8 auto_temp
[3][5]; /* [nr][0] is point1_temp_hyst */
490 static int adc_lsb(const struct it87_data
*data
, int nr
)
494 if (has_12mv_adc(data
))
496 else if (has_10_9mv_adc(data
))
500 if (data
->in_scaled
& (1 << nr
))
505 static u8
in_to_reg(const struct it87_data
*data
, int nr
, long val
)
507 val
= DIV_ROUND_CLOSEST(val
* 10, adc_lsb(data
, nr
));
508 return clamp_val(val
, 0, 255);
511 static int in_from_reg(const struct it87_data
*data
, int nr
, int val
)
513 return DIV_ROUND_CLOSEST(val
* adc_lsb(data
, nr
), 10);
516 static inline u8
FAN_TO_REG(long rpm
, int div
)
520 rpm
= clamp_val(rpm
, 1, 1000000);
521 return clamp_val((1350000 + rpm
* div
/ 2) / (rpm
* div
), 1, 254);
524 static inline u16
FAN16_TO_REG(long rpm
)
528 return clamp_val((1350000 + rpm
) / (rpm
* 2), 1, 0xfffe);
531 #define FAN_FROM_REG(val, div) ((val) == 0 ? -1 : (val) == 255 ? 0 : \
532 1350000 / ((val) * (div)))
533 /* The divider is fixed to 2 in 16-bit mode */
534 #define FAN16_FROM_REG(val) ((val) == 0 ? -1 : (val) == 0xffff ? 0 : \
535 1350000 / ((val) * 2))
537 #define TEMP_TO_REG(val) (clamp_val(((val) < 0 ? (((val) - 500) / 1000) : \
538 ((val) + 500) / 1000), -128, 127))
539 #define TEMP_FROM_REG(val) ((val) * 1000)
541 static u8
pwm_to_reg(const struct it87_data
*data
, long val
)
543 if (has_newer_autopwm(data
))
549 static int pwm_from_reg(const struct it87_data
*data
, u8 reg
)
551 if (has_newer_autopwm(data
))
554 return (reg
& 0x7f) << 1;
558 static int DIV_TO_REG(int val
)
561 while (answer
< 7 && (val
>>= 1))
565 #define DIV_FROM_REG(val) (1 << (val))
568 * PWM base frequencies. The frequency has to be divided by either 128 or 256,
569 * depending on the chip type, to calculate the actual PWM frequency.
571 * Some of the chip datasheets suggest a base frequency of 51 kHz instead
572 * of 750 kHz for the slowest base frequency, resulting in a PWM frequency
573 * of 200 Hz. Sometimes both PWM frequency select registers are affected,
574 * sometimes just one. It is unknown if this is a datasheet error or real,
575 * so this is ignored for now.
577 static const unsigned int pwm_freq
[8] = {
588 static int it87_probe(struct platform_device
*pdev
);
589 static int it87_remove(struct platform_device
*pdev
);
591 static int it87_read_value(struct it87_data
*data
, u8 reg
);
592 static void it87_write_value(struct it87_data
*data
, u8 reg
, u8 value
);
593 static struct it87_data
*it87_update_device(struct device
*dev
);
594 static int it87_check_pwm(struct device
*dev
);
595 static void it87_init_device(struct platform_device
*pdev
);
598 static struct platform_driver it87_driver
= {
603 .remove
= it87_remove
,
606 static ssize_t
show_in(struct device
*dev
, struct device_attribute
*attr
,
609 struct sensor_device_attribute_2
*sattr
= to_sensor_dev_attr_2(attr
);
611 int index
= sattr
->index
;
613 struct it87_data
*data
= it87_update_device(dev
);
614 return sprintf(buf
, "%d\n", in_from_reg(data
, nr
, data
->in
[nr
][index
]));
617 static ssize_t
set_in(struct device
*dev
, struct device_attribute
*attr
,
618 const char *buf
, size_t count
)
620 struct sensor_device_attribute_2
*sattr
= to_sensor_dev_attr_2(attr
);
622 int index
= sattr
->index
;
624 struct it87_data
*data
= dev_get_drvdata(dev
);
627 if (kstrtoul(buf
, 10, &val
) < 0)
630 mutex_lock(&data
->update_lock
);
631 data
->in
[nr
][index
] = in_to_reg(data
, nr
, val
);
632 it87_write_value(data
,
633 index
== 1 ? IT87_REG_VIN_MIN(nr
)
634 : IT87_REG_VIN_MAX(nr
),
635 data
->in
[nr
][index
]);
636 mutex_unlock(&data
->update_lock
);
640 static SENSOR_DEVICE_ATTR_2(in0_input
, S_IRUGO
, show_in
, NULL
, 0, 0);
641 static SENSOR_DEVICE_ATTR_2(in0_min
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
643 static SENSOR_DEVICE_ATTR_2(in0_max
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
646 static SENSOR_DEVICE_ATTR_2(in1_input
, S_IRUGO
, show_in
, NULL
, 1, 0);
647 static SENSOR_DEVICE_ATTR_2(in1_min
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
649 static SENSOR_DEVICE_ATTR_2(in1_max
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
652 static SENSOR_DEVICE_ATTR_2(in2_input
, S_IRUGO
, show_in
, NULL
, 2, 0);
653 static SENSOR_DEVICE_ATTR_2(in2_min
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
655 static SENSOR_DEVICE_ATTR_2(in2_max
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
658 static SENSOR_DEVICE_ATTR_2(in3_input
, S_IRUGO
, show_in
, NULL
, 3, 0);
659 static SENSOR_DEVICE_ATTR_2(in3_min
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
661 static SENSOR_DEVICE_ATTR_2(in3_max
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
664 static SENSOR_DEVICE_ATTR_2(in4_input
, S_IRUGO
, show_in
, NULL
, 4, 0);
665 static SENSOR_DEVICE_ATTR_2(in4_min
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
667 static SENSOR_DEVICE_ATTR_2(in4_max
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
670 static SENSOR_DEVICE_ATTR_2(in5_input
, S_IRUGO
, show_in
, NULL
, 5, 0);
671 static SENSOR_DEVICE_ATTR_2(in5_min
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
673 static SENSOR_DEVICE_ATTR_2(in5_max
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
676 static SENSOR_DEVICE_ATTR_2(in6_input
, S_IRUGO
, show_in
, NULL
, 6, 0);
677 static SENSOR_DEVICE_ATTR_2(in6_min
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
679 static SENSOR_DEVICE_ATTR_2(in6_max
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
682 static SENSOR_DEVICE_ATTR_2(in7_input
, S_IRUGO
, show_in
, NULL
, 7, 0);
683 static SENSOR_DEVICE_ATTR_2(in7_min
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
685 static SENSOR_DEVICE_ATTR_2(in7_max
, S_IRUGO
| S_IWUSR
, show_in
, set_in
,
688 static SENSOR_DEVICE_ATTR_2(in8_input
, S_IRUGO
, show_in
, NULL
, 8, 0);
689 static SENSOR_DEVICE_ATTR_2(in9_input
, S_IRUGO
, show_in
, NULL
, 9, 0);
692 static ssize_t
show_temp(struct device
*dev
, struct device_attribute
*attr
,
695 struct sensor_device_attribute_2
*sattr
= to_sensor_dev_attr_2(attr
);
697 int index
= sattr
->index
;
698 struct it87_data
*data
= it87_update_device(dev
);
700 return sprintf(buf
, "%d\n", TEMP_FROM_REG(data
->temp
[nr
][index
]));
703 static ssize_t
set_temp(struct device
*dev
, struct device_attribute
*attr
,
704 const char *buf
, size_t count
)
706 struct sensor_device_attribute_2
*sattr
= to_sensor_dev_attr_2(attr
);
708 int index
= sattr
->index
;
709 struct it87_data
*data
= dev_get_drvdata(dev
);
713 if (kstrtol(buf
, 10, &val
) < 0)
716 mutex_lock(&data
->update_lock
);
721 reg
= IT87_REG_TEMP_LOW(nr
);
724 reg
= IT87_REG_TEMP_HIGH(nr
);
727 regval
= it87_read_value(data
, IT87_REG_BEEP_ENABLE
);
728 if (!(regval
& 0x80)) {
730 it87_write_value(data
, IT87_REG_BEEP_ENABLE
, regval
);
733 reg
= IT87_REG_TEMP_OFFSET
[nr
];
737 data
->temp
[nr
][index
] = TEMP_TO_REG(val
);
738 it87_write_value(data
, reg
, data
->temp
[nr
][index
]);
739 mutex_unlock(&data
->update_lock
);
743 static SENSOR_DEVICE_ATTR_2(temp1_input
, S_IRUGO
, show_temp
, NULL
, 0, 0);
744 static SENSOR_DEVICE_ATTR_2(temp1_min
, S_IRUGO
| S_IWUSR
, show_temp
, set_temp
,
746 static SENSOR_DEVICE_ATTR_2(temp1_max
, S_IRUGO
| S_IWUSR
, show_temp
, set_temp
,
748 static SENSOR_DEVICE_ATTR_2(temp1_offset
, S_IRUGO
| S_IWUSR
, show_temp
,
750 static SENSOR_DEVICE_ATTR_2(temp2_input
, S_IRUGO
, show_temp
, NULL
, 1, 0);
751 static SENSOR_DEVICE_ATTR_2(temp2_min
, S_IRUGO
| S_IWUSR
, show_temp
, set_temp
,
753 static SENSOR_DEVICE_ATTR_2(temp2_max
, S_IRUGO
| S_IWUSR
, show_temp
, set_temp
,
755 static SENSOR_DEVICE_ATTR_2(temp2_offset
, S_IRUGO
| S_IWUSR
, show_temp
,
757 static SENSOR_DEVICE_ATTR_2(temp3_input
, S_IRUGO
, show_temp
, NULL
, 2, 0);
758 static SENSOR_DEVICE_ATTR_2(temp3_min
, S_IRUGO
| S_IWUSR
, show_temp
, set_temp
,
760 static SENSOR_DEVICE_ATTR_2(temp3_max
, S_IRUGO
| S_IWUSR
, show_temp
, set_temp
,
762 static SENSOR_DEVICE_ATTR_2(temp3_offset
, S_IRUGO
| S_IWUSR
, show_temp
,
765 static ssize_t
show_temp_type(struct device
*dev
, struct device_attribute
*attr
,
768 struct sensor_device_attribute
*sensor_attr
= to_sensor_dev_attr(attr
);
769 int nr
= sensor_attr
->index
;
770 struct it87_data
*data
= it87_update_device(dev
);
771 u8 reg
= data
->sensor
; /* In case value is updated while used */
772 u8 extra
= data
->extra
;
774 if ((has_temp_peci(data
, nr
) && (reg
>> 6 == nr
+ 1))
775 || (has_temp_old_peci(data
, nr
) && (extra
& 0x80)))
776 return sprintf(buf
, "6\n"); /* Intel PECI */
778 return sprintf(buf
, "3\n"); /* thermal diode */
780 return sprintf(buf
, "4\n"); /* thermistor */
781 return sprintf(buf
, "0\n"); /* disabled */
784 static ssize_t
set_temp_type(struct device
*dev
, struct device_attribute
*attr
,
785 const char *buf
, size_t count
)
787 struct sensor_device_attribute
*sensor_attr
= to_sensor_dev_attr(attr
);
788 int nr
= sensor_attr
->index
;
790 struct it87_data
*data
= dev_get_drvdata(dev
);
794 if (kstrtol(buf
, 10, &val
) < 0)
797 reg
= it87_read_value(data
, IT87_REG_TEMP_ENABLE
);
800 if (has_temp_peci(data
, nr
) && (reg
>> 6 == nr
+ 1 || val
== 6))
802 extra
= it87_read_value(data
, IT87_REG_TEMP_EXTRA
);
803 if (has_temp_old_peci(data
, nr
) && ((extra
& 0x80) || val
== 6))
805 if (val
== 2) { /* backwards compatibility */
807 "Sensor type 2 is deprecated, please use 4 instead\n");
810 /* 3 = thermal diode; 4 = thermistor; 6 = Intel PECI; 0 = disabled */
815 else if (has_temp_peci(data
, nr
) && val
== 6)
816 reg
|= (nr
+ 1) << 6;
817 else if (has_temp_old_peci(data
, nr
) && val
== 6)
822 mutex_lock(&data
->update_lock
);
825 it87_write_value(data
, IT87_REG_TEMP_ENABLE
, data
->sensor
);
826 if (has_temp_old_peci(data
, nr
))
827 it87_write_value(data
, IT87_REG_TEMP_EXTRA
, data
->extra
);
828 data
->valid
= 0; /* Force cache refresh */
829 mutex_unlock(&data
->update_lock
);
833 static SENSOR_DEVICE_ATTR(temp1_type
, S_IRUGO
| S_IWUSR
, show_temp_type
,
835 static SENSOR_DEVICE_ATTR(temp2_type
, S_IRUGO
| S_IWUSR
, show_temp_type
,
837 static SENSOR_DEVICE_ATTR(temp3_type
, S_IRUGO
| S_IWUSR
, show_temp_type
,
842 static int pwm_mode(const struct it87_data
*data
, int nr
)
844 int ctrl
= data
->fan_main_ctrl
& (1 << nr
);
846 if (ctrl
== 0 && data
->type
!= it8603
) /* Full speed */
848 if (data
->pwm_ctrl
[nr
] & 0x80) /* Automatic mode */
850 else /* Manual mode */
854 static ssize_t
show_fan(struct device
*dev
, struct device_attribute
*attr
,
857 struct sensor_device_attribute_2
*sattr
= to_sensor_dev_attr_2(attr
);
859 int index
= sattr
->index
;
861 struct it87_data
*data
= it87_update_device(dev
);
863 speed
= has_16bit_fans(data
) ?
864 FAN16_FROM_REG(data
->fan
[nr
][index
]) :
865 FAN_FROM_REG(data
->fan
[nr
][index
],
866 DIV_FROM_REG(data
->fan_div
[nr
]));
867 return sprintf(buf
, "%d\n", speed
);
870 static ssize_t
show_fan_div(struct device
*dev
, struct device_attribute
*attr
,
873 struct sensor_device_attribute
*sensor_attr
= to_sensor_dev_attr(attr
);
874 int nr
= sensor_attr
->index
;
876 struct it87_data
*data
= it87_update_device(dev
);
877 return sprintf(buf
, "%d\n", DIV_FROM_REG(data
->fan_div
[nr
]));
879 static ssize_t
show_pwm_enable(struct device
*dev
,
880 struct device_attribute
*attr
, char *buf
)
882 struct sensor_device_attribute
*sensor_attr
= to_sensor_dev_attr(attr
);
883 int nr
= sensor_attr
->index
;
885 struct it87_data
*data
= it87_update_device(dev
);
886 return sprintf(buf
, "%d\n", pwm_mode(data
, nr
));
888 static ssize_t
show_pwm(struct device
*dev
, struct device_attribute
*attr
,
891 struct sensor_device_attribute
*sensor_attr
= to_sensor_dev_attr(attr
);
892 int nr
= sensor_attr
->index
;
894 struct it87_data
*data
= it87_update_device(dev
);
895 return sprintf(buf
, "%d\n",
896 pwm_from_reg(data
, data
->pwm_duty
[nr
]));
898 static ssize_t
show_pwm_freq(struct device
*dev
, struct device_attribute
*attr
,
901 struct it87_data
*data
= it87_update_device(dev
);
902 int index
= (data
->fan_ctl
>> 4) & 0x07;
905 freq
= pwm_freq
[index
] / (has_newer_autopwm(data
) ? 256 : 128);
907 return sprintf(buf
, "%u\n", freq
);
910 static ssize_t
set_fan(struct device
*dev
, struct device_attribute
*attr
,
911 const char *buf
, size_t count
)
913 struct sensor_device_attribute_2
*sattr
= to_sensor_dev_attr_2(attr
);
915 int index
= sattr
->index
;
917 struct it87_data
*data
= dev_get_drvdata(dev
);
921 if (kstrtol(buf
, 10, &val
) < 0)
924 mutex_lock(&data
->update_lock
);
926 if (has_16bit_fans(data
)) {
927 data
->fan
[nr
][index
] = FAN16_TO_REG(val
);
928 it87_write_value(data
, IT87_REG_FAN_MIN
[nr
],
929 data
->fan
[nr
][index
] & 0xff);
930 it87_write_value(data
, IT87_REG_FANX_MIN
[nr
],
931 data
->fan
[nr
][index
] >> 8);
933 reg
= it87_read_value(data
, IT87_REG_FAN_DIV
);
936 data
->fan_div
[nr
] = reg
& 0x07;
939 data
->fan_div
[nr
] = (reg
>> 3) & 0x07;
942 data
->fan_div
[nr
] = (reg
& 0x40) ? 3 : 1;
945 data
->fan
[nr
][index
] =
946 FAN_TO_REG(val
, DIV_FROM_REG(data
->fan_div
[nr
]));
947 it87_write_value(data
, IT87_REG_FAN_MIN
[nr
],
948 data
->fan
[nr
][index
]);
951 mutex_unlock(&data
->update_lock
);
955 static ssize_t
set_fan_div(struct device
*dev
, struct device_attribute
*attr
,
956 const char *buf
, size_t count
)
958 struct sensor_device_attribute
*sensor_attr
= to_sensor_dev_attr(attr
);
959 int nr
= sensor_attr
->index
;
961 struct it87_data
*data
= dev_get_drvdata(dev
);
966 if (kstrtoul(buf
, 10, &val
) < 0)
969 mutex_lock(&data
->update_lock
);
970 old
= it87_read_value(data
, IT87_REG_FAN_DIV
);
972 /* Save fan min limit */
973 min
= FAN_FROM_REG(data
->fan
[nr
][1], DIV_FROM_REG(data
->fan_div
[nr
]));
978 data
->fan_div
[nr
] = DIV_TO_REG(val
);
982 data
->fan_div
[nr
] = 1;
984 data
->fan_div
[nr
] = 3;
987 val
|= (data
->fan_div
[0] & 0x07);
988 val
|= (data
->fan_div
[1] & 0x07) << 3;
989 if (data
->fan_div
[2] == 3)
991 it87_write_value(data
, IT87_REG_FAN_DIV
, val
);
993 /* Restore fan min limit */
994 data
->fan
[nr
][1] = FAN_TO_REG(min
, DIV_FROM_REG(data
->fan_div
[nr
]));
995 it87_write_value(data
, IT87_REG_FAN_MIN
[nr
], data
->fan
[nr
][1]);
997 mutex_unlock(&data
->update_lock
);
1001 /* Returns 0 if OK, -EINVAL otherwise */
1002 static int check_trip_points(struct device
*dev
, int nr
)
1004 const struct it87_data
*data
= dev_get_drvdata(dev
);
1007 if (has_old_autopwm(data
)) {
1008 for (i
= 0; i
< 3; i
++) {
1009 if (data
->auto_temp
[nr
][i
] > data
->auto_temp
[nr
][i
+ 1])
1012 for (i
= 0; i
< 2; i
++) {
1013 if (data
->auto_pwm
[nr
][i
] > data
->auto_pwm
[nr
][i
+ 1])
1020 "Inconsistent trip points, not switching to automatic mode\n");
1021 dev_err(dev
, "Adjust the trip points and try again\n");
1026 static ssize_t
set_pwm_enable(struct device
*dev
,
1027 struct device_attribute
*attr
, const char *buf
, size_t count
)
1029 struct sensor_device_attribute
*sensor_attr
= to_sensor_dev_attr(attr
);
1030 int nr
= sensor_attr
->index
;
1032 struct it87_data
*data
= dev_get_drvdata(dev
);
1035 if (kstrtol(buf
, 10, &val
) < 0 || val
< 0 || val
> 2)
1038 /* Check trip points before switching to automatic mode */
1040 if (check_trip_points(dev
, nr
) < 0)
1044 /* IT8603E does not have on/off mode */
1045 if (val
== 0 && data
->type
== it8603
)
1048 mutex_lock(&data
->update_lock
);
1052 /* make sure the fan is on when in on/off mode */
1053 tmp
= it87_read_value(data
, IT87_REG_FAN_CTL
);
1054 it87_write_value(data
, IT87_REG_FAN_CTL
, tmp
| (1 << nr
));
1055 /* set on/off mode */
1056 data
->fan_main_ctrl
&= ~(1 << nr
);
1057 it87_write_value(data
, IT87_REG_FAN_MAIN_CTRL
,
1058 data
->fan_main_ctrl
);
1060 if (val
== 1) /* Manual mode */
1061 data
->pwm_ctrl
[nr
] = has_newer_autopwm(data
) ?
1062 data
->pwm_temp_map
[nr
] :
1064 else /* Automatic mode */
1065 data
->pwm_ctrl
[nr
] = 0x80 | data
->pwm_temp_map
[nr
];
1066 it87_write_value(data
, IT87_REG_PWM(nr
), data
->pwm_ctrl
[nr
]);
1068 if (data
->type
!= it8603
) {
1069 /* set SmartGuardian mode */
1070 data
->fan_main_ctrl
|= (1 << nr
);
1071 it87_write_value(data
, IT87_REG_FAN_MAIN_CTRL
,
1072 data
->fan_main_ctrl
);
1076 mutex_unlock(&data
->update_lock
);
1079 static ssize_t
set_pwm(struct device
*dev
, struct device_attribute
*attr
,
1080 const char *buf
, size_t count
)
1082 struct sensor_device_attribute
*sensor_attr
= to_sensor_dev_attr(attr
);
1083 int nr
= sensor_attr
->index
;
1085 struct it87_data
*data
= dev_get_drvdata(dev
);
1088 if (kstrtol(buf
, 10, &val
) < 0 || val
< 0 || val
> 255)
1091 mutex_lock(&data
->update_lock
);
1092 if (has_newer_autopwm(data
)) {
1094 * If we are in automatic mode, the PWM duty cycle register
1095 * is read-only so we can't write the value.
1097 if (data
->pwm_ctrl
[nr
] & 0x80) {
1098 mutex_unlock(&data
->update_lock
);
1101 data
->pwm_duty
[nr
] = pwm_to_reg(data
, val
);
1102 it87_write_value(data
, IT87_REG_PWM_DUTY(nr
),
1103 data
->pwm_duty
[nr
]);
1105 data
->pwm_duty
[nr
] = pwm_to_reg(data
, val
);
1107 * If we are in manual mode, write the duty cycle immediately;
1108 * otherwise, just store it for later use.
1110 if (!(data
->pwm_ctrl
[nr
] & 0x80)) {
1111 data
->pwm_ctrl
[nr
] = data
->pwm_duty
[nr
];
1112 it87_write_value(data
, IT87_REG_PWM(nr
),
1113 data
->pwm_ctrl
[nr
]);
1116 mutex_unlock(&data
->update_lock
);
1119 static ssize_t
set_pwm_freq(struct device
*dev
,
1120 struct device_attribute
*attr
, const char *buf
, size_t count
)
1122 struct it87_data
*data
= dev_get_drvdata(dev
);
1126 if (kstrtoul(buf
, 10, &val
) < 0)
1129 val
= clamp_val(val
, 0, 1000000);
1130 val
*= has_newer_autopwm(data
) ? 256 : 128;
1132 /* Search for the nearest available frequency */
1133 for (i
= 0; i
< 7; i
++) {
1134 if (val
> (pwm_freq
[i
] + pwm_freq
[i
+1]) / 2)
1138 mutex_lock(&data
->update_lock
);
1139 data
->fan_ctl
= it87_read_value(data
, IT87_REG_FAN_CTL
) & 0x8f;
1140 data
->fan_ctl
|= i
<< 4;
1141 it87_write_value(data
, IT87_REG_FAN_CTL
, data
->fan_ctl
);
1142 mutex_unlock(&data
->update_lock
);
1146 static ssize_t
show_pwm_temp_map(struct device
*dev
,
1147 struct device_attribute
*attr
, char *buf
)
1149 struct sensor_device_attribute
*sensor_attr
= to_sensor_dev_attr(attr
);
1150 int nr
= sensor_attr
->index
;
1152 struct it87_data
*data
= it87_update_device(dev
);
1155 if (data
->pwm_temp_map
[nr
] < 3)
1156 map
= 1 << data
->pwm_temp_map
[nr
];
1158 map
= 0; /* Should never happen */
1159 return sprintf(buf
, "%d\n", map
);
1161 static ssize_t
set_pwm_temp_map(struct device
*dev
,
1162 struct device_attribute
*attr
, const char *buf
, size_t count
)
1164 struct sensor_device_attribute
*sensor_attr
= to_sensor_dev_attr(attr
);
1165 int nr
= sensor_attr
->index
;
1167 struct it87_data
*data
= dev_get_drvdata(dev
);
1172 * This check can go away if we ever support automatic fan speed
1173 * control on newer chips.
1175 if (!has_old_autopwm(data
)) {
1176 dev_notice(dev
, "Mapping change disabled for safety reasons\n");
1180 if (kstrtol(buf
, 10, &val
) < 0)
1197 mutex_lock(&data
->update_lock
);
1198 data
->pwm_temp_map
[nr
] = reg
;
1200 * If we are in automatic mode, write the temp mapping immediately;
1201 * otherwise, just store it for later use.
1203 if (data
->pwm_ctrl
[nr
] & 0x80) {
1204 data
->pwm_ctrl
[nr
] = 0x80 | data
->pwm_temp_map
[nr
];
1205 it87_write_value(data
, IT87_REG_PWM(nr
), data
->pwm_ctrl
[nr
]);
1207 mutex_unlock(&data
->update_lock
);
1211 static ssize_t
show_auto_pwm(struct device
*dev
,
1212 struct device_attribute
*attr
, char *buf
)
1214 struct it87_data
*data
= it87_update_device(dev
);
1215 struct sensor_device_attribute_2
*sensor_attr
=
1216 to_sensor_dev_attr_2(attr
);
1217 int nr
= sensor_attr
->nr
;
1218 int point
= sensor_attr
->index
;
1220 return sprintf(buf
, "%d\n",
1221 pwm_from_reg(data
, data
->auto_pwm
[nr
][point
]));
1224 static ssize_t
set_auto_pwm(struct device
*dev
,
1225 struct device_attribute
*attr
, const char *buf
, size_t count
)
1227 struct it87_data
*data
= dev_get_drvdata(dev
);
1228 struct sensor_device_attribute_2
*sensor_attr
=
1229 to_sensor_dev_attr_2(attr
);
1230 int nr
= sensor_attr
->nr
;
1231 int point
= sensor_attr
->index
;
1234 if (kstrtol(buf
, 10, &val
) < 0 || val
< 0 || val
> 255)
1237 mutex_lock(&data
->update_lock
);
1238 data
->auto_pwm
[nr
][point
] = pwm_to_reg(data
, val
);
1239 it87_write_value(data
, IT87_REG_AUTO_PWM(nr
, point
),
1240 data
->auto_pwm
[nr
][point
]);
1241 mutex_unlock(&data
->update_lock
);
1245 static ssize_t
show_auto_temp(struct device
*dev
,
1246 struct device_attribute
*attr
, char *buf
)
1248 struct it87_data
*data
= it87_update_device(dev
);
1249 struct sensor_device_attribute_2
*sensor_attr
=
1250 to_sensor_dev_attr_2(attr
);
1251 int nr
= sensor_attr
->nr
;
1252 int point
= sensor_attr
->index
;
1254 return sprintf(buf
, "%d\n", TEMP_FROM_REG(data
->auto_temp
[nr
][point
]));
1257 static ssize_t
set_auto_temp(struct device
*dev
,
1258 struct device_attribute
*attr
, const char *buf
, size_t count
)
1260 struct it87_data
*data
= dev_get_drvdata(dev
);
1261 struct sensor_device_attribute_2
*sensor_attr
=
1262 to_sensor_dev_attr_2(attr
);
1263 int nr
= sensor_attr
->nr
;
1264 int point
= sensor_attr
->index
;
1267 if (kstrtol(buf
, 10, &val
) < 0 || val
< -128000 || val
> 127000)
1270 mutex_lock(&data
->update_lock
);
1271 data
->auto_temp
[nr
][point
] = TEMP_TO_REG(val
);
1272 it87_write_value(data
, IT87_REG_AUTO_TEMP(nr
, point
),
1273 data
->auto_temp
[nr
][point
]);
1274 mutex_unlock(&data
->update_lock
);
1278 static SENSOR_DEVICE_ATTR_2(fan1_input
, S_IRUGO
, show_fan
, NULL
, 0, 0);
1279 static SENSOR_DEVICE_ATTR_2(fan1_min
, S_IRUGO
| S_IWUSR
, show_fan
, set_fan
,
1281 static SENSOR_DEVICE_ATTR(fan1_div
, S_IRUGO
| S_IWUSR
, show_fan_div
,
1284 static SENSOR_DEVICE_ATTR_2(fan2_input
, S_IRUGO
, show_fan
, NULL
, 1, 0);
1285 static SENSOR_DEVICE_ATTR_2(fan2_min
, S_IRUGO
| S_IWUSR
, show_fan
, set_fan
,
1287 static SENSOR_DEVICE_ATTR(fan2_div
, S_IRUGO
| S_IWUSR
, show_fan_div
,
1290 static SENSOR_DEVICE_ATTR_2(fan3_input
, S_IRUGO
, show_fan
, NULL
, 2, 0);
1291 static SENSOR_DEVICE_ATTR_2(fan3_min
, S_IRUGO
| S_IWUSR
, show_fan
, set_fan
,
1293 static SENSOR_DEVICE_ATTR(fan3_div
, S_IRUGO
| S_IWUSR
, show_fan_div
,
1296 static SENSOR_DEVICE_ATTR_2(fan4_input
, S_IRUGO
, show_fan
, NULL
, 3, 0);
1297 static SENSOR_DEVICE_ATTR_2(fan4_min
, S_IRUGO
| S_IWUSR
, show_fan
, set_fan
,
1300 static SENSOR_DEVICE_ATTR_2(fan5_input
, S_IRUGO
, show_fan
, NULL
, 4, 0);
1301 static SENSOR_DEVICE_ATTR_2(fan5_min
, S_IRUGO
| S_IWUSR
, show_fan
, set_fan
,
1304 static SENSOR_DEVICE_ATTR_2(fan6_input
, S_IRUGO
, show_fan
, NULL
, 5, 0);
1305 static SENSOR_DEVICE_ATTR_2(fan6_min
, S_IRUGO
| S_IWUSR
, show_fan
, set_fan
,
1308 static SENSOR_DEVICE_ATTR(pwm1_enable
, S_IRUGO
| S_IWUSR
,
1309 show_pwm_enable
, set_pwm_enable
, 0);
1310 static SENSOR_DEVICE_ATTR(pwm1
, S_IRUGO
| S_IWUSR
, show_pwm
, set_pwm
, 0);
1311 static DEVICE_ATTR(pwm1_freq
, S_IRUGO
| S_IWUSR
, show_pwm_freq
, set_pwm_freq
);
1312 static SENSOR_DEVICE_ATTR(pwm1_auto_channels_temp
, S_IRUGO
| S_IWUSR
,
1313 show_pwm_temp_map
, set_pwm_temp_map
, 0);
1314 static SENSOR_DEVICE_ATTR_2(pwm1_auto_point1_pwm
, S_IRUGO
| S_IWUSR
,
1315 show_auto_pwm
, set_auto_pwm
, 0, 0);
1316 static SENSOR_DEVICE_ATTR_2(pwm1_auto_point2_pwm
, S_IRUGO
| S_IWUSR
,
1317 show_auto_pwm
, set_auto_pwm
, 0, 1);
1318 static SENSOR_DEVICE_ATTR_2(pwm1_auto_point3_pwm
, S_IRUGO
| S_IWUSR
,
1319 show_auto_pwm
, set_auto_pwm
, 0, 2);
1320 static SENSOR_DEVICE_ATTR_2(pwm1_auto_point4_pwm
, S_IRUGO
,
1321 show_auto_pwm
, NULL
, 0, 3);
1322 static SENSOR_DEVICE_ATTR_2(pwm1_auto_point1_temp
, S_IRUGO
| S_IWUSR
,
1323 show_auto_temp
, set_auto_temp
, 0, 1);
1324 static SENSOR_DEVICE_ATTR_2(pwm1_auto_point1_temp_hyst
, S_IRUGO
| S_IWUSR
,
1325 show_auto_temp
, set_auto_temp
, 0, 0);
1326 static SENSOR_DEVICE_ATTR_2(pwm1_auto_point2_temp
, S_IRUGO
| S_IWUSR
,
1327 show_auto_temp
, set_auto_temp
, 0, 2);
1328 static SENSOR_DEVICE_ATTR_2(pwm1_auto_point3_temp
, S_IRUGO
| S_IWUSR
,
1329 show_auto_temp
, set_auto_temp
, 0, 3);
1330 static SENSOR_DEVICE_ATTR_2(pwm1_auto_point4_temp
, S_IRUGO
| S_IWUSR
,
1331 show_auto_temp
, set_auto_temp
, 0, 4);
1333 static SENSOR_DEVICE_ATTR(pwm2_enable
, S_IRUGO
| S_IWUSR
,
1334 show_pwm_enable
, set_pwm_enable
, 1);
1335 static SENSOR_DEVICE_ATTR(pwm2
, S_IRUGO
| S_IWUSR
, show_pwm
, set_pwm
, 1);
1336 static DEVICE_ATTR(pwm2_freq
, S_IRUGO
, show_pwm_freq
, NULL
);
1337 static SENSOR_DEVICE_ATTR(pwm2_auto_channels_temp
, S_IRUGO
| S_IWUSR
,
1338 show_pwm_temp_map
, set_pwm_temp_map
, 1);
1339 static SENSOR_DEVICE_ATTR_2(pwm2_auto_point1_pwm
, S_IRUGO
| S_IWUSR
,
1340 show_auto_pwm
, set_auto_pwm
, 1, 0);
1341 static SENSOR_DEVICE_ATTR_2(pwm2_auto_point2_pwm
, S_IRUGO
| S_IWUSR
,
1342 show_auto_pwm
, set_auto_pwm
, 1, 1);
1343 static SENSOR_DEVICE_ATTR_2(pwm2_auto_point3_pwm
, S_IRUGO
| S_IWUSR
,
1344 show_auto_pwm
, set_auto_pwm
, 1, 2);
1345 static SENSOR_DEVICE_ATTR_2(pwm2_auto_point4_pwm
, S_IRUGO
,
1346 show_auto_pwm
, NULL
, 1, 3);
1347 static SENSOR_DEVICE_ATTR_2(pwm2_auto_point1_temp
, S_IRUGO
| S_IWUSR
,
1348 show_auto_temp
, set_auto_temp
, 1, 1);
1349 static SENSOR_DEVICE_ATTR_2(pwm2_auto_point1_temp_hyst
, S_IRUGO
| S_IWUSR
,
1350 show_auto_temp
, set_auto_temp
, 1, 0);
1351 static SENSOR_DEVICE_ATTR_2(pwm2_auto_point2_temp
, S_IRUGO
| S_IWUSR
,
1352 show_auto_temp
, set_auto_temp
, 1, 2);
1353 static SENSOR_DEVICE_ATTR_2(pwm2_auto_point3_temp
, S_IRUGO
| S_IWUSR
,
1354 show_auto_temp
, set_auto_temp
, 1, 3);
1355 static SENSOR_DEVICE_ATTR_2(pwm2_auto_point4_temp
, S_IRUGO
| S_IWUSR
,
1356 show_auto_temp
, set_auto_temp
, 1, 4);
1358 static SENSOR_DEVICE_ATTR(pwm3_enable
, S_IRUGO
| S_IWUSR
,
1359 show_pwm_enable
, set_pwm_enable
, 2);
1360 static SENSOR_DEVICE_ATTR(pwm3
, S_IRUGO
| S_IWUSR
, show_pwm
, set_pwm
, 2);
1361 static DEVICE_ATTR(pwm3_freq
, S_IRUGO
, show_pwm_freq
, NULL
);
1362 static SENSOR_DEVICE_ATTR(pwm3_auto_channels_temp
, S_IRUGO
| S_IWUSR
,
1363 show_pwm_temp_map
, set_pwm_temp_map
, 2);
1364 static SENSOR_DEVICE_ATTR_2(pwm3_auto_point1_pwm
, S_IRUGO
| S_IWUSR
,
1365 show_auto_pwm
, set_auto_pwm
, 2, 0);
1366 static SENSOR_DEVICE_ATTR_2(pwm3_auto_point2_pwm
, S_IRUGO
| S_IWUSR
,
1367 show_auto_pwm
, set_auto_pwm
, 2, 1);
1368 static SENSOR_DEVICE_ATTR_2(pwm3_auto_point3_pwm
, S_IRUGO
| S_IWUSR
,
1369 show_auto_pwm
, set_auto_pwm
, 2, 2);
1370 static SENSOR_DEVICE_ATTR_2(pwm3_auto_point4_pwm
, S_IRUGO
,
1371 show_auto_pwm
, NULL
, 2, 3);
1372 static SENSOR_DEVICE_ATTR_2(pwm3_auto_point1_temp
, S_IRUGO
| S_IWUSR
,
1373 show_auto_temp
, set_auto_temp
, 2, 1);
1374 static SENSOR_DEVICE_ATTR_2(pwm3_auto_point1_temp_hyst
, S_IRUGO
| S_IWUSR
,
1375 show_auto_temp
, set_auto_temp
, 2, 0);
1376 static SENSOR_DEVICE_ATTR_2(pwm3_auto_point2_temp
, S_IRUGO
| S_IWUSR
,
1377 show_auto_temp
, set_auto_temp
, 2, 2);
1378 static SENSOR_DEVICE_ATTR_2(pwm3_auto_point3_temp
, S_IRUGO
| S_IWUSR
,
1379 show_auto_temp
, set_auto_temp
, 2, 3);
1380 static SENSOR_DEVICE_ATTR_2(pwm3_auto_point4_temp
, S_IRUGO
| S_IWUSR
,
1381 show_auto_temp
, set_auto_temp
, 2, 4);
1384 static ssize_t
show_alarms(struct device
*dev
, struct device_attribute
*attr
,
1387 struct it87_data
*data
= it87_update_device(dev
);
1388 return sprintf(buf
, "%u\n", data
->alarms
);
1390 static DEVICE_ATTR(alarms
, S_IRUGO
, show_alarms
, NULL
);
1392 static ssize_t
show_alarm(struct device
*dev
, struct device_attribute
*attr
,
1395 int bitnr
= to_sensor_dev_attr(attr
)->index
;
1396 struct it87_data
*data
= it87_update_device(dev
);
1397 return sprintf(buf
, "%u\n", (data
->alarms
>> bitnr
) & 1);
1400 static ssize_t
clear_intrusion(struct device
*dev
, struct device_attribute
1401 *attr
, const char *buf
, size_t count
)
1403 struct it87_data
*data
= dev_get_drvdata(dev
);
1407 if (kstrtol(buf
, 10, &val
) < 0 || val
!= 0)
1410 mutex_lock(&data
->update_lock
);
1411 config
= it87_read_value(data
, IT87_REG_CONFIG
);
1416 it87_write_value(data
, IT87_REG_CONFIG
, config
);
1417 /* Invalidate cache to force re-read */
1420 mutex_unlock(&data
->update_lock
);
1425 static SENSOR_DEVICE_ATTR(in0_alarm
, S_IRUGO
, show_alarm
, NULL
, 8);
1426 static SENSOR_DEVICE_ATTR(in1_alarm
, S_IRUGO
, show_alarm
, NULL
, 9);
1427 static SENSOR_DEVICE_ATTR(in2_alarm
, S_IRUGO
, show_alarm
, NULL
, 10);
1428 static SENSOR_DEVICE_ATTR(in3_alarm
, S_IRUGO
, show_alarm
, NULL
, 11);
1429 static SENSOR_DEVICE_ATTR(in4_alarm
, S_IRUGO
, show_alarm
, NULL
, 12);
1430 static SENSOR_DEVICE_ATTR(in5_alarm
, S_IRUGO
, show_alarm
, NULL
, 13);
1431 static SENSOR_DEVICE_ATTR(in6_alarm
, S_IRUGO
, show_alarm
, NULL
, 14);
1432 static SENSOR_DEVICE_ATTR(in7_alarm
, S_IRUGO
, show_alarm
, NULL
, 15);
1433 static SENSOR_DEVICE_ATTR(fan1_alarm
, S_IRUGO
, show_alarm
, NULL
, 0);
1434 static SENSOR_DEVICE_ATTR(fan2_alarm
, S_IRUGO
, show_alarm
, NULL
, 1);
1435 static SENSOR_DEVICE_ATTR(fan3_alarm
, S_IRUGO
, show_alarm
, NULL
, 2);
1436 static SENSOR_DEVICE_ATTR(fan4_alarm
, S_IRUGO
, show_alarm
, NULL
, 3);
1437 static SENSOR_DEVICE_ATTR(fan5_alarm
, S_IRUGO
, show_alarm
, NULL
, 6);
1438 static SENSOR_DEVICE_ATTR(fan6_alarm
, S_IRUGO
, show_alarm
, NULL
, 7);
1439 static SENSOR_DEVICE_ATTR(temp1_alarm
, S_IRUGO
, show_alarm
, NULL
, 16);
1440 static SENSOR_DEVICE_ATTR(temp2_alarm
, S_IRUGO
, show_alarm
, NULL
, 17);
1441 static SENSOR_DEVICE_ATTR(temp3_alarm
, S_IRUGO
, show_alarm
, NULL
, 18);
1442 static SENSOR_DEVICE_ATTR(intrusion0_alarm
, S_IRUGO
| S_IWUSR
,
1443 show_alarm
, clear_intrusion
, 4);
1445 static ssize_t
show_beep(struct device
*dev
, struct device_attribute
*attr
,
1448 int bitnr
= to_sensor_dev_attr(attr
)->index
;
1449 struct it87_data
*data
= it87_update_device(dev
);
1450 return sprintf(buf
, "%u\n", (data
->beeps
>> bitnr
) & 1);
1452 static ssize_t
set_beep(struct device
*dev
, struct device_attribute
*attr
,
1453 const char *buf
, size_t count
)
1455 int bitnr
= to_sensor_dev_attr(attr
)->index
;
1456 struct it87_data
*data
= dev_get_drvdata(dev
);
1459 if (kstrtol(buf
, 10, &val
) < 0
1460 || (val
!= 0 && val
!= 1))
1463 mutex_lock(&data
->update_lock
);
1464 data
->beeps
= it87_read_value(data
, IT87_REG_BEEP_ENABLE
);
1466 data
->beeps
|= (1 << bitnr
);
1468 data
->beeps
&= ~(1 << bitnr
);
1469 it87_write_value(data
, IT87_REG_BEEP_ENABLE
, data
->beeps
);
1470 mutex_unlock(&data
->update_lock
);
1474 static SENSOR_DEVICE_ATTR(in0_beep
, S_IRUGO
| S_IWUSR
,
1475 show_beep
, set_beep
, 1);
1476 static SENSOR_DEVICE_ATTR(in1_beep
, S_IRUGO
, show_beep
, NULL
, 1);
1477 static SENSOR_DEVICE_ATTR(in2_beep
, S_IRUGO
, show_beep
, NULL
, 1);
1478 static SENSOR_DEVICE_ATTR(in3_beep
, S_IRUGO
, show_beep
, NULL
, 1);
1479 static SENSOR_DEVICE_ATTR(in4_beep
, S_IRUGO
, show_beep
, NULL
, 1);
1480 static SENSOR_DEVICE_ATTR(in5_beep
, S_IRUGO
, show_beep
, NULL
, 1);
1481 static SENSOR_DEVICE_ATTR(in6_beep
, S_IRUGO
, show_beep
, NULL
, 1);
1482 static SENSOR_DEVICE_ATTR(in7_beep
, S_IRUGO
, show_beep
, NULL
, 1);
1483 /* fanX_beep writability is set later */
1484 static SENSOR_DEVICE_ATTR(fan1_beep
, S_IRUGO
, show_beep
, set_beep
, 0);
1485 static SENSOR_DEVICE_ATTR(fan2_beep
, S_IRUGO
, show_beep
, set_beep
, 0);
1486 static SENSOR_DEVICE_ATTR(fan3_beep
, S_IRUGO
, show_beep
, set_beep
, 0);
1487 static SENSOR_DEVICE_ATTR(fan4_beep
, S_IRUGO
, show_beep
, set_beep
, 0);
1488 static SENSOR_DEVICE_ATTR(fan5_beep
, S_IRUGO
, show_beep
, set_beep
, 0);
1489 static SENSOR_DEVICE_ATTR(fan6_beep
, S_IRUGO
, show_beep
, set_beep
, 0);
1490 static SENSOR_DEVICE_ATTR(temp1_beep
, S_IRUGO
| S_IWUSR
,
1491 show_beep
, set_beep
, 2);
1492 static SENSOR_DEVICE_ATTR(temp2_beep
, S_IRUGO
, show_beep
, NULL
, 2);
1493 static SENSOR_DEVICE_ATTR(temp3_beep
, S_IRUGO
, show_beep
, NULL
, 2);
1495 static ssize_t
show_vrm_reg(struct device
*dev
, struct device_attribute
*attr
,
1498 struct it87_data
*data
= dev_get_drvdata(dev
);
1499 return sprintf(buf
, "%u\n", data
->vrm
);
1501 static ssize_t
store_vrm_reg(struct device
*dev
, struct device_attribute
*attr
,
1502 const char *buf
, size_t count
)
1504 struct it87_data
*data
= dev_get_drvdata(dev
);
1507 if (kstrtoul(buf
, 10, &val
) < 0)
1514 static DEVICE_ATTR(vrm
, S_IRUGO
| S_IWUSR
, show_vrm_reg
, store_vrm_reg
);
1516 static ssize_t
show_vid_reg(struct device
*dev
, struct device_attribute
*attr
,
1519 struct it87_data
*data
= it87_update_device(dev
);
1520 return sprintf(buf
, "%ld\n", (long) vid_from_reg(data
->vid
, data
->vrm
));
1522 static DEVICE_ATTR(cpu0_vid
, S_IRUGO
, show_vid_reg
, NULL
);
1524 static ssize_t
show_label(struct device
*dev
, struct device_attribute
*attr
,
1527 static const char * const labels
[] = {
1532 static const char * const labels_it8721
[] = {
1537 struct it87_data
*data
= dev_get_drvdata(dev
);
1538 int nr
= to_sensor_dev_attr(attr
)->index
;
1541 if (has_12mv_adc(data
) || has_10_9mv_adc(data
))
1542 label
= labels_it8721
[nr
];
1546 return sprintf(buf
, "%s\n", label
);
1548 static SENSOR_DEVICE_ATTR(in3_label
, S_IRUGO
, show_label
, NULL
, 0);
1549 static SENSOR_DEVICE_ATTR(in7_label
, S_IRUGO
, show_label
, NULL
, 1);
1550 static SENSOR_DEVICE_ATTR(in8_label
, S_IRUGO
, show_label
, NULL
, 2);
1551 /* special AVCC3 IT8603E in9 */
1552 static SENSOR_DEVICE_ATTR(in9_label
, S_IRUGO
, show_label
, NULL
, 0);
1554 static ssize_t
show_name(struct device
*dev
, struct device_attribute
1555 *devattr
, char *buf
)
1557 struct it87_data
*data
= dev_get_drvdata(dev
);
1558 return sprintf(buf
, "%s\n", data
->name
);
1560 static DEVICE_ATTR(name
, S_IRUGO
, show_name
, NULL
);
1562 static struct attribute
*it87_attributes_in
[10][5] = {
1564 &sensor_dev_attr_in0_input
.dev_attr
.attr
,
1565 &sensor_dev_attr_in0_min
.dev_attr
.attr
,
1566 &sensor_dev_attr_in0_max
.dev_attr
.attr
,
1567 &sensor_dev_attr_in0_alarm
.dev_attr
.attr
,
1570 &sensor_dev_attr_in1_input
.dev_attr
.attr
,
1571 &sensor_dev_attr_in1_min
.dev_attr
.attr
,
1572 &sensor_dev_attr_in1_max
.dev_attr
.attr
,
1573 &sensor_dev_attr_in1_alarm
.dev_attr
.attr
,
1576 &sensor_dev_attr_in2_input
.dev_attr
.attr
,
1577 &sensor_dev_attr_in2_min
.dev_attr
.attr
,
1578 &sensor_dev_attr_in2_max
.dev_attr
.attr
,
1579 &sensor_dev_attr_in2_alarm
.dev_attr
.attr
,
1582 &sensor_dev_attr_in3_input
.dev_attr
.attr
,
1583 &sensor_dev_attr_in3_min
.dev_attr
.attr
,
1584 &sensor_dev_attr_in3_max
.dev_attr
.attr
,
1585 &sensor_dev_attr_in3_alarm
.dev_attr
.attr
,
1588 &sensor_dev_attr_in4_input
.dev_attr
.attr
,
1589 &sensor_dev_attr_in4_min
.dev_attr
.attr
,
1590 &sensor_dev_attr_in4_max
.dev_attr
.attr
,
1591 &sensor_dev_attr_in4_alarm
.dev_attr
.attr
,
1594 &sensor_dev_attr_in5_input
.dev_attr
.attr
,
1595 &sensor_dev_attr_in5_min
.dev_attr
.attr
,
1596 &sensor_dev_attr_in5_max
.dev_attr
.attr
,
1597 &sensor_dev_attr_in5_alarm
.dev_attr
.attr
,
1600 &sensor_dev_attr_in6_input
.dev_attr
.attr
,
1601 &sensor_dev_attr_in6_min
.dev_attr
.attr
,
1602 &sensor_dev_attr_in6_max
.dev_attr
.attr
,
1603 &sensor_dev_attr_in6_alarm
.dev_attr
.attr
,
1606 &sensor_dev_attr_in7_input
.dev_attr
.attr
,
1607 &sensor_dev_attr_in7_min
.dev_attr
.attr
,
1608 &sensor_dev_attr_in7_max
.dev_attr
.attr
,
1609 &sensor_dev_attr_in7_alarm
.dev_attr
.attr
,
1612 &sensor_dev_attr_in8_input
.dev_attr
.attr
,
1615 &sensor_dev_attr_in9_input
.dev_attr
.attr
,
1619 static const struct attribute_group it87_group_in
[10] = {
1620 { .attrs
= it87_attributes_in
[0] },
1621 { .attrs
= it87_attributes_in
[1] },
1622 { .attrs
= it87_attributes_in
[2] },
1623 { .attrs
= it87_attributes_in
[3] },
1624 { .attrs
= it87_attributes_in
[4] },
1625 { .attrs
= it87_attributes_in
[5] },
1626 { .attrs
= it87_attributes_in
[6] },
1627 { .attrs
= it87_attributes_in
[7] },
1628 { .attrs
= it87_attributes_in
[8] },
1629 { .attrs
= it87_attributes_in
[9] },
1632 static struct attribute
*it87_attributes_temp
[3][6] = {
1634 &sensor_dev_attr_temp1_input
.dev_attr
.attr
,
1635 &sensor_dev_attr_temp1_max
.dev_attr
.attr
,
1636 &sensor_dev_attr_temp1_min
.dev_attr
.attr
,
1637 &sensor_dev_attr_temp1_type
.dev_attr
.attr
,
1638 &sensor_dev_attr_temp1_alarm
.dev_attr
.attr
,
1641 &sensor_dev_attr_temp2_input
.dev_attr
.attr
,
1642 &sensor_dev_attr_temp2_max
.dev_attr
.attr
,
1643 &sensor_dev_attr_temp2_min
.dev_attr
.attr
,
1644 &sensor_dev_attr_temp2_type
.dev_attr
.attr
,
1645 &sensor_dev_attr_temp2_alarm
.dev_attr
.attr
,
1648 &sensor_dev_attr_temp3_input
.dev_attr
.attr
,
1649 &sensor_dev_attr_temp3_max
.dev_attr
.attr
,
1650 &sensor_dev_attr_temp3_min
.dev_attr
.attr
,
1651 &sensor_dev_attr_temp3_type
.dev_attr
.attr
,
1652 &sensor_dev_attr_temp3_alarm
.dev_attr
.attr
,
1656 static const struct attribute_group it87_group_temp
[3] = {
1657 { .attrs
= it87_attributes_temp
[0] },
1658 { .attrs
= it87_attributes_temp
[1] },
1659 { .attrs
= it87_attributes_temp
[2] },
1662 static struct attribute
*it87_attributes_temp_offset
[] = {
1663 &sensor_dev_attr_temp1_offset
.dev_attr
.attr
,
1664 &sensor_dev_attr_temp2_offset
.dev_attr
.attr
,
1665 &sensor_dev_attr_temp3_offset
.dev_attr
.attr
,
1668 static struct attribute
*it87_attributes
[] = {
1669 &dev_attr_alarms
.attr
,
1670 &sensor_dev_attr_intrusion0_alarm
.dev_attr
.attr
,
1671 &dev_attr_name
.attr
,
1675 static const struct attribute_group it87_group
= {
1676 .attrs
= it87_attributes
,
1679 static struct attribute
*it87_attributes_in_beep
[] = {
1680 &sensor_dev_attr_in0_beep
.dev_attr
.attr
,
1681 &sensor_dev_attr_in1_beep
.dev_attr
.attr
,
1682 &sensor_dev_attr_in2_beep
.dev_attr
.attr
,
1683 &sensor_dev_attr_in3_beep
.dev_attr
.attr
,
1684 &sensor_dev_attr_in4_beep
.dev_attr
.attr
,
1685 &sensor_dev_attr_in5_beep
.dev_attr
.attr
,
1686 &sensor_dev_attr_in6_beep
.dev_attr
.attr
,
1687 &sensor_dev_attr_in7_beep
.dev_attr
.attr
,
1692 static struct attribute
*it87_attributes_temp_beep
[] = {
1693 &sensor_dev_attr_temp1_beep
.dev_attr
.attr
,
1694 &sensor_dev_attr_temp2_beep
.dev_attr
.attr
,
1695 &sensor_dev_attr_temp3_beep
.dev_attr
.attr
,
1698 static struct attribute
*it87_attributes_fan
[6][3+1] = { {
1699 &sensor_dev_attr_fan1_input
.dev_attr
.attr
,
1700 &sensor_dev_attr_fan1_min
.dev_attr
.attr
,
1701 &sensor_dev_attr_fan1_alarm
.dev_attr
.attr
,
1704 &sensor_dev_attr_fan2_input
.dev_attr
.attr
,
1705 &sensor_dev_attr_fan2_min
.dev_attr
.attr
,
1706 &sensor_dev_attr_fan2_alarm
.dev_attr
.attr
,
1709 &sensor_dev_attr_fan3_input
.dev_attr
.attr
,
1710 &sensor_dev_attr_fan3_min
.dev_attr
.attr
,
1711 &sensor_dev_attr_fan3_alarm
.dev_attr
.attr
,
1714 &sensor_dev_attr_fan4_input
.dev_attr
.attr
,
1715 &sensor_dev_attr_fan4_min
.dev_attr
.attr
,
1716 &sensor_dev_attr_fan4_alarm
.dev_attr
.attr
,
1719 &sensor_dev_attr_fan5_input
.dev_attr
.attr
,
1720 &sensor_dev_attr_fan5_min
.dev_attr
.attr
,
1721 &sensor_dev_attr_fan5_alarm
.dev_attr
.attr
,
1724 &sensor_dev_attr_fan6_input
.dev_attr
.attr
,
1725 &sensor_dev_attr_fan6_min
.dev_attr
.attr
,
1726 &sensor_dev_attr_fan6_alarm
.dev_attr
.attr
,
1730 static const struct attribute_group it87_group_fan
[6] = {
1731 { .attrs
= it87_attributes_fan
[0] },
1732 { .attrs
= it87_attributes_fan
[1] },
1733 { .attrs
= it87_attributes_fan
[2] },
1734 { .attrs
= it87_attributes_fan
[3] },
1735 { .attrs
= it87_attributes_fan
[4] },
1736 { .attrs
= it87_attributes_fan
[5] },
1739 static const struct attribute
*it87_attributes_fan_div
[] = {
1740 &sensor_dev_attr_fan1_div
.dev_attr
.attr
,
1741 &sensor_dev_attr_fan2_div
.dev_attr
.attr
,
1742 &sensor_dev_attr_fan3_div
.dev_attr
.attr
,
1745 static struct attribute
*it87_attributes_pwm
[3][4+1] = { {
1746 &sensor_dev_attr_pwm1_enable
.dev_attr
.attr
,
1747 &sensor_dev_attr_pwm1
.dev_attr
.attr
,
1748 &dev_attr_pwm1_freq
.attr
,
1749 &sensor_dev_attr_pwm1_auto_channels_temp
.dev_attr
.attr
,
1752 &sensor_dev_attr_pwm2_enable
.dev_attr
.attr
,
1753 &sensor_dev_attr_pwm2
.dev_attr
.attr
,
1754 &dev_attr_pwm2_freq
.attr
,
1755 &sensor_dev_attr_pwm2_auto_channels_temp
.dev_attr
.attr
,
1758 &sensor_dev_attr_pwm3_enable
.dev_attr
.attr
,
1759 &sensor_dev_attr_pwm3
.dev_attr
.attr
,
1760 &dev_attr_pwm3_freq
.attr
,
1761 &sensor_dev_attr_pwm3_auto_channels_temp
.dev_attr
.attr
,
1765 static const struct attribute_group it87_group_pwm
[3] = {
1766 { .attrs
= it87_attributes_pwm
[0] },
1767 { .attrs
= it87_attributes_pwm
[1] },
1768 { .attrs
= it87_attributes_pwm
[2] },
1771 static struct attribute
*it87_attributes_autopwm
[3][9+1] = { {
1772 &sensor_dev_attr_pwm1_auto_point1_pwm
.dev_attr
.attr
,
1773 &sensor_dev_attr_pwm1_auto_point2_pwm
.dev_attr
.attr
,
1774 &sensor_dev_attr_pwm1_auto_point3_pwm
.dev_attr
.attr
,
1775 &sensor_dev_attr_pwm1_auto_point4_pwm
.dev_attr
.attr
,
1776 &sensor_dev_attr_pwm1_auto_point1_temp
.dev_attr
.attr
,
1777 &sensor_dev_attr_pwm1_auto_point1_temp_hyst
.dev_attr
.attr
,
1778 &sensor_dev_attr_pwm1_auto_point2_temp
.dev_attr
.attr
,
1779 &sensor_dev_attr_pwm1_auto_point3_temp
.dev_attr
.attr
,
1780 &sensor_dev_attr_pwm1_auto_point4_temp
.dev_attr
.attr
,
1783 &sensor_dev_attr_pwm2_auto_point1_pwm
.dev_attr
.attr
,
1784 &sensor_dev_attr_pwm2_auto_point2_pwm
.dev_attr
.attr
,
1785 &sensor_dev_attr_pwm2_auto_point3_pwm
.dev_attr
.attr
,
1786 &sensor_dev_attr_pwm2_auto_point4_pwm
.dev_attr
.attr
,
1787 &sensor_dev_attr_pwm2_auto_point1_temp
.dev_attr
.attr
,
1788 &sensor_dev_attr_pwm2_auto_point1_temp_hyst
.dev_attr
.attr
,
1789 &sensor_dev_attr_pwm2_auto_point2_temp
.dev_attr
.attr
,
1790 &sensor_dev_attr_pwm2_auto_point3_temp
.dev_attr
.attr
,
1791 &sensor_dev_attr_pwm2_auto_point4_temp
.dev_attr
.attr
,
1794 &sensor_dev_attr_pwm3_auto_point1_pwm
.dev_attr
.attr
,
1795 &sensor_dev_attr_pwm3_auto_point2_pwm
.dev_attr
.attr
,
1796 &sensor_dev_attr_pwm3_auto_point3_pwm
.dev_attr
.attr
,
1797 &sensor_dev_attr_pwm3_auto_point4_pwm
.dev_attr
.attr
,
1798 &sensor_dev_attr_pwm3_auto_point1_temp
.dev_attr
.attr
,
1799 &sensor_dev_attr_pwm3_auto_point1_temp_hyst
.dev_attr
.attr
,
1800 &sensor_dev_attr_pwm3_auto_point2_temp
.dev_attr
.attr
,
1801 &sensor_dev_attr_pwm3_auto_point3_temp
.dev_attr
.attr
,
1802 &sensor_dev_attr_pwm3_auto_point4_temp
.dev_attr
.attr
,
1806 static const struct attribute_group it87_group_autopwm
[3] = {
1807 { .attrs
= it87_attributes_autopwm
[0] },
1808 { .attrs
= it87_attributes_autopwm
[1] },
1809 { .attrs
= it87_attributes_autopwm
[2] },
1812 static struct attribute
*it87_attributes_fan_beep
[] = {
1813 &sensor_dev_attr_fan1_beep
.dev_attr
.attr
,
1814 &sensor_dev_attr_fan2_beep
.dev_attr
.attr
,
1815 &sensor_dev_attr_fan3_beep
.dev_attr
.attr
,
1816 &sensor_dev_attr_fan4_beep
.dev_attr
.attr
,
1817 &sensor_dev_attr_fan5_beep
.dev_attr
.attr
,
1818 &sensor_dev_attr_fan6_beep
.dev_attr
.attr
,
1821 static struct attribute
*it87_attributes_vid
[] = {
1823 &dev_attr_cpu0_vid
.attr
,
1827 static const struct attribute_group it87_group_vid
= {
1828 .attrs
= it87_attributes_vid
,
1831 static struct attribute
*it87_attributes_label
[] = {
1832 &sensor_dev_attr_in3_label
.dev_attr
.attr
,
1833 &sensor_dev_attr_in7_label
.dev_attr
.attr
,
1834 &sensor_dev_attr_in8_label
.dev_attr
.attr
,
1835 &sensor_dev_attr_in9_label
.dev_attr
.attr
,
1839 static const struct attribute_group it87_group_label
= {
1840 .attrs
= it87_attributes_label
,
1843 /* SuperIO detection - will change isa_address if a chip is found */
1844 static int __init
it87_find(unsigned short *address
,
1845 struct it87_sio_data
*sio_data
)
1849 const char *board_vendor
, *board_name
;
1850 const struct it87_devices
*config
;
1852 err
= superio_enter();
1857 chip_type
= force_id
? force_id
: superio_inw(DEVID
);
1859 switch (chip_type
) {
1861 sio_data
->type
= it87
;
1864 sio_data
->type
= it8712
;
1868 sio_data
->type
= it8716
;
1871 sio_data
->type
= it8718
;
1874 sio_data
->type
= it8720
;
1877 sio_data
->type
= it8721
;
1880 sio_data
->type
= it8728
;
1883 sio_data
->type
= it8732
;
1886 sio_data
->type
= it8771
;
1889 sio_data
->type
= it8772
;
1892 sio_data
->type
= it8781
;
1895 sio_data
->type
= it8782
;
1898 sio_data
->type
= it8783
;
1901 sio_data
->type
= it8786
;
1904 sio_data
->type
= it8790
;
1908 sio_data
->type
= it8603
;
1911 sio_data
->type
= it8620
;
1913 case 0xffff: /* No device at all */
1916 pr_debug("Unsupported chip (DEVID=0x%x)\n", chip_type
);
1920 superio_select(PME
);
1921 if (!(superio_inb(IT87_ACT_REG
) & 0x01)) {
1922 pr_info("Device not activated, skipping\n");
1926 *address
= superio_inw(IT87_BASE_REG
) & ~(IT87_EXTENT
- 1);
1927 if (*address
== 0) {
1928 pr_info("Base address not set, skipping\n");
1933 sio_data
->revision
= superio_inb(DEVREV
) & 0x0f;
1934 pr_info("Found IT%04x%s chip at 0x%x, revision %d\n", chip_type
,
1935 it87_devices
[sio_data
->type
].suffix
,
1936 *address
, sio_data
->revision
);
1938 config
= &it87_devices
[sio_data
->type
];
1940 /* in7 (VSB or VCCH5V) is always internal on some chips */
1941 if (has_in7_internal(config
))
1942 sio_data
->internal
|= (1 << 1);
1944 /* in8 (Vbat) is always internal */
1945 sio_data
->internal
|= (1 << 2);
1947 /* Only the IT8603E has in9 */
1948 if (sio_data
->type
!= it8603
)
1949 sio_data
->skip_in
|= (1 << 9);
1951 if (!has_vid(config
))
1952 sio_data
->skip_vid
= 1;
1954 /* Read GPIO config and VID value from LDN 7 (GPIO) */
1955 if (sio_data
->type
== it87
) {
1956 /* The IT8705F has a different LD number for GPIO */
1958 sio_data
->beep_pin
= superio_inb(IT87_SIO_BEEP_PIN_REG
) & 0x3f;
1959 } else if (sio_data
->type
== it8783
) {
1960 int reg25
, reg27
, reg2a
, reg2c
, regef
;
1962 superio_select(GPIO
);
1964 reg25
= superio_inb(IT87_SIO_GPIO1_REG
);
1965 reg27
= superio_inb(IT87_SIO_GPIO3_REG
);
1966 reg2a
= superio_inb(IT87_SIO_PINX1_REG
);
1967 reg2c
= superio_inb(IT87_SIO_PINX2_REG
);
1968 regef
= superio_inb(IT87_SIO_SPI_REG
);
1970 /* Check if fan3 is there or not */
1971 if ((reg27
& (1 << 0)) || !(reg2c
& (1 << 2)))
1972 sio_data
->skip_fan
|= (1 << 2);
1973 if ((reg25
& (1 << 4))
1974 || (!(reg2a
& (1 << 1)) && (regef
& (1 << 0))))
1975 sio_data
->skip_pwm
|= (1 << 2);
1977 /* Check if fan2 is there or not */
1978 if (reg27
& (1 << 7))
1979 sio_data
->skip_fan
|= (1 << 1);
1980 if (reg27
& (1 << 3))
1981 sio_data
->skip_pwm
|= (1 << 1);
1984 if ((reg27
& (1 << 0)) || (reg2c
& (1 << 2)))
1985 sio_data
->skip_in
|= (1 << 5); /* No VIN5 */
1988 if (reg27
& (1 << 1))
1989 sio_data
->skip_in
|= (1 << 6); /* No VIN6 */
1993 * Does not depend on bit 2 of Reg2C, contrary to datasheet.
1995 if (reg27
& (1 << 2)) {
1997 * The data sheet is a bit unclear regarding the
1998 * internal voltage divider for VCCH5V. It says
1999 * "This bit enables and switches VIN7 (pin 91) to the
2000 * internal voltage divider for VCCH5V".
2001 * This is different to other chips, where the internal
2002 * voltage divider would connect VIN7 to an internal
2003 * voltage source. Maybe that is the case here as well.
2005 * Since we don't know for sure, re-route it if that is
2006 * not the case, and ask the user to report if the
2007 * resulting voltage is sane.
2009 if (!(reg2c
& (1 << 1))) {
2011 superio_outb(IT87_SIO_PINX2_REG
, reg2c
);
2012 pr_notice("Routing internal VCCH5V to in7.\n");
2014 pr_notice("in7 routed to internal voltage divider, with external pin disabled.\n");
2015 pr_notice("Please report if it displays a reasonable voltage.\n");
2018 if (reg2c
& (1 << 0))
2019 sio_data
->internal
|= (1 << 0);
2020 if (reg2c
& (1 << 1))
2021 sio_data
->internal
|= (1 << 1);
2023 sio_data
->beep_pin
= superio_inb(IT87_SIO_BEEP_PIN_REG
) & 0x3f;
2024 } else if (sio_data
->type
== it8603
) {
2027 superio_select(GPIO
);
2029 reg27
= superio_inb(IT87_SIO_GPIO3_REG
);
2031 /* Check if fan3 is there or not */
2032 if (reg27
& (1 << 6))
2033 sio_data
->skip_pwm
|= (1 << 2);
2034 if (reg27
& (1 << 7))
2035 sio_data
->skip_fan
|= (1 << 2);
2037 /* Check if fan2 is there or not */
2038 reg29
= superio_inb(IT87_SIO_GPIO5_REG
);
2039 if (reg29
& (1 << 1))
2040 sio_data
->skip_pwm
|= (1 << 1);
2041 if (reg29
& (1 << 2))
2042 sio_data
->skip_fan
|= (1 << 1);
2044 sio_data
->skip_in
|= (1 << 5); /* No VIN5 */
2045 sio_data
->skip_in
|= (1 << 6); /* No VIN6 */
2047 sio_data
->internal
|= (1 << 3); /* in9 is AVCC */
2049 sio_data
->beep_pin
= superio_inb(IT87_SIO_BEEP_PIN_REG
) & 0x3f;
2050 } else if (sio_data
->type
== it8620
) {
2053 superio_select(GPIO
);
2055 /* Check for fan4, fan5 */
2056 reg
= superio_inb(IT87_SIO_GPIO2_REG
);
2057 if (!(reg
& (1 << 5)))
2058 sio_data
->skip_fan
|= (1 << 3);
2059 if (!(reg
& (1 << 4)))
2060 sio_data
->skip_fan
|= (1 << 4);
2062 /* Check for pwm3, fan3 */
2063 reg
= superio_inb(IT87_SIO_GPIO3_REG
);
2065 sio_data
->skip_pwm
|= (1 << 2);
2067 sio_data
->skip_fan
|= (1 << 2);
2069 /* Check for pwm2, fan2 */
2070 reg
= superio_inb(IT87_SIO_GPIO5_REG
);
2072 sio_data
->skip_pwm
|= (1 << 1);
2074 sio_data
->skip_fan
|= (1 << 1);
2076 sio_data
->beep_pin
= superio_inb(IT87_SIO_BEEP_PIN_REG
) & 0x3f;
2081 superio_select(GPIO
);
2083 reg
= superio_inb(IT87_SIO_GPIO3_REG
);
2084 if (!sio_data
->skip_vid
) {
2085 /* We need at least 4 VID pins */
2087 pr_info("VID is disabled (pins used for GPIO)\n");
2088 sio_data
->skip_vid
= 1;
2092 /* Check if fan3 is there or not */
2094 sio_data
->skip_pwm
|= (1 << 2);
2096 sio_data
->skip_fan
|= (1 << 2);
2098 /* Check if fan2 is there or not */
2099 reg
= superio_inb(IT87_SIO_GPIO5_REG
);
2101 sio_data
->skip_pwm
|= (1 << 1);
2103 sio_data
->skip_fan
|= (1 << 1);
2105 if ((sio_data
->type
== it8718
|| sio_data
->type
== it8720
)
2106 && !(sio_data
->skip_vid
))
2107 sio_data
->vid_value
= superio_inb(IT87_SIO_VID_REG
);
2109 reg
= superio_inb(IT87_SIO_PINX2_REG
);
2111 uart6
= sio_data
->type
== it8782
&& (reg
& (1 << 2));
2114 * The IT8720F has no VIN7 pin, so VCCH should always be
2115 * routed internally to VIN7 with an internal divider.
2116 * Curiously, there still is a configuration bit to control
2117 * this, which means it can be set incorrectly. And even
2118 * more curiously, many boards out there are improperly
2119 * configured, even though the IT8720F datasheet claims
2120 * that the internal routing of VCCH to VIN7 is the default
2121 * setting. So we force the internal routing in this case.
2123 * On IT8782F, VIN7 is multiplexed with one of the UART6 pins.
2124 * If UART6 is enabled, re-route VIN7 to the internal divider
2125 * if that is not already the case.
2127 if ((sio_data
->type
== it8720
|| uart6
) && !(reg
& (1 << 1))) {
2129 superio_outb(IT87_SIO_PINX2_REG
, reg
);
2130 pr_notice("Routing internal VCCH to in7\n");
2133 sio_data
->internal
|= (1 << 0);
2135 sio_data
->internal
|= (1 << 1);
2138 * On IT8782F, UART6 pins overlap with VIN5, VIN6, and VIN7.
2139 * While VIN7 can be routed to the internal voltage divider,
2140 * VIN5 and VIN6 are not available if UART6 is enabled.
2142 * Also, temp3 is not available if UART6 is enabled and TEMPIN3
2143 * is the temperature source. Since we can not read the
2144 * temperature source here, skip_temp is preliminary.
2147 sio_data
->skip_in
|= (1 << 5) | (1 << 6);
2148 sio_data
->skip_temp
|= (1 << 2);
2151 sio_data
->beep_pin
= superio_inb(IT87_SIO_BEEP_PIN_REG
) & 0x3f;
2153 if (sio_data
->beep_pin
)
2154 pr_info("Beeping is supported\n");
2156 /* Disable specific features based on DMI strings */
2157 board_vendor
= dmi_get_system_info(DMI_BOARD_VENDOR
);
2158 board_name
= dmi_get_system_info(DMI_BOARD_NAME
);
2159 if (board_vendor
&& board_name
) {
2160 if (strcmp(board_vendor
, "nVIDIA") == 0
2161 && strcmp(board_name
, "FN68PT") == 0) {
2163 * On the Shuttle SN68PT, FAN_CTL2 is apparently not
2164 * connected to a fan, but to something else. One user
2165 * has reported instant system power-off when changing
2166 * the PWM2 duty cycle, so we disable it.
2167 * I use the board name string as the trigger in case
2168 * the same board is ever used in other systems.
2170 pr_info("Disabling pwm2 due to hardware constraints\n");
2171 sio_data
->skip_pwm
= (1 << 1);
2180 static void it87_remove_files(struct device
*dev
)
2182 struct it87_data
*data
= platform_get_drvdata(pdev
);
2183 struct it87_sio_data
*sio_data
= dev_get_platdata(dev
);
2186 sysfs_remove_group(&dev
->kobj
, &it87_group
);
2187 for (i
= 0; i
< 10; i
++) {
2188 if (sio_data
->skip_in
& (1 << i
))
2190 sysfs_remove_group(&dev
->kobj
, &it87_group_in
[i
]);
2191 if (it87_attributes_in_beep
[i
])
2192 sysfs_remove_file(&dev
->kobj
,
2193 it87_attributes_in_beep
[i
]);
2195 for (i
= 0; i
< 3; i
++) {
2196 if (!(data
->has_temp
& (1 << i
)))
2198 sysfs_remove_group(&dev
->kobj
, &it87_group_temp
[i
]);
2199 if (has_temp_offset(data
))
2200 sysfs_remove_file(&dev
->kobj
,
2201 it87_attributes_temp_offset
[i
]);
2202 if (sio_data
->beep_pin
)
2203 sysfs_remove_file(&dev
->kobj
,
2204 it87_attributes_temp_beep
[i
]);
2206 for (i
= 0; i
< 6; i
++) {
2207 if (!(data
->has_fan
& (1 << i
)))
2209 sysfs_remove_group(&dev
->kobj
, &it87_group_fan
[i
]);
2210 if (sio_data
->beep_pin
)
2211 sysfs_remove_file(&dev
->kobj
,
2212 it87_attributes_fan_beep
[i
]);
2213 if (i
< 3 && !has_16bit_fans(data
))
2214 sysfs_remove_file(&dev
->kobj
,
2215 it87_attributes_fan_div
[i
]);
2217 for (i
= 0; i
< 3; i
++) {
2218 if (sio_data
->skip_pwm
& (1 << i
))
2220 sysfs_remove_group(&dev
->kobj
, &it87_group_pwm
[i
]);
2221 if (has_old_autopwm(data
))
2222 sysfs_remove_group(&dev
->kobj
,
2223 &it87_group_autopwm
[i
]);
2225 if (!sio_data
->skip_vid
)
2226 sysfs_remove_group(&dev
->kobj
, &it87_group_vid
);
2227 sysfs_remove_group(&dev
->kobj
, &it87_group_label
);
2230 static int it87_probe(struct platform_device
*pdev
)
2232 struct it87_data
*data
;
2233 struct resource
*res
;
2234 struct device
*dev
= &pdev
->dev
;
2235 struct it87_sio_data
*sio_data
= dev_get_platdata(dev
);
2237 int enable_pwm_interface
;
2238 int fan_beep_need_rw
;
2240 res
= platform_get_resource(pdev
, IORESOURCE_IO
, 0);
2241 if (!devm_request_region(&pdev
->dev
, res
->start
, IT87_EC_EXTENT
,
2243 dev_err(dev
, "Failed to request region 0x%lx-0x%lx\n",
2244 (unsigned long)res
->start
,
2245 (unsigned long)(res
->start
+ IT87_EC_EXTENT
- 1));
2249 data
= devm_kzalloc(&pdev
->dev
, sizeof(struct it87_data
), GFP_KERNEL
);
2253 data
->addr
= res
->start
;
2254 data
->type
= sio_data
->type
;
2255 data
->features
= it87_devices
[sio_data
->type
].features
;
2256 data
->peci_mask
= it87_devices
[sio_data
->type
].peci_mask
;
2257 data
->old_peci_mask
= it87_devices
[sio_data
->type
].old_peci_mask
;
2258 data
->name
= it87_devices
[sio_data
->type
].name
;
2260 * IT8705F Datasheet 0.4.1, 3h == Version G.
2261 * IT8712F Datasheet 0.9.1, section 8.3.5 indicates 8h == Version J.
2262 * These are the first revisions with 16-bit tachometer support.
2264 switch (data
->type
) {
2266 if (sio_data
->revision
>= 0x03) {
2267 data
->features
&= ~FEAT_OLD_AUTOPWM
;
2268 data
->features
|= FEAT_FAN16_CONFIG
| FEAT_16BIT_FANS
;
2272 if (sio_data
->revision
>= 0x08) {
2273 data
->features
&= ~FEAT_OLD_AUTOPWM
;
2274 data
->features
|= FEAT_FAN16_CONFIG
| FEAT_16BIT_FANS
|
2282 /* Now, we do the remaining detection. */
2283 if ((it87_read_value(data
, IT87_REG_CONFIG
) & 0x80)
2284 || it87_read_value(data
, IT87_REG_CHIPID
) != 0x90)
2287 platform_set_drvdata(pdev
, data
);
2289 mutex_init(&data
->update_lock
);
2291 /* Check PWM configuration */
2292 enable_pwm_interface
= it87_check_pwm(dev
);
2294 /* Starting with IT8721F, we handle scaling of internal voltages */
2295 if (has_12mv_adc(data
)) {
2296 if (sio_data
->internal
& (1 << 0))
2297 data
->in_scaled
|= (1 << 3); /* in3 is AVCC */
2298 if (sio_data
->internal
& (1 << 1))
2299 data
->in_scaled
|= (1 << 7); /* in7 is VSB */
2300 if (sio_data
->internal
& (1 << 2))
2301 data
->in_scaled
|= (1 << 8); /* in8 is Vbat */
2302 if (sio_data
->internal
& (1 << 3))
2303 data
->in_scaled
|= (1 << 9); /* in9 is AVCC */
2304 } else if (sio_data
->type
== it8781
|| sio_data
->type
== it8782
||
2305 sio_data
->type
== it8783
) {
2306 if (sio_data
->internal
& (1 << 0))
2307 data
->in_scaled
|= (1 << 3); /* in3 is VCC5V */
2308 if (sio_data
->internal
& (1 << 1))
2309 data
->in_scaled
|= (1 << 7); /* in7 is VCCH5V */
2312 data
->has_temp
= 0x07;
2313 if (sio_data
->skip_temp
& (1 << 2)) {
2314 if (sio_data
->type
== it8782
2315 && !(it87_read_value(data
, IT87_REG_TEMP_EXTRA
) & 0x80))
2316 data
->has_temp
&= ~(1 << 2);
2319 /* Initialize the IT87 chip */
2320 it87_init_device(pdev
);
2322 /* Register sysfs hooks */
2323 err
= sysfs_create_group(&dev
->kobj
, &it87_group
);
2327 for (i
= 0; i
< 10; i
++) {
2328 if (sio_data
->skip_in
& (1 << i
))
2330 err
= sysfs_create_group(&dev
->kobj
, &it87_group_in
[i
]);
2333 if (sio_data
->beep_pin
&& it87_attributes_in_beep
[i
]) {
2334 err
= sysfs_create_file(&dev
->kobj
,
2335 it87_attributes_in_beep
[i
]);
2341 for (i
= 0; i
< 3; i
++) {
2342 if (!(data
->has_temp
& (1 << i
)))
2344 err
= sysfs_create_group(&dev
->kobj
, &it87_group_temp
[i
]);
2347 if (has_temp_offset(data
)) {
2348 err
= sysfs_create_file(&dev
->kobj
,
2349 it87_attributes_temp_offset
[i
]);
2353 if (sio_data
->beep_pin
) {
2354 err
= sysfs_create_file(&dev
->kobj
,
2355 it87_attributes_temp_beep
[i
]);
2361 /* Do not create fan files for disabled fans */
2362 fan_beep_need_rw
= 1;
2363 for (i
= 0; i
< 6; i
++) {
2364 if (!(data
->has_fan
& (1 << i
)))
2366 err
= sysfs_create_group(&dev
->kobj
, &it87_group_fan
[i
]);
2370 if (i
< 3 && !has_16bit_fans(data
)) {
2371 err
= sysfs_create_file(&dev
->kobj
,
2372 it87_attributes_fan_div
[i
]);
2377 if (sio_data
->beep_pin
) {
2378 err
= sysfs_create_file(&dev
->kobj
,
2379 it87_attributes_fan_beep
[i
]);
2382 if (!fan_beep_need_rw
)
2386 * As we have a single beep enable bit for all fans,
2387 * only the first enabled fan has a writable attribute
2390 if (sysfs_chmod_file(&dev
->kobj
,
2391 it87_attributes_fan_beep
[i
],
2393 dev_dbg(dev
, "chmod +w fan%d_beep failed\n",
2395 fan_beep_need_rw
= 0;
2399 if (enable_pwm_interface
) {
2400 for (i
= 0; i
< 3; i
++) {
2401 if (sio_data
->skip_pwm
& (1 << i
))
2403 err
= sysfs_create_group(&dev
->kobj
,
2404 &it87_group_pwm
[i
]);
2408 if (!has_old_autopwm(data
))
2410 err
= sysfs_create_group(&dev
->kobj
,
2411 &it87_group_autopwm
[i
]);
2417 if (!sio_data
->skip_vid
) {
2418 data
->vrm
= vid_which_vrm();
2419 /* VID reading from Super-I/O config space if available */
2420 data
->vid
= sio_data
->vid_value
;
2421 err
= sysfs_create_group(&dev
->kobj
, &it87_group_vid
);
2426 /* Export labels for internal sensors */
2427 for (i
= 0; i
< 4; i
++) {
2428 if (!(sio_data
->internal
& (1 << i
)))
2430 err
= sysfs_create_file(&dev
->kobj
,
2431 it87_attributes_label
[i
]);
2436 data
->hwmon_dev
= hwmon_device_register(dev
);
2437 if (IS_ERR(data
->hwmon_dev
)) {
2438 err
= PTR_ERR(data
->hwmon_dev
);
2445 it87_remove_files(dev
);
2449 static int it87_remove(struct platform_device
*pdev
)
2451 struct it87_data
*data
= platform_get_drvdata(pdev
);
2453 hwmon_device_unregister(data
->hwmon_dev
);
2454 it87_remove_files(&pdev
->dev
);
2460 * Must be called with data->update_lock held, except during initialization.
2461 * We ignore the IT87 BUSY flag at this moment - it could lead to deadlocks,
2462 * would slow down the IT87 access and should not be necessary.
2464 static int it87_read_value(struct it87_data
*data
, u8 reg
)
2466 outb_p(reg
, data
->addr
+ IT87_ADDR_REG_OFFSET
);
2467 return inb_p(data
->addr
+ IT87_DATA_REG_OFFSET
);
2471 * Must be called with data->update_lock held, except during initialization.
2472 * We ignore the IT87 BUSY flag at this moment - it could lead to deadlocks,
2473 * would slow down the IT87 access and should not be necessary.
2475 static void it87_write_value(struct it87_data
*data
, u8 reg
, u8 value
)
2477 outb_p(reg
, data
->addr
+ IT87_ADDR_REG_OFFSET
);
2478 outb_p(value
, data
->addr
+ IT87_DATA_REG_OFFSET
);
2481 /* Return 1 if and only if the PWM interface is safe to use */
2482 static int it87_check_pwm(struct device
*dev
)
2484 struct it87_data
*data
= dev_get_drvdata(dev
);
2486 * Some BIOSes fail to correctly configure the IT87 fans. All fans off
2487 * and polarity set to active low is sign that this is the case so we
2488 * disable pwm control to protect the user.
2490 int tmp
= it87_read_value(data
, IT87_REG_FAN_CTL
);
2491 if ((tmp
& 0x87) == 0) {
2492 if (fix_pwm_polarity
) {
2494 * The user asks us to attempt a chip reconfiguration.
2495 * This means switching to active high polarity and
2496 * inverting all fan speed values.
2501 for (i
= 0; i
< 3; i
++)
2502 pwm
[i
] = it87_read_value(data
,
2506 * If any fan is in automatic pwm mode, the polarity
2507 * might be correct, as suspicious as it seems, so we
2508 * better don't change anything (but still disable the
2511 if (!((pwm
[0] | pwm
[1] | pwm
[2]) & 0x80)) {
2513 "Reconfiguring PWM to active high polarity\n");
2514 it87_write_value(data
, IT87_REG_FAN_CTL
,
2516 for (i
= 0; i
< 3; i
++)
2517 it87_write_value(data
,
2524 "PWM configuration is too broken to be fixed\n");
2528 "Detected broken BIOS defaults, disabling PWM interface\n");
2530 } else if (fix_pwm_polarity
) {
2532 "PWM configuration looks sane, won't touch\n");
2538 /* Called when we have found a new IT87. */
2539 static void it87_init_device(struct platform_device
*pdev
)
2541 struct it87_sio_data
*sio_data
= dev_get_platdata(&pdev
->dev
);
2542 struct it87_data
*data
= platform_get_drvdata(pdev
);
2547 * For each PWM channel:
2548 * - If it is in automatic mode, setting to manual mode should set
2549 * the fan to full speed by default.
2550 * - If it is in manual mode, we need a mapping to temperature
2551 * channels to use when later setting to automatic mode later.
2552 * Use a 1:1 mapping by default (we are clueless.)
2553 * In both cases, the value can (and should) be changed by the user
2554 * prior to switching to a different mode.
2555 * Note that this is no longer needed for the IT8721F and later, as
2556 * these have separate registers for the temperature mapping and the
2557 * manual duty cycle.
2559 for (i
= 0; i
< 3; i
++) {
2560 data
->pwm_temp_map
[i
] = i
;
2561 data
->pwm_duty
[i
] = 0x7f; /* Full speed */
2562 data
->auto_pwm
[i
][3] = 0x7f; /* Full speed, hard-coded */
2566 * Some chips seem to have default value 0xff for all limit
2567 * registers. For low voltage limits it makes no sense and triggers
2568 * alarms, so change to 0 instead. For high temperature limits, it
2569 * means -1 degree C, which surprisingly doesn't trigger an alarm,
2570 * but is still confusing, so change to 127 degrees C.
2572 for (i
= 0; i
< 8; i
++) {
2573 tmp
= it87_read_value(data
, IT87_REG_VIN_MIN(i
));
2575 it87_write_value(data
, IT87_REG_VIN_MIN(i
), 0);
2577 for (i
= 0; i
< 3; i
++) {
2578 tmp
= it87_read_value(data
, IT87_REG_TEMP_HIGH(i
));
2580 it87_write_value(data
, IT87_REG_TEMP_HIGH(i
), 127);
2584 * Temperature channels are not forcibly enabled, as they can be
2585 * set to two different sensor types and we can't guess which one
2586 * is correct for a given system. These channels can be enabled at
2587 * run-time through the temp{1-3}_type sysfs accessors if needed.
2590 /* Check if voltage monitors are reset manually or by some reason */
2591 tmp
= it87_read_value(data
, IT87_REG_VIN_ENABLE
);
2592 if ((tmp
& 0xff) == 0) {
2593 /* Enable all voltage monitors */
2594 it87_write_value(data
, IT87_REG_VIN_ENABLE
, 0xff);
2597 /* Check if tachometers are reset manually or by some reason */
2598 mask
= 0x70 & ~(sio_data
->skip_fan
<< 4);
2599 data
->fan_main_ctrl
= it87_read_value(data
, IT87_REG_FAN_MAIN_CTRL
);
2600 if ((data
->fan_main_ctrl
& mask
) == 0) {
2601 /* Enable all fan tachometers */
2602 data
->fan_main_ctrl
|= mask
;
2603 it87_write_value(data
, IT87_REG_FAN_MAIN_CTRL
,
2604 data
->fan_main_ctrl
);
2606 data
->has_fan
= (data
->fan_main_ctrl
>> 4) & 0x07;
2608 tmp
= it87_read_value(data
, IT87_REG_FAN_16BIT
);
2610 /* Set tachometers to 16-bit mode if needed */
2611 if (has_fan16_config(data
)) {
2612 if (~tmp
& 0x07 & data
->has_fan
) {
2614 "Setting fan1-3 to 16-bit mode\n");
2615 it87_write_value(data
, IT87_REG_FAN_16BIT
,
2620 /* Check for additional fans */
2621 if (has_five_fans(data
)) {
2623 data
->has_fan
|= (1 << 3); /* fan4 enabled */
2625 data
->has_fan
|= (1 << 4); /* fan5 enabled */
2626 if (has_six_fans(data
) && (tmp
& (1 << 2)))
2627 data
->has_fan
|= (1 << 5); /* fan6 enabled */
2630 /* Fan input pins may be used for alternative functions */
2631 data
->has_fan
&= ~sio_data
->skip_fan
;
2633 /* Start monitoring */
2634 it87_write_value(data
, IT87_REG_CONFIG
,
2635 (it87_read_value(data
, IT87_REG_CONFIG
) & 0x3e)
2636 | (update_vbat
? 0x41 : 0x01));
2639 static void it87_update_pwm_ctrl(struct it87_data
*data
, int nr
)
2641 data
->pwm_ctrl
[nr
] = it87_read_value(data
, IT87_REG_PWM(nr
));
2642 if (has_newer_autopwm(data
)) {
2643 data
->pwm_temp_map
[nr
] = data
->pwm_ctrl
[nr
] & 0x03;
2644 data
->pwm_duty
[nr
] = it87_read_value(data
,
2645 IT87_REG_PWM_DUTY(nr
));
2647 if (data
->pwm_ctrl
[nr
] & 0x80) /* Automatic mode */
2648 data
->pwm_temp_map
[nr
] = data
->pwm_ctrl
[nr
] & 0x03;
2649 else /* Manual mode */
2650 data
->pwm_duty
[nr
] = data
->pwm_ctrl
[nr
] & 0x7f;
2653 if (has_old_autopwm(data
)) {
2656 for (i
= 0; i
< 5 ; i
++)
2657 data
->auto_temp
[nr
][i
] = it87_read_value(data
,
2658 IT87_REG_AUTO_TEMP(nr
, i
));
2659 for (i
= 0; i
< 3 ; i
++)
2660 data
->auto_pwm
[nr
][i
] = it87_read_value(data
,
2661 IT87_REG_AUTO_PWM(nr
, i
));
2665 static struct it87_data
*it87_update_device(struct device
*dev
)
2667 struct it87_data
*data
= dev_get_drvdata(dev
);
2670 mutex_lock(&data
->update_lock
);
2672 if (time_after(jiffies
, data
->last_updated
+ HZ
+ HZ
/ 2)
2676 * Cleared after each update, so reenable. Value
2677 * returned by this read will be previous value
2679 it87_write_value(data
, IT87_REG_CONFIG
,
2680 it87_read_value(data
, IT87_REG_CONFIG
) | 0x40);
2682 for (i
= 0; i
<= 7; i
++) {
2684 it87_read_value(data
, IT87_REG_VIN(i
));
2686 it87_read_value(data
, IT87_REG_VIN_MIN(i
));
2688 it87_read_value(data
, IT87_REG_VIN_MAX(i
));
2690 /* in8 (battery) has no limit registers */
2691 data
->in
[8][0] = it87_read_value(data
, IT87_REG_VIN(8));
2692 if (data
->type
== it8603
)
2693 data
->in
[9][0] = it87_read_value(data
, 0x2f);
2695 for (i
= 0; i
< 6; i
++) {
2696 /* Skip disabled fans */
2697 if (!(data
->has_fan
& (1 << i
)))
2701 it87_read_value(data
, IT87_REG_FAN_MIN
[i
]);
2702 data
->fan
[i
][0] = it87_read_value(data
,
2704 /* Add high byte if in 16-bit mode */
2705 if (has_16bit_fans(data
)) {
2706 data
->fan
[i
][0] |= it87_read_value(data
,
2707 IT87_REG_FANX
[i
]) << 8;
2708 data
->fan
[i
][1] |= it87_read_value(data
,
2709 IT87_REG_FANX_MIN
[i
]) << 8;
2712 for (i
= 0; i
< 3; i
++) {
2713 if (!(data
->has_temp
& (1 << i
)))
2716 it87_read_value(data
, IT87_REG_TEMP(i
));
2718 it87_read_value(data
, IT87_REG_TEMP_LOW(i
));
2720 it87_read_value(data
, IT87_REG_TEMP_HIGH(i
));
2721 if (has_temp_offset(data
))
2723 it87_read_value(data
,
2724 IT87_REG_TEMP_OFFSET
[i
]);
2727 /* Newer chips don't have clock dividers */
2728 if ((data
->has_fan
& 0x07) && !has_16bit_fans(data
)) {
2729 i
= it87_read_value(data
, IT87_REG_FAN_DIV
);
2730 data
->fan_div
[0] = i
& 0x07;
2731 data
->fan_div
[1] = (i
>> 3) & 0x07;
2732 data
->fan_div
[2] = (i
& 0x40) ? 3 : 1;
2736 it87_read_value(data
, IT87_REG_ALARM1
) |
2737 (it87_read_value(data
, IT87_REG_ALARM2
) << 8) |
2738 (it87_read_value(data
, IT87_REG_ALARM3
) << 16);
2739 data
->beeps
= it87_read_value(data
, IT87_REG_BEEP_ENABLE
);
2741 data
->fan_main_ctrl
= it87_read_value(data
,
2742 IT87_REG_FAN_MAIN_CTRL
);
2743 data
->fan_ctl
= it87_read_value(data
, IT87_REG_FAN_CTL
);
2744 for (i
= 0; i
< 3; i
++)
2745 it87_update_pwm_ctrl(data
, i
);
2747 data
->sensor
= it87_read_value(data
, IT87_REG_TEMP_ENABLE
);
2748 data
->extra
= it87_read_value(data
, IT87_REG_TEMP_EXTRA
);
2750 * The IT8705F does not have VID capability.
2751 * The IT8718F and later don't use IT87_REG_VID for the
2754 if (data
->type
== it8712
|| data
->type
== it8716
) {
2755 data
->vid
= it87_read_value(data
, IT87_REG_VID
);
2757 * The older IT8712F revisions had only 5 VID pins,
2758 * but we assume it is always safe to read 6 bits.
2762 data
->last_updated
= jiffies
;
2766 mutex_unlock(&data
->update_lock
);
2771 static int __init
it87_device_add(unsigned short address
,
2772 const struct it87_sio_data
*sio_data
)
2774 struct resource res
= {
2775 .start
= address
+ IT87_EC_OFFSET
,
2776 .end
= address
+ IT87_EC_OFFSET
+ IT87_EC_EXTENT
- 1,
2778 .flags
= IORESOURCE_IO
,
2782 err
= acpi_check_resource_conflict(&res
);
2786 pdev
= platform_device_alloc(DRVNAME
, address
);
2789 pr_err("Device allocation failed\n");
2793 err
= platform_device_add_resources(pdev
, &res
, 1);
2795 pr_err("Device resource addition failed (%d)\n", err
);
2796 goto exit_device_put
;
2799 err
= platform_device_add_data(pdev
, sio_data
,
2800 sizeof(struct it87_sio_data
));
2802 pr_err("Platform data allocation failed\n");
2803 goto exit_device_put
;
2806 err
= platform_device_add(pdev
);
2808 pr_err("Device addition failed (%d)\n", err
);
2809 goto exit_device_put
;
2815 platform_device_put(pdev
);
2820 static int __init
sm_it87_init(void)
2823 unsigned short isa_address
= 0;
2824 struct it87_sio_data sio_data
;
2826 memset(&sio_data
, 0, sizeof(struct it87_sio_data
));
2827 err
= it87_find(&isa_address
, &sio_data
);
2830 err
= platform_driver_register(&it87_driver
);
2834 err
= it87_device_add(isa_address
, &sio_data
);
2836 platform_driver_unregister(&it87_driver
);
2843 static void __exit
sm_it87_exit(void)
2845 platform_device_unregister(pdev
);
2846 platform_driver_unregister(&it87_driver
);
2850 MODULE_AUTHOR("Chris Gauthron, Jean Delvare <jdelvare@suse.de>");
2851 MODULE_DESCRIPTION("IT8705F/IT871xF/IT872xF hardware monitoring driver");
2852 module_param(update_vbat
, bool, 0);
2853 MODULE_PARM_DESC(update_vbat
, "Update vbat if set else return powerup value");
2854 module_param(fix_pwm_polarity
, bool, 0);
2855 MODULE_PARM_DESC(fix_pwm_polarity
,
2856 "Force PWM polarity to active high (DANGEROUS)");
2857 MODULE_LICENSE("GPL");
2859 module_init(sm_it87_init
);
2860 module_exit(sm_it87_exit
);