blob: 37acb38b5e1705dc4b35595cc7436092dda601a6 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Jean Delvare5f2dc792010-03-05 22:17:18 +01002 * it87.c - Part of lm_sensors, Linux kernel modules for hardware
3 * monitoring.
4 *
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
8 * Fan Controller)
9 *
10 * This driver supports only the Environment Controller in the IT8705F and
11 * similar parts. The other devices are supported by different drivers.
12 *
Rudolf Marekc145d5c2014-01-29 20:40:08 +010013 * Supports: IT8603E Super I/O chip w/LPC interface
Guenter Roeck3ba9d972015-02-13 20:13:20 -080014 * IT8620E Super I/O chip w/LPC interface
Guenter Roeck8af1aba2017-02-08 13:52:57 -080015 * IT8622E Super I/O chip w/LPC interface
Rudolf Marek574e9bd2014-04-04 18:01:35 +020016 * IT8623E Super I/O chip w/LPC interface
Guenter Roeck71a9c232016-01-18 00:35:58 -080017 * IT8628E Super I/O chip w/LPC interface
Rudolf Marekc145d5c2014-01-29 20:40:08 +010018 * IT8705F Super I/O chip w/LPC interface
Jean Delvare5f2dc792010-03-05 22:17:18 +010019 * IT8712F Super I/O chip w/LPC interface
20 * IT8716F Super I/O chip w/LPC interface
21 * IT8718F Super I/O chip w/LPC interface
22 * IT8720F Super I/O chip w/LPC interface
Jean Delvare44c1bcd2010-10-28 20:31:51 +020023 * IT8721F Super I/O chip w/LPC interface
Jean Delvare5f2dc792010-03-05 22:17:18 +010024 * IT8726F Super I/O chip w/LPC interface
Jean Delvare16b5dda2012-01-16 22:51:48 +010025 * IT8728F Super I/O chip w/LPC interface
Justin Maggardead80802015-08-05 12:53:08 -070026 * IT8732F Super I/O chip w/LPC interface
Jean Delvare44c1bcd2010-10-28 20:31:51 +020027 * IT8758E Super I/O chip w/LPC interface
Guenter Roeckb0636702012-09-07 17:34:41 -060028 * IT8771E Super I/O chip w/LPC interface
29 * IT8772E Super I/O chip w/LPC interface
Guenter Roeck7bc32d22015-01-17 14:10:24 -080030 * IT8781F Super I/O chip w/LPC interface
Guenter Roeck0531d982012-03-02 11:46:44 -080031 * IT8782F Super I/O chip w/LPC interface
32 * IT8783E/F Super I/O chip w/LPC interface
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +010033 * IT8786E Super I/O chip w/LPC interface
Guenter Roeck4ee07152015-03-25 23:26:28 -070034 * IT8790E Super I/O chip w/LPC interface
Jean Delvare5f2dc792010-03-05 22:17:18 +010035 * Sis950 A clone of the IT8705F
36 *
37 * Copyright (C) 2001 Chris Gauthron
Jean Delvare7c81c602014-01-29 20:40:08 +010038 * Copyright (C) 2005-2010 Jean Delvare <jdelvare@suse.de>
Jean Delvare5f2dc792010-03-05 22:17:18 +010039 *
40 * This program is free software; you can redistribute it and/or modify
41 * it under the terms of the GNU General Public License as published by
42 * the Free Software Foundation; either version 2 of the License, or
43 * (at your option) any later version.
44 *
45 * This program is distributed in the hope that it will be useful,
46 * but WITHOUT ANY WARRANTY; without even the implied warranty of
47 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48 * GNU General Public License for more details.
Jean Delvare5f2dc792010-03-05 22:17:18 +010049 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070050
Joe Perchesa8ca1032011-01-12 21:55:10 +010051#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
52
Guenter Roeck48b2ae72015-04-02 08:06:12 -070053#include <linux/bitops.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070054#include <linux/module.h>
55#include <linux/init.h>
56#include <linux/slab.h>
57#include <linux/jiffies.h>
corentin.labbeb74f3fd2007-06-13 20:27:36 +020058#include <linux/platform_device.h>
Mark M. Hoffman943b0832005-07-15 21:39:18 -040059#include <linux/hwmon.h>
Jean Delvare303760b2005-07-31 21:52:01 +020060#include <linux/hwmon-sysfs.h>
61#include <linux/hwmon-vid.h>
Mark M. Hoffman943b0832005-07-15 21:39:18 -040062#include <linux/err.h>
Ingo Molnar9a61bf62006-01-18 23:19:26 +010063#include <linux/mutex.h>
Jean Delvare87808be2006-09-24 21:17:13 +020064#include <linux/sysfs.h>
Jean Delvare98dd22c2008-10-09 15:33:58 +020065#include <linux/string.h>
66#include <linux/dmi.h>
Jean Delvareb9acb642009-01-07 16:37:35 +010067#include <linux/acpi.h>
H Hartley Sweeten6055fae2009-09-15 17:18:13 +020068#include <linux/io.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
corentin.labbeb74f3fd2007-06-13 20:27:36 +020070#define DRVNAME "it87"
Linus Torvalds1da177e2005-04-16 15:20:36 -070071
Justin Maggardead80802015-08-05 12:53:08 -070072enum chips { it87, it8712, it8716, it8718, it8720, it8721, it8728, it8732,
73 it8771, it8772, it8781, it8782, it8783, it8786, it8790, it8603,
Guenter Roeck8af1aba2017-02-08 13:52:57 -080074 it8620, it8622, it8628 };
Linus Torvalds1da177e2005-04-16 15:20:36 -070075
Jean Delvare67b671b2007-12-06 23:13:42 +010076static unsigned short force_id;
77module_param(force_id, ushort, 0);
78MODULE_PARM_DESC(force_id, "Override the detected device ID");
79
Guenter Roecke84bd952015-03-28 08:24:29 -070080static struct platform_device *it87_pdev[2];
corentin.labbeb74f3fd2007-06-13 20:27:36 +020081
Guenter Roeck3c2e3512015-03-28 08:03:10 -070082#define REG_2E 0x2e /* The register to read/write */
Guenter Roecke84bd952015-03-28 08:24:29 -070083#define REG_4E 0x4e /* Secondary register to read/write */
Guenter Roeck3c2e3512015-03-28 08:03:10 -070084
Linus Torvalds1da177e2005-04-16 15:20:36 -070085#define DEV 0x07 /* Register: Logical device select */
Linus Torvalds1da177e2005-04-16 15:20:36 -070086#define PME 0x04 /* The device with the fan registers in it */
Jean-Marc Spaggiarib4da93e2009-01-07 16:37:32 +010087
88/* The device with the IT8718F/IT8720F VID value in it */
89#define GPIO 0x07
90
Linus Torvalds1da177e2005-04-16 15:20:36 -070091#define DEVID 0x20 /* Register: Device ID */
92#define DEVREV 0x22 /* Register: Device Revision */
93
Guenter Roeck3c2e3512015-03-28 08:03:10 -070094static inline int superio_inb(int ioreg, int reg)
Linus Torvalds1da177e2005-04-16 15:20:36 -070095{
Guenter Roeck3c2e3512015-03-28 08:03:10 -070096 outb(reg, ioreg);
97 return inb(ioreg + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -070098}
99
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700100static inline void superio_outb(int ioreg, int reg, int val)
Jean Delvare436cad22010-07-09 16:22:48 +0200101{
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700102 outb(reg, ioreg);
103 outb(val, ioreg + 1);
Jean Delvare436cad22010-07-09 16:22:48 +0200104}
105
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700106static int superio_inw(int ioreg, int reg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107{
108 int val;
Guenter Roeckc9620242015-04-04 09:05:57 -0700109
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700110 outb(reg++, ioreg);
111 val = inb(ioreg + 1) << 8;
112 outb(reg, ioreg);
113 val |= inb(ioreg + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 return val;
115}
116
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700117static inline void superio_select(int ioreg, int ldn)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118{
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700119 outb(DEV, ioreg);
120 outb(ldn, ioreg + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121}
122
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700123static inline int superio_enter(int ioreg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124{
Nat Gurumoorthy5b0380c2011-05-25 20:43:33 +0200125 /*
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700126 * Try to reserve ioreg and ioreg + 1 for exclusive access.
Nat Gurumoorthy5b0380c2011-05-25 20:43:33 +0200127 */
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700128 if (!request_muxed_region(ioreg, 2, DRVNAME))
Nat Gurumoorthy5b0380c2011-05-25 20:43:33 +0200129 return -EBUSY;
130
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700131 outb(0x87, ioreg);
132 outb(0x01, ioreg);
133 outb(0x55, ioreg);
Guenter Roecke84bd952015-03-28 08:24:29 -0700134 outb(ioreg == REG_4E ? 0xaa : 0x55, ioreg);
Nat Gurumoorthy5b0380c2011-05-25 20:43:33 +0200135 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136}
137
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700138static inline void superio_exit(int ioreg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700139{
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700140 outb(0x02, ioreg);
141 outb(0x02, ioreg + 1);
142 release_region(ioreg, 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143}
144
Jean Delvare87673dd2006-08-28 14:37:19 +0200145/* Logical device 4 registers */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146#define IT8712F_DEVID 0x8712
147#define IT8705F_DEVID 0x8705
Jean Delvare17d648b2006-08-28 14:23:46 +0200148#define IT8716F_DEVID 0x8716
Jean Delvare87673dd2006-08-28 14:37:19 +0200149#define IT8718F_DEVID 0x8718
Jean-Marc Spaggiarib4da93e2009-01-07 16:37:32 +0100150#define IT8720F_DEVID 0x8720
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200151#define IT8721F_DEVID 0x8721
Rudolf Marek08a8f6e2007-06-09 10:11:16 -0400152#define IT8726F_DEVID 0x8726
Jean Delvare16b5dda2012-01-16 22:51:48 +0100153#define IT8728F_DEVID 0x8728
Justin Maggardead80802015-08-05 12:53:08 -0700154#define IT8732F_DEVID 0x8732
Guenter Roeckb0636702012-09-07 17:34:41 -0600155#define IT8771E_DEVID 0x8771
156#define IT8772E_DEVID 0x8772
Guenter Roeck7bc32d22015-01-17 14:10:24 -0800157#define IT8781F_DEVID 0x8781
Guenter Roeck0531d982012-03-02 11:46:44 -0800158#define IT8782F_DEVID 0x8782
159#define IT8783E_DEVID 0x8783
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +0100160#define IT8786E_DEVID 0x8786
Guenter Roeck4ee07152015-03-25 23:26:28 -0700161#define IT8790E_DEVID 0x8790
Rudolf Marek7183ae82014-04-04 18:01:35 +0200162#define IT8603E_DEVID 0x8603
Guenter Roeck3ba9d972015-02-13 20:13:20 -0800163#define IT8620E_DEVID 0x8620
Guenter Roeck8af1aba2017-02-08 13:52:57 -0800164#define IT8622E_DEVID 0x8622
Rudolf Marek574e9bd2014-04-04 18:01:35 +0200165#define IT8623E_DEVID 0x8623
Guenter Roeck71a9c232016-01-18 00:35:58 -0800166#define IT8628E_DEVID 0x8628
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167#define IT87_ACT_REG 0x30
168#define IT87_BASE_REG 0x60
169
Jean Delvare87673dd2006-08-28 14:37:19 +0200170/* Logical device 7 registers (IT8712F and later) */
Guenter Roeck0531d982012-03-02 11:46:44 -0800171#define IT87_SIO_GPIO1_REG 0x25
Guenter Roeck3ba9d972015-02-13 20:13:20 -0800172#define IT87_SIO_GPIO2_REG 0x26
Jean Delvare895ff262009-12-09 20:35:47 +0100173#define IT87_SIO_GPIO3_REG 0x27
Guenter Roeck36c4d982015-03-26 18:18:19 -0700174#define IT87_SIO_GPIO4_REG 0x28
Jean Delvare591ec652009-12-09 20:35:48 +0100175#define IT87_SIO_GPIO5_REG 0x29
Guenter Roeck0531d982012-03-02 11:46:44 -0800176#define IT87_SIO_PINX1_REG 0x2a /* Pin selection */
Jean Delvare87673dd2006-08-28 14:37:19 +0200177#define IT87_SIO_PINX2_REG 0x2c /* Pin selection */
Guenter Roeck0531d982012-03-02 11:46:44 -0800178#define IT87_SIO_SPI_REG 0xef /* SPI function pin select */
Jean Delvare87673dd2006-08-28 14:37:19 +0200179#define IT87_SIO_VID_REG 0xfc /* VID value */
Jean Delvared9b327c2010-03-05 22:17:17 +0100180#define IT87_SIO_BEEP_PIN_REG 0xf6 /* Beep pin mapping */
Jean Delvare87673dd2006-08-28 14:37:19 +0200181
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182/* Update battery voltage after every reading if true */
Rusty Russell90ab5ee2012-01-13 09:32:20 +1030183static bool update_vbat;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184
185/* Not all BIOSes properly configure the PWM registers */
Rusty Russell90ab5ee2012-01-13 09:32:20 +1030186static bool fix_pwm_polarity;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188/* Many IT87 constants specified below */
189
190/* Length of ISA address segment */
191#define IT87_EXTENT 8
192
Bjorn Helgaas87b4b662008-01-22 07:21:03 -0500193/* Length of ISA address segment for Environmental Controller */
194#define IT87_EC_EXTENT 2
195
196/* Offset of EC registers from ISA base address */
197#define IT87_EC_OFFSET 5
198
199/* Where are the ISA address/data registers relative to the EC base address */
200#define IT87_ADDR_REG_OFFSET 0
201#define IT87_DATA_REG_OFFSET 1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202
203/*----- The IT87 registers -----*/
204
205#define IT87_REG_CONFIG 0x00
206
207#define IT87_REG_ALARM1 0x01
208#define IT87_REG_ALARM2 0x02
209#define IT87_REG_ALARM3 0x03
210
Guenter Roeck4a0d71c2012-01-19 11:02:18 -0800211/*
212 * The IT8718F and IT8720F have the VID value in a different register, in
213 * Super-I/O configuration space.
214 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215#define IT87_REG_VID 0x0a
Guenter Roeck4a0d71c2012-01-19 11:02:18 -0800216/*
217 * The IT8705F and IT8712F earlier than revision 0x08 use register 0x0b
218 * for fan divisors. Later IT8712F revisions must use 16-bit tachometer
219 * mode.
220 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221#define IT87_REG_FAN_DIV 0x0b
Jean Delvare17d648b2006-08-28 14:23:46 +0200222#define IT87_REG_FAN_16BIT 0x0c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223
Guenter Roeckf838aa22015-04-01 20:09:36 -0700224/*
225 * Monitors:
226 * - up to 13 voltage (0 to 7, battery, avcc, 10 to 12)
227 * - up to 6 temp (1 to 6)
228 * - up to 6 fan (1 to 6)
229 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230
Guenter Roeckfa3f70d2015-03-25 23:15:32 -0700231static const u8 IT87_REG_FAN[] = { 0x0d, 0x0e, 0x0f, 0x80, 0x82, 0x4c };
232static const u8 IT87_REG_FAN_MIN[] = { 0x10, 0x11, 0x12, 0x84, 0x86, 0x4e };
233static const u8 IT87_REG_FANX[] = { 0x18, 0x19, 0x1a, 0x81, 0x83, 0x4d };
234static const u8 IT87_REG_FANX_MIN[] = { 0x1b, 0x1c, 0x1d, 0x85, 0x87, 0x4f };
235static const u8 IT87_REG_TEMP_OFFSET[] = { 0x56, 0x57, 0x59 };
Guenter Roeck161d8982012-12-19 22:17:01 +0100236
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237#define IT87_REG_FAN_MAIN_CTRL 0x13
238#define IT87_REG_FAN_CTL 0x14
Guenter Roeck36c4d982015-03-26 18:18:19 -0700239static const u8 IT87_REG_PWM[] = { 0x15, 0x16, 0x17, 0x7f, 0xa7, 0xaf };
240static const u8 IT87_REG_PWM_DUTY[] = { 0x63, 0x6b, 0x73, 0x7b, 0xa3, 0xab };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241
Guenter Roeck559313c2015-04-01 10:15:38 -0700242static const u8 IT87_REG_VIN[] = { 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26,
Guenter Roeckf838aa22015-04-01 20:09:36 -0700243 0x27, 0x28, 0x2f, 0x2c, 0x2d, 0x2e };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244
Guenter Roeck559313c2015-04-01 10:15:38 -0700245#define IT87_REG_TEMP(nr) (0x29 + (nr))
Guenter Roeck73055402015-03-26 09:16:32 -0700246
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247#define IT87_REG_VIN_MAX(nr) (0x30 + (nr) * 2)
248#define IT87_REG_VIN_MIN(nr) (0x31 + (nr) * 2)
249#define IT87_REG_TEMP_HIGH(nr) (0x40 + (nr) * 2)
250#define IT87_REG_TEMP_LOW(nr) (0x41 + (nr) * 2)
251
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252#define IT87_REG_VIN_ENABLE 0x50
253#define IT87_REG_TEMP_ENABLE 0x51
Guenter Roeck4573acb2012-03-26 16:17:41 -0700254#define IT87_REG_TEMP_EXTRA 0x55
Jean Delvared9b327c2010-03-05 22:17:17 +0100255#define IT87_REG_BEEP_ENABLE 0x5c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256
257#define IT87_REG_CHIPID 0x58
258
Guenter Roeck2cbb9c32015-04-05 11:53:29 -0700259static const u8 IT87_REG_AUTO_BASE[] = { 0x60, 0x68, 0x70, 0x78, 0xa0, 0xa8 };
260
261#define IT87_REG_AUTO_TEMP(nr, i) (IT87_REG_AUTO_BASE[nr] + (i))
262#define IT87_REG_AUTO_PWM(nr, i) (IT87_REG_AUTO_BASE[nr] + 5 + (i))
Jean Delvare4f3f51b2010-03-05 22:17:21 +0100263
Guenter Roeckcc18da72015-04-01 10:03:01 -0700264#define IT87_REG_TEMP456_ENABLE 0x77
265
Guenter Roeck23100482015-04-02 08:23:45 -0700266#define NUM_VIN ARRAY_SIZE(IT87_REG_VIN)
267#define NUM_VIN_LIMIT 8
268#define NUM_TEMP 6
269#define NUM_TEMP_OFFSET ARRAY_SIZE(IT87_REG_TEMP_OFFSET)
270#define NUM_TEMP_LIMIT 3
271#define NUM_FAN ARRAY_SIZE(IT87_REG_FAN)
272#define NUM_FAN_DIV 3
273#define NUM_PWM ARRAY_SIZE(IT87_REG_PWM)
274#define NUM_AUTO_PWM ARRAY_SIZE(IT87_REG_PWM)
275
Guenter Roeck483db432012-12-19 22:17:02 +0100276struct it87_devices {
277 const char *name;
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700278 const char * const suffix;
Guenter Roeckcc18da72015-04-01 10:03:01 -0700279 u32 features;
Guenter Roeck19529782012-12-19 22:17:02 +0100280 u8 peci_mask;
281 u8 old_peci_mask;
Guenter Roeck483db432012-12-19 22:17:02 +0100282};
283
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700284#define FEAT_12MV_ADC BIT(0)
285#define FEAT_NEWER_AUTOPWM BIT(1)
286#define FEAT_OLD_AUTOPWM BIT(2)
287#define FEAT_16BIT_FANS BIT(3)
288#define FEAT_TEMP_OFFSET BIT(4)
289#define FEAT_TEMP_PECI BIT(5)
290#define FEAT_TEMP_OLD_PECI BIT(6)
291#define FEAT_FAN16_CONFIG BIT(7) /* Need to enable 16-bit fans */
292#define FEAT_FIVE_FANS BIT(8) /* Supports five fans */
293#define FEAT_VID BIT(9) /* Set if chip supports VID */
294#define FEAT_IN7_INTERNAL BIT(10) /* Set if in7 is internal */
295#define FEAT_SIX_FANS BIT(11) /* Supports six fans */
296#define FEAT_10_9MV_ADC BIT(12)
297#define FEAT_AVCC3 BIT(13) /* Chip supports in9/AVCC3 */
Guenter Roeck638c1c02017-02-08 14:00:21 -0800298#define FEAT_FIVE_PWM BIT(14) /* Chip supports 5 pwm chn */
299#define FEAT_SIX_PWM BIT(15) /* Chip supports 6 pwm chn */
300#define FEAT_PWM_FREQ2 BIT(16) /* Separate pwm freq 2 */
301#define FEAT_SIX_TEMP BIT(17) /* Up to 6 temp sensors */
302#define FEAT_VIN3_5V BIT(18) /* VIN3 connected to +5V */
Guenter Roeck483db432012-12-19 22:17:02 +0100303
304static const struct it87_devices it87_devices[] = {
305 [it87] = {
306 .name = "it87",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700307 .suffix = "F",
Guenter Roeck483db432012-12-19 22:17:02 +0100308 .features = FEAT_OLD_AUTOPWM, /* may need to overwrite */
309 },
310 [it8712] = {
311 .name = "it8712",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700312 .suffix = "F",
Guenter Roeck32dd7c402015-02-12 07:40:23 -0800313 .features = FEAT_OLD_AUTOPWM | FEAT_VID,
314 /* may need to overwrite */
Guenter Roeck483db432012-12-19 22:17:02 +0100315 },
316 [it8716] = {
317 .name = "it8716",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700318 .suffix = "F",
Guenter Roeck32dd7c402015-02-12 07:40:23 -0800319 .features = FEAT_16BIT_FANS | FEAT_TEMP_OFFSET | FEAT_VID
Guenter Roeck60878bc2015-03-26 19:57:42 -0700320 | FEAT_FAN16_CONFIG | FEAT_FIVE_FANS | FEAT_PWM_FREQ2,
Guenter Roeck483db432012-12-19 22:17:02 +0100321 },
322 [it8718] = {
323 .name = "it8718",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700324 .suffix = "F",
Guenter Roeck32dd7c402015-02-12 07:40:23 -0800325 .features = FEAT_16BIT_FANS | FEAT_TEMP_OFFSET | FEAT_VID
Guenter Roeck60878bc2015-03-26 19:57:42 -0700326 | FEAT_TEMP_OLD_PECI | FEAT_FAN16_CONFIG | FEAT_FIVE_FANS
327 | FEAT_PWM_FREQ2,
Guenter Roeck19529782012-12-19 22:17:02 +0100328 .old_peci_mask = 0x4,
Guenter Roeck483db432012-12-19 22:17:02 +0100329 },
330 [it8720] = {
331 .name = "it8720",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700332 .suffix = "F",
Guenter Roeck32dd7c402015-02-12 07:40:23 -0800333 .features = FEAT_16BIT_FANS | FEAT_TEMP_OFFSET | FEAT_VID
Guenter Roeck60878bc2015-03-26 19:57:42 -0700334 | FEAT_TEMP_OLD_PECI | FEAT_FAN16_CONFIG | FEAT_FIVE_FANS
335 | FEAT_PWM_FREQ2,
Guenter Roeck19529782012-12-19 22:17:02 +0100336 .old_peci_mask = 0x4,
Guenter Roeck483db432012-12-19 22:17:02 +0100337 },
338 [it8721] = {
339 .name = "it8721",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700340 .suffix = "F",
Guenter Roeck483db432012-12-19 22:17:02 +0100341 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck9faf28c2015-02-12 07:11:38 -0800342 | FEAT_TEMP_OFFSET | FEAT_TEMP_OLD_PECI | FEAT_TEMP_PECI
Guenter Roeck60878bc2015-03-26 19:57:42 -0700343 | FEAT_FAN16_CONFIG | FEAT_FIVE_FANS | FEAT_IN7_INTERNAL
344 | FEAT_PWM_FREQ2,
Guenter Roeck5d8d2f22012-12-19 22:17:02 +0100345 .peci_mask = 0x05,
Guenter Roeck19529782012-12-19 22:17:02 +0100346 .old_peci_mask = 0x02, /* Actually reports PCH */
Guenter Roeck483db432012-12-19 22:17:02 +0100347 },
348 [it8728] = {
349 .name = "it8728",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700350 .suffix = "F",
Guenter Roeck483db432012-12-19 22:17:02 +0100351 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck7f5726c2015-03-26 08:49:18 -0700352 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_FIVE_FANS
Guenter Roeck60878bc2015-03-26 19:57:42 -0700353 | FEAT_IN7_INTERNAL | FEAT_PWM_FREQ2,
Guenter Roeck5d8d2f22012-12-19 22:17:02 +0100354 .peci_mask = 0x07,
Guenter Roeck483db432012-12-19 22:17:02 +0100355 },
Justin Maggardead80802015-08-05 12:53:08 -0700356 [it8732] = {
357 .name = "it8732",
358 .suffix = "F",
359 .features = FEAT_NEWER_AUTOPWM | FEAT_16BIT_FANS
360 | FEAT_TEMP_OFFSET | FEAT_TEMP_OLD_PECI | FEAT_TEMP_PECI
361 | FEAT_10_9MV_ADC | FEAT_IN7_INTERNAL,
362 .peci_mask = 0x07,
363 .old_peci_mask = 0x02, /* Actually reports PCH */
364 },
Guenter Roeckb0636702012-09-07 17:34:41 -0600365 [it8771] = {
366 .name = "it8771",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700367 .suffix = "E",
Guenter Roeckb0636702012-09-07 17:34:41 -0600368 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck60878bc2015-03-26 19:57:42 -0700369 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_IN7_INTERNAL
370 | FEAT_PWM_FREQ2,
Guenter Roeck9faf28c2015-02-12 07:11:38 -0800371 /* PECI: guesswork */
372 /* 12mV ADC (OHM) */
373 /* 16 bit fans (OHM) */
374 /* three fans, always 16 bit (guesswork) */
Guenter Roeckb0636702012-09-07 17:34:41 -0600375 .peci_mask = 0x07,
376 },
377 [it8772] = {
378 .name = "it8772",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700379 .suffix = "E",
Guenter Roeckb0636702012-09-07 17:34:41 -0600380 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck60878bc2015-03-26 19:57:42 -0700381 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_IN7_INTERNAL
382 | FEAT_PWM_FREQ2,
Guenter Roeck9faf28c2015-02-12 07:11:38 -0800383 /* PECI (coreboot) */
384 /* 12mV ADC (HWSensors4, OHM) */
385 /* 16 bit fans (HWSensors4, OHM) */
386 /* three fans, always 16 bit (datasheet) */
Guenter Roeckb0636702012-09-07 17:34:41 -0600387 .peci_mask = 0x07,
388 },
Guenter Roeck7bc32d22015-01-17 14:10:24 -0800389 [it8781] = {
390 .name = "it8781",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700391 .suffix = "F",
Guenter Roeck7bc32d22015-01-17 14:10:24 -0800392 .features = FEAT_16BIT_FANS | FEAT_TEMP_OFFSET
Guenter Roeck60878bc2015-03-26 19:57:42 -0700393 | FEAT_TEMP_OLD_PECI | FEAT_FAN16_CONFIG | FEAT_PWM_FREQ2,
Guenter Roeck7bc32d22015-01-17 14:10:24 -0800394 .old_peci_mask = 0x4,
395 },
Guenter Roeck483db432012-12-19 22:17:02 +0100396 [it8782] = {
397 .name = "it8782",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700398 .suffix = "F",
Guenter Roeck19529782012-12-19 22:17:02 +0100399 .features = FEAT_16BIT_FANS | FEAT_TEMP_OFFSET
Guenter Roeck60878bc2015-03-26 19:57:42 -0700400 | FEAT_TEMP_OLD_PECI | FEAT_FAN16_CONFIG | FEAT_PWM_FREQ2,
Guenter Roeck19529782012-12-19 22:17:02 +0100401 .old_peci_mask = 0x4,
Guenter Roeck483db432012-12-19 22:17:02 +0100402 },
403 [it8783] = {
404 .name = "it8783",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700405 .suffix = "E/F",
Guenter Roeck19529782012-12-19 22:17:02 +0100406 .features = FEAT_16BIT_FANS | FEAT_TEMP_OFFSET
Guenter Roeck60878bc2015-03-26 19:57:42 -0700407 | FEAT_TEMP_OLD_PECI | FEAT_FAN16_CONFIG | FEAT_PWM_FREQ2,
Guenter Roeck19529782012-12-19 22:17:02 +0100408 .old_peci_mask = 0x4,
Guenter Roeck483db432012-12-19 22:17:02 +0100409 },
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +0100410 [it8786] = {
411 .name = "it8786",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700412 .suffix = "E",
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +0100413 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck60878bc2015-03-26 19:57:42 -0700414 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_IN7_INTERNAL
415 | FEAT_PWM_FREQ2,
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +0100416 .peci_mask = 0x07,
417 },
Guenter Roeck4ee07152015-03-25 23:26:28 -0700418 [it8790] = {
419 .name = "it8790",
420 .suffix = "E",
421 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck60878bc2015-03-26 19:57:42 -0700422 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_IN7_INTERNAL
423 | FEAT_PWM_FREQ2,
Guenter Roeck4ee07152015-03-25 23:26:28 -0700424 .peci_mask = 0x07,
425 },
Rudolf Marekc145d5c2014-01-29 20:40:08 +0100426 [it8603] = {
427 .name = "it8603",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700428 .suffix = "E",
Rudolf Marekc145d5c2014-01-29 20:40:08 +0100429 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck73055402015-03-26 09:16:32 -0700430 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_IN7_INTERNAL
Guenter Roeck60878bc2015-03-26 19:57:42 -0700431 | FEAT_AVCC3 | FEAT_PWM_FREQ2,
Rudolf Marekc145d5c2014-01-29 20:40:08 +0100432 .peci_mask = 0x07,
433 },
Guenter Roeck3ba9d972015-02-13 20:13:20 -0800434 [it8620] = {
435 .name = "it8620",
436 .suffix = "E",
437 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeckfa3f70d2015-03-25 23:15:32 -0700438 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_SIX_FANS
Guenter Roeckcc18da72015-04-01 10:03:01 -0700439 | FEAT_IN7_INTERNAL | FEAT_SIX_PWM | FEAT_PWM_FREQ2
Guenter Roecka9eebd42017-02-08 13:51:16 -0800440 | FEAT_SIX_TEMP | FEAT_VIN3_5V,
Guenter Roeck3ba9d972015-02-13 20:13:20 -0800441 .peci_mask = 0x07,
442 },
Guenter Roeck8af1aba2017-02-08 13:52:57 -0800443 [it8622] = {
444 .name = "it8622",
445 .suffix = "E",
446 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
447 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_FIVE_FANS
Guenter Roeck638c1c02017-02-08 14:00:21 -0800448 | FEAT_FIVE_PWM | FEAT_IN7_INTERNAL | FEAT_PWM_FREQ2
449 | FEAT_AVCC3 | FEAT_VIN3_5V,
Guenter Roeck8af1aba2017-02-08 13:52:57 -0800450 .peci_mask = 0x07,
451 },
Guenter Roeck71a9c232016-01-18 00:35:58 -0800452 [it8628] = {
453 .name = "it8628",
454 .suffix = "E",
455 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
456 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_SIX_FANS
457 | FEAT_IN7_INTERNAL | FEAT_SIX_PWM | FEAT_PWM_FREQ2
Guenter Roecka9eebd42017-02-08 13:51:16 -0800458 | FEAT_SIX_TEMP | FEAT_VIN3_5V,
Guenter Roeck71a9c232016-01-18 00:35:58 -0800459 .peci_mask = 0x07,
460 },
Guenter Roeck483db432012-12-19 22:17:02 +0100461};
462
463#define has_16bit_fans(data) ((data)->features & FEAT_16BIT_FANS)
464#define has_12mv_adc(data) ((data)->features & FEAT_12MV_ADC)
Justin Maggardead80802015-08-05 12:53:08 -0700465#define has_10_9mv_adc(data) ((data)->features & FEAT_10_9MV_ADC)
Guenter Roeck483db432012-12-19 22:17:02 +0100466#define has_newer_autopwm(data) ((data)->features & FEAT_NEWER_AUTOPWM)
467#define has_old_autopwm(data) ((data)->features & FEAT_OLD_AUTOPWM)
468#define has_temp_offset(data) ((data)->features & FEAT_TEMP_OFFSET)
Guenter Roeck5d8d2f22012-12-19 22:17:02 +0100469#define has_temp_peci(data, nr) (((data)->features & FEAT_TEMP_PECI) && \
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700470 ((data)->peci_mask & BIT(nr)))
Guenter Roeck19529782012-12-19 22:17:02 +0100471#define has_temp_old_peci(data, nr) \
472 (((data)->features & FEAT_TEMP_OLD_PECI) && \
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700473 ((data)->old_peci_mask & BIT(nr)))
Guenter Roeck9faf28c2015-02-12 07:11:38 -0800474#define has_fan16_config(data) ((data)->features & FEAT_FAN16_CONFIG)
Guenter Roeckfa3f70d2015-03-25 23:15:32 -0700475#define has_five_fans(data) ((data)->features & (FEAT_FIVE_FANS | \
476 FEAT_SIX_FANS))
Guenter Roeck32dd7c402015-02-12 07:40:23 -0800477#define has_vid(data) ((data)->features & FEAT_VID)
Guenter Roeck7f5726c2015-03-26 08:49:18 -0700478#define has_in7_internal(data) ((data)->features & FEAT_IN7_INTERNAL)
Guenter Roeckfa3f70d2015-03-25 23:15:32 -0700479#define has_six_fans(data) ((data)->features & FEAT_SIX_FANS)
Guenter Roeck73055402015-03-26 09:16:32 -0700480#define has_avcc3(data) ((data)->features & FEAT_AVCC3)
Guenter Roeck638c1c02017-02-08 14:00:21 -0800481#define has_five_pwm(data) ((data)->features & (FEAT_FIVE_PWM \
482 | FEAT_SIX_PWM))
Guenter Roeck36c4d982015-03-26 18:18:19 -0700483#define has_six_pwm(data) ((data)->features & FEAT_SIX_PWM)
Guenter Roeck60878bc2015-03-26 19:57:42 -0700484#define has_pwm_freq2(data) ((data)->features & FEAT_PWM_FREQ2)
Guenter Roeckcc18da72015-04-01 10:03:01 -0700485#define has_six_temp(data) ((data)->features & FEAT_SIX_TEMP)
Guenter Roecka9eebd42017-02-08 13:51:16 -0800486#define has_vin3_5v(data) ((data)->features & FEAT_VIN3_5V)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487
corentin.labbeb74f3fd2007-06-13 20:27:36 +0200488struct it87_sio_data {
489 enum chips type;
490 /* Values read from Super-I/O config space */
Andrew Paprocki04751692008-08-06 22:41:06 +0200491 u8 revision;
corentin.labbeb74f3fd2007-06-13 20:27:36 +0200492 u8 vid_value;
Jean Delvared9b327c2010-03-05 22:17:17 +0100493 u8 beep_pin;
Jean Delvare738e5e02010-08-14 21:08:50 +0200494 u8 internal; /* Internal sensors can be labeled */
Jean Delvare591ec652009-12-09 20:35:48 +0100495 /* Features skipped based on config or DMI */
Guenter Roeck9172b5d2012-03-24 21:49:54 -0700496 u16 skip_in;
Jean Delvare895ff262009-12-09 20:35:47 +0100497 u8 skip_vid;
Jean Delvare591ec652009-12-09 20:35:48 +0100498 u8 skip_fan;
Jean Delvare98dd22c2008-10-09 15:33:58 +0200499 u8 skip_pwm;
Guenter Roeck4573acb2012-03-26 16:17:41 -0700500 u8 skip_temp;
corentin.labbeb74f3fd2007-06-13 20:27:36 +0200501};
502
Guenter Roeck4a0d71c2012-01-19 11:02:18 -0800503/*
504 * For each registered chip, we need to keep some data in memory.
505 * The structure is dynamically allocated.
506 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507struct it87_data {
Guenter Roeck8638d0a2015-03-30 11:13:49 -0700508 const struct attribute_group *groups[7];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 enum chips type;
Guenter Roeckaa8b1872016-08-09 22:09:19 -0700510 u32 features;
Guenter Roeck19529782012-12-19 22:17:02 +0100511 u8 peci_mask;
512 u8 old_peci_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513
corentin.labbeb74f3fd2007-06-13 20:27:36 +0200514 unsigned short addr;
515 const char *name;
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100516 struct mutex update_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517 char valid; /* !=0 if following fields are valid */
518 unsigned long last_updated; /* In jiffies */
519
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200520 u16 in_scaled; /* Internal voltage sensors are scaled */
Guenter Roeckd3766842013-03-30 15:47:21 -0700521 u16 in_internal; /* Bitfield, internal sensors (for labels) */
Guenter Roeck52929712013-03-30 14:00:08 -0700522 u16 has_in; /* Bitfield, voltage sensors enabled */
Guenter Roeck23100482015-04-02 08:23:45 -0700523 u8 in[NUM_VIN][3]; /* [nr][0]=in, [1]=min, [2]=max */
Jean Delvare9060f8b2006-08-28 14:24:17 +0200524 u8 has_fan; /* Bitfield, fans enabled */
Guenter Roeck23100482015-04-02 08:23:45 -0700525 u16 fan[NUM_FAN][2]; /* Register values, [nr][0]=fan, [1]=min */
Guenter Roeck4573acb2012-03-26 16:17:41 -0700526 u8 has_temp; /* Bitfield, temp sensors enabled */
Guenter Roeck23100482015-04-02 08:23:45 -0700527 s8 temp[NUM_TEMP][4]; /* [nr][0]=temp, [1]=min, [2]=max, [3]=offset */
Guenter Roeck19529782012-12-19 22:17:02 +0100528 u8 sensor; /* Register value (IT87_REG_TEMP_ENABLE) */
529 u8 extra; /* Register value (IT87_REG_TEMP_EXTRA) */
Guenter Roeck23100482015-04-02 08:23:45 -0700530 u8 fan_div[NUM_FAN_DIV];/* Register encoding, shifted right */
Guenter Roeckd3766842013-03-30 15:47:21 -0700531 bool has_vid; /* True if VID supported */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532 u8 vid; /* Register encoding, combined */
Jean Delvarea7be58a2005-12-18 16:40:14 +0100533 u8 vrm;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534 u32 alarms; /* Register encoding, combined */
Guenter Roeck52929712013-03-30 14:00:08 -0700535 bool has_beep; /* true if beep supported */
Jean Delvared9b327c2010-03-05 22:17:17 +0100536 u8 beeps; /* Register encoding */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537 u8 fan_main_ctrl; /* Register value */
Jean Delvaref8d0c192007-02-14 21:15:02 +0100538 u8 fan_ctl; /* Register value */
Jean Delvareb99883d2010-03-05 22:17:15 +0100539
Guenter Roeck4a0d71c2012-01-19 11:02:18 -0800540 /*
541 * The following 3 arrays correspond to the same registers up to
Jean Delvare6229cdb2010-12-08 16:27:22 +0100542 * the IT8720F. The meaning of bits 6-0 depends on the value of bit
543 * 7, and we want to preserve settings on mode changes, so we have
544 * to track all values separately.
545 * Starting with the IT8721F, the manual PWM duty cycles are stored
546 * in separate registers (8-bit values), so the separate tracking
547 * is no longer needed, but it is still done to keep the driver
Guenter Roeck4a0d71c2012-01-19 11:02:18 -0800548 * simple.
549 */
Guenter Roeck5c391262013-03-30 15:02:12 -0700550 u8 has_pwm; /* Bitfield, pwm control enabled */
Guenter Roeck23100482015-04-02 08:23:45 -0700551 u8 pwm_ctrl[NUM_PWM]; /* Register value */
552 u8 pwm_duty[NUM_PWM]; /* Manual PWM value set by user */
553 u8 pwm_temp_map[NUM_PWM];/* PWM to temp. chan. mapping (bits 1-0) */
Jean Delvare4f3f51b2010-03-05 22:17:21 +0100554
555 /* Automatic fan speed control registers */
Guenter Roeck23100482015-04-02 08:23:45 -0700556 u8 auto_pwm[NUM_AUTO_PWM][4]; /* [nr][3] is hard-coded */
557 s8 auto_temp[NUM_AUTO_PWM][5]; /* [nr][0] is point1_temp_hyst */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558};
559
Guenter Roeck0531d982012-03-02 11:46:44 -0800560static int adc_lsb(const struct it87_data *data, int nr)
561{
Justin Maggardead80802015-08-05 12:53:08 -0700562 int lsb;
563
564 if (has_12mv_adc(data))
565 lsb = 120;
566 else if (has_10_9mv_adc(data))
567 lsb = 109;
568 else
569 lsb = 160;
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700570 if (data->in_scaled & BIT(nr))
Guenter Roeck0531d982012-03-02 11:46:44 -0800571 lsb <<= 1;
572 return lsb;
573}
574
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200575static u8 in_to_reg(const struct it87_data *data, int nr, long val)
576{
Justin Maggardead80802015-08-05 12:53:08 -0700577 val = DIV_ROUND_CLOSEST(val * 10, adc_lsb(data, nr));
Guenter Roeck2a844c12013-01-09 08:09:34 -0800578 return clamp_val(val, 0, 255);
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200579}
580
581static int in_from_reg(const struct it87_data *data, int nr, int val)
582{
Justin Maggardead80802015-08-05 12:53:08 -0700583 return DIV_ROUND_CLOSEST(val * adc_lsb(data, nr), 10);
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200584}
Jean Delvare0df6454d2010-10-28 20:31:51 +0200585
586static inline u8 FAN_TO_REG(long rpm, int div)
587{
588 if (rpm == 0)
589 return 255;
Guenter Roeck2a844c12013-01-09 08:09:34 -0800590 rpm = clamp_val(rpm, 1, 1000000);
591 return clamp_val((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
Jean Delvare0df6454d2010-10-28 20:31:51 +0200592}
593
594static inline u16 FAN16_TO_REG(long rpm)
595{
596 if (rpm == 0)
597 return 0xffff;
Guenter Roeck2a844c12013-01-09 08:09:34 -0800598 return clamp_val((1350000 + rpm) / (rpm * 2), 1, 0xfffe);
Jean Delvare0df6454d2010-10-28 20:31:51 +0200599}
600
601#define FAN_FROM_REG(val, div) ((val) == 0 ? -1 : (val) == 255 ? 0 : \
602 1350000 / ((val) * (div)))
603/* The divider is fixed to 2 in 16-bit mode */
604#define FAN16_FROM_REG(val) ((val) == 0 ? -1 : (val) == 0xffff ? 0 : \
605 1350000 / ((val) * 2))
606
Guenter Roeck2a844c12013-01-09 08:09:34 -0800607#define TEMP_TO_REG(val) (clamp_val(((val) < 0 ? (((val) - 500) / 1000) : \
608 ((val) + 500) / 1000), -128, 127))
Jean Delvare0df6454d2010-10-28 20:31:51 +0200609#define TEMP_FROM_REG(val) ((val) * 1000)
610
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200611static u8 pwm_to_reg(const struct it87_data *data, long val)
612{
Jean Delvare16b5dda2012-01-16 22:51:48 +0100613 if (has_newer_autopwm(data))
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200614 return val;
615 else
616 return val >> 1;
617}
618
619static int pwm_from_reg(const struct it87_data *data, u8 reg)
620{
Jean Delvare16b5dda2012-01-16 22:51:48 +0100621 if (has_newer_autopwm(data))
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200622 return reg;
623 else
624 return (reg & 0x7f) << 1;
625}
626
Jean Delvare0df6454d2010-10-28 20:31:51 +0200627static int DIV_TO_REG(int val)
628{
629 int answer = 0;
Guenter Roeckc9620242015-04-04 09:05:57 -0700630
Jean Delvare0df6454d2010-10-28 20:31:51 +0200631 while (answer < 7 && (val >>= 1))
632 answer++;
633 return answer;
634}
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700635
636#define DIV_FROM_REG(val) BIT(val)
Jean Delvare0df6454d2010-10-28 20:31:51 +0200637
Guenter Roeckf56c9c02015-03-26 20:01:24 -0700638/*
639 * PWM base frequencies. The frequency has to be divided by either 128 or 256,
640 * depending on the chip type, to calculate the actual PWM frequency.
641 *
642 * Some of the chip datasheets suggest a base frequency of 51 kHz instead
643 * of 750 kHz for the slowest base frequency, resulting in a PWM frequency
644 * of 200 Hz. Sometimes both PWM frequency select registers are affected,
645 * sometimes just one. It is unknown if this is a datasheet error or real,
646 * so this is ignored for now.
647 */
Jean Delvare0df6454d2010-10-28 20:31:51 +0200648static const unsigned int pwm_freq[8] = {
Guenter Roeckf56c9c02015-03-26 20:01:24 -0700649 48000000,
650 24000000,
651 12000000,
652 8000000,
653 6000000,
654 3000000,
655 1500000,
656 750000,
Jean Delvare0df6454d2010-10-28 20:31:51 +0200657};
658
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700659/*
660 * Must be called with data->update_lock held, except during initialization.
661 * We ignore the IT87 BUSY flag at this moment - it could lead to deadlocks,
662 * would slow down the IT87 access and should not be necessary.
663 */
664static int it87_read_value(struct it87_data *data, u8 reg)
665{
666 outb_p(reg, data->addr + IT87_ADDR_REG_OFFSET);
667 return inb_p(data->addr + IT87_DATA_REG_OFFSET);
668}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700670/*
671 * Must be called with data->update_lock held, except during initialization.
672 * We ignore the IT87 BUSY flag at this moment - it could lead to deadlocks,
673 * would slow down the IT87 access and should not be necessary.
674 */
675static void it87_write_value(struct it87_data *data, u8 reg, u8 value)
676{
677 outb_p(reg, data->addr + IT87_ADDR_REG_OFFSET);
678 outb_p(value, data->addr + IT87_DATA_REG_OFFSET);
679}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700681static void it87_update_pwm_ctrl(struct it87_data *data, int nr)
682{
683 data->pwm_ctrl[nr] = it87_read_value(data, IT87_REG_PWM[nr]);
684 if (has_newer_autopwm(data)) {
Guenter Roeck0624d862015-04-06 21:04:18 -0700685 data->pwm_temp_map[nr] = data->pwm_ctrl[nr] & 0x03;
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700686 data->pwm_duty[nr] = it87_read_value(data,
687 IT87_REG_PWM_DUTY[nr]);
688 } else {
689 if (data->pwm_ctrl[nr] & 0x80) /* Automatic mode */
690 data->pwm_temp_map[nr] = data->pwm_ctrl[nr] & 0x03;
691 else /* Manual mode */
692 data->pwm_duty[nr] = data->pwm_ctrl[nr] & 0x7f;
693 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700695 if (has_old_autopwm(data)) {
696 int i;
697
698 for (i = 0; i < 5 ; i++)
699 data->auto_temp[nr][i] = it87_read_value(data,
700 IT87_REG_AUTO_TEMP(nr, i));
701 for (i = 0; i < 3 ; i++)
702 data->auto_pwm[nr][i] = it87_read_value(data,
703 IT87_REG_AUTO_PWM(nr, i));
Guenter Roeck2cbb9c32015-04-05 11:53:29 -0700704 } else if (has_newer_autopwm(data)) {
705 int i;
706
707 /*
708 * 0: temperature hysteresis (base + 5)
709 * 1: fan off temperature (base + 0)
710 * 2: fan start temperature (base + 1)
711 * 3: fan max temperature (base + 2)
712 */
713 data->auto_temp[nr][0] =
714 it87_read_value(data, IT87_REG_AUTO_TEMP(nr, 5));
715
716 for (i = 0; i < 3 ; i++)
717 data->auto_temp[nr][i + 1] =
718 it87_read_value(data,
719 IT87_REG_AUTO_TEMP(nr, i));
720 /*
721 * 0: start pwm value (base + 3)
722 * 1: pwm slope (base + 4, 1/8th pwm)
723 */
724 data->auto_pwm[nr][0] =
725 it87_read_value(data, IT87_REG_AUTO_TEMP(nr, 3));
726 data->auto_pwm[nr][1] =
727 it87_read_value(data, IT87_REG_AUTO_TEMP(nr, 4));
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700728 }
729}
730
731static struct it87_data *it87_update_device(struct device *dev)
732{
733 struct it87_data *data = dev_get_drvdata(dev);
734 int i;
735
736 mutex_lock(&data->update_lock);
737
Guenter Roeckc9620242015-04-04 09:05:57 -0700738 if (time_after(jiffies, data->last_updated + HZ + HZ / 2) ||
739 !data->valid) {
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700740 if (update_vbat) {
741 /*
742 * Cleared after each update, so reenable. Value
743 * returned by this read will be previous value
744 */
745 it87_write_value(data, IT87_REG_CONFIG,
746 it87_read_value(data, IT87_REG_CONFIG) | 0x40);
747 }
Guenter Roeck23100482015-04-02 08:23:45 -0700748 for (i = 0; i < NUM_VIN; i++) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700749 if (!(data->has_in & BIT(i)))
Guenter Roeck559313c2015-04-01 10:15:38 -0700750 continue;
751
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700752 data->in[i][0] =
Guenter Roeck559313c2015-04-01 10:15:38 -0700753 it87_read_value(data, IT87_REG_VIN[i]);
754
755 /* VBAT and AVCC don't have limit registers */
Guenter Roeck23100482015-04-02 08:23:45 -0700756 if (i >= NUM_VIN_LIMIT)
Guenter Roeck559313c2015-04-01 10:15:38 -0700757 continue;
758
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700759 data->in[i][1] =
760 it87_read_value(data, IT87_REG_VIN_MIN(i));
761 data->in[i][2] =
762 it87_read_value(data, IT87_REG_VIN_MAX(i));
763 }
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700764
Guenter Roeck23100482015-04-02 08:23:45 -0700765 for (i = 0; i < NUM_FAN; i++) {
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700766 /* Skip disabled fans */
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700767 if (!(data->has_fan & BIT(i)))
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700768 continue;
769
770 data->fan[i][1] =
771 it87_read_value(data, IT87_REG_FAN_MIN[i]);
772 data->fan[i][0] = it87_read_value(data,
773 IT87_REG_FAN[i]);
774 /* Add high byte if in 16-bit mode */
775 if (has_16bit_fans(data)) {
776 data->fan[i][0] |= it87_read_value(data,
777 IT87_REG_FANX[i]) << 8;
778 data->fan[i][1] |= it87_read_value(data,
779 IT87_REG_FANX_MIN[i]) << 8;
780 }
781 }
Guenter Roeck23100482015-04-02 08:23:45 -0700782 for (i = 0; i < NUM_TEMP; i++) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700783 if (!(data->has_temp & BIT(i)))
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700784 continue;
785 data->temp[i][0] =
786 it87_read_value(data, IT87_REG_TEMP(i));
Guenter Roeckcc18da72015-04-01 10:03:01 -0700787
Guenter Roeck23100482015-04-02 08:23:45 -0700788 if (has_temp_offset(data) && i < NUM_TEMP_OFFSET)
789 data->temp[i][3] =
790 it87_read_value(data,
791 IT87_REG_TEMP_OFFSET[i]);
792
793 if (i >= NUM_TEMP_LIMIT)
Guenter Roeckcc18da72015-04-01 10:03:01 -0700794 continue;
795
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700796 data->temp[i][1] =
797 it87_read_value(data, IT87_REG_TEMP_LOW(i));
798 data->temp[i][2] =
799 it87_read_value(data, IT87_REG_TEMP_HIGH(i));
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700800 }
801
802 /* Newer chips don't have clock dividers */
803 if ((data->has_fan & 0x07) && !has_16bit_fans(data)) {
804 i = it87_read_value(data, IT87_REG_FAN_DIV);
805 data->fan_div[0] = i & 0x07;
806 data->fan_div[1] = (i >> 3) & 0x07;
807 data->fan_div[2] = (i & 0x40) ? 3 : 1;
808 }
809
810 data->alarms =
811 it87_read_value(data, IT87_REG_ALARM1) |
812 (it87_read_value(data, IT87_REG_ALARM2) << 8) |
813 (it87_read_value(data, IT87_REG_ALARM3) << 16);
814 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE);
815
816 data->fan_main_ctrl = it87_read_value(data,
817 IT87_REG_FAN_MAIN_CTRL);
818 data->fan_ctl = it87_read_value(data, IT87_REG_FAN_CTL);
Guenter Roeck0624d862015-04-06 21:04:18 -0700819 for (i = 0; i < NUM_PWM; i++) {
820 if (!(data->has_pwm & BIT(i)))
821 continue;
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700822 it87_update_pwm_ctrl(data, i);
Guenter Roeck0624d862015-04-06 21:04:18 -0700823 }
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700824
825 data->sensor = it87_read_value(data, IT87_REG_TEMP_ENABLE);
826 data->extra = it87_read_value(data, IT87_REG_TEMP_EXTRA);
827 /*
828 * The IT8705F does not have VID capability.
829 * The IT8718F and later don't use IT87_REG_VID for the
830 * same purpose.
831 */
832 if (data->type == it8712 || data->type == it8716) {
833 data->vid = it87_read_value(data, IT87_REG_VID);
834 /*
835 * The older IT8712F revisions had only 5 VID pins,
836 * but we assume it is always safe to read 6 bits.
837 */
838 data->vid &= 0x3f;
839 }
840 data->last_updated = jiffies;
841 data->valid = 1;
842 }
843
844 mutex_unlock(&data->update_lock);
845
846 return data;
847}
Jean Delvarefde09502005-07-19 23:51:07 +0200848
Jean Delvare20ad93d2005-06-05 11:53:25 +0200849static ssize_t show_in(struct device *dev, struct device_attribute *attr,
Guenter Roeck929c6a52012-12-19 22:17:00 +0100850 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851{
Guenter Roeck929c6a52012-12-19 22:17:00 +0100852 struct sensor_device_attribute_2 *sattr = to_sensor_dev_attr_2(attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853 struct it87_data *data = it87_update_device(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -0700854 int index = sattr->index;
855 int nr = sattr->nr;
856
Guenter Roeck929c6a52012-12-19 22:17:00 +0100857 return sprintf(buf, "%d\n", in_from_reg(data, nr, data->in[nr][index]));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858}
859
Guenter Roeck929c6a52012-12-19 22:17:00 +0100860static ssize_t set_in(struct device *dev, struct device_attribute *attr,
861 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700862{
Guenter Roeck929c6a52012-12-19 22:17:00 +0100863 struct sensor_device_attribute_2 *sattr = to_sensor_dev_attr_2(attr);
corentin.labbeb74f3fd2007-06-13 20:27:36 +0200864 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -0700865 int index = sattr->index;
866 int nr = sattr->nr;
Jean Delvaref5f64502010-03-05 22:17:19 +0100867 unsigned long val;
868
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +0100869 if (kstrtoul(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +0100870 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700871
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100872 mutex_lock(&data->update_lock);
Guenter Roeck929c6a52012-12-19 22:17:00 +0100873 data->in[nr][index] = in_to_reg(data, nr, val);
874 it87_write_value(data,
875 index == 1 ? IT87_REG_VIN_MIN(nr)
876 : IT87_REG_VIN_MAX(nr),
877 data->in[nr][index]);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100878 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879 return count;
880}
881
Guenter Roeck929c6a52012-12-19 22:17:00 +0100882static SENSOR_DEVICE_ATTR_2(in0_input, S_IRUGO, show_in, NULL, 0, 0);
883static SENSOR_DEVICE_ATTR_2(in0_min, S_IRUGO | S_IWUSR, show_in, set_in,
884 0, 1);
885static SENSOR_DEVICE_ATTR_2(in0_max, S_IRUGO | S_IWUSR, show_in, set_in,
886 0, 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887
Guenter Roeck929c6a52012-12-19 22:17:00 +0100888static SENSOR_DEVICE_ATTR_2(in1_input, S_IRUGO, show_in, NULL, 1, 0);
889static SENSOR_DEVICE_ATTR_2(in1_min, S_IRUGO | S_IWUSR, show_in, set_in,
890 1, 1);
891static SENSOR_DEVICE_ATTR_2(in1_max, S_IRUGO | S_IWUSR, show_in, set_in,
892 1, 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893
Guenter Roeck929c6a52012-12-19 22:17:00 +0100894static SENSOR_DEVICE_ATTR_2(in2_input, S_IRUGO, show_in, NULL, 2, 0);
895static SENSOR_DEVICE_ATTR_2(in2_min, S_IRUGO | S_IWUSR, show_in, set_in,
896 2, 1);
897static SENSOR_DEVICE_ATTR_2(in2_max, S_IRUGO | S_IWUSR, show_in, set_in,
898 2, 2);
899
900static SENSOR_DEVICE_ATTR_2(in3_input, S_IRUGO, show_in, NULL, 3, 0);
901static SENSOR_DEVICE_ATTR_2(in3_min, S_IRUGO | S_IWUSR, show_in, set_in,
902 3, 1);
903static SENSOR_DEVICE_ATTR_2(in3_max, S_IRUGO | S_IWUSR, show_in, set_in,
904 3, 2);
905
906static SENSOR_DEVICE_ATTR_2(in4_input, S_IRUGO, show_in, NULL, 4, 0);
907static SENSOR_DEVICE_ATTR_2(in4_min, S_IRUGO | S_IWUSR, show_in, set_in,
908 4, 1);
909static SENSOR_DEVICE_ATTR_2(in4_max, S_IRUGO | S_IWUSR, show_in, set_in,
910 4, 2);
911
912static SENSOR_DEVICE_ATTR_2(in5_input, S_IRUGO, show_in, NULL, 5, 0);
913static SENSOR_DEVICE_ATTR_2(in5_min, S_IRUGO | S_IWUSR, show_in, set_in,
914 5, 1);
915static SENSOR_DEVICE_ATTR_2(in5_max, S_IRUGO | S_IWUSR, show_in, set_in,
916 5, 2);
917
918static SENSOR_DEVICE_ATTR_2(in6_input, S_IRUGO, show_in, NULL, 6, 0);
919static SENSOR_DEVICE_ATTR_2(in6_min, S_IRUGO | S_IWUSR, show_in, set_in,
920 6, 1);
921static SENSOR_DEVICE_ATTR_2(in6_max, S_IRUGO | S_IWUSR, show_in, set_in,
922 6, 2);
923
924static SENSOR_DEVICE_ATTR_2(in7_input, S_IRUGO, show_in, NULL, 7, 0);
925static SENSOR_DEVICE_ATTR_2(in7_min, S_IRUGO | S_IWUSR, show_in, set_in,
926 7, 1);
927static SENSOR_DEVICE_ATTR_2(in7_max, S_IRUGO | S_IWUSR, show_in, set_in,
928 7, 2);
929
930static SENSOR_DEVICE_ATTR_2(in8_input, S_IRUGO, show_in, NULL, 8, 0);
Rudolf Marekc145d5c2014-01-29 20:40:08 +0100931static SENSOR_DEVICE_ATTR_2(in9_input, S_IRUGO, show_in, NULL, 9, 0);
Guenter Roeckf838aa22015-04-01 20:09:36 -0700932static SENSOR_DEVICE_ATTR_2(in10_input, S_IRUGO, show_in, NULL, 10, 0);
933static SENSOR_DEVICE_ATTR_2(in11_input, S_IRUGO, show_in, NULL, 11, 0);
934static SENSOR_DEVICE_ATTR_2(in12_input, S_IRUGO, show_in, NULL, 12, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700935
Guenter Roeckcc18da72015-04-01 10:03:01 -0700936/* Up to 6 temperatures */
Jean Delvare20ad93d2005-06-05 11:53:25 +0200937static ssize_t show_temp(struct device *dev, struct device_attribute *attr,
Guenter Roeck60ca3852012-12-19 22:17:00 +0100938 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939{
Guenter Roeck60ca3852012-12-19 22:17:00 +0100940 struct sensor_device_attribute_2 *sattr = to_sensor_dev_attr_2(attr);
941 int nr = sattr->nr;
942 int index = sattr->index;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943 struct it87_data *data = it87_update_device(dev);
Jean Delvare20ad93d2005-06-05 11:53:25 +0200944
Guenter Roeck60ca3852012-12-19 22:17:00 +0100945 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp[nr][index]));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946}
Jean Delvare20ad93d2005-06-05 11:53:25 +0200947
Guenter Roeck60ca3852012-12-19 22:17:00 +0100948static ssize_t set_temp(struct device *dev, struct device_attribute *attr,
949 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700950{
Guenter Roeck60ca3852012-12-19 22:17:00 +0100951 struct sensor_device_attribute_2 *sattr = to_sensor_dev_attr_2(attr);
952 int nr = sattr->nr;
953 int index = sattr->index;
corentin.labbeb74f3fd2007-06-13 20:27:36 +0200954 struct it87_data *data = dev_get_drvdata(dev);
Jean Delvaref5f64502010-03-05 22:17:19 +0100955 long val;
Guenter Roeck161d8982012-12-19 22:17:01 +0100956 u8 reg, regval;
Jean Delvaref5f64502010-03-05 22:17:19 +0100957
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +0100958 if (kstrtol(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +0100959 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100961 mutex_lock(&data->update_lock);
Guenter Roeck161d8982012-12-19 22:17:01 +0100962
963 switch (index) {
964 default:
965 case 1:
966 reg = IT87_REG_TEMP_LOW(nr);
967 break;
968 case 2:
969 reg = IT87_REG_TEMP_HIGH(nr);
970 break;
971 case 3:
972 regval = it87_read_value(data, IT87_REG_BEEP_ENABLE);
973 if (!(regval & 0x80)) {
974 regval |= 0x80;
975 it87_write_value(data, IT87_REG_BEEP_ENABLE, regval);
976 }
977 data->valid = 0;
978 reg = IT87_REG_TEMP_OFFSET[nr];
979 break;
980 }
981
Guenter Roeck60ca3852012-12-19 22:17:00 +0100982 data->temp[nr][index] = TEMP_TO_REG(val);
Guenter Roeck161d8982012-12-19 22:17:01 +0100983 it87_write_value(data, reg, data->temp[nr][index]);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100984 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985 return count;
986}
Jean Delvare20ad93d2005-06-05 11:53:25 +0200987
Guenter Roeck60ca3852012-12-19 22:17:00 +0100988static SENSOR_DEVICE_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 0);
989static SENSOR_DEVICE_ATTR_2(temp1_min, S_IRUGO | S_IWUSR, show_temp, set_temp,
990 0, 1);
991static SENSOR_DEVICE_ATTR_2(temp1_max, S_IRUGO | S_IWUSR, show_temp, set_temp,
992 0, 2);
Guenter Roeck161d8982012-12-19 22:17:01 +0100993static SENSOR_DEVICE_ATTR_2(temp1_offset, S_IRUGO | S_IWUSR, show_temp,
994 set_temp, 0, 3);
Guenter Roeck60ca3852012-12-19 22:17:00 +0100995static SENSOR_DEVICE_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 1, 0);
996static SENSOR_DEVICE_ATTR_2(temp2_min, S_IRUGO | S_IWUSR, show_temp, set_temp,
997 1, 1);
998static SENSOR_DEVICE_ATTR_2(temp2_max, S_IRUGO | S_IWUSR, show_temp, set_temp,
999 1, 2);
Guenter Roeck161d8982012-12-19 22:17:01 +01001000static SENSOR_DEVICE_ATTR_2(temp2_offset, S_IRUGO | S_IWUSR, show_temp,
1001 set_temp, 1, 3);
Guenter Roeck60ca3852012-12-19 22:17:00 +01001002static SENSOR_DEVICE_ATTR_2(temp3_input, S_IRUGO, show_temp, NULL, 2, 0);
1003static SENSOR_DEVICE_ATTR_2(temp3_min, S_IRUGO | S_IWUSR, show_temp, set_temp,
1004 2, 1);
1005static SENSOR_DEVICE_ATTR_2(temp3_max, S_IRUGO | S_IWUSR, show_temp, set_temp,
1006 2, 2);
Guenter Roeck161d8982012-12-19 22:17:01 +01001007static SENSOR_DEVICE_ATTR_2(temp3_offset, S_IRUGO | S_IWUSR, show_temp,
1008 set_temp, 2, 3);
Guenter Roeckcc18da72015-04-01 10:03:01 -07001009static SENSOR_DEVICE_ATTR_2(temp4_input, S_IRUGO, show_temp, NULL, 3, 0);
1010static SENSOR_DEVICE_ATTR_2(temp5_input, S_IRUGO, show_temp, NULL, 4, 0);
1011static SENSOR_DEVICE_ATTR_2(temp6_input, S_IRUGO, show_temp, NULL, 5, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012
Guenter Roeck2cece012012-12-19 22:17:01 +01001013static ssize_t show_temp_type(struct device *dev, struct device_attribute *attr,
1014 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001016 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
1017 int nr = sensor_attr->index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001018 struct it87_data *data = it87_update_device(dev);
Guenter Roeck4a0d71c2012-01-19 11:02:18 -08001019 u8 reg = data->sensor; /* In case value is updated while used */
Guenter Roeck19529782012-12-19 22:17:02 +01001020 u8 extra = data->extra;
Jean Delvare5f2dc792010-03-05 22:17:18 +01001021
Guenter Roeckc9620242015-04-04 09:05:57 -07001022 if ((has_temp_peci(data, nr) && (reg >> 6 == nr + 1)) ||
1023 (has_temp_old_peci(data, nr) && (extra & 0x80)))
Guenter Roeck5d8d2f22012-12-19 22:17:02 +01001024 return sprintf(buf, "6\n"); /* Intel PECI */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025 if (reg & (1 << nr))
1026 return sprintf(buf, "3\n"); /* thermal diode */
1027 if (reg & (8 << nr))
Jean Delvare4ed10772008-10-17 17:51:16 +02001028 return sprintf(buf, "4\n"); /* thermistor */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001029 return sprintf(buf, "0\n"); /* disabled */
1030}
Guenter Roeck2cece012012-12-19 22:17:01 +01001031
1032static ssize_t set_temp_type(struct device *dev, struct device_attribute *attr,
1033 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001035 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
1036 int nr = sensor_attr->index;
1037
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001038 struct it87_data *data = dev_get_drvdata(dev);
Jean Delvaref5f64502010-03-05 22:17:19 +01001039 long val;
Guenter Roeck19529782012-12-19 22:17:02 +01001040 u8 reg, extra;
Jean Delvaref5f64502010-03-05 22:17:19 +01001041
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001042 if (kstrtol(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +01001043 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044
Jean Delvare8acf07c2010-04-14 16:14:09 +02001045 reg = it87_read_value(data, IT87_REG_TEMP_ENABLE);
1046 reg &= ~(1 << nr);
1047 reg &= ~(8 << nr);
Guenter Roeck5d8d2f22012-12-19 22:17:02 +01001048 if (has_temp_peci(data, nr) && (reg >> 6 == nr + 1 || val == 6))
1049 reg &= 0x3f;
Guenter Roeck19529782012-12-19 22:17:02 +01001050 extra = it87_read_value(data, IT87_REG_TEMP_EXTRA);
1051 if (has_temp_old_peci(data, nr) && ((extra & 0x80) || val == 6))
1052 extra &= 0x7f;
Jean Delvare4ed10772008-10-17 17:51:16 +02001053 if (val == 2) { /* backwards compatibility */
Guenter Roeck1d9bcf62012-12-19 22:17:01 +01001054 dev_warn(dev,
1055 "Sensor type 2 is deprecated, please use 4 instead\n");
Jean Delvare4ed10772008-10-17 17:51:16 +02001056 val = 4;
1057 }
Guenter Roeck5d8d2f22012-12-19 22:17:02 +01001058 /* 3 = thermal diode; 4 = thermistor; 6 = Intel PECI; 0 = disabled */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059 if (val == 3)
Jean Delvare8acf07c2010-04-14 16:14:09 +02001060 reg |= 1 << nr;
Jean Delvare4ed10772008-10-17 17:51:16 +02001061 else if (val == 4)
Jean Delvare8acf07c2010-04-14 16:14:09 +02001062 reg |= 8 << nr;
Guenter Roeck5d8d2f22012-12-19 22:17:02 +01001063 else if (has_temp_peci(data, nr) && val == 6)
1064 reg |= (nr + 1) << 6;
Guenter Roeck19529782012-12-19 22:17:02 +01001065 else if (has_temp_old_peci(data, nr) && val == 6)
1066 extra |= 0x80;
Jean Delvare8acf07c2010-04-14 16:14:09 +02001067 else if (val != 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001068 return -EINVAL;
Jean Delvare8acf07c2010-04-14 16:14:09 +02001069
1070 mutex_lock(&data->update_lock);
1071 data->sensor = reg;
Guenter Roeck19529782012-12-19 22:17:02 +01001072 data->extra = extra;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001073 it87_write_value(data, IT87_REG_TEMP_ENABLE, data->sensor);
Guenter Roeck19529782012-12-19 22:17:02 +01001074 if (has_temp_old_peci(data, nr))
1075 it87_write_value(data, IT87_REG_TEMP_EXTRA, data->extra);
Jean Delvare2b3d1d82010-04-14 16:14:10 +02001076 data->valid = 0; /* Force cache refresh */
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001077 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001078 return count;
1079}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080
Guenter Roeck2cece012012-12-19 22:17:01 +01001081static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO | S_IWUSR, show_temp_type,
1082 set_temp_type, 0);
1083static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO | S_IWUSR, show_temp_type,
1084 set_temp_type, 1);
1085static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO | S_IWUSR, show_temp_type,
1086 set_temp_type, 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087
Guenter Roeckf1bbe612015-04-05 13:16:54 -07001088/* 6 Fans */
Jean Delvareb99883d2010-03-05 22:17:15 +01001089
1090static int pwm_mode(const struct it87_data *data, int nr)
1091{
Guenter Roeckf1bbe612015-04-05 13:16:54 -07001092 if (data->type != it8603 && nr < 3 && !(data->fan_main_ctrl & BIT(nr)))
1093 return 0; /* Full speed */
1094 if (data->pwm_ctrl[nr] & 0x80)
1095 return 2; /* Automatic mode */
1096 if ((data->type == it8603 || nr >= 3) &&
1097 data->pwm_duty[nr] == pwm_to_reg(data, 0xff))
1098 return 0; /* Full speed */
Jean Delvareb99883d2010-03-05 22:17:15 +01001099
Guenter Roeckf1bbe612015-04-05 13:16:54 -07001100 return 1; /* Manual mode */
Jean Delvareb99883d2010-03-05 22:17:15 +01001101}
1102
Jean Delvare20ad93d2005-06-05 11:53:25 +02001103static ssize_t show_fan(struct device *dev, struct device_attribute *attr,
Guenter Roecke1169ba2012-12-19 22:17:01 +01001104 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105{
Guenter Roecke1169ba2012-12-19 22:17:01 +01001106 struct sensor_device_attribute_2 *sattr = to_sensor_dev_attr_2(attr);
1107 int nr = sattr->nr;
1108 int index = sattr->index;
1109 int speed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110 struct it87_data *data = it87_update_device(dev);
Jean Delvare20ad93d2005-06-05 11:53:25 +02001111
Guenter Roecke1169ba2012-12-19 22:17:01 +01001112 speed = has_16bit_fans(data) ?
1113 FAN16_FROM_REG(data->fan[nr][index]) :
1114 FAN_FROM_REG(data->fan[nr][index],
1115 DIV_FROM_REG(data->fan_div[nr]));
1116 return sprintf(buf, "%d\n", speed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117}
Guenter Roecke1169ba2012-12-19 22:17:01 +01001118
Jean Delvare20ad93d2005-06-05 11:53:25 +02001119static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001120 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001122 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
Guenter Roeckc9620242015-04-04 09:05:57 -07001123 struct it87_data *data = it87_update_device(dev);
Jean Delvare20ad93d2005-06-05 11:53:25 +02001124 int nr = sensor_attr->index;
1125
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001126 return sprintf(buf, "%lu\n", DIV_FROM_REG(data->fan_div[nr]));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127}
Guenter Roeckc9620242015-04-04 09:05:57 -07001128
Jean Delvare5f2dc792010-03-05 22:17:18 +01001129static ssize_t show_pwm_enable(struct device *dev,
Guenter Roeckc9620242015-04-04 09:05:57 -07001130 struct device_attribute *attr, char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001132 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
Guenter Roeckc9620242015-04-04 09:05:57 -07001133 struct it87_data *data = it87_update_device(dev);
Jean Delvare20ad93d2005-06-05 11:53:25 +02001134 int nr = sensor_attr->index;
1135
Jean Delvareb99883d2010-03-05 22:17:15 +01001136 return sprintf(buf, "%d\n", pwm_mode(data, nr));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001137}
Guenter Roeckc9620242015-04-04 09:05:57 -07001138
Jean Delvare20ad93d2005-06-05 11:53:25 +02001139static ssize_t show_pwm(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001140 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001142 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
Guenter Roeckc9620242015-04-04 09:05:57 -07001143 struct it87_data *data = it87_update_device(dev);
Jean Delvare20ad93d2005-06-05 11:53:25 +02001144 int nr = sensor_attr->index;
1145
Jean Delvare44c1bcd2010-10-28 20:31:51 +02001146 return sprintf(buf, "%d\n",
1147 pwm_from_reg(data, data->pwm_duty[nr]));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148}
Guenter Roeckc9620242015-04-04 09:05:57 -07001149
Jean Delvaref8d0c192007-02-14 21:15:02 +01001150static ssize_t show_pwm_freq(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001151 char *buf)
Jean Delvaref8d0c192007-02-14 21:15:02 +01001152{
Guenter Roeck60878bc2015-03-26 19:57:42 -07001153 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
Jean Delvaref8d0c192007-02-14 21:15:02 +01001154 struct it87_data *data = it87_update_device(dev);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001155 int nr = sensor_attr->index;
Guenter Roeckf56c9c02015-03-26 20:01:24 -07001156 unsigned int freq;
Guenter Roeck60878bc2015-03-26 19:57:42 -07001157 int index;
1158
1159 if (has_pwm_freq2(data) && nr == 1)
1160 index = (data->extra >> 4) & 0x07;
1161 else
1162 index = (data->fan_ctl >> 4) & 0x07;
Jean Delvaref8d0c192007-02-14 21:15:02 +01001163
Guenter Roeckf56c9c02015-03-26 20:01:24 -07001164 freq = pwm_freq[index] / (has_newer_autopwm(data) ? 256 : 128);
1165
1166 return sprintf(buf, "%u\n", freq);
Jean Delvaref8d0c192007-02-14 21:15:02 +01001167}
Guenter Roecke1169ba2012-12-19 22:17:01 +01001168
1169static ssize_t set_fan(struct device *dev, struct device_attribute *attr,
1170 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171{
Guenter Roecke1169ba2012-12-19 22:17:01 +01001172 struct sensor_device_attribute_2 *sattr = to_sensor_dev_attr_2(attr);
1173 int nr = sattr->nr;
1174 int index = sattr->index;
Jean Delvare20ad93d2005-06-05 11:53:25 +02001175
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001176 struct it87_data *data = dev_get_drvdata(dev);
Jean Delvaref5f64502010-03-05 22:17:19 +01001177 long val;
Jean Delvare7f999aa2007-02-14 21:15:03 +01001178 u8 reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001180 if (kstrtol(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +01001181 return -EINVAL;
1182
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001183 mutex_lock(&data->update_lock);
Guenter Roecke1169ba2012-12-19 22:17:01 +01001184
1185 if (has_16bit_fans(data)) {
1186 data->fan[nr][index] = FAN16_TO_REG(val);
1187 it87_write_value(data, IT87_REG_FAN_MIN[nr],
1188 data->fan[nr][index] & 0xff);
1189 it87_write_value(data, IT87_REG_FANX_MIN[nr],
1190 data->fan[nr][index] >> 8);
1191 } else {
1192 reg = it87_read_value(data, IT87_REG_FAN_DIV);
1193 switch (nr) {
1194 case 0:
1195 data->fan_div[nr] = reg & 0x07;
1196 break;
1197 case 1:
1198 data->fan_div[nr] = (reg >> 3) & 0x07;
1199 break;
1200 case 2:
1201 data->fan_div[nr] = (reg & 0x40) ? 3 : 1;
1202 break;
1203 }
1204 data->fan[nr][index] =
1205 FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
1206 it87_write_value(data, IT87_REG_FAN_MIN[nr],
1207 data->fan[nr][index]);
Jean Delvare07eab462005-11-23 15:44:31 -08001208 }
1209
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001210 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211 return count;
1212}
Guenter Roecke1169ba2012-12-19 22:17:01 +01001213
Jean Delvare20ad93d2005-06-05 11:53:25 +02001214static ssize_t set_fan_div(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001215 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001217 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001218 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001219 int nr = sensor_attr->index;
Jean Delvaref5f64502010-03-05 22:17:19 +01001220 unsigned long val;
Jean Delvare8ab4ec32006-08-28 14:35:46 +02001221 int min;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222 u8 old;
1223
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001224 if (kstrtoul(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +01001225 return -EINVAL;
1226
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001227 mutex_lock(&data->update_lock);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001228 old = it87_read_value(data, IT87_REG_FAN_DIV);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229
Jean Delvare8ab4ec32006-08-28 14:35:46 +02001230 /* Save fan min limit */
Guenter Roecke1169ba2012-12-19 22:17:01 +01001231 min = FAN_FROM_REG(data->fan[nr][1], DIV_FROM_REG(data->fan_div[nr]));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232
1233 switch (nr) {
1234 case 0:
1235 case 1:
1236 data->fan_div[nr] = DIV_TO_REG(val);
1237 break;
1238 case 2:
1239 if (val < 8)
1240 data->fan_div[nr] = 1;
1241 else
1242 data->fan_div[nr] = 3;
1243 }
1244 val = old & 0x80;
1245 val |= (data->fan_div[0] & 0x07);
1246 val |= (data->fan_div[1] & 0x07) << 3;
1247 if (data->fan_div[2] == 3)
1248 val |= 0x1 << 6;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001249 it87_write_value(data, IT87_REG_FAN_DIV, val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250
Jean Delvare8ab4ec32006-08-28 14:35:46 +02001251 /* Restore fan min limit */
Guenter Roecke1169ba2012-12-19 22:17:01 +01001252 data->fan[nr][1] = FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));
1253 it87_write_value(data, IT87_REG_FAN_MIN[nr], data->fan[nr][1]);
Jean Delvare8ab4ec32006-08-28 14:35:46 +02001254
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001255 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256 return count;
1257}
Jean Delvarecccfc9c2010-03-05 22:17:21 +01001258
1259/* Returns 0 if OK, -EINVAL otherwise */
1260static int check_trip_points(struct device *dev, int nr)
1261{
1262 const struct it87_data *data = dev_get_drvdata(dev);
1263 int i, err = 0;
1264
1265 if (has_old_autopwm(data)) {
1266 for (i = 0; i < 3; i++) {
1267 if (data->auto_temp[nr][i] > data->auto_temp[nr][i + 1])
1268 err = -EINVAL;
1269 }
1270 for (i = 0; i < 2; i++) {
1271 if (data->auto_pwm[nr][i] > data->auto_pwm[nr][i + 1])
1272 err = -EINVAL;
1273 }
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001274 } else if (has_newer_autopwm(data)) {
1275 for (i = 1; i < 3; i++) {
1276 if (data->auto_temp[nr][i] > data->auto_temp[nr][i + 1])
1277 err = -EINVAL;
1278 }
Jean Delvarecccfc9c2010-03-05 22:17:21 +01001279 }
1280
1281 if (err) {
Guenter Roeck1d9bcf62012-12-19 22:17:01 +01001282 dev_err(dev,
1283 "Inconsistent trip points, not switching to automatic mode\n");
Jean Delvarecccfc9c2010-03-05 22:17:21 +01001284 dev_err(dev, "Adjust the trip points and try again\n");
1285 }
1286 return err;
1287}
1288
Guenter Roeckc9620242015-04-04 09:05:57 -07001289static ssize_t set_pwm_enable(struct device *dev, struct device_attribute *attr,
1290 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001292 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001293 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001294 int nr = sensor_attr->index;
Jean Delvaref5f64502010-03-05 22:17:19 +01001295 long val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001297 if (kstrtol(buf, 10, &val) < 0 || val < 0 || val > 2)
Jean Delvareb99883d2010-03-05 22:17:15 +01001298 return -EINVAL;
1299
Jean Delvarecccfc9c2010-03-05 22:17:21 +01001300 /* Check trip points before switching to automatic mode */
1301 if (val == 2) {
1302 if (check_trip_points(dev, nr) < 0)
1303 return -EINVAL;
1304 }
1305
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001306 mutex_lock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307
1308 if (val == 0) {
Guenter Roeckf1bbe612015-04-05 13:16:54 -07001309 if (nr < 3 && data->type != it8603) {
1310 int tmp;
1311 /* make sure the fan is on when in on/off mode */
1312 tmp = it87_read_value(data, IT87_REG_FAN_CTL);
1313 it87_write_value(data, IT87_REG_FAN_CTL, tmp | BIT(nr));
1314 /* set on/off mode */
1315 data->fan_main_ctrl &= ~BIT(nr);
1316 it87_write_value(data, IT87_REG_FAN_MAIN_CTRL,
1317 data->fan_main_ctrl);
1318 } else {
Guenter Roeck4c7b8ca2017-02-08 14:07:42 -08001319 u8 ctrl;
1320
Guenter Roeckf1bbe612015-04-05 13:16:54 -07001321 /* No on/off mode, set maximum pwm value */
1322 data->pwm_duty[nr] = pwm_to_reg(data, 0xff);
1323 it87_write_value(data, IT87_REG_PWM_DUTY[nr],
1324 data->pwm_duty[nr]);
1325 /* and set manual mode */
Guenter Roeck4c7b8ca2017-02-08 14:07:42 -08001326 if (has_newer_autopwm(data)) {
1327 ctrl = (data->pwm_ctrl[nr] & 0x7c) |
1328 data->pwm_temp_map[nr];
1329 } else {
1330 ctrl = data->pwm_duty[nr];
1331 }
1332 data->pwm_ctrl[nr] = ctrl;
1333 it87_write_value(data, IT87_REG_PWM[nr], ctrl);
Guenter Roeckf1bbe612015-04-05 13:16:54 -07001334 }
Jean Delvareb99883d2010-03-05 22:17:15 +01001335 } else {
Guenter Roeck4c7b8ca2017-02-08 14:07:42 -08001336 u8 ctrl;
1337
1338 if (has_newer_autopwm(data)) {
1339 ctrl = (data->pwm_ctrl[nr] & 0x7c) |
1340 data->pwm_temp_map[nr];
1341 if (val != 1)
1342 ctrl |= 0x80;
1343 } else {
1344 ctrl = (val == 1 ? data->pwm_duty[nr] : 0x80);
1345 }
1346 data->pwm_ctrl[nr] = ctrl;
1347 it87_write_value(data, IT87_REG_PWM[nr], ctrl);
Rudolf Marekc145d5c2014-01-29 20:40:08 +01001348
Guenter Roeckf1bbe612015-04-05 13:16:54 -07001349 if (data->type != it8603 && nr < 3) {
Rudolf Marekc145d5c2014-01-29 20:40:08 +01001350 /* set SmartGuardian mode */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001351 data->fan_main_ctrl |= BIT(nr);
Rudolf Marekc145d5c2014-01-29 20:40:08 +01001352 it87_write_value(data, IT87_REG_FAN_MAIN_CTRL,
1353 data->fan_main_ctrl);
1354 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355 }
1356
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001357 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001358 return count;
1359}
Guenter Roeckc9620242015-04-04 09:05:57 -07001360
Jean Delvare20ad93d2005-06-05 11:53:25 +02001361static ssize_t set_pwm(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001362 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001364 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001365 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001366 int nr = sensor_attr->index;
Jean Delvaref5f64502010-03-05 22:17:19 +01001367 long val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001369 if (kstrtol(buf, 10, &val) < 0 || val < 0 || val > 255)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370 return -EINVAL;
1371
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001372 mutex_lock(&data->update_lock);
Guenter Roeck82dbe982017-02-08 14:02:59 -08001373 it87_update_pwm_ctrl(data, nr);
Jean Delvare16b5dda2012-01-16 22:51:48 +01001374 if (has_newer_autopwm(data)) {
Guenter Roeck4a0d71c2012-01-19 11:02:18 -08001375 /*
1376 * If we are in automatic mode, the PWM duty cycle register
1377 * is read-only so we can't write the value.
1378 */
Jean Delvare6229cdb2010-12-08 16:27:22 +01001379 if (data->pwm_ctrl[nr] & 0x80) {
1380 mutex_unlock(&data->update_lock);
1381 return -EBUSY;
1382 }
1383 data->pwm_duty[nr] = pwm_to_reg(data, val);
Guenter Roeck36c4d982015-03-26 18:18:19 -07001384 it87_write_value(data, IT87_REG_PWM_DUTY[nr],
Jean Delvare6229cdb2010-12-08 16:27:22 +01001385 data->pwm_duty[nr]);
1386 } else {
1387 data->pwm_duty[nr] = pwm_to_reg(data, val);
Guenter Roeck4a0d71c2012-01-19 11:02:18 -08001388 /*
1389 * If we are in manual mode, write the duty cycle immediately;
1390 * otherwise, just store it for later use.
1391 */
Jean Delvare6229cdb2010-12-08 16:27:22 +01001392 if (!(data->pwm_ctrl[nr] & 0x80)) {
1393 data->pwm_ctrl[nr] = data->pwm_duty[nr];
Guenter Roeck36c4d982015-03-26 18:18:19 -07001394 it87_write_value(data, IT87_REG_PWM[nr],
Jean Delvare6229cdb2010-12-08 16:27:22 +01001395 data->pwm_ctrl[nr]);
1396 }
Jean Delvareb99883d2010-03-05 22:17:15 +01001397 }
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001398 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399 return count;
1400}
Guenter Roeckc9620242015-04-04 09:05:57 -07001401
1402static ssize_t set_pwm_freq(struct device *dev, struct device_attribute *attr,
1403 const char *buf, size_t count)
Jean Delvaref8d0c192007-02-14 21:15:02 +01001404{
Guenter Roeck60878bc2015-03-26 19:57:42 -07001405 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001406 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001407 int nr = sensor_attr->index;
Jean Delvaref5f64502010-03-05 22:17:19 +01001408 unsigned long val;
Jean Delvaref8d0c192007-02-14 21:15:02 +01001409 int i;
1410
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001411 if (kstrtoul(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +01001412 return -EINVAL;
1413
Guenter Roeckf56c9c02015-03-26 20:01:24 -07001414 val = clamp_val(val, 0, 1000000);
1415 val *= has_newer_autopwm(data) ? 256 : 128;
1416
Jean Delvaref8d0c192007-02-14 21:15:02 +01001417 /* Search for the nearest available frequency */
1418 for (i = 0; i < 7; i++) {
Guenter Roeckc9620242015-04-04 09:05:57 -07001419 if (val > (pwm_freq[i] + pwm_freq[i + 1]) / 2)
Jean Delvaref8d0c192007-02-14 21:15:02 +01001420 break;
1421 }
1422
1423 mutex_lock(&data->update_lock);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001424 if (nr == 0) {
1425 data->fan_ctl = it87_read_value(data, IT87_REG_FAN_CTL) & 0x8f;
1426 data->fan_ctl |= i << 4;
1427 it87_write_value(data, IT87_REG_FAN_CTL, data->fan_ctl);
1428 } else {
1429 data->extra = it87_read_value(data, IT87_REG_TEMP_EXTRA) & 0x8f;
1430 data->extra |= i << 4;
1431 it87_write_value(data, IT87_REG_TEMP_EXTRA, data->extra);
1432 }
Jean Delvaref8d0c192007-02-14 21:15:02 +01001433 mutex_unlock(&data->update_lock);
1434
1435 return count;
1436}
Guenter Roeckc9620242015-04-04 09:05:57 -07001437
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001438static ssize_t show_pwm_temp_map(struct device *dev,
Guenter Roeckc9620242015-04-04 09:05:57 -07001439 struct device_attribute *attr, char *buf)
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001440{
1441 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001442 struct it87_data *data = it87_update_device(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001443 int nr = sensor_attr->index;
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001444 int map;
1445
Guenter Roeck0624d862015-04-06 21:04:18 -07001446 map = data->pwm_temp_map[nr];
1447 if (map >= 3)
1448 map = 0; /* Should never happen */
1449 if (nr >= 3) /* pwm channels 3..6 map to temp4..6 */
1450 map += 3;
1451
1452 return sprintf(buf, "%d\n", (int)BIT(map));
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001453}
Guenter Roeckc9620242015-04-04 09:05:57 -07001454
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001455static ssize_t set_pwm_temp_map(struct device *dev,
Guenter Roeckc9620242015-04-04 09:05:57 -07001456 struct device_attribute *attr, const char *buf,
1457 size_t count)
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001458{
1459 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001460 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001461 int nr = sensor_attr->index;
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001462 long val;
1463 u8 reg;
1464
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001465 if (kstrtol(buf, 10, &val) < 0)
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001466 return -EINVAL;
1467
Guenter Roeck0624d862015-04-06 21:04:18 -07001468 if (nr >= 3)
1469 val -= 3;
1470
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001471 switch (val) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001472 case BIT(0):
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001473 reg = 0x00;
1474 break;
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001475 case BIT(1):
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001476 reg = 0x01;
1477 break;
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001478 case BIT(2):
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001479 reg = 0x02;
1480 break;
1481 default:
1482 return -EINVAL;
1483 }
1484
1485 mutex_lock(&data->update_lock);
Guenter Roeck82dbe982017-02-08 14:02:59 -08001486 it87_update_pwm_ctrl(data, nr);
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001487 data->pwm_temp_map[nr] = reg;
Guenter Roeck4a0d71c2012-01-19 11:02:18 -08001488 /*
1489 * If we are in automatic mode, write the temp mapping immediately;
1490 * otherwise, just store it for later use.
1491 */
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001492 if (data->pwm_ctrl[nr] & 0x80) {
Guenter Roeck4c7b8ca2017-02-08 14:07:42 -08001493 data->pwm_ctrl[nr] = (data->pwm_ctrl[nr] & 0xfc) |
1494 data->pwm_temp_map[nr];
Guenter Roeck36c4d982015-03-26 18:18:19 -07001495 it87_write_value(data, IT87_REG_PWM[nr], data->pwm_ctrl[nr]);
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001496 }
1497 mutex_unlock(&data->update_lock);
1498 return count;
1499}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500
Guenter Roeckc9620242015-04-04 09:05:57 -07001501static ssize_t show_auto_pwm(struct device *dev, struct device_attribute *attr,
1502 char *buf)
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001503{
1504 struct it87_data *data = it87_update_device(dev);
1505 struct sensor_device_attribute_2 *sensor_attr =
1506 to_sensor_dev_attr_2(attr);
1507 int nr = sensor_attr->nr;
1508 int point = sensor_attr->index;
1509
Jean Delvare44c1bcd2010-10-28 20:31:51 +02001510 return sprintf(buf, "%d\n",
1511 pwm_from_reg(data, data->auto_pwm[nr][point]));
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001512}
1513
Guenter Roeckc9620242015-04-04 09:05:57 -07001514static ssize_t set_auto_pwm(struct device *dev, struct device_attribute *attr,
1515 const char *buf, size_t count)
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001516{
1517 struct it87_data *data = dev_get_drvdata(dev);
1518 struct sensor_device_attribute_2 *sensor_attr =
1519 to_sensor_dev_attr_2(attr);
1520 int nr = sensor_attr->nr;
1521 int point = sensor_attr->index;
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001522 int regaddr;
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001523 long val;
1524
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001525 if (kstrtol(buf, 10, &val) < 0 || val < 0 || val > 255)
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001526 return -EINVAL;
1527
1528 mutex_lock(&data->update_lock);
Jean Delvare44c1bcd2010-10-28 20:31:51 +02001529 data->auto_pwm[nr][point] = pwm_to_reg(data, val);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001530 if (has_newer_autopwm(data))
1531 regaddr = IT87_REG_AUTO_TEMP(nr, 3);
1532 else
1533 regaddr = IT87_REG_AUTO_PWM(nr, point);
1534 it87_write_value(data, regaddr, data->auto_pwm[nr][point]);
1535 mutex_unlock(&data->update_lock);
1536 return count;
1537}
1538
1539static ssize_t show_auto_pwm_slope(struct device *dev,
1540 struct device_attribute *attr, char *buf)
1541{
1542 struct it87_data *data = it87_update_device(dev);
1543 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
1544 int nr = sensor_attr->index;
1545
1546 return sprintf(buf, "%d\n", data->auto_pwm[nr][1] & 0x7f);
1547}
1548
1549static ssize_t set_auto_pwm_slope(struct device *dev,
1550 struct device_attribute *attr,
1551 const char *buf, size_t count)
1552{
1553 struct it87_data *data = dev_get_drvdata(dev);
1554 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
1555 int nr = sensor_attr->index;
1556 unsigned long val;
1557
1558 if (kstrtoul(buf, 10, &val) < 0 || val > 127)
1559 return -EINVAL;
1560
1561 mutex_lock(&data->update_lock);
1562 data->auto_pwm[nr][1] = (data->auto_pwm[nr][1] & 0x80) | val;
1563 it87_write_value(data, IT87_REG_AUTO_TEMP(nr, 4),
1564 data->auto_pwm[nr][1]);
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001565 mutex_unlock(&data->update_lock);
1566 return count;
1567}
1568
Guenter Roeckc9620242015-04-04 09:05:57 -07001569static ssize_t show_auto_temp(struct device *dev, struct device_attribute *attr,
1570 char *buf)
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001571{
1572 struct it87_data *data = it87_update_device(dev);
1573 struct sensor_device_attribute_2 *sensor_attr =
1574 to_sensor_dev_attr_2(attr);
1575 int nr = sensor_attr->nr;
1576 int point = sensor_attr->index;
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001577 int reg;
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001578
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001579 if (has_old_autopwm(data) || point)
1580 reg = data->auto_temp[nr][point];
1581 else
1582 reg = data->auto_temp[nr][1] - (data->auto_temp[nr][0] & 0x1f);
1583
1584 return sprintf(buf, "%d\n", TEMP_FROM_REG(reg));
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001585}
1586
Guenter Roeckc9620242015-04-04 09:05:57 -07001587static ssize_t set_auto_temp(struct device *dev, struct device_attribute *attr,
1588 const char *buf, size_t count)
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001589{
1590 struct it87_data *data = dev_get_drvdata(dev);
1591 struct sensor_device_attribute_2 *sensor_attr =
1592 to_sensor_dev_attr_2(attr);
1593 int nr = sensor_attr->nr;
1594 int point = sensor_attr->index;
1595 long val;
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001596 int reg;
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001597
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001598 if (kstrtol(buf, 10, &val) < 0 || val < -128000 || val > 127000)
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001599 return -EINVAL;
1600
1601 mutex_lock(&data->update_lock);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001602 if (has_newer_autopwm(data) && !point) {
1603 reg = data->auto_temp[nr][1] - TEMP_TO_REG(val);
1604 reg = clamp_val(reg, 0, 0x1f) | (data->auto_temp[nr][0] & 0xe0);
1605 data->auto_temp[nr][0] = reg;
1606 it87_write_value(data, IT87_REG_AUTO_TEMP(nr, 5), reg);
1607 } else {
1608 reg = TEMP_TO_REG(val);
1609 data->auto_temp[nr][point] = reg;
1610 if (has_newer_autopwm(data))
1611 point--;
1612 it87_write_value(data, IT87_REG_AUTO_TEMP(nr, point), reg);
1613 }
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001614 mutex_unlock(&data->update_lock);
1615 return count;
1616}
1617
Guenter Roecke1169ba2012-12-19 22:17:01 +01001618static SENSOR_DEVICE_ATTR_2(fan1_input, S_IRUGO, show_fan, NULL, 0, 0);
1619static SENSOR_DEVICE_ATTR_2(fan1_min, S_IRUGO | S_IWUSR, show_fan, set_fan,
1620 0, 1);
1621static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR, show_fan_div,
1622 set_fan_div, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623
Guenter Roecke1169ba2012-12-19 22:17:01 +01001624static SENSOR_DEVICE_ATTR_2(fan2_input, S_IRUGO, show_fan, NULL, 1, 0);
1625static SENSOR_DEVICE_ATTR_2(fan2_min, S_IRUGO | S_IWUSR, show_fan, set_fan,
1626 1, 1);
1627static SENSOR_DEVICE_ATTR(fan2_div, S_IRUGO | S_IWUSR, show_fan_div,
1628 set_fan_div, 1);
1629
1630static SENSOR_DEVICE_ATTR_2(fan3_input, S_IRUGO, show_fan, NULL, 2, 0);
1631static SENSOR_DEVICE_ATTR_2(fan3_min, S_IRUGO | S_IWUSR, show_fan, set_fan,
1632 2, 1);
1633static SENSOR_DEVICE_ATTR(fan3_div, S_IRUGO | S_IWUSR, show_fan_div,
1634 set_fan_div, 2);
1635
1636static SENSOR_DEVICE_ATTR_2(fan4_input, S_IRUGO, show_fan, NULL, 3, 0);
1637static SENSOR_DEVICE_ATTR_2(fan4_min, S_IRUGO | S_IWUSR, show_fan, set_fan,
1638 3, 1);
1639
1640static SENSOR_DEVICE_ATTR_2(fan5_input, S_IRUGO, show_fan, NULL, 4, 0);
1641static SENSOR_DEVICE_ATTR_2(fan5_min, S_IRUGO | S_IWUSR, show_fan, set_fan,
1642 4, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643
Guenter Roeckfa3f70d2015-03-25 23:15:32 -07001644static SENSOR_DEVICE_ATTR_2(fan6_input, S_IRUGO, show_fan, NULL, 5, 0);
1645static SENSOR_DEVICE_ATTR_2(fan6_min, S_IRUGO | S_IWUSR, show_fan, set_fan,
1646 5, 1);
1647
Guenter Roeckc4458db2012-12-19 22:17:02 +01001648static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
1649 show_pwm_enable, set_pwm_enable, 0);
1650static SENSOR_DEVICE_ATTR(pwm1, S_IRUGO | S_IWUSR, show_pwm, set_pwm, 0);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001651static SENSOR_DEVICE_ATTR(pwm1_freq, S_IRUGO | S_IWUSR, show_pwm_freq,
1652 set_pwm_freq, 0);
Guenter Roeck5c391262013-03-30 15:02:12 -07001653static SENSOR_DEVICE_ATTR(pwm1_auto_channels_temp, S_IRUGO,
Guenter Roeckc4458db2012-12-19 22:17:02 +01001654 show_pwm_temp_map, set_pwm_temp_map, 0);
1655static SENSOR_DEVICE_ATTR_2(pwm1_auto_point1_pwm, S_IRUGO | S_IWUSR,
1656 show_auto_pwm, set_auto_pwm, 0, 0);
1657static SENSOR_DEVICE_ATTR_2(pwm1_auto_point2_pwm, S_IRUGO | S_IWUSR,
1658 show_auto_pwm, set_auto_pwm, 0, 1);
1659static SENSOR_DEVICE_ATTR_2(pwm1_auto_point3_pwm, S_IRUGO | S_IWUSR,
1660 show_auto_pwm, set_auto_pwm, 0, 2);
1661static SENSOR_DEVICE_ATTR_2(pwm1_auto_point4_pwm, S_IRUGO,
1662 show_auto_pwm, NULL, 0, 3);
1663static SENSOR_DEVICE_ATTR_2(pwm1_auto_point1_temp, S_IRUGO | S_IWUSR,
1664 show_auto_temp, set_auto_temp, 0, 1);
1665static SENSOR_DEVICE_ATTR_2(pwm1_auto_point1_temp_hyst, S_IRUGO | S_IWUSR,
1666 show_auto_temp, set_auto_temp, 0, 0);
1667static SENSOR_DEVICE_ATTR_2(pwm1_auto_point2_temp, S_IRUGO | S_IWUSR,
1668 show_auto_temp, set_auto_temp, 0, 2);
1669static SENSOR_DEVICE_ATTR_2(pwm1_auto_point3_temp, S_IRUGO | S_IWUSR,
1670 show_auto_temp, set_auto_temp, 0, 3);
1671static SENSOR_DEVICE_ATTR_2(pwm1_auto_point4_temp, S_IRUGO | S_IWUSR,
1672 show_auto_temp, set_auto_temp, 0, 4);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001673static SENSOR_DEVICE_ATTR_2(pwm1_auto_start, S_IRUGO | S_IWUSR,
1674 show_auto_pwm, set_auto_pwm, 0, 0);
1675static SENSOR_DEVICE_ATTR(pwm1_auto_slope, S_IRUGO | S_IWUSR,
1676 show_auto_pwm_slope, set_auto_pwm_slope, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677
Guenter Roeckc4458db2012-12-19 22:17:02 +01001678static SENSOR_DEVICE_ATTR(pwm2_enable, S_IRUGO | S_IWUSR,
1679 show_pwm_enable, set_pwm_enable, 1);
1680static SENSOR_DEVICE_ATTR(pwm2, S_IRUGO | S_IWUSR, show_pwm, set_pwm, 1);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001681static SENSOR_DEVICE_ATTR(pwm2_freq, S_IRUGO, show_pwm_freq, set_pwm_freq, 1);
Guenter Roeck5c391262013-03-30 15:02:12 -07001682static SENSOR_DEVICE_ATTR(pwm2_auto_channels_temp, S_IRUGO,
Guenter Roeckc4458db2012-12-19 22:17:02 +01001683 show_pwm_temp_map, set_pwm_temp_map, 1);
1684static SENSOR_DEVICE_ATTR_2(pwm2_auto_point1_pwm, S_IRUGO | S_IWUSR,
1685 show_auto_pwm, set_auto_pwm, 1, 0);
1686static SENSOR_DEVICE_ATTR_2(pwm2_auto_point2_pwm, S_IRUGO | S_IWUSR,
1687 show_auto_pwm, set_auto_pwm, 1, 1);
1688static SENSOR_DEVICE_ATTR_2(pwm2_auto_point3_pwm, S_IRUGO | S_IWUSR,
1689 show_auto_pwm, set_auto_pwm, 1, 2);
1690static SENSOR_DEVICE_ATTR_2(pwm2_auto_point4_pwm, S_IRUGO,
1691 show_auto_pwm, NULL, 1, 3);
1692static SENSOR_DEVICE_ATTR_2(pwm2_auto_point1_temp, S_IRUGO | S_IWUSR,
1693 show_auto_temp, set_auto_temp, 1, 1);
1694static SENSOR_DEVICE_ATTR_2(pwm2_auto_point1_temp_hyst, S_IRUGO | S_IWUSR,
1695 show_auto_temp, set_auto_temp, 1, 0);
1696static SENSOR_DEVICE_ATTR_2(pwm2_auto_point2_temp, S_IRUGO | S_IWUSR,
1697 show_auto_temp, set_auto_temp, 1, 2);
1698static SENSOR_DEVICE_ATTR_2(pwm2_auto_point3_temp, S_IRUGO | S_IWUSR,
1699 show_auto_temp, set_auto_temp, 1, 3);
1700static SENSOR_DEVICE_ATTR_2(pwm2_auto_point4_temp, S_IRUGO | S_IWUSR,
1701 show_auto_temp, set_auto_temp, 1, 4);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001702static SENSOR_DEVICE_ATTR_2(pwm2_auto_start, S_IRUGO | S_IWUSR,
1703 show_auto_pwm, set_auto_pwm, 1, 0);
1704static SENSOR_DEVICE_ATTR(pwm2_auto_slope, S_IRUGO | S_IWUSR,
1705 show_auto_pwm_slope, set_auto_pwm_slope, 1);
Guenter Roeckc4458db2012-12-19 22:17:02 +01001706
1707static SENSOR_DEVICE_ATTR(pwm3_enable, S_IRUGO | S_IWUSR,
1708 show_pwm_enable, set_pwm_enable, 2);
1709static SENSOR_DEVICE_ATTR(pwm3, S_IRUGO | S_IWUSR, show_pwm, set_pwm, 2);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001710static SENSOR_DEVICE_ATTR(pwm3_freq, S_IRUGO, show_pwm_freq, NULL, 2);
Guenter Roeck5c391262013-03-30 15:02:12 -07001711static SENSOR_DEVICE_ATTR(pwm3_auto_channels_temp, S_IRUGO,
Guenter Roeckc4458db2012-12-19 22:17:02 +01001712 show_pwm_temp_map, set_pwm_temp_map, 2);
1713static SENSOR_DEVICE_ATTR_2(pwm3_auto_point1_pwm, S_IRUGO | S_IWUSR,
1714 show_auto_pwm, set_auto_pwm, 2, 0);
1715static SENSOR_DEVICE_ATTR_2(pwm3_auto_point2_pwm, S_IRUGO | S_IWUSR,
1716 show_auto_pwm, set_auto_pwm, 2, 1);
1717static SENSOR_DEVICE_ATTR_2(pwm3_auto_point3_pwm, S_IRUGO | S_IWUSR,
1718 show_auto_pwm, set_auto_pwm, 2, 2);
1719static SENSOR_DEVICE_ATTR_2(pwm3_auto_point4_pwm, S_IRUGO,
1720 show_auto_pwm, NULL, 2, 3);
1721static SENSOR_DEVICE_ATTR_2(pwm3_auto_point1_temp, S_IRUGO | S_IWUSR,
1722 show_auto_temp, set_auto_temp, 2, 1);
1723static SENSOR_DEVICE_ATTR_2(pwm3_auto_point1_temp_hyst, S_IRUGO | S_IWUSR,
1724 show_auto_temp, set_auto_temp, 2, 0);
1725static SENSOR_DEVICE_ATTR_2(pwm3_auto_point2_temp, S_IRUGO | S_IWUSR,
1726 show_auto_temp, set_auto_temp, 2, 2);
1727static SENSOR_DEVICE_ATTR_2(pwm3_auto_point3_temp, S_IRUGO | S_IWUSR,
1728 show_auto_temp, set_auto_temp, 2, 3);
1729static SENSOR_DEVICE_ATTR_2(pwm3_auto_point4_temp, S_IRUGO | S_IWUSR,
1730 show_auto_temp, set_auto_temp, 2, 4);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001731static SENSOR_DEVICE_ATTR_2(pwm3_auto_start, S_IRUGO | S_IWUSR,
1732 show_auto_pwm, set_auto_pwm, 2, 0);
1733static SENSOR_DEVICE_ATTR(pwm3_auto_slope, S_IRUGO | S_IWUSR,
1734 show_auto_pwm_slope, set_auto_pwm_slope, 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735
Guenter Roeck36c4d982015-03-26 18:18:19 -07001736static SENSOR_DEVICE_ATTR(pwm4_enable, S_IRUGO | S_IWUSR,
1737 show_pwm_enable, set_pwm_enable, 3);
1738static SENSOR_DEVICE_ATTR(pwm4, S_IRUGO | S_IWUSR, show_pwm, set_pwm, 3);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001739static SENSOR_DEVICE_ATTR(pwm4_freq, S_IRUGO, show_pwm_freq, NULL, 3);
Guenter Roeck5c391262013-03-30 15:02:12 -07001740static SENSOR_DEVICE_ATTR(pwm4_auto_channels_temp, S_IRUGO,
Guenter Roeck36c4d982015-03-26 18:18:19 -07001741 show_pwm_temp_map, set_pwm_temp_map, 3);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001742static SENSOR_DEVICE_ATTR_2(pwm4_auto_point1_temp, S_IRUGO | S_IWUSR,
1743 show_auto_temp, set_auto_temp, 2, 1);
1744static SENSOR_DEVICE_ATTR_2(pwm4_auto_point1_temp_hyst, S_IRUGO | S_IWUSR,
1745 show_auto_temp, set_auto_temp, 2, 0);
1746static SENSOR_DEVICE_ATTR_2(pwm4_auto_point2_temp, S_IRUGO | S_IWUSR,
1747 show_auto_temp, set_auto_temp, 2, 2);
1748static SENSOR_DEVICE_ATTR_2(pwm4_auto_point3_temp, S_IRUGO | S_IWUSR,
1749 show_auto_temp, set_auto_temp, 2, 3);
1750static SENSOR_DEVICE_ATTR_2(pwm4_auto_start, S_IRUGO | S_IWUSR,
1751 show_auto_pwm, set_auto_pwm, 3, 0);
1752static SENSOR_DEVICE_ATTR(pwm4_auto_slope, S_IRUGO | S_IWUSR,
1753 show_auto_pwm_slope, set_auto_pwm_slope, 3);
Guenter Roeck36c4d982015-03-26 18:18:19 -07001754
1755static SENSOR_DEVICE_ATTR(pwm5_enable, S_IRUGO | S_IWUSR,
1756 show_pwm_enable, set_pwm_enable, 4);
1757static SENSOR_DEVICE_ATTR(pwm5, S_IRUGO | S_IWUSR, show_pwm, set_pwm, 4);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001758static SENSOR_DEVICE_ATTR(pwm5_freq, S_IRUGO, show_pwm_freq, NULL, 4);
Guenter Roeck5c391262013-03-30 15:02:12 -07001759static SENSOR_DEVICE_ATTR(pwm5_auto_channels_temp, S_IRUGO,
Guenter Roeck36c4d982015-03-26 18:18:19 -07001760 show_pwm_temp_map, set_pwm_temp_map, 4);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001761static SENSOR_DEVICE_ATTR_2(pwm5_auto_point1_temp, S_IRUGO | S_IWUSR,
1762 show_auto_temp, set_auto_temp, 2, 1);
1763static SENSOR_DEVICE_ATTR_2(pwm5_auto_point1_temp_hyst, S_IRUGO | S_IWUSR,
1764 show_auto_temp, set_auto_temp, 2, 0);
1765static SENSOR_DEVICE_ATTR_2(pwm5_auto_point2_temp, S_IRUGO | S_IWUSR,
1766 show_auto_temp, set_auto_temp, 2, 2);
1767static SENSOR_DEVICE_ATTR_2(pwm5_auto_point3_temp, S_IRUGO | S_IWUSR,
1768 show_auto_temp, set_auto_temp, 2, 3);
1769static SENSOR_DEVICE_ATTR_2(pwm5_auto_start, S_IRUGO | S_IWUSR,
1770 show_auto_pwm, set_auto_pwm, 4, 0);
1771static SENSOR_DEVICE_ATTR(pwm5_auto_slope, S_IRUGO | S_IWUSR,
1772 show_auto_pwm_slope, set_auto_pwm_slope, 4);
Guenter Roeck36c4d982015-03-26 18:18:19 -07001773
1774static SENSOR_DEVICE_ATTR(pwm6_enable, S_IRUGO | S_IWUSR,
1775 show_pwm_enable, set_pwm_enable, 5);
1776static SENSOR_DEVICE_ATTR(pwm6, S_IRUGO | S_IWUSR, show_pwm, set_pwm, 5);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001777static SENSOR_DEVICE_ATTR(pwm6_freq, S_IRUGO, show_pwm_freq, NULL, 5);
Guenter Roeck5c391262013-03-30 15:02:12 -07001778static SENSOR_DEVICE_ATTR(pwm6_auto_channels_temp, S_IRUGO,
Guenter Roeck36c4d982015-03-26 18:18:19 -07001779 show_pwm_temp_map, set_pwm_temp_map, 5);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001780static SENSOR_DEVICE_ATTR_2(pwm6_auto_point1_temp, S_IRUGO | S_IWUSR,
1781 show_auto_temp, set_auto_temp, 2, 1);
1782static SENSOR_DEVICE_ATTR_2(pwm6_auto_point1_temp_hyst, S_IRUGO | S_IWUSR,
1783 show_auto_temp, set_auto_temp, 2, 0);
1784static SENSOR_DEVICE_ATTR_2(pwm6_auto_point2_temp, S_IRUGO | S_IWUSR,
1785 show_auto_temp, set_auto_temp, 2, 2);
1786static SENSOR_DEVICE_ATTR_2(pwm6_auto_point3_temp, S_IRUGO | S_IWUSR,
1787 show_auto_temp, set_auto_temp, 2, 3);
1788static SENSOR_DEVICE_ATTR_2(pwm6_auto_start, S_IRUGO | S_IWUSR,
1789 show_auto_pwm, set_auto_pwm, 5, 0);
1790static SENSOR_DEVICE_ATTR(pwm6_auto_slope, S_IRUGO | S_IWUSR,
1791 show_auto_pwm_slope, set_auto_pwm_slope, 5);
Guenter Roeck36c4d982015-03-26 18:18:19 -07001792
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793/* Alarms */
Julia Lawallddc64ae2016-12-22 13:05:21 +01001794static ssize_t alarms_show(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001795 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796{
1797 struct it87_data *data = it87_update_device(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001798
Jean Delvare68188ba2005-05-16 18:52:38 +02001799 return sprintf(buf, "%u\n", data->alarms);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800}
Julia Lawallddc64ae2016-12-22 13:05:21 +01001801static DEVICE_ATTR_RO(alarms);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802
Jean Delvare0124dd72007-11-25 16:16:41 +01001803static ssize_t show_alarm(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001804 char *buf)
Jean Delvare0124dd72007-11-25 16:16:41 +01001805{
Jean Delvare0124dd72007-11-25 16:16:41 +01001806 struct it87_data *data = it87_update_device(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001807 int bitnr = to_sensor_dev_attr(attr)->index;
1808
Jean Delvare0124dd72007-11-25 16:16:41 +01001809 return sprintf(buf, "%u\n", (data->alarms >> bitnr) & 1);
1810}
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001811
Guenter Roeckc9620242015-04-04 09:05:57 -07001812static ssize_t clear_intrusion(struct device *dev,
1813 struct device_attribute *attr, const char *buf,
1814 size_t count)
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001815{
1816 struct it87_data *data = dev_get_drvdata(dev);
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001817 int config;
Guenter Roeckc9620242015-04-04 09:05:57 -07001818 long val;
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001819
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001820 if (kstrtol(buf, 10, &val) < 0 || val != 0)
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001821 return -EINVAL;
1822
1823 mutex_lock(&data->update_lock);
1824 config = it87_read_value(data, IT87_REG_CONFIG);
1825 if (config < 0) {
1826 count = config;
1827 } else {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001828 config |= BIT(5);
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001829 it87_write_value(data, IT87_REG_CONFIG, config);
1830 /* Invalidate cache to force re-read */
1831 data->valid = 0;
1832 }
1833 mutex_unlock(&data->update_lock);
1834
1835 return count;
1836}
1837
Jean Delvare0124dd72007-11-25 16:16:41 +01001838static SENSOR_DEVICE_ATTR(in0_alarm, S_IRUGO, show_alarm, NULL, 8);
1839static SENSOR_DEVICE_ATTR(in1_alarm, S_IRUGO, show_alarm, NULL, 9);
1840static SENSOR_DEVICE_ATTR(in2_alarm, S_IRUGO, show_alarm, NULL, 10);
1841static SENSOR_DEVICE_ATTR(in3_alarm, S_IRUGO, show_alarm, NULL, 11);
1842static SENSOR_DEVICE_ATTR(in4_alarm, S_IRUGO, show_alarm, NULL, 12);
1843static SENSOR_DEVICE_ATTR(in5_alarm, S_IRUGO, show_alarm, NULL, 13);
1844static SENSOR_DEVICE_ATTR(in6_alarm, S_IRUGO, show_alarm, NULL, 14);
1845static SENSOR_DEVICE_ATTR(in7_alarm, S_IRUGO, show_alarm, NULL, 15);
1846static SENSOR_DEVICE_ATTR(fan1_alarm, S_IRUGO, show_alarm, NULL, 0);
1847static SENSOR_DEVICE_ATTR(fan2_alarm, S_IRUGO, show_alarm, NULL, 1);
1848static SENSOR_DEVICE_ATTR(fan3_alarm, S_IRUGO, show_alarm, NULL, 2);
1849static SENSOR_DEVICE_ATTR(fan4_alarm, S_IRUGO, show_alarm, NULL, 3);
1850static SENSOR_DEVICE_ATTR(fan5_alarm, S_IRUGO, show_alarm, NULL, 6);
Guenter Roeckfa3f70d2015-03-25 23:15:32 -07001851static SENSOR_DEVICE_ATTR(fan6_alarm, S_IRUGO, show_alarm, NULL, 7);
Jean Delvare0124dd72007-11-25 16:16:41 +01001852static SENSOR_DEVICE_ATTR(temp1_alarm, S_IRUGO, show_alarm, NULL, 16);
1853static SENSOR_DEVICE_ATTR(temp2_alarm, S_IRUGO, show_alarm, NULL, 17);
1854static SENSOR_DEVICE_ATTR(temp3_alarm, S_IRUGO, show_alarm, NULL, 18);
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001855static SENSOR_DEVICE_ATTR(intrusion0_alarm, S_IRUGO | S_IWUSR,
1856 show_alarm, clear_intrusion, 4);
Jean Delvare0124dd72007-11-25 16:16:41 +01001857
Jean Delvared9b327c2010-03-05 22:17:17 +01001858static ssize_t show_beep(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001859 char *buf)
Jean Delvared9b327c2010-03-05 22:17:17 +01001860{
Jean Delvared9b327c2010-03-05 22:17:17 +01001861 struct it87_data *data = it87_update_device(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001862 int bitnr = to_sensor_dev_attr(attr)->index;
1863
Jean Delvared9b327c2010-03-05 22:17:17 +01001864 return sprintf(buf, "%u\n", (data->beeps >> bitnr) & 1);
1865}
Guenter Roeckc9620242015-04-04 09:05:57 -07001866
Jean Delvared9b327c2010-03-05 22:17:17 +01001867static ssize_t set_beep(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001868 const char *buf, size_t count)
Jean Delvared9b327c2010-03-05 22:17:17 +01001869{
1870 int bitnr = to_sensor_dev_attr(attr)->index;
1871 struct it87_data *data = dev_get_drvdata(dev);
1872 long val;
1873
Guenter Roeckc9620242015-04-04 09:05:57 -07001874 if (kstrtol(buf, 10, &val) < 0 || (val != 0 && val != 1))
Jean Delvared9b327c2010-03-05 22:17:17 +01001875 return -EINVAL;
1876
1877 mutex_lock(&data->update_lock);
1878 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE);
1879 if (val)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001880 data->beeps |= BIT(bitnr);
Jean Delvared9b327c2010-03-05 22:17:17 +01001881 else
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001882 data->beeps &= ~BIT(bitnr);
Jean Delvared9b327c2010-03-05 22:17:17 +01001883 it87_write_value(data, IT87_REG_BEEP_ENABLE, data->beeps);
1884 mutex_unlock(&data->update_lock);
1885 return count;
1886}
1887
1888static SENSOR_DEVICE_ATTR(in0_beep, S_IRUGO | S_IWUSR,
1889 show_beep, set_beep, 1);
1890static SENSOR_DEVICE_ATTR(in1_beep, S_IRUGO, show_beep, NULL, 1);
1891static SENSOR_DEVICE_ATTR(in2_beep, S_IRUGO, show_beep, NULL, 1);
1892static SENSOR_DEVICE_ATTR(in3_beep, S_IRUGO, show_beep, NULL, 1);
1893static SENSOR_DEVICE_ATTR(in4_beep, S_IRUGO, show_beep, NULL, 1);
1894static SENSOR_DEVICE_ATTR(in5_beep, S_IRUGO, show_beep, NULL, 1);
1895static SENSOR_DEVICE_ATTR(in6_beep, S_IRUGO, show_beep, NULL, 1);
1896static SENSOR_DEVICE_ATTR(in7_beep, S_IRUGO, show_beep, NULL, 1);
1897/* fanX_beep writability is set later */
1898static SENSOR_DEVICE_ATTR(fan1_beep, S_IRUGO, show_beep, set_beep, 0);
1899static SENSOR_DEVICE_ATTR(fan2_beep, S_IRUGO, show_beep, set_beep, 0);
1900static SENSOR_DEVICE_ATTR(fan3_beep, S_IRUGO, show_beep, set_beep, 0);
1901static SENSOR_DEVICE_ATTR(fan4_beep, S_IRUGO, show_beep, set_beep, 0);
1902static SENSOR_DEVICE_ATTR(fan5_beep, S_IRUGO, show_beep, set_beep, 0);
Guenter Roeckfa3f70d2015-03-25 23:15:32 -07001903static SENSOR_DEVICE_ATTR(fan6_beep, S_IRUGO, show_beep, set_beep, 0);
Jean Delvared9b327c2010-03-05 22:17:17 +01001904static SENSOR_DEVICE_ATTR(temp1_beep, S_IRUGO | S_IWUSR,
1905 show_beep, set_beep, 2);
1906static SENSOR_DEVICE_ATTR(temp2_beep, S_IRUGO, show_beep, NULL, 2);
1907static SENSOR_DEVICE_ATTR(temp3_beep, S_IRUGO, show_beep, NULL, 2);
1908
Julia Lawallddc64ae2016-12-22 13:05:21 +01001909static ssize_t vrm_show(struct device *dev, struct device_attribute *attr,
1910 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911{
Jean Delvare90d66192007-10-08 18:24:35 +02001912 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001913
Jean Delvarea7be58a2005-12-18 16:40:14 +01001914 return sprintf(buf, "%u\n", data->vrm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915}
Guenter Roeckc9620242015-04-04 09:05:57 -07001916
Julia Lawallddc64ae2016-12-22 13:05:21 +01001917static ssize_t vrm_store(struct device *dev, struct device_attribute *attr,
1918 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919{
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001920 struct it87_data *data = dev_get_drvdata(dev);
Jean Delvaref5f64502010-03-05 22:17:19 +01001921 unsigned long val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001923 if (kstrtoul(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +01001924 return -EINVAL;
1925
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926 data->vrm = val;
1927
1928 return count;
1929}
Julia Lawallddc64ae2016-12-22 13:05:21 +01001930static DEVICE_ATTR_RW(vrm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931
Julia Lawallddc64ae2016-12-22 13:05:21 +01001932static ssize_t cpu0_vid_show(struct device *dev,
1933 struct device_attribute *attr, char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001934{
1935 struct it87_data *data = it87_update_device(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001936
1937 return sprintf(buf, "%ld\n", (long)vid_from_reg(data->vid, data->vrm));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938}
Julia Lawallddc64ae2016-12-22 13:05:21 +01001939static DEVICE_ATTR_RO(cpu0_vid);
Jean Delvare87808be2006-09-24 21:17:13 +02001940
Jean Delvare738e5e02010-08-14 21:08:50 +02001941static ssize_t show_label(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001942 char *buf)
Jean Delvare738e5e02010-08-14 21:08:50 +02001943{
Guenter Roeck3c4c4972012-01-20 09:29:44 -08001944 static const char * const labels[] = {
Jean Delvare738e5e02010-08-14 21:08:50 +02001945 "+5V",
1946 "5VSB",
1947 "Vbat",
Guenter Roeck638c1c02017-02-08 14:00:21 -08001948 "AVCC",
Jean Delvare738e5e02010-08-14 21:08:50 +02001949 };
Guenter Roeck3c4c4972012-01-20 09:29:44 -08001950 static const char * const labels_it8721[] = {
Jean Delvare44c1bcd2010-10-28 20:31:51 +02001951 "+3.3V",
1952 "3VSB",
1953 "Vbat",
Guenter Roeck638c1c02017-02-08 14:00:21 -08001954 "+3.3V",
Jean Delvare44c1bcd2010-10-28 20:31:51 +02001955 };
1956 struct it87_data *data = dev_get_drvdata(dev);
Jean Delvare738e5e02010-08-14 21:08:50 +02001957 int nr = to_sensor_dev_attr(attr)->index;
Justin Maggardead80802015-08-05 12:53:08 -07001958 const char *label;
Jean Delvare738e5e02010-08-14 21:08:50 +02001959
Guenter Roecka9eebd42017-02-08 13:51:16 -08001960 if (has_vin3_5v(data) && nr == 0)
1961 label = labels[0];
1962 else if (has_12mv_adc(data) || has_10_9mv_adc(data))
Justin Maggardead80802015-08-05 12:53:08 -07001963 label = labels_it8721[nr];
1964 else
1965 label = labels[nr];
1966
1967 return sprintf(buf, "%s\n", label);
Jean Delvare738e5e02010-08-14 21:08:50 +02001968}
1969static SENSOR_DEVICE_ATTR(in3_label, S_IRUGO, show_label, NULL, 0);
1970static SENSOR_DEVICE_ATTR(in7_label, S_IRUGO, show_label, NULL, 1);
1971static SENSOR_DEVICE_ATTR(in8_label, S_IRUGO, show_label, NULL, 2);
Guenter Roeck73055402015-03-26 09:16:32 -07001972/* AVCC3 */
Guenter Roeck638c1c02017-02-08 14:00:21 -08001973static SENSOR_DEVICE_ATTR(in9_label, S_IRUGO, show_label, NULL, 3);
Jean Delvare738e5e02010-08-14 21:08:50 +02001974
Guenter Roeck52929712013-03-30 14:00:08 -07001975static umode_t it87_in_is_visible(struct kobject *kobj,
1976 struct attribute *attr, int index)
Guenter Roeck9172b5d2012-03-24 21:49:54 -07001977{
Guenter Roeck52929712013-03-30 14:00:08 -07001978 struct device *dev = container_of(kobj, struct device, kobj);
1979 struct it87_data *data = dev_get_drvdata(dev);
1980 int i = index / 5; /* voltage index */
1981 int a = index % 5; /* attribute index */
1982
Guenter Roeckf838aa22015-04-01 20:09:36 -07001983 if (index >= 40) { /* in8 and higher only have input attributes */
Guenter Roeck52929712013-03-30 14:00:08 -07001984 i = index - 40 + 8;
1985 a = 0;
1986 }
1987
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001988 if (!(data->has_in & BIT(i)))
Guenter Roeck52929712013-03-30 14:00:08 -07001989 return 0;
1990
1991 if (a == 4 && !data->has_beep)
1992 return 0;
1993
1994 return attr->mode;
1995}
1996
1997static struct attribute *it87_attributes_in[] = {
Jean Delvare87808be2006-09-24 21:17:13 +02001998 &sensor_dev_attr_in0_input.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02001999 &sensor_dev_attr_in0_min.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02002000 &sensor_dev_attr_in0_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002001 &sensor_dev_attr_in0_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07002002 &sensor_dev_attr_in0_beep.dev_attr.attr, /* 4 */
2003
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002004 &sensor_dev_attr_in1_input.dev_attr.attr,
2005 &sensor_dev_attr_in1_min.dev_attr.attr,
2006 &sensor_dev_attr_in1_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002007 &sensor_dev_attr_in1_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07002008 &sensor_dev_attr_in1_beep.dev_attr.attr, /* 9 */
2009
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002010 &sensor_dev_attr_in2_input.dev_attr.attr,
2011 &sensor_dev_attr_in2_min.dev_attr.attr,
2012 &sensor_dev_attr_in2_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002013 &sensor_dev_attr_in2_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07002014 &sensor_dev_attr_in2_beep.dev_attr.attr, /* 14 */
2015
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002016 &sensor_dev_attr_in3_input.dev_attr.attr,
2017 &sensor_dev_attr_in3_min.dev_attr.attr,
2018 &sensor_dev_attr_in3_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002019 &sensor_dev_attr_in3_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07002020 &sensor_dev_attr_in3_beep.dev_attr.attr, /* 19 */
2021
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002022 &sensor_dev_attr_in4_input.dev_attr.attr,
2023 &sensor_dev_attr_in4_min.dev_attr.attr,
2024 &sensor_dev_attr_in4_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002025 &sensor_dev_attr_in4_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07002026 &sensor_dev_attr_in4_beep.dev_attr.attr, /* 24 */
2027
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002028 &sensor_dev_attr_in5_input.dev_attr.attr,
2029 &sensor_dev_attr_in5_min.dev_attr.attr,
2030 &sensor_dev_attr_in5_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002031 &sensor_dev_attr_in5_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07002032 &sensor_dev_attr_in5_beep.dev_attr.attr, /* 29 */
2033
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002034 &sensor_dev_attr_in6_input.dev_attr.attr,
2035 &sensor_dev_attr_in6_min.dev_attr.attr,
2036 &sensor_dev_attr_in6_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002037 &sensor_dev_attr_in6_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07002038 &sensor_dev_attr_in6_beep.dev_attr.attr, /* 34 */
2039
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002040 &sensor_dev_attr_in7_input.dev_attr.attr,
2041 &sensor_dev_attr_in7_min.dev_attr.attr,
2042 &sensor_dev_attr_in7_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002043 &sensor_dev_attr_in7_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07002044 &sensor_dev_attr_in7_beep.dev_attr.attr, /* 39 */
Jean Delvare87808be2006-09-24 21:17:13 +02002045
Guenter Roeck52929712013-03-30 14:00:08 -07002046 &sensor_dev_attr_in8_input.dev_attr.attr, /* 40 */
Jean Delvared5f3f6c2016-08-29 13:33:29 +02002047 &sensor_dev_attr_in9_input.dev_attr.attr,
2048 &sensor_dev_attr_in10_input.dev_attr.attr,
2049 &sensor_dev_attr_in11_input.dev_attr.attr,
2050 &sensor_dev_attr_in12_input.dev_attr.attr,
Jean Delvare3c329262016-08-29 13:18:23 +02002051 NULL
Guenter Roeck52929712013-03-30 14:00:08 -07002052};
2053
2054static const struct attribute_group it87_group_in = {
2055 .attrs = it87_attributes_in,
2056 .is_visible = it87_in_is_visible,
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002057};
2058
Guenter Roeck87533772013-03-30 14:23:20 -07002059static umode_t it87_temp_is_visible(struct kobject *kobj,
2060 struct attribute *attr, int index)
Guenter Roeck4573acb2012-03-26 16:17:41 -07002061{
Guenter Roeck87533772013-03-30 14:23:20 -07002062 struct device *dev = container_of(kobj, struct device, kobj);
2063 struct it87_data *data = dev_get_drvdata(dev);
2064 int i = index / 7; /* temperature index */
2065 int a = index % 7; /* attribute index */
2066
Guenter Roeckcc18da72015-04-01 10:03:01 -07002067 if (index >= 21) {
2068 i = index - 21 + 3;
2069 a = 0;
2070 }
2071
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002072 if (!(data->has_temp & BIT(i)))
Guenter Roeck87533772013-03-30 14:23:20 -07002073 return 0;
2074
2075 if (a == 5 && !has_temp_offset(data))
2076 return 0;
2077
2078 if (a == 6 && !data->has_beep)
2079 return 0;
2080
2081 return attr->mode;
2082}
2083
2084static struct attribute *it87_attributes_temp[] = {
Jean Delvare87808be2006-09-24 21:17:13 +02002085 &sensor_dev_attr_temp1_input.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02002086 &sensor_dev_attr_temp1_max.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02002087 &sensor_dev_attr_temp1_min.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02002088 &sensor_dev_attr_temp1_type.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002089 &sensor_dev_attr_temp1_alarm.dev_attr.attr,
Guenter Roeck87533772013-03-30 14:23:20 -07002090 &sensor_dev_attr_temp1_offset.dev_attr.attr, /* 5 */
2091 &sensor_dev_attr_temp1_beep.dev_attr.attr, /* 6 */
2092
Guenter Roeckcc18da72015-04-01 10:03:01 -07002093 &sensor_dev_attr_temp2_input.dev_attr.attr, /* 7 */
Guenter Roeck4573acb2012-03-26 16:17:41 -07002094 &sensor_dev_attr_temp2_max.dev_attr.attr,
2095 &sensor_dev_attr_temp2_min.dev_attr.attr,
2096 &sensor_dev_attr_temp2_type.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002097 &sensor_dev_attr_temp2_alarm.dev_attr.attr,
Guenter Roeck87533772013-03-30 14:23:20 -07002098 &sensor_dev_attr_temp2_offset.dev_attr.attr,
2099 &sensor_dev_attr_temp2_beep.dev_attr.attr,
2100
Guenter Roeckcc18da72015-04-01 10:03:01 -07002101 &sensor_dev_attr_temp3_input.dev_attr.attr, /* 14 */
Guenter Roeck4573acb2012-03-26 16:17:41 -07002102 &sensor_dev_attr_temp3_max.dev_attr.attr,
2103 &sensor_dev_attr_temp3_min.dev_attr.attr,
2104 &sensor_dev_attr_temp3_type.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002105 &sensor_dev_attr_temp3_alarm.dev_attr.attr,
Guenter Roeck87533772013-03-30 14:23:20 -07002106 &sensor_dev_attr_temp3_offset.dev_attr.attr,
2107 &sensor_dev_attr_temp3_beep.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02002108
Guenter Roeckcc18da72015-04-01 10:03:01 -07002109 &sensor_dev_attr_temp4_input.dev_attr.attr, /* 21 */
2110 &sensor_dev_attr_temp5_input.dev_attr.attr,
2111 &sensor_dev_attr_temp6_input.dev_attr.attr,
Guenter Roeck87533772013-03-30 14:23:20 -07002112 NULL
Guenter Roeck4573acb2012-03-26 16:17:41 -07002113};
2114
Guenter Roeck87533772013-03-30 14:23:20 -07002115static const struct attribute_group it87_group_temp = {
2116 .attrs = it87_attributes_temp,
2117 .is_visible = it87_temp_is_visible,
Guenter Roeck161d8982012-12-19 22:17:01 +01002118};
2119
Guenter Roeckd3766842013-03-30 15:47:21 -07002120static umode_t it87_is_visible(struct kobject *kobj,
2121 struct attribute *attr, int index)
2122{
2123 struct device *dev = container_of(kobj, struct device, kobj);
2124 struct it87_data *data = dev_get_drvdata(dev);
2125
Guenter Roeck8638d0a2015-03-30 11:13:49 -07002126 if ((index == 2 || index == 3) && !data->has_vid)
Guenter Roeckd3766842013-03-30 15:47:21 -07002127 return 0;
2128
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002129 if (index > 3 && !(data->in_internal & BIT(index - 4)))
Guenter Roeckd3766842013-03-30 15:47:21 -07002130 return 0;
2131
2132 return attr->mode;
2133}
2134
Guenter Roeck4573acb2012-03-26 16:17:41 -07002135static struct attribute *it87_attributes[] = {
Jean Delvare87808be2006-09-24 21:17:13 +02002136 &dev_attr_alarms.attr,
Jean Delvare3d30f9e2011-07-25 21:46:10 +02002137 &sensor_dev_attr_intrusion0_alarm.dev_attr.attr,
Guenter Roeck8638d0a2015-03-30 11:13:49 -07002138 &dev_attr_vrm.attr, /* 2 */
2139 &dev_attr_cpu0_vid.attr, /* 3 */
2140 &sensor_dev_attr_in3_label.dev_attr.attr, /* 4 .. 7 */
Guenter Roeckd3766842013-03-30 15:47:21 -07002141 &sensor_dev_attr_in7_label.dev_attr.attr,
2142 &sensor_dev_attr_in8_label.dev_attr.attr,
2143 &sensor_dev_attr_in9_label.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02002144 NULL
2145};
2146
2147static const struct attribute_group it87_group = {
2148 .attrs = it87_attributes,
Guenter Roeckd3766842013-03-30 15:47:21 -07002149 .is_visible = it87_is_visible,
Jean Delvare87808be2006-09-24 21:17:13 +02002150};
2151
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002152static umode_t it87_fan_is_visible(struct kobject *kobj,
2153 struct attribute *attr, int index)
2154{
2155 struct device *dev = container_of(kobj, struct device, kobj);
2156 struct it87_data *data = dev_get_drvdata(dev);
2157 int i = index / 5; /* fan index */
2158 int a = index % 5; /* attribute index */
2159
2160 if (index >= 15) { /* fan 4..6 don't have divisor attributes */
2161 i = (index - 15) / 4 + 3;
2162 a = (index - 15) % 4;
2163 }
2164
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002165 if (!(data->has_fan & BIT(i)))
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002166 return 0;
2167
2168 if (a == 3) { /* beep */
2169 if (!data->has_beep)
2170 return 0;
2171 /* first fan beep attribute is writable */
2172 if (i == __ffs(data->has_fan))
2173 return attr->mode | S_IWUSR;
2174 }
2175
2176 if (a == 4 && has_16bit_fans(data)) /* divisor */
2177 return 0;
2178
2179 return attr->mode;
2180}
2181
2182static struct attribute *it87_attributes_fan[] = {
Jean Delvare87808be2006-09-24 21:17:13 +02002183 &sensor_dev_attr_fan1_input.dev_attr.attr,
2184 &sensor_dev_attr_fan1_min.dev_attr.attr,
Jean Delvare723a0aa2010-03-05 22:17:16 +01002185 &sensor_dev_attr_fan1_alarm.dev_attr.attr,
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002186 &sensor_dev_attr_fan1_beep.dev_attr.attr, /* 3 */
2187 &sensor_dev_attr_fan1_div.dev_attr.attr, /* 4 */
2188
Jean Delvare87808be2006-09-24 21:17:13 +02002189 &sensor_dev_attr_fan2_input.dev_attr.attr,
2190 &sensor_dev_attr_fan2_min.dev_attr.attr,
Jean Delvare723a0aa2010-03-05 22:17:16 +01002191 &sensor_dev_attr_fan2_alarm.dev_attr.attr,
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002192 &sensor_dev_attr_fan2_beep.dev_attr.attr,
2193 &sensor_dev_attr_fan2_div.dev_attr.attr, /* 9 */
2194
Jean Delvare87808be2006-09-24 21:17:13 +02002195 &sensor_dev_attr_fan3_input.dev_attr.attr,
2196 &sensor_dev_attr_fan3_min.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002197 &sensor_dev_attr_fan3_alarm.dev_attr.attr,
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002198 &sensor_dev_attr_fan3_beep.dev_attr.attr,
2199 &sensor_dev_attr_fan3_div.dev_attr.attr, /* 14 */
2200
2201 &sensor_dev_attr_fan4_input.dev_attr.attr, /* 15 */
Guenter Roecke1169ba2012-12-19 22:17:01 +01002202 &sensor_dev_attr_fan4_min.dev_attr.attr,
2203 &sensor_dev_attr_fan4_alarm.dev_attr.attr,
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002204 &sensor_dev_attr_fan4_beep.dev_attr.attr,
2205
2206 &sensor_dev_attr_fan5_input.dev_attr.attr, /* 19 */
Guenter Roecke1169ba2012-12-19 22:17:01 +01002207 &sensor_dev_attr_fan5_min.dev_attr.attr,
2208 &sensor_dev_attr_fan5_alarm.dev_attr.attr,
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002209 &sensor_dev_attr_fan5_beep.dev_attr.attr,
2210
2211 &sensor_dev_attr_fan6_input.dev_attr.attr, /* 23 */
Guenter Roeckfa3f70d2015-03-25 23:15:32 -07002212 &sensor_dev_attr_fan6_min.dev_attr.attr,
2213 &sensor_dev_attr_fan6_alarm.dev_attr.attr,
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002214 &sensor_dev_attr_fan6_beep.dev_attr.attr,
Guenter Roeckfa3f70d2015-03-25 23:15:32 -07002215 NULL
Jean Delvare723a0aa2010-03-05 22:17:16 +01002216};
2217
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002218static const struct attribute_group it87_group_fan = {
2219 .attrs = it87_attributes_fan,
2220 .is_visible = it87_fan_is_visible,
Guenter Roecke1169ba2012-12-19 22:17:01 +01002221};
Jean Delvare723a0aa2010-03-05 22:17:16 +01002222
Guenter Roeck5c391262013-03-30 15:02:12 -07002223static umode_t it87_pwm_is_visible(struct kobject *kobj,
2224 struct attribute *attr, int index)
Guenter Roeck60878bc2015-03-26 19:57:42 -07002225{
2226 struct device *dev = container_of(kobj, struct device, kobj);
2227 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeck5c391262013-03-30 15:02:12 -07002228 int i = index / 4; /* pwm index */
2229 int a = index % 4; /* attribute index */
Guenter Roeck60878bc2015-03-26 19:57:42 -07002230
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002231 if (!(data->has_pwm & BIT(i)))
Guenter Roeck5c391262013-03-30 15:02:12 -07002232 return 0;
2233
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002234 /* pwmX_auto_channels_temp is only writable if auto pwm is supported */
2235 if (a == 3 && (has_old_autopwm(data) || has_newer_autopwm(data)))
Guenter Roeck5c391262013-03-30 15:02:12 -07002236 return attr->mode | S_IWUSR;
2237
2238 /* pwm2_freq is writable if there are two pwm frequency selects */
2239 if (has_pwm_freq2(data) && i == 1 && a == 2)
Guenter Roeck60878bc2015-03-26 19:57:42 -07002240 return attr->mode | S_IWUSR;
2241
2242 return attr->mode;
2243}
2244
Guenter Roeck5c391262013-03-30 15:02:12 -07002245static struct attribute *it87_attributes_pwm[] = {
2246 &sensor_dev_attr_pwm1_enable.dev_attr.attr,
2247 &sensor_dev_attr_pwm1.dev_attr.attr,
2248 &sensor_dev_attr_pwm1_freq.dev_attr.attr,
2249 &sensor_dev_attr_pwm1_auto_channels_temp.dev_attr.attr,
2250
2251 &sensor_dev_attr_pwm2_enable.dev_attr.attr,
2252 &sensor_dev_attr_pwm2.dev_attr.attr,
2253 &sensor_dev_attr_pwm2_freq.dev_attr.attr,
2254 &sensor_dev_attr_pwm2_auto_channels_temp.dev_attr.attr,
2255
2256 &sensor_dev_attr_pwm3_enable.dev_attr.attr,
2257 &sensor_dev_attr_pwm3.dev_attr.attr,
2258 &sensor_dev_attr_pwm3_freq.dev_attr.attr,
2259 &sensor_dev_attr_pwm3_auto_channels_temp.dev_attr.attr,
2260
2261 &sensor_dev_attr_pwm4_enable.dev_attr.attr,
2262 &sensor_dev_attr_pwm4.dev_attr.attr,
2263 &sensor_dev_attr_pwm4_freq.dev_attr.attr,
2264 &sensor_dev_attr_pwm4_auto_channels_temp.dev_attr.attr,
2265
2266 &sensor_dev_attr_pwm5_enable.dev_attr.attr,
2267 &sensor_dev_attr_pwm5.dev_attr.attr,
2268 &sensor_dev_attr_pwm5_freq.dev_attr.attr,
2269 &sensor_dev_attr_pwm5_auto_channels_temp.dev_attr.attr,
2270
2271 &sensor_dev_attr_pwm6_enable.dev_attr.attr,
2272 &sensor_dev_attr_pwm6.dev_attr.attr,
2273 &sensor_dev_attr_pwm6_freq.dev_attr.attr,
2274 &sensor_dev_attr_pwm6_auto_channels_temp.dev_attr.attr,
2275
2276 NULL
Jean Delvare723a0aa2010-03-05 22:17:16 +01002277};
2278
Guenter Roeck5c391262013-03-30 15:02:12 -07002279static const struct attribute_group it87_group_pwm = {
2280 .attrs = it87_attributes_pwm,
2281 .is_visible = it87_pwm_is_visible,
2282};
2283
2284static umode_t it87_auto_pwm_is_visible(struct kobject *kobj,
2285 struct attribute *attr, int index)
2286{
2287 struct device *dev = container_of(kobj, struct device, kobj);
2288 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002289 int i = index / 11; /* pwm index */
2290 int a = index % 11; /* attribute index */
2291
2292 if (index >= 33) { /* pwm 4..6 */
2293 i = (index - 33) / 6 + 3;
2294 a = (index - 33) % 6 + 4;
2295 }
Guenter Roeck5c391262013-03-30 15:02:12 -07002296
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002297 if (!(data->has_pwm & BIT(i)))
Guenter Roeck5c391262013-03-30 15:02:12 -07002298 return 0;
2299
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002300 if (has_newer_autopwm(data)) {
2301 if (a < 4) /* no auto point pwm */
2302 return 0;
2303 if (a == 8) /* no auto_point4 */
2304 return 0;
2305 }
2306 if (has_old_autopwm(data)) {
2307 if (a >= 9) /* no pwm_auto_start, pwm_auto_slope */
2308 return 0;
2309 }
2310
Guenter Roeck5c391262013-03-30 15:02:12 -07002311 return attr->mode;
2312}
2313
2314static struct attribute *it87_attributes_auto_pwm[] = {
Jean Delvare4f3f51b2010-03-05 22:17:21 +01002315 &sensor_dev_attr_pwm1_auto_point1_pwm.dev_attr.attr,
2316 &sensor_dev_attr_pwm1_auto_point2_pwm.dev_attr.attr,
2317 &sensor_dev_attr_pwm1_auto_point3_pwm.dev_attr.attr,
2318 &sensor_dev_attr_pwm1_auto_point4_pwm.dev_attr.attr,
2319 &sensor_dev_attr_pwm1_auto_point1_temp.dev_attr.attr,
2320 &sensor_dev_attr_pwm1_auto_point1_temp_hyst.dev_attr.attr,
2321 &sensor_dev_attr_pwm1_auto_point2_temp.dev_attr.attr,
2322 &sensor_dev_attr_pwm1_auto_point3_temp.dev_attr.attr,
2323 &sensor_dev_attr_pwm1_auto_point4_temp.dev_attr.attr,
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002324 &sensor_dev_attr_pwm1_auto_start.dev_attr.attr,
2325 &sensor_dev_attr_pwm1_auto_slope.dev_attr.attr,
Guenter Roeck5c391262013-03-30 15:02:12 -07002326
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002327 &sensor_dev_attr_pwm2_auto_point1_pwm.dev_attr.attr, /* 11 */
Jean Delvare4f3f51b2010-03-05 22:17:21 +01002328 &sensor_dev_attr_pwm2_auto_point2_pwm.dev_attr.attr,
2329 &sensor_dev_attr_pwm2_auto_point3_pwm.dev_attr.attr,
2330 &sensor_dev_attr_pwm2_auto_point4_pwm.dev_attr.attr,
2331 &sensor_dev_attr_pwm2_auto_point1_temp.dev_attr.attr,
2332 &sensor_dev_attr_pwm2_auto_point1_temp_hyst.dev_attr.attr,
2333 &sensor_dev_attr_pwm2_auto_point2_temp.dev_attr.attr,
2334 &sensor_dev_attr_pwm2_auto_point3_temp.dev_attr.attr,
2335 &sensor_dev_attr_pwm2_auto_point4_temp.dev_attr.attr,
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002336 &sensor_dev_attr_pwm2_auto_start.dev_attr.attr,
2337 &sensor_dev_attr_pwm2_auto_slope.dev_attr.attr,
Guenter Roeck5c391262013-03-30 15:02:12 -07002338
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002339 &sensor_dev_attr_pwm3_auto_point1_pwm.dev_attr.attr, /* 22 */
Jean Delvare4f3f51b2010-03-05 22:17:21 +01002340 &sensor_dev_attr_pwm3_auto_point2_pwm.dev_attr.attr,
2341 &sensor_dev_attr_pwm3_auto_point3_pwm.dev_attr.attr,
2342 &sensor_dev_attr_pwm3_auto_point4_pwm.dev_attr.attr,
2343 &sensor_dev_attr_pwm3_auto_point1_temp.dev_attr.attr,
2344 &sensor_dev_attr_pwm3_auto_point1_temp_hyst.dev_attr.attr,
2345 &sensor_dev_attr_pwm3_auto_point2_temp.dev_attr.attr,
2346 &sensor_dev_attr_pwm3_auto_point3_temp.dev_attr.attr,
2347 &sensor_dev_attr_pwm3_auto_point4_temp.dev_attr.attr,
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002348 &sensor_dev_attr_pwm3_auto_start.dev_attr.attr,
2349 &sensor_dev_attr_pwm3_auto_slope.dev_attr.attr,
2350
2351 &sensor_dev_attr_pwm4_auto_point1_temp.dev_attr.attr, /* 33 */
2352 &sensor_dev_attr_pwm4_auto_point1_temp_hyst.dev_attr.attr,
2353 &sensor_dev_attr_pwm4_auto_point2_temp.dev_attr.attr,
2354 &sensor_dev_attr_pwm4_auto_point3_temp.dev_attr.attr,
2355 &sensor_dev_attr_pwm4_auto_start.dev_attr.attr,
2356 &sensor_dev_attr_pwm4_auto_slope.dev_attr.attr,
2357
2358 &sensor_dev_attr_pwm5_auto_point1_temp.dev_attr.attr,
2359 &sensor_dev_attr_pwm5_auto_point1_temp_hyst.dev_attr.attr,
2360 &sensor_dev_attr_pwm5_auto_point2_temp.dev_attr.attr,
2361 &sensor_dev_attr_pwm5_auto_point3_temp.dev_attr.attr,
2362 &sensor_dev_attr_pwm5_auto_start.dev_attr.attr,
2363 &sensor_dev_attr_pwm5_auto_slope.dev_attr.attr,
2364
2365 &sensor_dev_attr_pwm6_auto_point1_temp.dev_attr.attr,
2366 &sensor_dev_attr_pwm6_auto_point1_temp_hyst.dev_attr.attr,
2367 &sensor_dev_attr_pwm6_auto_point2_temp.dev_attr.attr,
2368 &sensor_dev_attr_pwm6_auto_point3_temp.dev_attr.attr,
2369 &sensor_dev_attr_pwm6_auto_start.dev_attr.attr,
2370 &sensor_dev_attr_pwm6_auto_slope.dev_attr.attr,
Jean Delvare4f3f51b2010-03-05 22:17:21 +01002371
Guenter Roeck5c391262013-03-30 15:02:12 -07002372 NULL,
2373};
2374
2375static const struct attribute_group it87_group_auto_pwm = {
2376 .attrs = it87_attributes_auto_pwm,
2377 .is_visible = it87_auto_pwm_is_visible,
Jean Delvare4f3f51b2010-03-05 22:17:21 +01002378};
2379
Jean Delvare2d8672c2005-07-19 23:56:35 +02002380/* SuperIO detection - will change isa_address if a chip is found */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002381static int __init it87_find(int sioaddr, unsigned short *address,
2382 struct it87_sio_data *sio_data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002383{
Nat Gurumoorthy5b0380c2011-05-25 20:43:33 +02002384 int err;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002385 u16 chip_type;
Jean Delvare98dd22c2008-10-09 15:33:58 +02002386 const char *board_vendor, *board_name;
Guenter Roeckf83a9cb2015-03-31 09:31:34 -07002387 const struct it87_devices *config;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002388
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002389 err = superio_enter(sioaddr);
Nat Gurumoorthy5b0380c2011-05-25 20:43:33 +02002390 if (err)
2391 return err;
2392
2393 err = -ENODEV;
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002394 chip_type = force_id ? force_id : superio_inw(sioaddr, DEVID);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002395
2396 switch (chip_type) {
2397 case IT8705F_DEVID:
2398 sio_data->type = it87;
2399 break;
2400 case IT8712F_DEVID:
2401 sio_data->type = it8712;
2402 break;
2403 case IT8716F_DEVID:
2404 case IT8726F_DEVID:
2405 sio_data->type = it8716;
2406 break;
2407 case IT8718F_DEVID:
2408 sio_data->type = it8718;
2409 break;
Jean-Marc Spaggiarib4da93e2009-01-07 16:37:32 +01002410 case IT8720F_DEVID:
2411 sio_data->type = it8720;
2412 break;
Jean Delvare44c1bcd2010-10-28 20:31:51 +02002413 case IT8721F_DEVID:
2414 sio_data->type = it8721;
2415 break;
Jean Delvare16b5dda2012-01-16 22:51:48 +01002416 case IT8728F_DEVID:
2417 sio_data->type = it8728;
2418 break;
Justin Maggardead80802015-08-05 12:53:08 -07002419 case IT8732F_DEVID:
2420 sio_data->type = it8732;
2421 break;
Guenter Roeckb0636702012-09-07 17:34:41 -06002422 case IT8771E_DEVID:
2423 sio_data->type = it8771;
2424 break;
2425 case IT8772E_DEVID:
2426 sio_data->type = it8772;
2427 break;
Guenter Roeck7bc32d22015-01-17 14:10:24 -08002428 case IT8781F_DEVID:
2429 sio_data->type = it8781;
2430 break;
Guenter Roeck0531d982012-03-02 11:46:44 -08002431 case IT8782F_DEVID:
2432 sio_data->type = it8782;
2433 break;
2434 case IT8783E_DEVID:
2435 sio_data->type = it8783;
2436 break;
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +01002437 case IT8786E_DEVID:
2438 sio_data->type = it8786;
2439 break;
Guenter Roeck4ee07152015-03-25 23:26:28 -07002440 case IT8790E_DEVID:
2441 sio_data->type = it8790;
2442 break;
Rudolf Marek7183ae82014-04-04 18:01:35 +02002443 case IT8603E_DEVID:
Rudolf Marek574e9bd2014-04-04 18:01:35 +02002444 case IT8623E_DEVID:
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002445 sio_data->type = it8603;
2446 break;
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002447 case IT8620E_DEVID:
2448 sio_data->type = it8620;
2449 break;
Guenter Roeck8af1aba2017-02-08 13:52:57 -08002450 case IT8622E_DEVID:
2451 sio_data->type = it8622;
2452 break;
Guenter Roeck71a9c232016-01-18 00:35:58 -08002453 case IT8628E_DEVID:
2454 sio_data->type = it8628;
2455 break;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002456 case 0xffff: /* No device at all */
2457 goto exit;
2458 default:
Joe Perchesa8ca1032011-01-12 21:55:10 +01002459 pr_debug("Unsupported chip (DEVID=0x%x)\n", chip_type);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002460 goto exit;
2461 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002463 superio_select(sioaddr, PME);
2464 if (!(superio_inb(sioaddr, IT87_ACT_REG) & 0x01)) {
Joe Perchesa8ca1032011-01-12 21:55:10 +01002465 pr_info("Device not activated, skipping\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466 goto exit;
2467 }
2468
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002469 *address = superio_inw(sioaddr, IT87_BASE_REG) & ~(IT87_EXTENT - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470 if (*address == 0) {
Joe Perchesa8ca1032011-01-12 21:55:10 +01002471 pr_info("Base address not set, skipping\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002472 goto exit;
2473 }
2474
2475 err = 0;
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002476 sio_data->revision = superio_inb(sioaddr, DEVREV) & 0x0f;
Guenter Roeckfaf392f2015-03-26 08:36:18 -07002477 pr_info("Found IT%04x%s chip at 0x%x, revision %d\n", chip_type,
2478 it87_devices[sio_data->type].suffix,
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +01002479 *address, sio_data->revision);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480
Guenter Roeckf83a9cb2015-03-31 09:31:34 -07002481 config = &it87_devices[sio_data->type];
2482
Guenter Roeck7f5726c2015-03-26 08:49:18 -07002483 /* in7 (VSB or VCCH5V) is always internal on some chips */
Guenter Roeckf83a9cb2015-03-31 09:31:34 -07002484 if (has_in7_internal(config))
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002485 sio_data->internal |= BIT(1);
Guenter Roeck7f5726c2015-03-26 08:49:18 -07002486
Jean Delvare738e5e02010-08-14 21:08:50 +02002487 /* in8 (Vbat) is always internal */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002488 sio_data->internal |= BIT(2);
Guenter Roeck7f5726c2015-03-26 08:49:18 -07002489
Guenter Roeck73055402015-03-26 09:16:32 -07002490 /* in9 (AVCC3), always internal if supported */
2491 if (has_avcc3(config))
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002492 sio_data->internal |= BIT(3); /* in9 is AVCC */
Guenter Roeck73055402015-03-26 09:16:32 -07002493 else
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002494 sio_data->skip_in |= BIT(9);
Jean Delvare738e5e02010-08-14 21:08:50 +02002495
Guenter Roeck638c1c02017-02-08 14:00:21 -08002496 if (!has_five_pwm(config))
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002497 sio_data->skip_pwm |= BIT(3) | BIT(4) | BIT(5);
Guenter Roeck638c1c02017-02-08 14:00:21 -08002498 else if (!has_six_pwm(config))
2499 sio_data->skip_pwm |= BIT(5);
Guenter Roeck36c4d982015-03-26 18:18:19 -07002500
Guenter Roeckf83a9cb2015-03-31 09:31:34 -07002501 if (!has_vid(config))
Jean Delvare895ff262009-12-09 20:35:47 +01002502 sio_data->skip_vid = 1;
Jean Delvared9b327c2010-03-05 22:17:17 +01002503
Guenter Roeck32dd7c402015-02-12 07:40:23 -08002504 /* Read GPIO config and VID value from LDN 7 (GPIO) */
2505 if (sio_data->type == it87) {
Jean Delvared9b327c2010-03-05 22:17:17 +01002506 /* The IT8705F has a different LD number for GPIO */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002507 superio_select(sioaddr, 5);
2508 sio_data->beep_pin = superio_inb(sioaddr,
2509 IT87_SIO_BEEP_PIN_REG) & 0x3f;
Guenter Roeck0531d982012-03-02 11:46:44 -08002510 } else if (sio_data->type == it8783) {
Guenter Roeck088ce2a2013-03-13 16:40:39 -07002511 int reg25, reg27, reg2a, reg2c, regef;
Guenter Roeck0531d982012-03-02 11:46:44 -08002512
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002513 superio_select(sioaddr, GPIO);
Guenter Roeck0531d982012-03-02 11:46:44 -08002514
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002515 reg25 = superio_inb(sioaddr, IT87_SIO_GPIO1_REG);
2516 reg27 = superio_inb(sioaddr, IT87_SIO_GPIO3_REG);
2517 reg2a = superio_inb(sioaddr, IT87_SIO_PINX1_REG);
2518 reg2c = superio_inb(sioaddr, IT87_SIO_PINX2_REG);
2519 regef = superio_inb(sioaddr, IT87_SIO_SPI_REG);
Guenter Roeck0531d982012-03-02 11:46:44 -08002520
Guenter Roeck0531d982012-03-02 11:46:44 -08002521 /* Check if fan3 is there or not */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002522 if ((reg27 & BIT(0)) || !(reg2c & BIT(2)))
2523 sio_data->skip_fan |= BIT(2);
Guenter Roeckc9620242015-04-04 09:05:57 -07002524 if ((reg25 & BIT(4)) ||
2525 (!(reg2a & BIT(1)) && (regef & BIT(0))))
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002526 sio_data->skip_pwm |= BIT(2);
Guenter Roeck0531d982012-03-02 11:46:44 -08002527
2528 /* Check if fan2 is there or not */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002529 if (reg27 & BIT(7))
2530 sio_data->skip_fan |= BIT(1);
2531 if (reg27 & BIT(3))
2532 sio_data->skip_pwm |= BIT(1);
Guenter Roeck0531d982012-03-02 11:46:44 -08002533
2534 /* VIN5 */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002535 if ((reg27 & BIT(0)) || (reg2c & BIT(2)))
2536 sio_data->skip_in |= BIT(5); /* No VIN5 */
Guenter Roeck0531d982012-03-02 11:46:44 -08002537
2538 /* VIN6 */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002539 if (reg27 & BIT(1))
2540 sio_data->skip_in |= BIT(6); /* No VIN6 */
Guenter Roeck0531d982012-03-02 11:46:44 -08002541
2542 /*
2543 * VIN7
2544 * Does not depend on bit 2 of Reg2C, contrary to datasheet.
2545 */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002546 if (reg27 & BIT(2)) {
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002547 /*
2548 * The data sheet is a bit unclear regarding the
2549 * internal voltage divider for VCCH5V. It says
2550 * "This bit enables and switches VIN7 (pin 91) to the
2551 * internal voltage divider for VCCH5V".
2552 * This is different to other chips, where the internal
2553 * voltage divider would connect VIN7 to an internal
2554 * voltage source. Maybe that is the case here as well.
2555 *
2556 * Since we don't know for sure, re-route it if that is
2557 * not the case, and ask the user to report if the
2558 * resulting voltage is sane.
2559 */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002560 if (!(reg2c & BIT(1))) {
2561 reg2c |= BIT(1);
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002562 superio_outb(sioaddr, IT87_SIO_PINX2_REG,
2563 reg2c);
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002564 pr_notice("Routing internal VCCH5V to in7.\n");
2565 }
2566 pr_notice("in7 routed to internal voltage divider, with external pin disabled.\n");
2567 pr_notice("Please report if it displays a reasonable voltage.\n");
2568 }
Guenter Roeck0531d982012-03-02 11:46:44 -08002569
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002570 if (reg2c & BIT(0))
2571 sio_data->internal |= BIT(0);
2572 if (reg2c & BIT(1))
2573 sio_data->internal |= BIT(1);
Guenter Roeck0531d982012-03-02 11:46:44 -08002574
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002575 sio_data->beep_pin = superio_inb(sioaddr,
2576 IT87_SIO_BEEP_PIN_REG) & 0x3f;
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002577 } else if (sio_data->type == it8603) {
2578 int reg27, reg29;
Guenter Roeck0531d982012-03-02 11:46:44 -08002579
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002580 superio_select(sioaddr, GPIO);
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002581
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002582 reg27 = superio_inb(sioaddr, IT87_SIO_GPIO3_REG);
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002583
2584 /* Check if fan3 is there or not */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002585 if (reg27 & BIT(6))
2586 sio_data->skip_pwm |= BIT(2);
2587 if (reg27 & BIT(7))
2588 sio_data->skip_fan |= BIT(2);
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002589
2590 /* Check if fan2 is there or not */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002591 reg29 = superio_inb(sioaddr, IT87_SIO_GPIO5_REG);
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002592 if (reg29 & BIT(1))
2593 sio_data->skip_pwm |= BIT(1);
2594 if (reg29 & BIT(2))
2595 sio_data->skip_fan |= BIT(1);
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002596
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002597 sio_data->skip_in |= BIT(5); /* No VIN5 */
2598 sio_data->skip_in |= BIT(6); /* No VIN6 */
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002599
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002600 sio_data->beep_pin = superio_inb(sioaddr,
2601 IT87_SIO_BEEP_PIN_REG) & 0x3f;
Guenter Roeck71a9c232016-01-18 00:35:58 -08002602 } else if (sio_data->type == it8620 || sio_data->type == it8628) {
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002603 int reg;
2604
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002605 superio_select(sioaddr, GPIO);
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002606
Guenter Roeck36c4d982015-03-26 18:18:19 -07002607 /* Check for pwm5 */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002608 reg = superio_inb(sioaddr, IT87_SIO_GPIO1_REG);
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002609 if (reg & BIT(6))
2610 sio_data->skip_pwm |= BIT(4);
Guenter Roeck36c4d982015-03-26 18:18:19 -07002611
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002612 /* Check for fan4, fan5 */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002613 reg = superio_inb(sioaddr, IT87_SIO_GPIO2_REG);
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002614 if (!(reg & BIT(5)))
2615 sio_data->skip_fan |= BIT(3);
2616 if (!(reg & BIT(4)))
2617 sio_data->skip_fan |= BIT(4);
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002618
2619 /* Check for pwm3, fan3 */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002620 reg = superio_inb(sioaddr, IT87_SIO_GPIO3_REG);
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002621 if (reg & BIT(6))
2622 sio_data->skip_pwm |= BIT(2);
2623 if (reg & BIT(7))
2624 sio_data->skip_fan |= BIT(2);
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002625
Guenter Roeck36c4d982015-03-26 18:18:19 -07002626 /* Check for pwm4 */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002627 reg = superio_inb(sioaddr, IT87_SIO_GPIO4_REG);
Guenter Roeckd66777c2017-02-08 14:05:56 -08002628 if (reg & BIT(2))
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002629 sio_data->skip_pwm |= BIT(3);
Guenter Roeck36c4d982015-03-26 18:18:19 -07002630
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002631 /* Check for pwm2, fan2 */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002632 reg = superio_inb(sioaddr, IT87_SIO_GPIO5_REG);
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002633 if (reg & BIT(1))
2634 sio_data->skip_pwm |= BIT(1);
2635 if (reg & BIT(2))
2636 sio_data->skip_fan |= BIT(1);
Guenter Roeck36c4d982015-03-26 18:18:19 -07002637 /* Check for pwm6, fan6 */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002638 if (!(reg & BIT(7))) {
2639 sio_data->skip_pwm |= BIT(5);
2640 sio_data->skip_fan |= BIT(5);
Guenter Roeck36c4d982015-03-26 18:18:19 -07002641 }
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002642
Guenter Roeck638c1c02017-02-08 14:00:21 -08002643 /* Check if AVCC is on VIN3 */
2644 reg = superio_inb(sioaddr, IT87_SIO_PINX2_REG);
2645 if (reg & BIT(0))
2646 sio_data->internal |= BIT(0);
2647 else
2648 sio_data->skip_in |= BIT(9);
2649
2650 sio_data->beep_pin = superio_inb(sioaddr,
2651 IT87_SIO_BEEP_PIN_REG) & 0x3f;
2652 } else if (sio_data->type == it8622) {
2653 int reg;
2654
2655 superio_select(sioaddr, GPIO);
2656
2657 /* Check for pwm4, fan4 */
2658 reg = superio_inb(sioaddr, IT87_SIO_GPIO1_REG);
2659 if (reg & BIT(6))
2660 sio_data->skip_fan |= BIT(3);
2661 if (reg & BIT(5))
2662 sio_data->skip_pwm |= BIT(3);
2663
2664 /* Check for pwm3, fan3, pwm5, fan5 */
2665 reg = superio_inb(sioaddr, IT87_SIO_GPIO3_REG);
2666 if (reg & BIT(6))
2667 sio_data->skip_pwm |= BIT(2);
2668 if (reg & BIT(7))
2669 sio_data->skip_fan |= BIT(2);
2670 if (reg & BIT(3))
2671 sio_data->skip_pwm |= BIT(4);
2672 if (reg & BIT(1))
2673 sio_data->skip_fan |= BIT(4);
2674
2675 /* Check for pwm2, fan2 */
2676 reg = superio_inb(sioaddr, IT87_SIO_GPIO5_REG);
2677 if (reg & BIT(1))
2678 sio_data->skip_pwm |= BIT(1);
2679 if (reg & BIT(2))
2680 sio_data->skip_fan |= BIT(1);
2681
2682 /* Check for AVCC */
2683 reg = superio_inb(sioaddr, IT87_SIO_PINX2_REG);
2684 if (!(reg & BIT(0)))
2685 sio_data->skip_in |= BIT(9);
2686
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002687 sio_data->beep_pin = superio_inb(sioaddr,
2688 IT87_SIO_BEEP_PIN_REG) & 0x3f;
Jean Delvare895ff262009-12-09 20:35:47 +01002689 } else {
Jean Delvare87673dd2006-08-28 14:37:19 +02002690 int reg;
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002691 bool uart6;
Jean Delvare87673dd2006-08-28 14:37:19 +02002692
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002693 superio_select(sioaddr, GPIO);
Jean Delvare44c1bcd2010-10-28 20:31:51 +02002694
Guenter Roecka0df9262015-04-05 16:51:36 -07002695 /* Check for fan4, fan5 */
2696 if (has_five_fans(config)) {
2697 reg = superio_inb(sioaddr, IT87_SIO_GPIO2_REG);
2698 switch (sio_data->type) {
2699 case it8718:
2700 if (reg & BIT(5))
2701 sio_data->skip_fan |= BIT(3);
2702 if (reg & BIT(4))
2703 sio_data->skip_fan |= BIT(4);
2704 break;
2705 case it8720:
2706 case it8721:
2707 case it8728:
2708 if (!(reg & BIT(5)))
2709 sio_data->skip_fan |= BIT(3);
2710 if (!(reg & BIT(4)))
2711 sio_data->skip_fan |= BIT(4);
2712 break;
2713 default:
2714 break;
2715 }
2716 }
2717
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002718 reg = superio_inb(sioaddr, IT87_SIO_GPIO3_REG);
Guenter Roeck32dd7c402015-02-12 07:40:23 -08002719 if (!sio_data->skip_vid) {
Jean Delvare44c1bcd2010-10-28 20:31:51 +02002720 /* We need at least 4 VID pins */
2721 if (reg & 0x0f) {
Joe Perchesa8ca1032011-01-12 21:55:10 +01002722 pr_info("VID is disabled (pins used for GPIO)\n");
Jean Delvare44c1bcd2010-10-28 20:31:51 +02002723 sio_data->skip_vid = 1;
2724 }
Jean Delvare895ff262009-12-09 20:35:47 +01002725 }
2726
Jean Delvare591ec652009-12-09 20:35:48 +01002727 /* Check if fan3 is there or not */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002728 if (reg & BIT(6))
2729 sio_data->skip_pwm |= BIT(2);
2730 if (reg & BIT(7))
2731 sio_data->skip_fan |= BIT(2);
Jean Delvare591ec652009-12-09 20:35:48 +01002732
2733 /* Check if fan2 is there or not */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002734 reg = superio_inb(sioaddr, IT87_SIO_GPIO5_REG);
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002735 if (reg & BIT(1))
2736 sio_data->skip_pwm |= BIT(1);
2737 if (reg & BIT(2))
2738 sio_data->skip_fan |= BIT(1);
Jean Delvare591ec652009-12-09 20:35:48 +01002739
Guenter Roeckc9620242015-04-04 09:05:57 -07002740 if ((sio_data->type == it8718 || sio_data->type == it8720) &&
2741 !(sio_data->skip_vid))
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002742 sio_data->vid_value = superio_inb(sioaddr,
2743 IT87_SIO_VID_REG);
Jean Delvare87673dd2006-08-28 14:37:19 +02002744
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002745 reg = superio_inb(sioaddr, IT87_SIO_PINX2_REG);
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002746
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002747 uart6 = sio_data->type == it8782 && (reg & BIT(2));
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002748
Jean Delvare436cad22010-07-09 16:22:48 +02002749 /*
2750 * The IT8720F has no VIN7 pin, so VCCH should always be
2751 * routed internally to VIN7 with an internal divider.
2752 * Curiously, there still is a configuration bit to control
2753 * this, which means it can be set incorrectly. And even
2754 * more curiously, many boards out there are improperly
2755 * configured, even though the IT8720F datasheet claims
2756 * that the internal routing of VCCH to VIN7 is the default
2757 * setting. So we force the internal routing in this case.
Guenter Roeck0531d982012-03-02 11:46:44 -08002758 *
2759 * On IT8782F, VIN7 is multiplexed with one of the UART6 pins.
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002760 * If UART6 is enabled, re-route VIN7 to the internal divider
2761 * if that is not already the case.
Jean Delvare436cad22010-07-09 16:22:48 +02002762 */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002763 if ((sio_data->type == it8720 || uart6) && !(reg & BIT(1))) {
2764 reg |= BIT(1);
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002765 superio_outb(sioaddr, IT87_SIO_PINX2_REG, reg);
Joe Perchesa8ca1032011-01-12 21:55:10 +01002766 pr_notice("Routing internal VCCH to in7\n");
Jean Delvare436cad22010-07-09 16:22:48 +02002767 }
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002768 if (reg & BIT(0))
2769 sio_data->internal |= BIT(0);
2770 if (reg & BIT(1))
2771 sio_data->internal |= BIT(1);
Jean Delvared9b327c2010-03-05 22:17:17 +01002772
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002773 /*
2774 * On IT8782F, UART6 pins overlap with VIN5, VIN6, and VIN7.
2775 * While VIN7 can be routed to the internal voltage divider,
2776 * VIN5 and VIN6 are not available if UART6 is enabled.
Guenter Roeck4573acb2012-03-26 16:17:41 -07002777 *
2778 * Also, temp3 is not available if UART6 is enabled and TEMPIN3
2779 * is the temperature source. Since we can not read the
2780 * temperature source here, skip_temp is preliminary.
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002781 */
Guenter Roeck4573acb2012-03-26 16:17:41 -07002782 if (uart6) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002783 sio_data->skip_in |= BIT(5) | BIT(6);
2784 sio_data->skip_temp |= BIT(2);
Guenter Roeck4573acb2012-03-26 16:17:41 -07002785 }
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002786
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002787 sio_data->beep_pin = superio_inb(sioaddr,
2788 IT87_SIO_BEEP_PIN_REG) & 0x3f;
Jean Delvare87673dd2006-08-28 14:37:19 +02002789 }
Jean Delvared9b327c2010-03-05 22:17:17 +01002790 if (sio_data->beep_pin)
Joe Perchesa8ca1032011-01-12 21:55:10 +01002791 pr_info("Beeping is supported\n");
Jean Delvare87673dd2006-08-28 14:37:19 +02002792
Jean Delvare98dd22c2008-10-09 15:33:58 +02002793 /* Disable specific features based on DMI strings */
2794 board_vendor = dmi_get_system_info(DMI_BOARD_VENDOR);
2795 board_name = dmi_get_system_info(DMI_BOARD_NAME);
2796 if (board_vendor && board_name) {
Guenter Roeckc9620242015-04-04 09:05:57 -07002797 if (strcmp(board_vendor, "nVIDIA") == 0 &&
2798 strcmp(board_name, "FN68PT") == 0) {
Guenter Roeck4a0d71c2012-01-19 11:02:18 -08002799 /*
2800 * On the Shuttle SN68PT, FAN_CTL2 is apparently not
2801 * connected to a fan, but to something else. One user
2802 * has reported instant system power-off when changing
2803 * the PWM2 duty cycle, so we disable it.
2804 * I use the board name string as the trigger in case
2805 * the same board is ever used in other systems.
2806 */
Joe Perchesa8ca1032011-01-12 21:55:10 +01002807 pr_info("Disabling pwm2 due to hardware constraints\n");
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002808 sio_data->skip_pwm = BIT(1);
Jean Delvare98dd22c2008-10-09 15:33:58 +02002809 }
2810 }
2811
Linus Torvalds1da177e2005-04-16 15:20:36 -07002812exit:
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002813 superio_exit(sioaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002814 return err;
2815}
2816
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002817/* Called when we have found a new IT87. */
2818static void it87_init_device(struct platform_device *pdev)
2819{
2820 struct it87_sio_data *sio_data = dev_get_platdata(&pdev->dev);
2821 struct it87_data *data = platform_get_drvdata(pdev);
2822 int tmp, i;
2823 u8 mask;
2824
2825 /*
2826 * For each PWM channel:
2827 * - If it is in automatic mode, setting to manual mode should set
2828 * the fan to full speed by default.
2829 * - If it is in manual mode, we need a mapping to temperature
2830 * channels to use when later setting to automatic mode later.
2831 * Use a 1:1 mapping by default (we are clueless.)
2832 * In both cases, the value can (and should) be changed by the user
2833 * prior to switching to a different mode.
2834 * Note that this is no longer needed for the IT8721F and later, as
2835 * these have separate registers for the temperature mapping and the
2836 * manual duty cycle.
2837 */
Guenter Roeck23100482015-04-02 08:23:45 -07002838 for (i = 0; i < NUM_AUTO_PWM; i++) {
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002839 data->pwm_temp_map[i] = i;
2840 data->pwm_duty[i] = 0x7f; /* Full speed */
2841 data->auto_pwm[i][3] = 0x7f; /* Full speed, hard-coded */
2842 }
2843
2844 /*
2845 * Some chips seem to have default value 0xff for all limit
2846 * registers. For low voltage limits it makes no sense and triggers
2847 * alarms, so change to 0 instead. For high temperature limits, it
2848 * means -1 degree C, which surprisingly doesn't trigger an alarm,
2849 * but is still confusing, so change to 127 degrees C.
2850 */
Guenter Roeck23100482015-04-02 08:23:45 -07002851 for (i = 0; i < NUM_VIN_LIMIT; i++) {
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002852 tmp = it87_read_value(data, IT87_REG_VIN_MIN(i));
2853 if (tmp == 0xff)
2854 it87_write_value(data, IT87_REG_VIN_MIN(i), 0);
2855 }
Guenter Roeck23100482015-04-02 08:23:45 -07002856 for (i = 0; i < NUM_TEMP_LIMIT; i++) {
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002857 tmp = it87_read_value(data, IT87_REG_TEMP_HIGH(i));
2858 if (tmp == 0xff)
2859 it87_write_value(data, IT87_REG_TEMP_HIGH(i), 127);
2860 }
2861
2862 /*
2863 * Temperature channels are not forcibly enabled, as they can be
2864 * set to two different sensor types and we can't guess which one
2865 * is correct for a given system. These channels can be enabled at
2866 * run-time through the temp{1-3}_type sysfs accessors if needed.
2867 */
2868
2869 /* Check if voltage monitors are reset manually or by some reason */
2870 tmp = it87_read_value(data, IT87_REG_VIN_ENABLE);
2871 if ((tmp & 0xff) == 0) {
2872 /* Enable all voltage monitors */
2873 it87_write_value(data, IT87_REG_VIN_ENABLE, 0xff);
2874 }
2875
2876 /* Check if tachometers are reset manually or by some reason */
2877 mask = 0x70 & ~(sio_data->skip_fan << 4);
2878 data->fan_main_ctrl = it87_read_value(data, IT87_REG_FAN_MAIN_CTRL);
2879 if ((data->fan_main_ctrl & mask) == 0) {
2880 /* Enable all fan tachometers */
2881 data->fan_main_ctrl |= mask;
2882 it87_write_value(data, IT87_REG_FAN_MAIN_CTRL,
2883 data->fan_main_ctrl);
2884 }
2885 data->has_fan = (data->fan_main_ctrl >> 4) & 0x07;
2886
2887 tmp = it87_read_value(data, IT87_REG_FAN_16BIT);
2888
2889 /* Set tachometers to 16-bit mode if needed */
2890 if (has_fan16_config(data)) {
2891 if (~tmp & 0x07 & data->has_fan) {
2892 dev_dbg(&pdev->dev,
2893 "Setting fan1-3 to 16-bit mode\n");
2894 it87_write_value(data, IT87_REG_FAN_16BIT,
2895 tmp | 0x07);
2896 }
2897 }
2898
2899 /* Check for additional fans */
2900 if (has_five_fans(data)) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002901 if (tmp & BIT(4))
2902 data->has_fan |= BIT(3); /* fan4 enabled */
2903 if (tmp & BIT(5))
2904 data->has_fan |= BIT(4); /* fan5 enabled */
2905 if (has_six_fans(data) && (tmp & BIT(2)))
2906 data->has_fan |= BIT(5); /* fan6 enabled */
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002907 }
2908
2909 /* Fan input pins may be used for alternative functions */
2910 data->has_fan &= ~sio_data->skip_fan;
2911
2912 /* Check if pwm5, pwm6 are enabled */
2913 if (has_six_pwm(data)) {
2914 /* The following code may be IT8620E specific */
2915 tmp = it87_read_value(data, IT87_REG_FAN_DIV);
2916 if ((tmp & 0xc0) == 0xc0)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002917 sio_data->skip_pwm |= BIT(4);
2918 if (!(tmp & BIT(3)))
2919 sio_data->skip_pwm |= BIT(5);
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002920 }
2921
2922 /* Start monitoring */
2923 it87_write_value(data, IT87_REG_CONFIG,
2924 (it87_read_value(data, IT87_REG_CONFIG) & 0x3e)
2925 | (update_vbat ? 0x41 : 0x01));
2926}
2927
2928/* Return 1 if and only if the PWM interface is safe to use */
2929static int it87_check_pwm(struct device *dev)
2930{
2931 struct it87_data *data = dev_get_drvdata(dev);
2932 /*
2933 * Some BIOSes fail to correctly configure the IT87 fans. All fans off
2934 * and polarity set to active low is sign that this is the case so we
2935 * disable pwm control to protect the user.
2936 */
2937 int tmp = it87_read_value(data, IT87_REG_FAN_CTL);
2938
2939 if ((tmp & 0x87) == 0) {
2940 if (fix_pwm_polarity) {
2941 /*
2942 * The user asks us to attempt a chip reconfiguration.
2943 * This means switching to active high polarity and
2944 * inverting all fan speed values.
2945 */
2946 int i;
2947 u8 pwm[3];
2948
Guenter Roeck23100482015-04-02 08:23:45 -07002949 for (i = 0; i < ARRAY_SIZE(pwm); i++)
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002950 pwm[i] = it87_read_value(data,
2951 IT87_REG_PWM[i]);
2952
2953 /*
2954 * If any fan is in automatic pwm mode, the polarity
2955 * might be correct, as suspicious as it seems, so we
2956 * better don't change anything (but still disable the
2957 * PWM interface).
2958 */
2959 if (!((pwm[0] | pwm[1] | pwm[2]) & 0x80)) {
2960 dev_info(dev,
2961 "Reconfiguring PWM to active high polarity\n");
2962 it87_write_value(data, IT87_REG_FAN_CTL,
2963 tmp | 0x87);
2964 for (i = 0; i < 3; i++)
2965 it87_write_value(data,
2966 IT87_REG_PWM[i],
2967 0x7f & ~pwm[i]);
2968 return 1;
2969 }
2970
2971 dev_info(dev,
2972 "PWM configuration is too broken to be fixed\n");
2973 }
2974
2975 dev_info(dev,
2976 "Detected broken BIOS defaults, disabling PWM interface\n");
2977 return 0;
2978 } else if (fix_pwm_polarity) {
2979 dev_info(dev,
2980 "PWM configuration looks sane, won't touch\n");
2981 }
2982
2983 return 1;
2984}
2985
Bill Pemberton6c931ae2012-11-19 13:22:35 -05002986static int it87_probe(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988 struct it87_data *data;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002989 struct resource *res;
2990 struct device *dev = &pdev->dev;
Jingoo Hana8b3a3a2013-07-30 17:13:06 +09002991 struct it87_sio_data *sio_data = dev_get_platdata(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992 int enable_pwm_interface;
Guenter Roeck8638d0a2015-03-30 11:13:49 -07002993 struct device *hwmon_dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002995 res = platform_get_resource(pdev, IORESOURCE_IO, 0);
Guenter Roeck62a1d052012-03-24 21:54:41 -07002996 if (!devm_request_region(&pdev->dev, res->start, IT87_EC_EXTENT,
2997 DRVNAME)) {
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002998 dev_err(dev, "Failed to request region 0x%lx-0x%lx\n",
2999 (unsigned long)res->start,
Bjorn Helgaas87b4b662008-01-22 07:21:03 -05003000 (unsigned long)(res->start + IT87_EC_EXTENT - 1));
Guenter Roeck62a1d052012-03-24 21:54:41 -07003001 return -EBUSY;
Jean Delvare8e9afcb2006-12-12 18:18:28 +01003002 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003
Guenter Roeck62a1d052012-03-24 21:54:41 -07003004 data = devm_kzalloc(&pdev->dev, sizeof(struct it87_data), GFP_KERNEL);
3005 if (!data)
3006 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003008 data->addr = res->start;
3009 data->type = sio_data->type;
Guenter Roeck483db432012-12-19 22:17:02 +01003010 data->features = it87_devices[sio_data->type].features;
Guenter Roeck5d8d2f22012-12-19 22:17:02 +01003011 data->peci_mask = it87_devices[sio_data->type].peci_mask;
Guenter Roeck19529782012-12-19 22:17:02 +01003012 data->old_peci_mask = it87_devices[sio_data->type].old_peci_mask;
Guenter Roeck483db432012-12-19 22:17:02 +01003013 /*
3014 * IT8705F Datasheet 0.4.1, 3h == Version G.
3015 * IT8712F Datasheet 0.9.1, section 8.3.5 indicates 8h == Version J.
3016 * These are the first revisions with 16-bit tachometer support.
3017 */
3018 switch (data->type) {
3019 case it87:
3020 if (sio_data->revision >= 0x03) {
3021 data->features &= ~FEAT_OLD_AUTOPWM;
Guenter Roeck9faf28c2015-02-12 07:11:38 -08003022 data->features |= FEAT_FAN16_CONFIG | FEAT_16BIT_FANS;
Guenter Roeck483db432012-12-19 22:17:02 +01003023 }
3024 break;
3025 case it8712:
3026 if (sio_data->revision >= 0x08) {
3027 data->features &= ~FEAT_OLD_AUTOPWM;
Guenter Roeck9faf28c2015-02-12 07:11:38 -08003028 data->features |= FEAT_FAN16_CONFIG | FEAT_16BIT_FANS |
3029 FEAT_FIVE_FANS;
Guenter Roeck483db432012-12-19 22:17:02 +01003030 }
3031 break;
3032 default:
3033 break;
3034 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003035
3036 /* Now, we do the remaining detection. */
Guenter Roeckc9620242015-04-04 09:05:57 -07003037 if ((it87_read_value(data, IT87_REG_CONFIG) & 0x80) ||
3038 it87_read_value(data, IT87_REG_CHIPID) != 0x90)
Guenter Roeck62a1d052012-03-24 21:54:41 -07003039 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003041 platform_set_drvdata(pdev, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042
Ingo Molnar9a61bf62006-01-18 23:19:26 +01003043 mutex_init(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045 /* Check PWM configuration */
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003046 enable_pwm_interface = it87_check_pwm(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047
Jean Delvare44c1bcd2010-10-28 20:31:51 +02003048 /* Starting with IT8721F, we handle scaling of internal voltages */
Jean Delvare16b5dda2012-01-16 22:51:48 +01003049 if (has_12mv_adc(data)) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003050 if (sio_data->internal & BIT(0))
3051 data->in_scaled |= BIT(3); /* in3 is AVCC */
3052 if (sio_data->internal & BIT(1))
3053 data->in_scaled |= BIT(7); /* in7 is VSB */
3054 if (sio_data->internal & BIT(2))
3055 data->in_scaled |= BIT(8); /* in8 is Vbat */
3056 if (sio_data->internal & BIT(3))
3057 data->in_scaled |= BIT(9); /* in9 is AVCC */
Guenter Roeck7bc32d22015-01-17 14:10:24 -08003058 } else if (sio_data->type == it8781 || sio_data->type == it8782 ||
3059 sio_data->type == it8783) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003060 if (sio_data->internal & BIT(0))
3061 data->in_scaled |= BIT(3); /* in3 is VCC5V */
3062 if (sio_data->internal & BIT(1))
3063 data->in_scaled |= BIT(7); /* in7 is VCCH5V */
Jean Delvare44c1bcd2010-10-28 20:31:51 +02003064 }
3065
Guenter Roeck4573acb2012-03-26 16:17:41 -07003066 data->has_temp = 0x07;
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003067 if (sio_data->skip_temp & BIT(2)) {
Guenter Roeckc9620242015-04-04 09:05:57 -07003068 if (sio_data->type == it8782 &&
3069 !(it87_read_value(data, IT87_REG_TEMP_EXTRA) & 0x80))
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003070 data->has_temp &= ~BIT(2);
Guenter Roeck4573acb2012-03-26 16:17:41 -07003071 }
3072
Guenter Roeckd3766842013-03-30 15:47:21 -07003073 data->in_internal = sio_data->internal;
Guenter Roeck52929712013-03-30 14:00:08 -07003074 data->has_in = 0x3ff & ~sio_data->skip_in;
3075
Guenter Roeckcc18da72015-04-01 10:03:01 -07003076 if (has_six_temp(data)) {
3077 u8 reg = it87_read_value(data, IT87_REG_TEMP456_ENABLE);
3078
Guenter Roeckf838aa22015-04-01 20:09:36 -07003079 /* Check for additional temperature sensors */
Guenter Roeckcc18da72015-04-01 10:03:01 -07003080 if ((reg & 0x03) >= 0x02)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003081 data->has_temp |= BIT(3);
Guenter Roeckcc18da72015-04-01 10:03:01 -07003082 if (((reg >> 2) & 0x03) >= 0x02)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003083 data->has_temp |= BIT(4);
Guenter Roeckcc18da72015-04-01 10:03:01 -07003084 if (((reg >> 4) & 0x03) >= 0x02)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003085 data->has_temp |= BIT(5);
Guenter Roeckf838aa22015-04-01 20:09:36 -07003086
3087 /* Check for additional voltage sensors */
3088 if ((reg & 0x03) == 0x01)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003089 data->has_in |= BIT(10);
Guenter Roeckf838aa22015-04-01 20:09:36 -07003090 if (((reg >> 2) & 0x03) == 0x01)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003091 data->has_in |= BIT(11);
Guenter Roeckf838aa22015-04-01 20:09:36 -07003092 if (((reg >> 4) & 0x03) == 0x01)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003093 data->has_in |= BIT(12);
Guenter Roeckcc18da72015-04-01 10:03:01 -07003094 }
3095
Guenter Roeck52929712013-03-30 14:00:08 -07003096 data->has_beep = !!sio_data->beep_pin;
3097
Linus Torvalds1da177e2005-04-16 15:20:36 -07003098 /* Initialize the IT87 chip */
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003099 it87_init_device(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100
Guenter Roeckd3766842013-03-30 15:47:21 -07003101 if (!sio_data->skip_vid) {
3102 data->has_vid = true;
3103 data->vrm = vid_which_vrm();
3104 /* VID reading from Super-I/O config space if available */
3105 data->vid = sio_data->vid_value;
3106 }
3107
Guenter Roeck8638d0a2015-03-30 11:13:49 -07003108 /* Prepare for sysfs hooks */
3109 data->groups[0] = &it87_group;
3110 data->groups[1] = &it87_group_in;
3111 data->groups[2] = &it87_group_temp;
3112 data->groups[3] = &it87_group_fan;
Jean Delvare17d648b2006-08-28 14:23:46 +02003113
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114 if (enable_pwm_interface) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003115 data->has_pwm = BIT(ARRAY_SIZE(IT87_REG_PWM)) - 1;
Guenter Roeck5c391262013-03-30 15:02:12 -07003116 data->has_pwm &= ~sio_data->skip_pwm;
Jean Delvare4f3f51b2010-03-05 22:17:21 +01003117
Guenter Roeck8638d0a2015-03-30 11:13:49 -07003118 data->groups[4] = &it87_group_pwm;
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07003119 if (has_old_autopwm(data) || has_newer_autopwm(data))
Guenter Roeck8638d0a2015-03-30 11:13:49 -07003120 data->groups[5] = &it87_group_auto_pwm;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003121 }
3122
Guenter Roeck8638d0a2015-03-30 11:13:49 -07003123 hwmon_dev = devm_hwmon_device_register_with_groups(dev,
3124 it87_devices[sio_data->type].name,
3125 data, data->groups);
3126 return PTR_ERR_OR_ZERO(hwmon_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003127}
3128
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07003129static struct platform_driver it87_driver = {
3130 .driver = {
3131 .name = DRVNAME,
3132 },
3133 .probe = it87_probe,
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07003134};
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135
Guenter Roecke84bd952015-03-28 08:24:29 -07003136static int __init it87_device_add(int index, unsigned short address,
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003137 const struct it87_sio_data *sio_data)
3138{
Guenter Roeck8e50e3c2015-03-28 07:49:14 -07003139 struct platform_device *pdev;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003140 struct resource res = {
Bjorn Helgaas87b4b662008-01-22 07:21:03 -05003141 .start = address + IT87_EC_OFFSET,
3142 .end = address + IT87_EC_OFFSET + IT87_EC_EXTENT - 1,
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003143 .name = DRVNAME,
3144 .flags = IORESOURCE_IO,
3145 };
3146 int err;
3147
Jean Delvareb9acb642009-01-07 16:37:35 +01003148 err = acpi_check_resource_conflict(&res);
3149 if (err)
Guenter Roeck5cae84a2015-03-28 07:44:59 -07003150 return err;
Jean Delvareb9acb642009-01-07 16:37:35 +01003151
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003152 pdev = platform_device_alloc(DRVNAME, address);
Guenter Roeck5cae84a2015-03-28 07:44:59 -07003153 if (!pdev)
3154 return -ENOMEM;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003155
3156 err = platform_device_add_resources(pdev, &res, 1);
3157 if (err) {
Joe Perchesa8ca1032011-01-12 21:55:10 +01003158 pr_err("Device resource addition failed (%d)\n", err);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003159 goto exit_device_put;
3160 }
3161
3162 err = platform_device_add_data(pdev, sio_data,
3163 sizeof(struct it87_sio_data));
3164 if (err) {
Joe Perchesa8ca1032011-01-12 21:55:10 +01003165 pr_err("Platform data allocation failed\n");
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003166 goto exit_device_put;
3167 }
3168
3169 err = platform_device_add(pdev);
3170 if (err) {
Joe Perchesa8ca1032011-01-12 21:55:10 +01003171 pr_err("Device addition failed (%d)\n", err);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003172 goto exit_device_put;
3173 }
3174
Guenter Roecke84bd952015-03-28 08:24:29 -07003175 it87_pdev[index] = pdev;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003176 return 0;
3177
3178exit_device_put:
3179 platform_device_put(pdev);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003180 return err;
3181}
3182
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183static int __init sm_it87_init(void)
3184{
Guenter Roecke84bd952015-03-28 08:24:29 -07003185 int sioaddr[2] = { REG_2E, REG_4E };
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003186 struct it87_sio_data sio_data;
Guenter Roecke84bd952015-03-28 08:24:29 -07003187 unsigned short isa_address;
3188 bool found = false;
3189 int i, err;
Jean Delvarefde09502005-07-19 23:51:07 +02003190
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003191 err = platform_driver_register(&it87_driver);
3192 if (err)
3193 return err;
3194
Guenter Roecke84bd952015-03-28 08:24:29 -07003195 for (i = 0; i < ARRAY_SIZE(sioaddr); i++) {
3196 memset(&sio_data, 0, sizeof(struct it87_sio_data));
3197 isa_address = 0;
3198 err = it87_find(sioaddr[i], &isa_address, &sio_data);
3199 if (err || isa_address == 0)
3200 continue;
3201
3202 err = it87_device_add(i, isa_address, &sio_data);
3203 if (err)
3204 goto exit_dev_unregister;
3205 found = true;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003206 }
3207
Guenter Roecke84bd952015-03-28 08:24:29 -07003208 if (!found) {
3209 err = -ENODEV;
3210 goto exit_unregister;
3211 }
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003212 return 0;
Guenter Roecke84bd952015-03-28 08:24:29 -07003213
3214exit_dev_unregister:
3215 /* NULL check handled by platform_device_unregister */
3216 platform_device_unregister(it87_pdev[0]);
3217exit_unregister:
3218 platform_driver_unregister(&it87_driver);
3219 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220}
3221
3222static void __exit sm_it87_exit(void)
3223{
Guenter Roecke84bd952015-03-28 08:24:29 -07003224 /* NULL check handled by platform_device_unregister */
3225 platform_device_unregister(it87_pdev[1]);
3226 platform_device_unregister(it87_pdev[0]);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003227 platform_driver_unregister(&it87_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003228}
3229
Jean Delvare7c81c602014-01-29 20:40:08 +01003230MODULE_AUTHOR("Chris Gauthron, Jean Delvare <jdelvare@suse.de>");
Jean Delvare44c1bcd2010-10-28 20:31:51 +02003231MODULE_DESCRIPTION("IT8705F/IT871xF/IT872xF hardware monitoring driver");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232module_param(update_vbat, bool, 0);
3233MODULE_PARM_DESC(update_vbat, "Update vbat if set else return powerup value");
3234module_param(fix_pwm_polarity, bool, 0);
Jean Delvare5f2dc792010-03-05 22:17:18 +01003235MODULE_PARM_DESC(fix_pwm_polarity,
3236 "Force PWM polarity to active high (DANGEROUS)");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003237MODULE_LICENSE("GPL");
3238
3239module_init(sm_it87_init);
3240module_exit(sm_it87_exit);