blob: 3bfa866cc82f45c6c3abb446bb3e03b5a6d95571 [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
Rudolf Marek574e9bd2014-04-04 18:01:35 +020015 * IT8623E Super I/O chip w/LPC interface
Guenter Roeck71a9c232016-01-18 00:35:58 -080016 * IT8628E Super I/O chip w/LPC interface
Rudolf Marekc145d5c2014-01-29 20:40:08 +010017 * IT8705F Super I/O chip w/LPC interface
Jean Delvare5f2dc792010-03-05 22:17:18 +010018 * IT8712F Super I/O chip w/LPC interface
19 * IT8716F Super I/O chip w/LPC interface
20 * IT8718F Super I/O chip w/LPC interface
21 * IT8720F Super I/O chip w/LPC interface
Jean Delvare44c1bcd2010-10-28 20:31:51 +020022 * IT8721F Super I/O chip w/LPC interface
Jean Delvare5f2dc792010-03-05 22:17:18 +010023 * IT8726F Super I/O chip w/LPC interface
Jean Delvare16b5dda2012-01-16 22:51:48 +010024 * IT8728F Super I/O chip w/LPC interface
Justin Maggardead80802015-08-05 12:53:08 -070025 * IT8732F Super I/O chip w/LPC interface
Jean Delvare44c1bcd2010-10-28 20:31:51 +020026 * IT8758E Super I/O chip w/LPC interface
Guenter Roeckb0636702012-09-07 17:34:41 -060027 * IT8771E Super I/O chip w/LPC interface
28 * IT8772E Super I/O chip w/LPC interface
Guenter Roeck7bc32d22015-01-17 14:10:24 -080029 * IT8781F Super I/O chip w/LPC interface
Guenter Roeck0531d982012-03-02 11:46:44 -080030 * IT8782F Super I/O chip w/LPC interface
31 * IT8783E/F Super I/O chip w/LPC interface
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +010032 * IT8786E Super I/O chip w/LPC interface
Guenter Roeck4ee07152015-03-25 23:26:28 -070033 * IT8790E Super I/O chip w/LPC interface
Jean Delvare5f2dc792010-03-05 22:17:18 +010034 * Sis950 A clone of the IT8705F
35 *
36 * Copyright (C) 2001 Chris Gauthron
Jean Delvare7c81c602014-01-29 20:40:08 +010037 * Copyright (C) 2005-2010 Jean Delvare <jdelvare@suse.de>
Jean Delvare5f2dc792010-03-05 22:17:18 +010038 *
39 * This program is free software; you can redistribute it and/or modify
40 * it under the terms of the GNU General Public License as published by
41 * the Free Software Foundation; either version 2 of the License, or
42 * (at your option) any later version.
43 *
44 * This program is distributed in the hope that it will be useful,
45 * but WITHOUT ANY WARRANTY; without even the implied warranty of
46 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
47 * GNU General Public License for more details.
Jean Delvare5f2dc792010-03-05 22:17:18 +010048 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070049
Joe Perchesa8ca1032011-01-12 21:55:10 +010050#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
51
Guenter Roeck48b2ae72015-04-02 08:06:12 -070052#include <linux/bitops.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070053#include <linux/module.h>
54#include <linux/init.h>
55#include <linux/slab.h>
56#include <linux/jiffies.h>
corentin.labbeb74f3fd2007-06-13 20:27:36 +020057#include <linux/platform_device.h>
Mark M. Hoffman943b0832005-07-15 21:39:18 -040058#include <linux/hwmon.h>
Jean Delvare303760b2005-07-31 21:52:01 +020059#include <linux/hwmon-sysfs.h>
60#include <linux/hwmon-vid.h>
Mark M. Hoffman943b0832005-07-15 21:39:18 -040061#include <linux/err.h>
Ingo Molnar9a61bf62006-01-18 23:19:26 +010062#include <linux/mutex.h>
Jean Delvare87808be2006-09-24 21:17:13 +020063#include <linux/sysfs.h>
Jean Delvare98dd22c2008-10-09 15:33:58 +020064#include <linux/string.h>
65#include <linux/dmi.h>
Jean Delvareb9acb642009-01-07 16:37:35 +010066#include <linux/acpi.h>
H Hartley Sweeten6055fae2009-09-15 17:18:13 +020067#include <linux/io.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
corentin.labbeb74f3fd2007-06-13 20:27:36 +020069#define DRVNAME "it87"
Linus Torvalds1da177e2005-04-16 15:20:36 -070070
Justin Maggardead80802015-08-05 12:53:08 -070071enum chips { it87, it8712, it8716, it8718, it8720, it8721, it8728, it8732,
72 it8771, it8772, it8781, it8782, it8783, it8786, it8790, it8603,
Guenter Roeck71a9c232016-01-18 00:35:58 -080073 it8620, it8628 };
Linus Torvalds1da177e2005-04-16 15:20:36 -070074
Jean Delvare67b671b2007-12-06 23:13:42 +010075static unsigned short force_id;
76module_param(force_id, ushort, 0);
77MODULE_PARM_DESC(force_id, "Override the detected device ID");
78
Guenter Roecke84bd952015-03-28 08:24:29 -070079static struct platform_device *it87_pdev[2];
corentin.labbeb74f3fd2007-06-13 20:27:36 +020080
Guenter Roeck3c2e3512015-03-28 08:03:10 -070081#define REG_2E 0x2e /* The register to read/write */
Guenter Roecke84bd952015-03-28 08:24:29 -070082#define REG_4E 0x4e /* Secondary register to read/write */
Guenter Roeck3c2e3512015-03-28 08:03:10 -070083
Linus Torvalds1da177e2005-04-16 15:20:36 -070084#define DEV 0x07 /* Register: Logical device select */
Linus Torvalds1da177e2005-04-16 15:20:36 -070085#define PME 0x04 /* The device with the fan registers in it */
Jean-Marc Spaggiarib4da93e2009-01-07 16:37:32 +010086
87/* The device with the IT8718F/IT8720F VID value in it */
88#define GPIO 0x07
89
Linus Torvalds1da177e2005-04-16 15:20:36 -070090#define DEVID 0x20 /* Register: Device ID */
91#define DEVREV 0x22 /* Register: Device Revision */
92
Guenter Roeck3c2e3512015-03-28 08:03:10 -070093static inline int superio_inb(int ioreg, int reg)
Linus Torvalds1da177e2005-04-16 15:20:36 -070094{
Guenter Roeck3c2e3512015-03-28 08:03:10 -070095 outb(reg, ioreg);
96 return inb(ioreg + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -070097}
98
Guenter Roeck3c2e3512015-03-28 08:03:10 -070099static inline void superio_outb(int ioreg, int reg, int val)
Jean Delvare436cad22010-07-09 16:22:48 +0200100{
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700101 outb(reg, ioreg);
102 outb(val, ioreg + 1);
Jean Delvare436cad22010-07-09 16:22:48 +0200103}
104
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700105static int superio_inw(int ioreg, int reg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106{
107 int val;
Guenter Roeckc9620242015-04-04 09:05:57 -0700108
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700109 outb(reg++, ioreg);
110 val = inb(ioreg + 1) << 8;
111 outb(reg, ioreg);
112 val |= inb(ioreg + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113 return val;
114}
115
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700116static inline void superio_select(int ioreg, int ldn)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117{
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700118 outb(DEV, ioreg);
119 outb(ldn, ioreg + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700120}
121
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700122static inline int superio_enter(int ioreg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123{
Nat Gurumoorthy5b0380c2011-05-25 20:43:33 +0200124 /*
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700125 * Try to reserve ioreg and ioreg + 1 for exclusive access.
Nat Gurumoorthy5b0380c2011-05-25 20:43:33 +0200126 */
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700127 if (!request_muxed_region(ioreg, 2, DRVNAME))
Nat Gurumoorthy5b0380c2011-05-25 20:43:33 +0200128 return -EBUSY;
129
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700130 outb(0x87, ioreg);
131 outb(0x01, ioreg);
132 outb(0x55, ioreg);
Guenter Roecke84bd952015-03-28 08:24:29 -0700133 outb(ioreg == REG_4E ? 0xaa : 0x55, ioreg);
Nat Gurumoorthy5b0380c2011-05-25 20:43:33 +0200134 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135}
136
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700137static inline void superio_exit(int ioreg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138{
Guenter Roeck3c2e3512015-03-28 08:03:10 -0700139 outb(0x02, ioreg);
140 outb(0x02, ioreg + 1);
141 release_region(ioreg, 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142}
143
Jean Delvare87673dd2006-08-28 14:37:19 +0200144/* Logical device 4 registers */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145#define IT8712F_DEVID 0x8712
146#define IT8705F_DEVID 0x8705
Jean Delvare17d648b2006-08-28 14:23:46 +0200147#define IT8716F_DEVID 0x8716
Jean Delvare87673dd2006-08-28 14:37:19 +0200148#define IT8718F_DEVID 0x8718
Jean-Marc Spaggiarib4da93e2009-01-07 16:37:32 +0100149#define IT8720F_DEVID 0x8720
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200150#define IT8721F_DEVID 0x8721
Rudolf Marek08a8f6e2007-06-09 10:11:16 -0400151#define IT8726F_DEVID 0x8726
Jean Delvare16b5dda2012-01-16 22:51:48 +0100152#define IT8728F_DEVID 0x8728
Justin Maggardead80802015-08-05 12:53:08 -0700153#define IT8732F_DEVID 0x8732
Guenter Roeckb0636702012-09-07 17:34:41 -0600154#define IT8771E_DEVID 0x8771
155#define IT8772E_DEVID 0x8772
Guenter Roeck7bc32d22015-01-17 14:10:24 -0800156#define IT8781F_DEVID 0x8781
Guenter Roeck0531d982012-03-02 11:46:44 -0800157#define IT8782F_DEVID 0x8782
158#define IT8783E_DEVID 0x8783
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +0100159#define IT8786E_DEVID 0x8786
Guenter Roeck4ee07152015-03-25 23:26:28 -0700160#define IT8790E_DEVID 0x8790
Rudolf Marek7183ae82014-04-04 18:01:35 +0200161#define IT8603E_DEVID 0x8603
Guenter Roeck3ba9d972015-02-13 20:13:20 -0800162#define IT8620E_DEVID 0x8620
Rudolf Marek574e9bd2014-04-04 18:01:35 +0200163#define IT8623E_DEVID 0x8623
Guenter Roeck71a9c232016-01-18 00:35:58 -0800164#define IT8628E_DEVID 0x8628
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165#define IT87_ACT_REG 0x30
166#define IT87_BASE_REG 0x60
167
Jean Delvare87673dd2006-08-28 14:37:19 +0200168/* Logical device 7 registers (IT8712F and later) */
Guenter Roeck0531d982012-03-02 11:46:44 -0800169#define IT87_SIO_GPIO1_REG 0x25
Guenter Roeck3ba9d972015-02-13 20:13:20 -0800170#define IT87_SIO_GPIO2_REG 0x26
Jean Delvare895ff262009-12-09 20:35:47 +0100171#define IT87_SIO_GPIO3_REG 0x27
Guenter Roeck36c4d982015-03-26 18:18:19 -0700172#define IT87_SIO_GPIO4_REG 0x28
Jean Delvare591ec652009-12-09 20:35:48 +0100173#define IT87_SIO_GPIO5_REG 0x29
Guenter Roeck0531d982012-03-02 11:46:44 -0800174#define IT87_SIO_PINX1_REG 0x2a /* Pin selection */
Jean Delvare87673dd2006-08-28 14:37:19 +0200175#define IT87_SIO_PINX2_REG 0x2c /* Pin selection */
Guenter Roeck0531d982012-03-02 11:46:44 -0800176#define IT87_SIO_SPI_REG 0xef /* SPI function pin select */
Jean Delvare87673dd2006-08-28 14:37:19 +0200177#define IT87_SIO_VID_REG 0xfc /* VID value */
Jean Delvared9b327c2010-03-05 22:17:17 +0100178#define IT87_SIO_BEEP_PIN_REG 0xf6 /* Beep pin mapping */
Jean Delvare87673dd2006-08-28 14:37:19 +0200179
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180/* Update battery voltage after every reading if true */
Rusty Russell90ab5ee2012-01-13 09:32:20 +1030181static bool update_vbat;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182
183/* Not all BIOSes properly configure the PWM registers */
Rusty Russell90ab5ee2012-01-13 09:32:20 +1030184static bool fix_pwm_polarity;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185
Linus Torvalds1da177e2005-04-16 15:20:36 -0700186/* Many IT87 constants specified below */
187
188/* Length of ISA address segment */
189#define IT87_EXTENT 8
190
Bjorn Helgaas87b4b662008-01-22 07:21:03 -0500191/* Length of ISA address segment for Environmental Controller */
192#define IT87_EC_EXTENT 2
193
194/* Offset of EC registers from ISA base address */
195#define IT87_EC_OFFSET 5
196
197/* Where are the ISA address/data registers relative to the EC base address */
198#define IT87_ADDR_REG_OFFSET 0
199#define IT87_DATA_REG_OFFSET 1
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200
201/*----- The IT87 registers -----*/
202
203#define IT87_REG_CONFIG 0x00
204
205#define IT87_REG_ALARM1 0x01
206#define IT87_REG_ALARM2 0x02
207#define IT87_REG_ALARM3 0x03
208
Guenter Roeck4a0d71c2012-01-19 11:02:18 -0800209/*
210 * The IT8718F and IT8720F have the VID value in a different register, in
211 * Super-I/O configuration space.
212 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213#define IT87_REG_VID 0x0a
Guenter Roeck4a0d71c2012-01-19 11:02:18 -0800214/*
215 * The IT8705F and IT8712F earlier than revision 0x08 use register 0x0b
216 * for fan divisors. Later IT8712F revisions must use 16-bit tachometer
217 * mode.
218 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219#define IT87_REG_FAN_DIV 0x0b
Jean Delvare17d648b2006-08-28 14:23:46 +0200220#define IT87_REG_FAN_16BIT 0x0c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221
Guenter Roeckf838aa22015-04-01 20:09:36 -0700222/*
223 * Monitors:
224 * - up to 13 voltage (0 to 7, battery, avcc, 10 to 12)
225 * - up to 6 temp (1 to 6)
226 * - up to 6 fan (1 to 6)
227 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228
Guenter Roeckfa3f70d2015-03-25 23:15:32 -0700229static const u8 IT87_REG_FAN[] = { 0x0d, 0x0e, 0x0f, 0x80, 0x82, 0x4c };
230static const u8 IT87_REG_FAN_MIN[] = { 0x10, 0x11, 0x12, 0x84, 0x86, 0x4e };
231static const u8 IT87_REG_FANX[] = { 0x18, 0x19, 0x1a, 0x81, 0x83, 0x4d };
232static const u8 IT87_REG_FANX_MIN[] = { 0x1b, 0x1c, 0x1d, 0x85, 0x87, 0x4f };
233static const u8 IT87_REG_TEMP_OFFSET[] = { 0x56, 0x57, 0x59 };
Guenter Roeck161d8982012-12-19 22:17:01 +0100234
Linus Torvalds1da177e2005-04-16 15:20:36 -0700235#define IT87_REG_FAN_MAIN_CTRL 0x13
236#define IT87_REG_FAN_CTL 0x14
Guenter Roeck36c4d982015-03-26 18:18:19 -0700237static const u8 IT87_REG_PWM[] = { 0x15, 0x16, 0x17, 0x7f, 0xa7, 0xaf };
238static const u8 IT87_REG_PWM_DUTY[] = { 0x63, 0x6b, 0x73, 0x7b, 0xa3, 0xab };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239
Guenter Roeck559313c2015-04-01 10:15:38 -0700240static const u8 IT87_REG_VIN[] = { 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26,
Guenter Roeckf838aa22015-04-01 20:09:36 -0700241 0x27, 0x28, 0x2f, 0x2c, 0x2d, 0x2e };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242
Guenter Roeck559313c2015-04-01 10:15:38 -0700243#define IT87_REG_TEMP(nr) (0x29 + (nr))
Guenter Roeck73055402015-03-26 09:16:32 -0700244
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245#define IT87_REG_VIN_MAX(nr) (0x30 + (nr) * 2)
246#define IT87_REG_VIN_MIN(nr) (0x31 + (nr) * 2)
247#define IT87_REG_TEMP_HIGH(nr) (0x40 + (nr) * 2)
248#define IT87_REG_TEMP_LOW(nr) (0x41 + (nr) * 2)
249
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250#define IT87_REG_VIN_ENABLE 0x50
251#define IT87_REG_TEMP_ENABLE 0x51
Guenter Roeck4573acb2012-03-26 16:17:41 -0700252#define IT87_REG_TEMP_EXTRA 0x55
Jean Delvared9b327c2010-03-05 22:17:17 +0100253#define IT87_REG_BEEP_ENABLE 0x5c
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254
255#define IT87_REG_CHIPID 0x58
256
Guenter Roeck2cbb9c32015-04-05 11:53:29 -0700257static const u8 IT87_REG_AUTO_BASE[] = { 0x60, 0x68, 0x70, 0x78, 0xa0, 0xa8 };
258
259#define IT87_REG_AUTO_TEMP(nr, i) (IT87_REG_AUTO_BASE[nr] + (i))
260#define IT87_REG_AUTO_PWM(nr, i) (IT87_REG_AUTO_BASE[nr] + 5 + (i))
Jean Delvare4f3f51b2010-03-05 22:17:21 +0100261
Guenter Roeckcc18da72015-04-01 10:03:01 -0700262#define IT87_REG_TEMP456_ENABLE 0x77
263
Guenter Roeck23100482015-04-02 08:23:45 -0700264#define NUM_VIN ARRAY_SIZE(IT87_REG_VIN)
265#define NUM_VIN_LIMIT 8
266#define NUM_TEMP 6
267#define NUM_TEMP_OFFSET ARRAY_SIZE(IT87_REG_TEMP_OFFSET)
268#define NUM_TEMP_LIMIT 3
269#define NUM_FAN ARRAY_SIZE(IT87_REG_FAN)
270#define NUM_FAN_DIV 3
271#define NUM_PWM ARRAY_SIZE(IT87_REG_PWM)
272#define NUM_AUTO_PWM ARRAY_SIZE(IT87_REG_PWM)
273
Guenter Roeck483db432012-12-19 22:17:02 +0100274struct it87_devices {
275 const char *name;
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700276 const char * const suffix;
Guenter Roeckcc18da72015-04-01 10:03:01 -0700277 u32 features;
Guenter Roeck19529782012-12-19 22:17:02 +0100278 u8 peci_mask;
279 u8 old_peci_mask;
Guenter Roeck483db432012-12-19 22:17:02 +0100280};
281
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700282#define FEAT_12MV_ADC BIT(0)
283#define FEAT_NEWER_AUTOPWM BIT(1)
284#define FEAT_OLD_AUTOPWM BIT(2)
285#define FEAT_16BIT_FANS BIT(3)
286#define FEAT_TEMP_OFFSET BIT(4)
287#define FEAT_TEMP_PECI BIT(5)
288#define FEAT_TEMP_OLD_PECI BIT(6)
289#define FEAT_FAN16_CONFIG BIT(7) /* Need to enable 16-bit fans */
290#define FEAT_FIVE_FANS BIT(8) /* Supports five fans */
291#define FEAT_VID BIT(9) /* Set if chip supports VID */
292#define FEAT_IN7_INTERNAL BIT(10) /* Set if in7 is internal */
293#define FEAT_SIX_FANS BIT(11) /* Supports six fans */
294#define FEAT_10_9MV_ADC BIT(12)
295#define FEAT_AVCC3 BIT(13) /* Chip supports in9/AVCC3 */
296#define FEAT_SIX_PWM BIT(14) /* Chip supports 6 pwm chn */
297#define FEAT_PWM_FREQ2 BIT(15) /* Separate pwm freq 2 */
298#define FEAT_SIX_TEMP BIT(16) /* Up to 6 temp sensors */
Guenter Roecka9eebd42017-02-08 13:51:16 -0800299#define FEAT_VIN3_5V BIT(17) /* VIN3 connected to +5V */
Guenter Roeck483db432012-12-19 22:17:02 +0100300
301static const struct it87_devices it87_devices[] = {
302 [it87] = {
303 .name = "it87",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700304 .suffix = "F",
Guenter Roeck483db432012-12-19 22:17:02 +0100305 .features = FEAT_OLD_AUTOPWM, /* may need to overwrite */
306 },
307 [it8712] = {
308 .name = "it8712",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700309 .suffix = "F",
Guenter Roeck32dd7c402015-02-12 07:40:23 -0800310 .features = FEAT_OLD_AUTOPWM | FEAT_VID,
311 /* may need to overwrite */
Guenter Roeck483db432012-12-19 22:17:02 +0100312 },
313 [it8716] = {
314 .name = "it8716",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700315 .suffix = "F",
Guenter Roeck32dd7c402015-02-12 07:40:23 -0800316 .features = FEAT_16BIT_FANS | FEAT_TEMP_OFFSET | FEAT_VID
Guenter Roeck60878bc2015-03-26 19:57:42 -0700317 | FEAT_FAN16_CONFIG | FEAT_FIVE_FANS | FEAT_PWM_FREQ2,
Guenter Roeck483db432012-12-19 22:17:02 +0100318 },
319 [it8718] = {
320 .name = "it8718",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700321 .suffix = "F",
Guenter Roeck32dd7c402015-02-12 07:40:23 -0800322 .features = FEAT_16BIT_FANS | FEAT_TEMP_OFFSET | FEAT_VID
Guenter Roeck60878bc2015-03-26 19:57:42 -0700323 | FEAT_TEMP_OLD_PECI | FEAT_FAN16_CONFIG | FEAT_FIVE_FANS
324 | FEAT_PWM_FREQ2,
Guenter Roeck19529782012-12-19 22:17:02 +0100325 .old_peci_mask = 0x4,
Guenter Roeck483db432012-12-19 22:17:02 +0100326 },
327 [it8720] = {
328 .name = "it8720",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700329 .suffix = "F",
Guenter Roeck32dd7c402015-02-12 07:40:23 -0800330 .features = FEAT_16BIT_FANS | FEAT_TEMP_OFFSET | FEAT_VID
Guenter Roeck60878bc2015-03-26 19:57:42 -0700331 | FEAT_TEMP_OLD_PECI | FEAT_FAN16_CONFIG | FEAT_FIVE_FANS
332 | FEAT_PWM_FREQ2,
Guenter Roeck19529782012-12-19 22:17:02 +0100333 .old_peci_mask = 0x4,
Guenter Roeck483db432012-12-19 22:17:02 +0100334 },
335 [it8721] = {
336 .name = "it8721",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700337 .suffix = "F",
Guenter Roeck483db432012-12-19 22:17:02 +0100338 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck9faf28c2015-02-12 07:11:38 -0800339 | FEAT_TEMP_OFFSET | FEAT_TEMP_OLD_PECI | FEAT_TEMP_PECI
Guenter Roeck60878bc2015-03-26 19:57:42 -0700340 | FEAT_FAN16_CONFIG | FEAT_FIVE_FANS | FEAT_IN7_INTERNAL
341 | FEAT_PWM_FREQ2,
Guenter Roeck5d8d2f22012-12-19 22:17:02 +0100342 .peci_mask = 0x05,
Guenter Roeck19529782012-12-19 22:17:02 +0100343 .old_peci_mask = 0x02, /* Actually reports PCH */
Guenter Roeck483db432012-12-19 22:17:02 +0100344 },
345 [it8728] = {
346 .name = "it8728",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700347 .suffix = "F",
Guenter Roeck483db432012-12-19 22:17:02 +0100348 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck7f5726c2015-03-26 08:49:18 -0700349 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_FIVE_FANS
Guenter Roeck60878bc2015-03-26 19:57:42 -0700350 | FEAT_IN7_INTERNAL | FEAT_PWM_FREQ2,
Guenter Roeck5d8d2f22012-12-19 22:17:02 +0100351 .peci_mask = 0x07,
Guenter Roeck483db432012-12-19 22:17:02 +0100352 },
Justin Maggardead80802015-08-05 12:53:08 -0700353 [it8732] = {
354 .name = "it8732",
355 .suffix = "F",
356 .features = FEAT_NEWER_AUTOPWM | FEAT_16BIT_FANS
357 | FEAT_TEMP_OFFSET | FEAT_TEMP_OLD_PECI | FEAT_TEMP_PECI
358 | FEAT_10_9MV_ADC | FEAT_IN7_INTERNAL,
359 .peci_mask = 0x07,
360 .old_peci_mask = 0x02, /* Actually reports PCH */
361 },
Guenter Roeckb0636702012-09-07 17:34:41 -0600362 [it8771] = {
363 .name = "it8771",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700364 .suffix = "E",
Guenter Roeckb0636702012-09-07 17:34:41 -0600365 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck60878bc2015-03-26 19:57:42 -0700366 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_IN7_INTERNAL
367 | FEAT_PWM_FREQ2,
Guenter Roeck9faf28c2015-02-12 07:11:38 -0800368 /* PECI: guesswork */
369 /* 12mV ADC (OHM) */
370 /* 16 bit fans (OHM) */
371 /* three fans, always 16 bit (guesswork) */
Guenter Roeckb0636702012-09-07 17:34:41 -0600372 .peci_mask = 0x07,
373 },
374 [it8772] = {
375 .name = "it8772",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700376 .suffix = "E",
Guenter Roeckb0636702012-09-07 17:34:41 -0600377 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck60878bc2015-03-26 19:57:42 -0700378 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_IN7_INTERNAL
379 | FEAT_PWM_FREQ2,
Guenter Roeck9faf28c2015-02-12 07:11:38 -0800380 /* PECI (coreboot) */
381 /* 12mV ADC (HWSensors4, OHM) */
382 /* 16 bit fans (HWSensors4, OHM) */
383 /* three fans, always 16 bit (datasheet) */
Guenter Roeckb0636702012-09-07 17:34:41 -0600384 .peci_mask = 0x07,
385 },
Guenter Roeck7bc32d22015-01-17 14:10:24 -0800386 [it8781] = {
387 .name = "it8781",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700388 .suffix = "F",
Guenter Roeck7bc32d22015-01-17 14:10:24 -0800389 .features = FEAT_16BIT_FANS | FEAT_TEMP_OFFSET
Guenter Roeck60878bc2015-03-26 19:57:42 -0700390 | FEAT_TEMP_OLD_PECI | FEAT_FAN16_CONFIG | FEAT_PWM_FREQ2,
Guenter Roeck7bc32d22015-01-17 14:10:24 -0800391 .old_peci_mask = 0x4,
392 },
Guenter Roeck483db432012-12-19 22:17:02 +0100393 [it8782] = {
394 .name = "it8782",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700395 .suffix = "F",
Guenter Roeck19529782012-12-19 22:17:02 +0100396 .features = FEAT_16BIT_FANS | FEAT_TEMP_OFFSET
Guenter Roeck60878bc2015-03-26 19:57:42 -0700397 | FEAT_TEMP_OLD_PECI | FEAT_FAN16_CONFIG | FEAT_PWM_FREQ2,
Guenter Roeck19529782012-12-19 22:17:02 +0100398 .old_peci_mask = 0x4,
Guenter Roeck483db432012-12-19 22:17:02 +0100399 },
400 [it8783] = {
401 .name = "it8783",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700402 .suffix = "E/F",
Guenter Roeck19529782012-12-19 22:17:02 +0100403 .features = FEAT_16BIT_FANS | FEAT_TEMP_OFFSET
Guenter Roeck60878bc2015-03-26 19:57:42 -0700404 | FEAT_TEMP_OLD_PECI | FEAT_FAN16_CONFIG | FEAT_PWM_FREQ2,
Guenter Roeck19529782012-12-19 22:17:02 +0100405 .old_peci_mask = 0x4,
Guenter Roeck483db432012-12-19 22:17:02 +0100406 },
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +0100407 [it8786] = {
408 .name = "it8786",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700409 .suffix = "E",
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +0100410 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck60878bc2015-03-26 19:57:42 -0700411 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_IN7_INTERNAL
412 | FEAT_PWM_FREQ2,
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +0100413 .peci_mask = 0x07,
414 },
Guenter Roeck4ee07152015-03-25 23:26:28 -0700415 [it8790] = {
416 .name = "it8790",
417 .suffix = "E",
418 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck60878bc2015-03-26 19:57:42 -0700419 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_IN7_INTERNAL
420 | FEAT_PWM_FREQ2,
Guenter Roeck4ee07152015-03-25 23:26:28 -0700421 .peci_mask = 0x07,
422 },
Rudolf Marekc145d5c2014-01-29 20:40:08 +0100423 [it8603] = {
424 .name = "it8603",
Guenter Roeckfaf392f2015-03-26 08:36:18 -0700425 .suffix = "E",
Rudolf Marekc145d5c2014-01-29 20:40:08 +0100426 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeck73055402015-03-26 09:16:32 -0700427 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_IN7_INTERNAL
Guenter Roeck60878bc2015-03-26 19:57:42 -0700428 | FEAT_AVCC3 | FEAT_PWM_FREQ2,
Rudolf Marekc145d5c2014-01-29 20:40:08 +0100429 .peci_mask = 0x07,
430 },
Guenter Roeck3ba9d972015-02-13 20:13:20 -0800431 [it8620] = {
432 .name = "it8620",
433 .suffix = "E",
434 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
Guenter Roeckfa3f70d2015-03-25 23:15:32 -0700435 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_SIX_FANS
Guenter Roeckcc18da72015-04-01 10:03:01 -0700436 | FEAT_IN7_INTERNAL | FEAT_SIX_PWM | FEAT_PWM_FREQ2
Guenter Roecka9eebd42017-02-08 13:51:16 -0800437 | FEAT_SIX_TEMP | FEAT_VIN3_5V,
Guenter Roeck3ba9d972015-02-13 20:13:20 -0800438 .peci_mask = 0x07,
439 },
Guenter Roeck71a9c232016-01-18 00:35:58 -0800440 [it8628] = {
441 .name = "it8628",
442 .suffix = "E",
443 .features = FEAT_NEWER_AUTOPWM | FEAT_12MV_ADC | FEAT_16BIT_FANS
444 | FEAT_TEMP_OFFSET | FEAT_TEMP_PECI | FEAT_SIX_FANS
445 | FEAT_IN7_INTERNAL | FEAT_SIX_PWM | FEAT_PWM_FREQ2
Guenter Roecka9eebd42017-02-08 13:51:16 -0800446 | FEAT_SIX_TEMP | FEAT_VIN3_5V,
Guenter Roeck71a9c232016-01-18 00:35:58 -0800447 .peci_mask = 0x07,
448 },
Guenter Roeck483db432012-12-19 22:17:02 +0100449};
450
451#define has_16bit_fans(data) ((data)->features & FEAT_16BIT_FANS)
452#define has_12mv_adc(data) ((data)->features & FEAT_12MV_ADC)
Justin Maggardead80802015-08-05 12:53:08 -0700453#define has_10_9mv_adc(data) ((data)->features & FEAT_10_9MV_ADC)
Guenter Roeck483db432012-12-19 22:17:02 +0100454#define has_newer_autopwm(data) ((data)->features & FEAT_NEWER_AUTOPWM)
455#define has_old_autopwm(data) ((data)->features & FEAT_OLD_AUTOPWM)
456#define has_temp_offset(data) ((data)->features & FEAT_TEMP_OFFSET)
Guenter Roeck5d8d2f22012-12-19 22:17:02 +0100457#define has_temp_peci(data, nr) (((data)->features & FEAT_TEMP_PECI) && \
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700458 ((data)->peci_mask & BIT(nr)))
Guenter Roeck19529782012-12-19 22:17:02 +0100459#define has_temp_old_peci(data, nr) \
460 (((data)->features & FEAT_TEMP_OLD_PECI) && \
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700461 ((data)->old_peci_mask & BIT(nr)))
Guenter Roeck9faf28c2015-02-12 07:11:38 -0800462#define has_fan16_config(data) ((data)->features & FEAT_FAN16_CONFIG)
Guenter Roeckfa3f70d2015-03-25 23:15:32 -0700463#define has_five_fans(data) ((data)->features & (FEAT_FIVE_FANS | \
464 FEAT_SIX_FANS))
Guenter Roeck32dd7c402015-02-12 07:40:23 -0800465#define has_vid(data) ((data)->features & FEAT_VID)
Guenter Roeck7f5726c2015-03-26 08:49:18 -0700466#define has_in7_internal(data) ((data)->features & FEAT_IN7_INTERNAL)
Guenter Roeckfa3f70d2015-03-25 23:15:32 -0700467#define has_six_fans(data) ((data)->features & FEAT_SIX_FANS)
Guenter Roeck73055402015-03-26 09:16:32 -0700468#define has_avcc3(data) ((data)->features & FEAT_AVCC3)
Guenter Roeck36c4d982015-03-26 18:18:19 -0700469#define has_six_pwm(data) ((data)->features & FEAT_SIX_PWM)
Guenter Roeck60878bc2015-03-26 19:57:42 -0700470#define has_pwm_freq2(data) ((data)->features & FEAT_PWM_FREQ2)
Guenter Roeckcc18da72015-04-01 10:03:01 -0700471#define has_six_temp(data) ((data)->features & FEAT_SIX_TEMP)
Guenter Roecka9eebd42017-02-08 13:51:16 -0800472#define has_vin3_5v(data) ((data)->features & FEAT_VIN3_5V)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473
corentin.labbeb74f3fd2007-06-13 20:27:36 +0200474struct it87_sio_data {
475 enum chips type;
476 /* Values read from Super-I/O config space */
Andrew Paprocki04751692008-08-06 22:41:06 +0200477 u8 revision;
corentin.labbeb74f3fd2007-06-13 20:27:36 +0200478 u8 vid_value;
Jean Delvared9b327c2010-03-05 22:17:17 +0100479 u8 beep_pin;
Jean Delvare738e5e02010-08-14 21:08:50 +0200480 u8 internal; /* Internal sensors can be labeled */
Jean Delvare591ec652009-12-09 20:35:48 +0100481 /* Features skipped based on config or DMI */
Guenter Roeck9172b5d2012-03-24 21:49:54 -0700482 u16 skip_in;
Jean Delvare895ff262009-12-09 20:35:47 +0100483 u8 skip_vid;
Jean Delvare591ec652009-12-09 20:35:48 +0100484 u8 skip_fan;
Jean Delvare98dd22c2008-10-09 15:33:58 +0200485 u8 skip_pwm;
Guenter Roeck4573acb2012-03-26 16:17:41 -0700486 u8 skip_temp;
corentin.labbeb74f3fd2007-06-13 20:27:36 +0200487};
488
Guenter Roeck4a0d71c2012-01-19 11:02:18 -0800489/*
490 * For each registered chip, we need to keep some data in memory.
491 * The structure is dynamically allocated.
492 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493struct it87_data {
Guenter Roeck8638d0a2015-03-30 11:13:49 -0700494 const struct attribute_group *groups[7];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 enum chips type;
Guenter Roeckaa8b1872016-08-09 22:09:19 -0700496 u32 features;
Guenter Roeck19529782012-12-19 22:17:02 +0100497 u8 peci_mask;
498 u8 old_peci_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499
corentin.labbeb74f3fd2007-06-13 20:27:36 +0200500 unsigned short addr;
501 const char *name;
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100502 struct mutex update_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 char valid; /* !=0 if following fields are valid */
504 unsigned long last_updated; /* In jiffies */
505
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200506 u16 in_scaled; /* Internal voltage sensors are scaled */
Guenter Roeckd3766842013-03-30 15:47:21 -0700507 u16 in_internal; /* Bitfield, internal sensors (for labels) */
Guenter Roeck52929712013-03-30 14:00:08 -0700508 u16 has_in; /* Bitfield, voltage sensors enabled */
Guenter Roeck23100482015-04-02 08:23:45 -0700509 u8 in[NUM_VIN][3]; /* [nr][0]=in, [1]=min, [2]=max */
Jean Delvare9060f8b2006-08-28 14:24:17 +0200510 u8 has_fan; /* Bitfield, fans enabled */
Guenter Roeck23100482015-04-02 08:23:45 -0700511 u16 fan[NUM_FAN][2]; /* Register values, [nr][0]=fan, [1]=min */
Guenter Roeck4573acb2012-03-26 16:17:41 -0700512 u8 has_temp; /* Bitfield, temp sensors enabled */
Guenter Roeck23100482015-04-02 08:23:45 -0700513 s8 temp[NUM_TEMP][4]; /* [nr][0]=temp, [1]=min, [2]=max, [3]=offset */
Guenter Roeck19529782012-12-19 22:17:02 +0100514 u8 sensor; /* Register value (IT87_REG_TEMP_ENABLE) */
515 u8 extra; /* Register value (IT87_REG_TEMP_EXTRA) */
Guenter Roeck23100482015-04-02 08:23:45 -0700516 u8 fan_div[NUM_FAN_DIV];/* Register encoding, shifted right */
Guenter Roeckd3766842013-03-30 15:47:21 -0700517 bool has_vid; /* True if VID supported */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 u8 vid; /* Register encoding, combined */
Jean Delvarea7be58a2005-12-18 16:40:14 +0100519 u8 vrm;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520 u32 alarms; /* Register encoding, combined */
Guenter Roeck52929712013-03-30 14:00:08 -0700521 bool has_beep; /* true if beep supported */
Jean Delvared9b327c2010-03-05 22:17:17 +0100522 u8 beeps; /* Register encoding */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523 u8 fan_main_ctrl; /* Register value */
Jean Delvaref8d0c192007-02-14 21:15:02 +0100524 u8 fan_ctl; /* Register value */
Jean Delvareb99883d2010-03-05 22:17:15 +0100525
Guenter Roeck4a0d71c2012-01-19 11:02:18 -0800526 /*
527 * The following 3 arrays correspond to the same registers up to
Jean Delvare6229cdb2010-12-08 16:27:22 +0100528 * the IT8720F. The meaning of bits 6-0 depends on the value of bit
529 * 7, and we want to preserve settings on mode changes, so we have
530 * to track all values separately.
531 * Starting with the IT8721F, the manual PWM duty cycles are stored
532 * in separate registers (8-bit values), so the separate tracking
533 * is no longer needed, but it is still done to keep the driver
Guenter Roeck4a0d71c2012-01-19 11:02:18 -0800534 * simple.
535 */
Guenter Roeck5c391262013-03-30 15:02:12 -0700536 u8 has_pwm; /* Bitfield, pwm control enabled */
Guenter Roeck23100482015-04-02 08:23:45 -0700537 u8 pwm_ctrl[NUM_PWM]; /* Register value */
538 u8 pwm_duty[NUM_PWM]; /* Manual PWM value set by user */
539 u8 pwm_temp_map[NUM_PWM];/* PWM to temp. chan. mapping (bits 1-0) */
Jean Delvare4f3f51b2010-03-05 22:17:21 +0100540
541 /* Automatic fan speed control registers */
Guenter Roeck23100482015-04-02 08:23:45 -0700542 u8 auto_pwm[NUM_AUTO_PWM][4]; /* [nr][3] is hard-coded */
543 s8 auto_temp[NUM_AUTO_PWM][5]; /* [nr][0] is point1_temp_hyst */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544};
545
Guenter Roeck0531d982012-03-02 11:46:44 -0800546static int adc_lsb(const struct it87_data *data, int nr)
547{
Justin Maggardead80802015-08-05 12:53:08 -0700548 int lsb;
549
550 if (has_12mv_adc(data))
551 lsb = 120;
552 else if (has_10_9mv_adc(data))
553 lsb = 109;
554 else
555 lsb = 160;
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700556 if (data->in_scaled & BIT(nr))
Guenter Roeck0531d982012-03-02 11:46:44 -0800557 lsb <<= 1;
558 return lsb;
559}
560
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200561static u8 in_to_reg(const struct it87_data *data, int nr, long val)
562{
Justin Maggardead80802015-08-05 12:53:08 -0700563 val = DIV_ROUND_CLOSEST(val * 10, adc_lsb(data, nr));
Guenter Roeck2a844c12013-01-09 08:09:34 -0800564 return clamp_val(val, 0, 255);
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200565}
566
567static int in_from_reg(const struct it87_data *data, int nr, int val)
568{
Justin Maggardead80802015-08-05 12:53:08 -0700569 return DIV_ROUND_CLOSEST(val * adc_lsb(data, nr), 10);
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200570}
Jean Delvare0df6454d2010-10-28 20:31:51 +0200571
572static inline u8 FAN_TO_REG(long rpm, int div)
573{
574 if (rpm == 0)
575 return 255;
Guenter Roeck2a844c12013-01-09 08:09:34 -0800576 rpm = clamp_val(rpm, 1, 1000000);
577 return clamp_val((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
Jean Delvare0df6454d2010-10-28 20:31:51 +0200578}
579
580static inline u16 FAN16_TO_REG(long rpm)
581{
582 if (rpm == 0)
583 return 0xffff;
Guenter Roeck2a844c12013-01-09 08:09:34 -0800584 return clamp_val((1350000 + rpm) / (rpm * 2), 1, 0xfffe);
Jean Delvare0df6454d2010-10-28 20:31:51 +0200585}
586
587#define FAN_FROM_REG(val, div) ((val) == 0 ? -1 : (val) == 255 ? 0 : \
588 1350000 / ((val) * (div)))
589/* The divider is fixed to 2 in 16-bit mode */
590#define FAN16_FROM_REG(val) ((val) == 0 ? -1 : (val) == 0xffff ? 0 : \
591 1350000 / ((val) * 2))
592
Guenter Roeck2a844c12013-01-09 08:09:34 -0800593#define TEMP_TO_REG(val) (clamp_val(((val) < 0 ? (((val) - 500) / 1000) : \
594 ((val) + 500) / 1000), -128, 127))
Jean Delvare0df6454d2010-10-28 20:31:51 +0200595#define TEMP_FROM_REG(val) ((val) * 1000)
596
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200597static u8 pwm_to_reg(const struct it87_data *data, long val)
598{
Jean Delvare16b5dda2012-01-16 22:51:48 +0100599 if (has_newer_autopwm(data))
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200600 return val;
601 else
602 return val >> 1;
603}
604
605static int pwm_from_reg(const struct it87_data *data, u8 reg)
606{
Jean Delvare16b5dda2012-01-16 22:51:48 +0100607 if (has_newer_autopwm(data))
Jean Delvare44c1bcd2010-10-28 20:31:51 +0200608 return reg;
609 else
610 return (reg & 0x7f) << 1;
611}
612
Jean Delvare0df6454d2010-10-28 20:31:51 +0200613static int DIV_TO_REG(int val)
614{
615 int answer = 0;
Guenter Roeckc9620242015-04-04 09:05:57 -0700616
Jean Delvare0df6454d2010-10-28 20:31:51 +0200617 while (answer < 7 && (val >>= 1))
618 answer++;
619 return answer;
620}
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700621
622#define DIV_FROM_REG(val) BIT(val)
Jean Delvare0df6454d2010-10-28 20:31:51 +0200623
Guenter Roeckf56c9c02015-03-26 20:01:24 -0700624/*
625 * PWM base frequencies. The frequency has to be divided by either 128 or 256,
626 * depending on the chip type, to calculate the actual PWM frequency.
627 *
628 * Some of the chip datasheets suggest a base frequency of 51 kHz instead
629 * of 750 kHz for the slowest base frequency, resulting in a PWM frequency
630 * of 200 Hz. Sometimes both PWM frequency select registers are affected,
631 * sometimes just one. It is unknown if this is a datasheet error or real,
632 * so this is ignored for now.
633 */
Jean Delvare0df6454d2010-10-28 20:31:51 +0200634static const unsigned int pwm_freq[8] = {
Guenter Roeckf56c9c02015-03-26 20:01:24 -0700635 48000000,
636 24000000,
637 12000000,
638 8000000,
639 6000000,
640 3000000,
641 1500000,
642 750000,
Jean Delvare0df6454d2010-10-28 20:31:51 +0200643};
644
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700645/*
646 * Must be called with data->update_lock held, except during initialization.
647 * We ignore the IT87 BUSY flag at this moment - it could lead to deadlocks,
648 * would slow down the IT87 access and should not be necessary.
649 */
650static int it87_read_value(struct it87_data *data, u8 reg)
651{
652 outb_p(reg, data->addr + IT87_ADDR_REG_OFFSET);
653 return inb_p(data->addr + IT87_DATA_REG_OFFSET);
654}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700656/*
657 * Must be called with data->update_lock held, except during initialization.
658 * We ignore the IT87 BUSY flag at this moment - it could lead to deadlocks,
659 * would slow down the IT87 access and should not be necessary.
660 */
661static void it87_write_value(struct it87_data *data, u8 reg, u8 value)
662{
663 outb_p(reg, data->addr + IT87_ADDR_REG_OFFSET);
664 outb_p(value, data->addr + IT87_DATA_REG_OFFSET);
665}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700667static void it87_update_pwm_ctrl(struct it87_data *data, int nr)
668{
669 data->pwm_ctrl[nr] = it87_read_value(data, IT87_REG_PWM[nr]);
670 if (has_newer_autopwm(data)) {
Guenter Roeck0624d862015-04-06 21:04:18 -0700671 data->pwm_temp_map[nr] = data->pwm_ctrl[nr] & 0x03;
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700672 data->pwm_duty[nr] = it87_read_value(data,
673 IT87_REG_PWM_DUTY[nr]);
674 } else {
675 if (data->pwm_ctrl[nr] & 0x80) /* Automatic mode */
676 data->pwm_temp_map[nr] = data->pwm_ctrl[nr] & 0x03;
677 else /* Manual mode */
678 data->pwm_duty[nr] = data->pwm_ctrl[nr] & 0x7f;
679 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700681 if (has_old_autopwm(data)) {
682 int i;
683
684 for (i = 0; i < 5 ; i++)
685 data->auto_temp[nr][i] = it87_read_value(data,
686 IT87_REG_AUTO_TEMP(nr, i));
687 for (i = 0; i < 3 ; i++)
688 data->auto_pwm[nr][i] = it87_read_value(data,
689 IT87_REG_AUTO_PWM(nr, i));
Guenter Roeck2cbb9c32015-04-05 11:53:29 -0700690 } else if (has_newer_autopwm(data)) {
691 int i;
692
693 /*
694 * 0: temperature hysteresis (base + 5)
695 * 1: fan off temperature (base + 0)
696 * 2: fan start temperature (base + 1)
697 * 3: fan max temperature (base + 2)
698 */
699 data->auto_temp[nr][0] =
700 it87_read_value(data, IT87_REG_AUTO_TEMP(nr, 5));
701
702 for (i = 0; i < 3 ; i++)
703 data->auto_temp[nr][i + 1] =
704 it87_read_value(data,
705 IT87_REG_AUTO_TEMP(nr, i));
706 /*
707 * 0: start pwm value (base + 3)
708 * 1: pwm slope (base + 4, 1/8th pwm)
709 */
710 data->auto_pwm[nr][0] =
711 it87_read_value(data, IT87_REG_AUTO_TEMP(nr, 3));
712 data->auto_pwm[nr][1] =
713 it87_read_value(data, IT87_REG_AUTO_TEMP(nr, 4));
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700714 }
715}
716
717static struct it87_data *it87_update_device(struct device *dev)
718{
719 struct it87_data *data = dev_get_drvdata(dev);
720 int i;
721
722 mutex_lock(&data->update_lock);
723
Guenter Roeckc9620242015-04-04 09:05:57 -0700724 if (time_after(jiffies, data->last_updated + HZ + HZ / 2) ||
725 !data->valid) {
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700726 if (update_vbat) {
727 /*
728 * Cleared after each update, so reenable. Value
729 * returned by this read will be previous value
730 */
731 it87_write_value(data, IT87_REG_CONFIG,
732 it87_read_value(data, IT87_REG_CONFIG) | 0x40);
733 }
Guenter Roeck23100482015-04-02 08:23:45 -0700734 for (i = 0; i < NUM_VIN; i++) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700735 if (!(data->has_in & BIT(i)))
Guenter Roeck559313c2015-04-01 10:15:38 -0700736 continue;
737
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700738 data->in[i][0] =
Guenter Roeck559313c2015-04-01 10:15:38 -0700739 it87_read_value(data, IT87_REG_VIN[i]);
740
741 /* VBAT and AVCC don't have limit registers */
Guenter Roeck23100482015-04-02 08:23:45 -0700742 if (i >= NUM_VIN_LIMIT)
Guenter Roeck559313c2015-04-01 10:15:38 -0700743 continue;
744
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700745 data->in[i][1] =
746 it87_read_value(data, IT87_REG_VIN_MIN(i));
747 data->in[i][2] =
748 it87_read_value(data, IT87_REG_VIN_MAX(i));
749 }
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700750
Guenter Roeck23100482015-04-02 08:23:45 -0700751 for (i = 0; i < NUM_FAN; i++) {
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700752 /* Skip disabled fans */
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700753 if (!(data->has_fan & BIT(i)))
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700754 continue;
755
756 data->fan[i][1] =
757 it87_read_value(data, IT87_REG_FAN_MIN[i]);
758 data->fan[i][0] = it87_read_value(data,
759 IT87_REG_FAN[i]);
760 /* Add high byte if in 16-bit mode */
761 if (has_16bit_fans(data)) {
762 data->fan[i][0] |= it87_read_value(data,
763 IT87_REG_FANX[i]) << 8;
764 data->fan[i][1] |= it87_read_value(data,
765 IT87_REG_FANX_MIN[i]) << 8;
766 }
767 }
Guenter Roeck23100482015-04-02 08:23:45 -0700768 for (i = 0; i < NUM_TEMP; i++) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -0700769 if (!(data->has_temp & BIT(i)))
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700770 continue;
771 data->temp[i][0] =
772 it87_read_value(data, IT87_REG_TEMP(i));
Guenter Roeckcc18da72015-04-01 10:03:01 -0700773
Guenter Roeck23100482015-04-02 08:23:45 -0700774 if (has_temp_offset(data) && i < NUM_TEMP_OFFSET)
775 data->temp[i][3] =
776 it87_read_value(data,
777 IT87_REG_TEMP_OFFSET[i]);
778
779 if (i >= NUM_TEMP_LIMIT)
Guenter Roeckcc18da72015-04-01 10:03:01 -0700780 continue;
781
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700782 data->temp[i][1] =
783 it87_read_value(data, IT87_REG_TEMP_LOW(i));
784 data->temp[i][2] =
785 it87_read_value(data, IT87_REG_TEMP_HIGH(i));
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700786 }
787
788 /* Newer chips don't have clock dividers */
789 if ((data->has_fan & 0x07) && !has_16bit_fans(data)) {
790 i = it87_read_value(data, IT87_REG_FAN_DIV);
791 data->fan_div[0] = i & 0x07;
792 data->fan_div[1] = (i >> 3) & 0x07;
793 data->fan_div[2] = (i & 0x40) ? 3 : 1;
794 }
795
796 data->alarms =
797 it87_read_value(data, IT87_REG_ALARM1) |
798 (it87_read_value(data, IT87_REG_ALARM2) << 8) |
799 (it87_read_value(data, IT87_REG_ALARM3) << 16);
800 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE);
801
802 data->fan_main_ctrl = it87_read_value(data,
803 IT87_REG_FAN_MAIN_CTRL);
804 data->fan_ctl = it87_read_value(data, IT87_REG_FAN_CTL);
Guenter Roeck0624d862015-04-06 21:04:18 -0700805 for (i = 0; i < NUM_PWM; i++) {
806 if (!(data->has_pwm & BIT(i)))
807 continue;
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700808 it87_update_pwm_ctrl(data, i);
Guenter Roeck0624d862015-04-06 21:04:18 -0700809 }
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -0700810
811 data->sensor = it87_read_value(data, IT87_REG_TEMP_ENABLE);
812 data->extra = it87_read_value(data, IT87_REG_TEMP_EXTRA);
813 /*
814 * The IT8705F does not have VID capability.
815 * The IT8718F and later don't use IT87_REG_VID for the
816 * same purpose.
817 */
818 if (data->type == it8712 || data->type == it8716) {
819 data->vid = it87_read_value(data, IT87_REG_VID);
820 /*
821 * The older IT8712F revisions had only 5 VID pins,
822 * but we assume it is always safe to read 6 bits.
823 */
824 data->vid &= 0x3f;
825 }
826 data->last_updated = jiffies;
827 data->valid = 1;
828 }
829
830 mutex_unlock(&data->update_lock);
831
832 return data;
833}
Jean Delvarefde09502005-07-19 23:51:07 +0200834
Jean Delvare20ad93d2005-06-05 11:53:25 +0200835static ssize_t show_in(struct device *dev, struct device_attribute *attr,
Guenter Roeck929c6a52012-12-19 22:17:00 +0100836 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837{
Guenter Roeck929c6a52012-12-19 22:17:00 +0100838 struct sensor_device_attribute_2 *sattr = to_sensor_dev_attr_2(attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839 struct it87_data *data = it87_update_device(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -0700840 int index = sattr->index;
841 int nr = sattr->nr;
842
Guenter Roeck929c6a52012-12-19 22:17:00 +0100843 return sprintf(buf, "%d\n", in_from_reg(data, nr, data->in[nr][index]));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844}
845
Guenter Roeck929c6a52012-12-19 22:17:00 +0100846static ssize_t set_in(struct device *dev, struct device_attribute *attr,
847 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848{
Guenter Roeck929c6a52012-12-19 22:17:00 +0100849 struct sensor_device_attribute_2 *sattr = to_sensor_dev_attr_2(attr);
corentin.labbeb74f3fd2007-06-13 20:27:36 +0200850 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -0700851 int index = sattr->index;
852 int nr = sattr->nr;
Jean Delvaref5f64502010-03-05 22:17:19 +0100853 unsigned long val;
854
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +0100855 if (kstrtoul(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +0100856 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700857
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100858 mutex_lock(&data->update_lock);
Guenter Roeck929c6a52012-12-19 22:17:00 +0100859 data->in[nr][index] = in_to_reg(data, nr, val);
860 it87_write_value(data,
861 index == 1 ? IT87_REG_VIN_MIN(nr)
862 : IT87_REG_VIN_MAX(nr),
863 data->in[nr][index]);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100864 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865 return count;
866}
867
Guenter Roeck929c6a52012-12-19 22:17:00 +0100868static SENSOR_DEVICE_ATTR_2(in0_input, S_IRUGO, show_in, NULL, 0, 0);
869static SENSOR_DEVICE_ATTR_2(in0_min, S_IRUGO | S_IWUSR, show_in, set_in,
870 0, 1);
871static SENSOR_DEVICE_ATTR_2(in0_max, S_IRUGO | S_IWUSR, show_in, set_in,
872 0, 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873
Guenter Roeck929c6a52012-12-19 22:17:00 +0100874static SENSOR_DEVICE_ATTR_2(in1_input, S_IRUGO, show_in, NULL, 1, 0);
875static SENSOR_DEVICE_ATTR_2(in1_min, S_IRUGO | S_IWUSR, show_in, set_in,
876 1, 1);
877static SENSOR_DEVICE_ATTR_2(in1_max, S_IRUGO | S_IWUSR, show_in, set_in,
878 1, 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879
Guenter Roeck929c6a52012-12-19 22:17:00 +0100880static SENSOR_DEVICE_ATTR_2(in2_input, S_IRUGO, show_in, NULL, 2, 0);
881static SENSOR_DEVICE_ATTR_2(in2_min, S_IRUGO | S_IWUSR, show_in, set_in,
882 2, 1);
883static SENSOR_DEVICE_ATTR_2(in2_max, S_IRUGO | S_IWUSR, show_in, set_in,
884 2, 2);
885
886static SENSOR_DEVICE_ATTR_2(in3_input, S_IRUGO, show_in, NULL, 3, 0);
887static SENSOR_DEVICE_ATTR_2(in3_min, S_IRUGO | S_IWUSR, show_in, set_in,
888 3, 1);
889static SENSOR_DEVICE_ATTR_2(in3_max, S_IRUGO | S_IWUSR, show_in, set_in,
890 3, 2);
891
892static SENSOR_DEVICE_ATTR_2(in4_input, S_IRUGO, show_in, NULL, 4, 0);
893static SENSOR_DEVICE_ATTR_2(in4_min, S_IRUGO | S_IWUSR, show_in, set_in,
894 4, 1);
895static SENSOR_DEVICE_ATTR_2(in4_max, S_IRUGO | S_IWUSR, show_in, set_in,
896 4, 2);
897
898static SENSOR_DEVICE_ATTR_2(in5_input, S_IRUGO, show_in, NULL, 5, 0);
899static SENSOR_DEVICE_ATTR_2(in5_min, S_IRUGO | S_IWUSR, show_in, set_in,
900 5, 1);
901static SENSOR_DEVICE_ATTR_2(in5_max, S_IRUGO | S_IWUSR, show_in, set_in,
902 5, 2);
903
904static SENSOR_DEVICE_ATTR_2(in6_input, S_IRUGO, show_in, NULL, 6, 0);
905static SENSOR_DEVICE_ATTR_2(in6_min, S_IRUGO | S_IWUSR, show_in, set_in,
906 6, 1);
907static SENSOR_DEVICE_ATTR_2(in6_max, S_IRUGO | S_IWUSR, show_in, set_in,
908 6, 2);
909
910static SENSOR_DEVICE_ATTR_2(in7_input, S_IRUGO, show_in, NULL, 7, 0);
911static SENSOR_DEVICE_ATTR_2(in7_min, S_IRUGO | S_IWUSR, show_in, set_in,
912 7, 1);
913static SENSOR_DEVICE_ATTR_2(in7_max, S_IRUGO | S_IWUSR, show_in, set_in,
914 7, 2);
915
916static SENSOR_DEVICE_ATTR_2(in8_input, S_IRUGO, show_in, NULL, 8, 0);
Rudolf Marekc145d5c2014-01-29 20:40:08 +0100917static SENSOR_DEVICE_ATTR_2(in9_input, S_IRUGO, show_in, NULL, 9, 0);
Guenter Roeckf838aa22015-04-01 20:09:36 -0700918static SENSOR_DEVICE_ATTR_2(in10_input, S_IRUGO, show_in, NULL, 10, 0);
919static SENSOR_DEVICE_ATTR_2(in11_input, S_IRUGO, show_in, NULL, 11, 0);
920static SENSOR_DEVICE_ATTR_2(in12_input, S_IRUGO, show_in, NULL, 12, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700921
Guenter Roeckcc18da72015-04-01 10:03:01 -0700922/* Up to 6 temperatures */
Jean Delvare20ad93d2005-06-05 11:53:25 +0200923static ssize_t show_temp(struct device *dev, struct device_attribute *attr,
Guenter Roeck60ca3852012-12-19 22:17:00 +0100924 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925{
Guenter Roeck60ca3852012-12-19 22:17:00 +0100926 struct sensor_device_attribute_2 *sattr = to_sensor_dev_attr_2(attr);
927 int nr = sattr->nr;
928 int index = sattr->index;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700929 struct it87_data *data = it87_update_device(dev);
Jean Delvare20ad93d2005-06-05 11:53:25 +0200930
Guenter Roeck60ca3852012-12-19 22:17:00 +0100931 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp[nr][index]));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932}
Jean Delvare20ad93d2005-06-05 11:53:25 +0200933
Guenter Roeck60ca3852012-12-19 22:17:00 +0100934static ssize_t set_temp(struct device *dev, struct device_attribute *attr,
935 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936{
Guenter Roeck60ca3852012-12-19 22:17:00 +0100937 struct sensor_device_attribute_2 *sattr = to_sensor_dev_attr_2(attr);
938 int nr = sattr->nr;
939 int index = sattr->index;
corentin.labbeb74f3fd2007-06-13 20:27:36 +0200940 struct it87_data *data = dev_get_drvdata(dev);
Jean Delvaref5f64502010-03-05 22:17:19 +0100941 long val;
Guenter Roeck161d8982012-12-19 22:17:01 +0100942 u8 reg, regval;
Jean Delvaref5f64502010-03-05 22:17:19 +0100943
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +0100944 if (kstrtol(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +0100945 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100947 mutex_lock(&data->update_lock);
Guenter Roeck161d8982012-12-19 22:17:01 +0100948
949 switch (index) {
950 default:
951 case 1:
952 reg = IT87_REG_TEMP_LOW(nr);
953 break;
954 case 2:
955 reg = IT87_REG_TEMP_HIGH(nr);
956 break;
957 case 3:
958 regval = it87_read_value(data, IT87_REG_BEEP_ENABLE);
959 if (!(regval & 0x80)) {
960 regval |= 0x80;
961 it87_write_value(data, IT87_REG_BEEP_ENABLE, regval);
962 }
963 data->valid = 0;
964 reg = IT87_REG_TEMP_OFFSET[nr];
965 break;
966 }
967
Guenter Roeck60ca3852012-12-19 22:17:00 +0100968 data->temp[nr][index] = TEMP_TO_REG(val);
Guenter Roeck161d8982012-12-19 22:17:01 +0100969 it87_write_value(data, reg, data->temp[nr][index]);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100970 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700971 return count;
972}
Jean Delvare20ad93d2005-06-05 11:53:25 +0200973
Guenter Roeck60ca3852012-12-19 22:17:00 +0100974static SENSOR_DEVICE_ATTR_2(temp1_input, S_IRUGO, show_temp, NULL, 0, 0);
975static SENSOR_DEVICE_ATTR_2(temp1_min, S_IRUGO | S_IWUSR, show_temp, set_temp,
976 0, 1);
977static SENSOR_DEVICE_ATTR_2(temp1_max, S_IRUGO | S_IWUSR, show_temp, set_temp,
978 0, 2);
Guenter Roeck161d8982012-12-19 22:17:01 +0100979static SENSOR_DEVICE_ATTR_2(temp1_offset, S_IRUGO | S_IWUSR, show_temp,
980 set_temp, 0, 3);
Guenter Roeck60ca3852012-12-19 22:17:00 +0100981static SENSOR_DEVICE_ATTR_2(temp2_input, S_IRUGO, show_temp, NULL, 1, 0);
982static SENSOR_DEVICE_ATTR_2(temp2_min, S_IRUGO | S_IWUSR, show_temp, set_temp,
983 1, 1);
984static SENSOR_DEVICE_ATTR_2(temp2_max, S_IRUGO | S_IWUSR, show_temp, set_temp,
985 1, 2);
Guenter Roeck161d8982012-12-19 22:17:01 +0100986static SENSOR_DEVICE_ATTR_2(temp2_offset, S_IRUGO | S_IWUSR, show_temp,
987 set_temp, 1, 3);
Guenter Roeck60ca3852012-12-19 22:17:00 +0100988static SENSOR_DEVICE_ATTR_2(temp3_input, S_IRUGO, show_temp, NULL, 2, 0);
989static SENSOR_DEVICE_ATTR_2(temp3_min, S_IRUGO | S_IWUSR, show_temp, set_temp,
990 2, 1);
991static SENSOR_DEVICE_ATTR_2(temp3_max, S_IRUGO | S_IWUSR, show_temp, set_temp,
992 2, 2);
Guenter Roeck161d8982012-12-19 22:17:01 +0100993static SENSOR_DEVICE_ATTR_2(temp3_offset, S_IRUGO | S_IWUSR, show_temp,
994 set_temp, 2, 3);
Guenter Roeckcc18da72015-04-01 10:03:01 -0700995static SENSOR_DEVICE_ATTR_2(temp4_input, S_IRUGO, show_temp, NULL, 3, 0);
996static SENSOR_DEVICE_ATTR_2(temp5_input, S_IRUGO, show_temp, NULL, 4, 0);
997static SENSOR_DEVICE_ATTR_2(temp6_input, S_IRUGO, show_temp, NULL, 5, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998
Guenter Roeck2cece012012-12-19 22:17:01 +0100999static ssize_t show_temp_type(struct device *dev, struct device_attribute *attr,
1000 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001002 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
1003 int nr = sensor_attr->index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004 struct it87_data *data = it87_update_device(dev);
Guenter Roeck4a0d71c2012-01-19 11:02:18 -08001005 u8 reg = data->sensor; /* In case value is updated while used */
Guenter Roeck19529782012-12-19 22:17:02 +01001006 u8 extra = data->extra;
Jean Delvare5f2dc792010-03-05 22:17:18 +01001007
Guenter Roeckc9620242015-04-04 09:05:57 -07001008 if ((has_temp_peci(data, nr) && (reg >> 6 == nr + 1)) ||
1009 (has_temp_old_peci(data, nr) && (extra & 0x80)))
Guenter Roeck5d8d2f22012-12-19 22:17:02 +01001010 return sprintf(buf, "6\n"); /* Intel PECI */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001011 if (reg & (1 << nr))
1012 return sprintf(buf, "3\n"); /* thermal diode */
1013 if (reg & (8 << nr))
Jean Delvare4ed10772008-10-17 17:51:16 +02001014 return sprintf(buf, "4\n"); /* thermistor */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015 return sprintf(buf, "0\n"); /* disabled */
1016}
Guenter Roeck2cece012012-12-19 22:17:01 +01001017
1018static ssize_t set_temp_type(struct device *dev, struct device_attribute *attr,
1019 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001021 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
1022 int nr = sensor_attr->index;
1023
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001024 struct it87_data *data = dev_get_drvdata(dev);
Jean Delvaref5f64502010-03-05 22:17:19 +01001025 long val;
Guenter Roeck19529782012-12-19 22:17:02 +01001026 u8 reg, extra;
Jean Delvaref5f64502010-03-05 22:17:19 +01001027
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001028 if (kstrtol(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +01001029 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001030
Jean Delvare8acf07c2010-04-14 16:14:09 +02001031 reg = it87_read_value(data, IT87_REG_TEMP_ENABLE);
1032 reg &= ~(1 << nr);
1033 reg &= ~(8 << nr);
Guenter Roeck5d8d2f22012-12-19 22:17:02 +01001034 if (has_temp_peci(data, nr) && (reg >> 6 == nr + 1 || val == 6))
1035 reg &= 0x3f;
Guenter Roeck19529782012-12-19 22:17:02 +01001036 extra = it87_read_value(data, IT87_REG_TEMP_EXTRA);
1037 if (has_temp_old_peci(data, nr) && ((extra & 0x80) || val == 6))
1038 extra &= 0x7f;
Jean Delvare4ed10772008-10-17 17:51:16 +02001039 if (val == 2) { /* backwards compatibility */
Guenter Roeck1d9bcf62012-12-19 22:17:01 +01001040 dev_warn(dev,
1041 "Sensor type 2 is deprecated, please use 4 instead\n");
Jean Delvare4ed10772008-10-17 17:51:16 +02001042 val = 4;
1043 }
Guenter Roeck5d8d2f22012-12-19 22:17:02 +01001044 /* 3 = thermal diode; 4 = thermistor; 6 = Intel PECI; 0 = disabled */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045 if (val == 3)
Jean Delvare8acf07c2010-04-14 16:14:09 +02001046 reg |= 1 << nr;
Jean Delvare4ed10772008-10-17 17:51:16 +02001047 else if (val == 4)
Jean Delvare8acf07c2010-04-14 16:14:09 +02001048 reg |= 8 << nr;
Guenter Roeck5d8d2f22012-12-19 22:17:02 +01001049 else if (has_temp_peci(data, nr) && val == 6)
1050 reg |= (nr + 1) << 6;
Guenter Roeck19529782012-12-19 22:17:02 +01001051 else if (has_temp_old_peci(data, nr) && val == 6)
1052 extra |= 0x80;
Jean Delvare8acf07c2010-04-14 16:14:09 +02001053 else if (val != 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054 return -EINVAL;
Jean Delvare8acf07c2010-04-14 16:14:09 +02001055
1056 mutex_lock(&data->update_lock);
1057 data->sensor = reg;
Guenter Roeck19529782012-12-19 22:17:02 +01001058 data->extra = extra;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001059 it87_write_value(data, IT87_REG_TEMP_ENABLE, data->sensor);
Guenter Roeck19529782012-12-19 22:17:02 +01001060 if (has_temp_old_peci(data, nr))
1061 it87_write_value(data, IT87_REG_TEMP_EXTRA, data->extra);
Jean Delvare2b3d1d82010-04-14 16:14:10 +02001062 data->valid = 0; /* Force cache refresh */
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001063 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001064 return count;
1065}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066
Guenter Roeck2cece012012-12-19 22:17:01 +01001067static SENSOR_DEVICE_ATTR(temp1_type, S_IRUGO | S_IWUSR, show_temp_type,
1068 set_temp_type, 0);
1069static SENSOR_DEVICE_ATTR(temp2_type, S_IRUGO | S_IWUSR, show_temp_type,
1070 set_temp_type, 1);
1071static SENSOR_DEVICE_ATTR(temp3_type, S_IRUGO | S_IWUSR, show_temp_type,
1072 set_temp_type, 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073
Guenter Roeckf1bbe612015-04-05 13:16:54 -07001074/* 6 Fans */
Jean Delvareb99883d2010-03-05 22:17:15 +01001075
1076static int pwm_mode(const struct it87_data *data, int nr)
1077{
Guenter Roeckf1bbe612015-04-05 13:16:54 -07001078 if (data->type != it8603 && nr < 3 && !(data->fan_main_ctrl & BIT(nr)))
1079 return 0; /* Full speed */
1080 if (data->pwm_ctrl[nr] & 0x80)
1081 return 2; /* Automatic mode */
1082 if ((data->type == it8603 || nr >= 3) &&
1083 data->pwm_duty[nr] == pwm_to_reg(data, 0xff))
1084 return 0; /* Full speed */
Jean Delvareb99883d2010-03-05 22:17:15 +01001085
Guenter Roeckf1bbe612015-04-05 13:16:54 -07001086 return 1; /* Manual mode */
Jean Delvareb99883d2010-03-05 22:17:15 +01001087}
1088
Jean Delvare20ad93d2005-06-05 11:53:25 +02001089static ssize_t show_fan(struct device *dev, struct device_attribute *attr,
Guenter Roecke1169ba2012-12-19 22:17:01 +01001090 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091{
Guenter Roecke1169ba2012-12-19 22:17:01 +01001092 struct sensor_device_attribute_2 *sattr = to_sensor_dev_attr_2(attr);
1093 int nr = sattr->nr;
1094 int index = sattr->index;
1095 int speed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096 struct it87_data *data = it87_update_device(dev);
Jean Delvare20ad93d2005-06-05 11:53:25 +02001097
Guenter Roecke1169ba2012-12-19 22:17:01 +01001098 speed = has_16bit_fans(data) ?
1099 FAN16_FROM_REG(data->fan[nr][index]) :
1100 FAN_FROM_REG(data->fan[nr][index],
1101 DIV_FROM_REG(data->fan_div[nr]));
1102 return sprintf(buf, "%d\n", speed);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103}
Guenter Roecke1169ba2012-12-19 22:17:01 +01001104
Jean Delvare20ad93d2005-06-05 11:53:25 +02001105static ssize_t show_fan_div(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001106 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001108 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
Guenter Roeckc9620242015-04-04 09:05:57 -07001109 struct it87_data *data = it87_update_device(dev);
Jean Delvare20ad93d2005-06-05 11:53:25 +02001110 int nr = sensor_attr->index;
1111
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001112 return sprintf(buf, "%lu\n", DIV_FROM_REG(data->fan_div[nr]));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113}
Guenter Roeckc9620242015-04-04 09:05:57 -07001114
Jean Delvare5f2dc792010-03-05 22:17:18 +01001115static ssize_t show_pwm_enable(struct device *dev,
Guenter Roeckc9620242015-04-04 09:05:57 -07001116 struct device_attribute *attr, char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001118 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
Guenter Roeckc9620242015-04-04 09:05:57 -07001119 struct it87_data *data = it87_update_device(dev);
Jean Delvare20ad93d2005-06-05 11:53:25 +02001120 int nr = sensor_attr->index;
1121
Jean Delvareb99883d2010-03-05 22:17:15 +01001122 return sprintf(buf, "%d\n", pwm_mode(data, nr));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123}
Guenter Roeckc9620242015-04-04 09:05:57 -07001124
Jean Delvare20ad93d2005-06-05 11:53:25 +02001125static ssize_t show_pwm(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001126 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001128 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
Guenter Roeckc9620242015-04-04 09:05:57 -07001129 struct it87_data *data = it87_update_device(dev);
Jean Delvare20ad93d2005-06-05 11:53:25 +02001130 int nr = sensor_attr->index;
1131
Jean Delvare44c1bcd2010-10-28 20:31:51 +02001132 return sprintf(buf, "%d\n",
1133 pwm_from_reg(data, data->pwm_duty[nr]));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134}
Guenter Roeckc9620242015-04-04 09:05:57 -07001135
Jean Delvaref8d0c192007-02-14 21:15:02 +01001136static ssize_t show_pwm_freq(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001137 char *buf)
Jean Delvaref8d0c192007-02-14 21:15:02 +01001138{
Guenter Roeck60878bc2015-03-26 19:57:42 -07001139 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
Jean Delvaref8d0c192007-02-14 21:15:02 +01001140 struct it87_data *data = it87_update_device(dev);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001141 int nr = sensor_attr->index;
Guenter Roeckf56c9c02015-03-26 20:01:24 -07001142 unsigned int freq;
Guenter Roeck60878bc2015-03-26 19:57:42 -07001143 int index;
1144
1145 if (has_pwm_freq2(data) && nr == 1)
1146 index = (data->extra >> 4) & 0x07;
1147 else
1148 index = (data->fan_ctl >> 4) & 0x07;
Jean Delvaref8d0c192007-02-14 21:15:02 +01001149
Guenter Roeckf56c9c02015-03-26 20:01:24 -07001150 freq = pwm_freq[index] / (has_newer_autopwm(data) ? 256 : 128);
1151
1152 return sprintf(buf, "%u\n", freq);
Jean Delvaref8d0c192007-02-14 21:15:02 +01001153}
Guenter Roecke1169ba2012-12-19 22:17:01 +01001154
1155static ssize_t set_fan(struct device *dev, struct device_attribute *attr,
1156 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157{
Guenter Roecke1169ba2012-12-19 22:17:01 +01001158 struct sensor_device_attribute_2 *sattr = to_sensor_dev_attr_2(attr);
1159 int nr = sattr->nr;
1160 int index = sattr->index;
Jean Delvare20ad93d2005-06-05 11:53:25 +02001161
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001162 struct it87_data *data = dev_get_drvdata(dev);
Jean Delvaref5f64502010-03-05 22:17:19 +01001163 long val;
Jean Delvare7f999aa2007-02-14 21:15:03 +01001164 u8 reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001166 if (kstrtol(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +01001167 return -EINVAL;
1168
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001169 mutex_lock(&data->update_lock);
Guenter Roecke1169ba2012-12-19 22:17:01 +01001170
1171 if (has_16bit_fans(data)) {
1172 data->fan[nr][index] = FAN16_TO_REG(val);
1173 it87_write_value(data, IT87_REG_FAN_MIN[nr],
1174 data->fan[nr][index] & 0xff);
1175 it87_write_value(data, IT87_REG_FANX_MIN[nr],
1176 data->fan[nr][index] >> 8);
1177 } else {
1178 reg = it87_read_value(data, IT87_REG_FAN_DIV);
1179 switch (nr) {
1180 case 0:
1181 data->fan_div[nr] = reg & 0x07;
1182 break;
1183 case 1:
1184 data->fan_div[nr] = (reg >> 3) & 0x07;
1185 break;
1186 case 2:
1187 data->fan_div[nr] = (reg & 0x40) ? 3 : 1;
1188 break;
1189 }
1190 data->fan[nr][index] =
1191 FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
1192 it87_write_value(data, IT87_REG_FAN_MIN[nr],
1193 data->fan[nr][index]);
Jean Delvare07eab462005-11-23 15:44:31 -08001194 }
1195
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001196 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197 return count;
1198}
Guenter Roecke1169ba2012-12-19 22:17:01 +01001199
Jean Delvare20ad93d2005-06-05 11:53:25 +02001200static ssize_t set_fan_div(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001201 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001203 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001204 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001205 int nr = sensor_attr->index;
Jean Delvaref5f64502010-03-05 22:17:19 +01001206 unsigned long val;
Jean Delvare8ab4ec32006-08-28 14:35:46 +02001207 int min;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208 u8 old;
1209
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001210 if (kstrtoul(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +01001211 return -EINVAL;
1212
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001213 mutex_lock(&data->update_lock);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001214 old = it87_read_value(data, IT87_REG_FAN_DIV);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215
Jean Delvare8ab4ec32006-08-28 14:35:46 +02001216 /* Save fan min limit */
Guenter Roecke1169ba2012-12-19 22:17:01 +01001217 min = FAN_FROM_REG(data->fan[nr][1], DIV_FROM_REG(data->fan_div[nr]));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001218
1219 switch (nr) {
1220 case 0:
1221 case 1:
1222 data->fan_div[nr] = DIV_TO_REG(val);
1223 break;
1224 case 2:
1225 if (val < 8)
1226 data->fan_div[nr] = 1;
1227 else
1228 data->fan_div[nr] = 3;
1229 }
1230 val = old & 0x80;
1231 val |= (data->fan_div[0] & 0x07);
1232 val |= (data->fan_div[1] & 0x07) << 3;
1233 if (data->fan_div[2] == 3)
1234 val |= 0x1 << 6;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001235 it87_write_value(data, IT87_REG_FAN_DIV, val);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236
Jean Delvare8ab4ec32006-08-28 14:35:46 +02001237 /* Restore fan min limit */
Guenter Roecke1169ba2012-12-19 22:17:01 +01001238 data->fan[nr][1] = FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));
1239 it87_write_value(data, IT87_REG_FAN_MIN[nr], data->fan[nr][1]);
Jean Delvare8ab4ec32006-08-28 14:35:46 +02001240
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001241 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242 return count;
1243}
Jean Delvarecccfc9c2010-03-05 22:17:21 +01001244
1245/* Returns 0 if OK, -EINVAL otherwise */
1246static int check_trip_points(struct device *dev, int nr)
1247{
1248 const struct it87_data *data = dev_get_drvdata(dev);
1249 int i, err = 0;
1250
1251 if (has_old_autopwm(data)) {
1252 for (i = 0; i < 3; i++) {
1253 if (data->auto_temp[nr][i] > data->auto_temp[nr][i + 1])
1254 err = -EINVAL;
1255 }
1256 for (i = 0; i < 2; i++) {
1257 if (data->auto_pwm[nr][i] > data->auto_pwm[nr][i + 1])
1258 err = -EINVAL;
1259 }
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001260 } else if (has_newer_autopwm(data)) {
1261 for (i = 1; i < 3; i++) {
1262 if (data->auto_temp[nr][i] > data->auto_temp[nr][i + 1])
1263 err = -EINVAL;
1264 }
Jean Delvarecccfc9c2010-03-05 22:17:21 +01001265 }
1266
1267 if (err) {
Guenter Roeck1d9bcf62012-12-19 22:17:01 +01001268 dev_err(dev,
1269 "Inconsistent trip points, not switching to automatic mode\n");
Jean Delvarecccfc9c2010-03-05 22:17:21 +01001270 dev_err(dev, "Adjust the trip points and try again\n");
1271 }
1272 return err;
1273}
1274
Guenter Roeckc9620242015-04-04 09:05:57 -07001275static ssize_t set_pwm_enable(struct device *dev, struct device_attribute *attr,
1276 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001278 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001279 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001280 int nr = sensor_attr->index;
Jean Delvaref5f64502010-03-05 22:17:19 +01001281 long val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001283 if (kstrtol(buf, 10, &val) < 0 || val < 0 || val > 2)
Jean Delvareb99883d2010-03-05 22:17:15 +01001284 return -EINVAL;
1285
Jean Delvarecccfc9c2010-03-05 22:17:21 +01001286 /* Check trip points before switching to automatic mode */
1287 if (val == 2) {
1288 if (check_trip_points(dev, nr) < 0)
1289 return -EINVAL;
1290 }
1291
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001292 mutex_lock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293
1294 if (val == 0) {
Guenter Roeckf1bbe612015-04-05 13:16:54 -07001295 if (nr < 3 && data->type != it8603) {
1296 int tmp;
1297 /* make sure the fan is on when in on/off mode */
1298 tmp = it87_read_value(data, IT87_REG_FAN_CTL);
1299 it87_write_value(data, IT87_REG_FAN_CTL, tmp | BIT(nr));
1300 /* set on/off mode */
1301 data->fan_main_ctrl &= ~BIT(nr);
1302 it87_write_value(data, IT87_REG_FAN_MAIN_CTRL,
1303 data->fan_main_ctrl);
1304 } else {
1305 /* No on/off mode, set maximum pwm value */
1306 data->pwm_duty[nr] = pwm_to_reg(data, 0xff);
1307 it87_write_value(data, IT87_REG_PWM_DUTY[nr],
1308 data->pwm_duty[nr]);
1309 /* and set manual mode */
1310 data->pwm_ctrl[nr] = has_newer_autopwm(data) ?
1311 data->pwm_temp_map[nr] :
1312 data->pwm_duty[nr];
1313 it87_write_value(data, IT87_REG_PWM[nr],
1314 data->pwm_ctrl[nr]);
1315 }
Jean Delvareb99883d2010-03-05 22:17:15 +01001316 } else {
1317 if (val == 1) /* Manual mode */
Jean Delvare16b5dda2012-01-16 22:51:48 +01001318 data->pwm_ctrl[nr] = has_newer_autopwm(data) ?
Jean Delvare6229cdb2010-12-08 16:27:22 +01001319 data->pwm_temp_map[nr] :
1320 data->pwm_duty[nr];
Jean Delvareb99883d2010-03-05 22:17:15 +01001321 else /* Automatic mode */
1322 data->pwm_ctrl[nr] = 0x80 | data->pwm_temp_map[nr];
Guenter Roeck36c4d982015-03-26 18:18:19 -07001323 it87_write_value(data, IT87_REG_PWM[nr], data->pwm_ctrl[nr]);
Rudolf Marekc145d5c2014-01-29 20:40:08 +01001324
Guenter Roeckf1bbe612015-04-05 13:16:54 -07001325 if (data->type != it8603 && nr < 3) {
Rudolf Marekc145d5c2014-01-29 20:40:08 +01001326 /* set SmartGuardian mode */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001327 data->fan_main_ctrl |= BIT(nr);
Rudolf Marekc145d5c2014-01-29 20:40:08 +01001328 it87_write_value(data, IT87_REG_FAN_MAIN_CTRL,
1329 data->fan_main_ctrl);
1330 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001331 }
1332
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001333 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334 return count;
1335}
Guenter Roeckc9620242015-04-04 09:05:57 -07001336
Jean Delvare20ad93d2005-06-05 11:53:25 +02001337static ssize_t set_pwm(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001338 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339{
Jean Delvare20ad93d2005-06-05 11:53:25 +02001340 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001341 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001342 int nr = sensor_attr->index;
Jean Delvaref5f64502010-03-05 22:17:19 +01001343 long val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001345 if (kstrtol(buf, 10, &val) < 0 || val < 0 || val > 255)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001346 return -EINVAL;
1347
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001348 mutex_lock(&data->update_lock);
Jean Delvare16b5dda2012-01-16 22:51:48 +01001349 if (has_newer_autopwm(data)) {
Guenter Roeck4a0d71c2012-01-19 11:02:18 -08001350 /*
1351 * If we are in automatic mode, the PWM duty cycle register
1352 * is read-only so we can't write the value.
1353 */
Jean Delvare6229cdb2010-12-08 16:27:22 +01001354 if (data->pwm_ctrl[nr] & 0x80) {
1355 mutex_unlock(&data->update_lock);
1356 return -EBUSY;
1357 }
1358 data->pwm_duty[nr] = pwm_to_reg(data, val);
Guenter Roeck36c4d982015-03-26 18:18:19 -07001359 it87_write_value(data, IT87_REG_PWM_DUTY[nr],
Jean Delvare6229cdb2010-12-08 16:27:22 +01001360 data->pwm_duty[nr]);
1361 } else {
1362 data->pwm_duty[nr] = pwm_to_reg(data, val);
Guenter Roeck4a0d71c2012-01-19 11:02:18 -08001363 /*
1364 * If we are in manual mode, write the duty cycle immediately;
1365 * otherwise, just store it for later use.
1366 */
Jean Delvare6229cdb2010-12-08 16:27:22 +01001367 if (!(data->pwm_ctrl[nr] & 0x80)) {
1368 data->pwm_ctrl[nr] = data->pwm_duty[nr];
Guenter Roeck36c4d982015-03-26 18:18:19 -07001369 it87_write_value(data, IT87_REG_PWM[nr],
Jean Delvare6229cdb2010-12-08 16:27:22 +01001370 data->pwm_ctrl[nr]);
1371 }
Jean Delvareb99883d2010-03-05 22:17:15 +01001372 }
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001373 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374 return count;
1375}
Guenter Roeckc9620242015-04-04 09:05:57 -07001376
1377static ssize_t set_pwm_freq(struct device *dev, struct device_attribute *attr,
1378 const char *buf, size_t count)
Jean Delvaref8d0c192007-02-14 21:15:02 +01001379{
Guenter Roeck60878bc2015-03-26 19:57:42 -07001380 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001381 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001382 int nr = sensor_attr->index;
Jean Delvaref5f64502010-03-05 22:17:19 +01001383 unsigned long val;
Jean Delvaref8d0c192007-02-14 21:15:02 +01001384 int i;
1385
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001386 if (kstrtoul(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +01001387 return -EINVAL;
1388
Guenter Roeckf56c9c02015-03-26 20:01:24 -07001389 val = clamp_val(val, 0, 1000000);
1390 val *= has_newer_autopwm(data) ? 256 : 128;
1391
Jean Delvaref8d0c192007-02-14 21:15:02 +01001392 /* Search for the nearest available frequency */
1393 for (i = 0; i < 7; i++) {
Guenter Roeckc9620242015-04-04 09:05:57 -07001394 if (val > (pwm_freq[i] + pwm_freq[i + 1]) / 2)
Jean Delvaref8d0c192007-02-14 21:15:02 +01001395 break;
1396 }
1397
1398 mutex_lock(&data->update_lock);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001399 if (nr == 0) {
1400 data->fan_ctl = it87_read_value(data, IT87_REG_FAN_CTL) & 0x8f;
1401 data->fan_ctl |= i << 4;
1402 it87_write_value(data, IT87_REG_FAN_CTL, data->fan_ctl);
1403 } else {
1404 data->extra = it87_read_value(data, IT87_REG_TEMP_EXTRA) & 0x8f;
1405 data->extra |= i << 4;
1406 it87_write_value(data, IT87_REG_TEMP_EXTRA, data->extra);
1407 }
Jean Delvaref8d0c192007-02-14 21:15:02 +01001408 mutex_unlock(&data->update_lock);
1409
1410 return count;
1411}
Guenter Roeckc9620242015-04-04 09:05:57 -07001412
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001413static ssize_t show_pwm_temp_map(struct device *dev,
Guenter Roeckc9620242015-04-04 09:05:57 -07001414 struct device_attribute *attr, char *buf)
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001415{
1416 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001417 struct it87_data *data = it87_update_device(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001418 int nr = sensor_attr->index;
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001419 int map;
1420
Guenter Roeck0624d862015-04-06 21:04:18 -07001421 map = data->pwm_temp_map[nr];
1422 if (map >= 3)
1423 map = 0; /* Should never happen */
1424 if (nr >= 3) /* pwm channels 3..6 map to temp4..6 */
1425 map += 3;
1426
1427 return sprintf(buf, "%d\n", (int)BIT(map));
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001428}
Guenter Roeckc9620242015-04-04 09:05:57 -07001429
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001430static ssize_t set_pwm_temp_map(struct device *dev,
Guenter Roeckc9620242015-04-04 09:05:57 -07001431 struct device_attribute *attr, const char *buf,
1432 size_t count)
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001433{
1434 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001435 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001436 int nr = sensor_attr->index;
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001437 long val;
1438 u8 reg;
1439
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001440 if (kstrtol(buf, 10, &val) < 0)
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001441 return -EINVAL;
1442
Guenter Roeck0624d862015-04-06 21:04:18 -07001443 if (nr >= 3)
1444 val -= 3;
1445
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001446 switch (val) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001447 case BIT(0):
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001448 reg = 0x00;
1449 break;
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001450 case BIT(1):
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001451 reg = 0x01;
1452 break;
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001453 case BIT(2):
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001454 reg = 0x02;
1455 break;
1456 default:
1457 return -EINVAL;
1458 }
1459
1460 mutex_lock(&data->update_lock);
1461 data->pwm_temp_map[nr] = reg;
Guenter Roeck4a0d71c2012-01-19 11:02:18 -08001462 /*
1463 * If we are in automatic mode, write the temp mapping immediately;
1464 * otherwise, just store it for later use.
1465 */
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001466 if (data->pwm_ctrl[nr] & 0x80) {
1467 data->pwm_ctrl[nr] = 0x80 | data->pwm_temp_map[nr];
Guenter Roeck36c4d982015-03-26 18:18:19 -07001468 it87_write_value(data, IT87_REG_PWM[nr], data->pwm_ctrl[nr]);
Jean Delvare94ac7ee2010-03-05 22:17:16 +01001469 }
1470 mutex_unlock(&data->update_lock);
1471 return count;
1472}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473
Guenter Roeckc9620242015-04-04 09:05:57 -07001474static ssize_t show_auto_pwm(struct device *dev, struct device_attribute *attr,
1475 char *buf)
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001476{
1477 struct it87_data *data = it87_update_device(dev);
1478 struct sensor_device_attribute_2 *sensor_attr =
1479 to_sensor_dev_attr_2(attr);
1480 int nr = sensor_attr->nr;
1481 int point = sensor_attr->index;
1482
Jean Delvare44c1bcd2010-10-28 20:31:51 +02001483 return sprintf(buf, "%d\n",
1484 pwm_from_reg(data, data->auto_pwm[nr][point]));
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001485}
1486
Guenter Roeckc9620242015-04-04 09:05:57 -07001487static ssize_t set_auto_pwm(struct device *dev, struct device_attribute *attr,
1488 const char *buf, size_t count)
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001489{
1490 struct it87_data *data = dev_get_drvdata(dev);
1491 struct sensor_device_attribute_2 *sensor_attr =
1492 to_sensor_dev_attr_2(attr);
1493 int nr = sensor_attr->nr;
1494 int point = sensor_attr->index;
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001495 int regaddr;
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001496 long val;
1497
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001498 if (kstrtol(buf, 10, &val) < 0 || val < 0 || val > 255)
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001499 return -EINVAL;
1500
1501 mutex_lock(&data->update_lock);
Jean Delvare44c1bcd2010-10-28 20:31:51 +02001502 data->auto_pwm[nr][point] = pwm_to_reg(data, val);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001503 if (has_newer_autopwm(data))
1504 regaddr = IT87_REG_AUTO_TEMP(nr, 3);
1505 else
1506 regaddr = IT87_REG_AUTO_PWM(nr, point);
1507 it87_write_value(data, regaddr, data->auto_pwm[nr][point]);
1508 mutex_unlock(&data->update_lock);
1509 return count;
1510}
1511
1512static ssize_t show_auto_pwm_slope(struct device *dev,
1513 struct device_attribute *attr, char *buf)
1514{
1515 struct it87_data *data = it87_update_device(dev);
1516 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
1517 int nr = sensor_attr->index;
1518
1519 return sprintf(buf, "%d\n", data->auto_pwm[nr][1] & 0x7f);
1520}
1521
1522static ssize_t set_auto_pwm_slope(struct device *dev,
1523 struct device_attribute *attr,
1524 const char *buf, size_t count)
1525{
1526 struct it87_data *data = dev_get_drvdata(dev);
1527 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
1528 int nr = sensor_attr->index;
1529 unsigned long val;
1530
1531 if (kstrtoul(buf, 10, &val) < 0 || val > 127)
1532 return -EINVAL;
1533
1534 mutex_lock(&data->update_lock);
1535 data->auto_pwm[nr][1] = (data->auto_pwm[nr][1] & 0x80) | val;
1536 it87_write_value(data, IT87_REG_AUTO_TEMP(nr, 4),
1537 data->auto_pwm[nr][1]);
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001538 mutex_unlock(&data->update_lock);
1539 return count;
1540}
1541
Guenter Roeckc9620242015-04-04 09:05:57 -07001542static ssize_t show_auto_temp(struct device *dev, struct device_attribute *attr,
1543 char *buf)
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001544{
1545 struct it87_data *data = it87_update_device(dev);
1546 struct sensor_device_attribute_2 *sensor_attr =
1547 to_sensor_dev_attr_2(attr);
1548 int nr = sensor_attr->nr;
1549 int point = sensor_attr->index;
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001550 int reg;
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001551
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001552 if (has_old_autopwm(data) || point)
1553 reg = data->auto_temp[nr][point];
1554 else
1555 reg = data->auto_temp[nr][1] - (data->auto_temp[nr][0] & 0x1f);
1556
1557 return sprintf(buf, "%d\n", TEMP_FROM_REG(reg));
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001558}
1559
Guenter Roeckc9620242015-04-04 09:05:57 -07001560static ssize_t set_auto_temp(struct device *dev, struct device_attribute *attr,
1561 const char *buf, size_t count)
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001562{
1563 struct it87_data *data = dev_get_drvdata(dev);
1564 struct sensor_device_attribute_2 *sensor_attr =
1565 to_sensor_dev_attr_2(attr);
1566 int nr = sensor_attr->nr;
1567 int point = sensor_attr->index;
1568 long val;
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001569 int reg;
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001570
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001571 if (kstrtol(buf, 10, &val) < 0 || val < -128000 || val > 127000)
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001572 return -EINVAL;
1573
1574 mutex_lock(&data->update_lock);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001575 if (has_newer_autopwm(data) && !point) {
1576 reg = data->auto_temp[nr][1] - TEMP_TO_REG(val);
1577 reg = clamp_val(reg, 0, 0x1f) | (data->auto_temp[nr][0] & 0xe0);
1578 data->auto_temp[nr][0] = reg;
1579 it87_write_value(data, IT87_REG_AUTO_TEMP(nr, 5), reg);
1580 } else {
1581 reg = TEMP_TO_REG(val);
1582 data->auto_temp[nr][point] = reg;
1583 if (has_newer_autopwm(data))
1584 point--;
1585 it87_write_value(data, IT87_REG_AUTO_TEMP(nr, point), reg);
1586 }
Jean Delvare4f3f51b2010-03-05 22:17:21 +01001587 mutex_unlock(&data->update_lock);
1588 return count;
1589}
1590
Guenter Roecke1169ba2012-12-19 22:17:01 +01001591static SENSOR_DEVICE_ATTR_2(fan1_input, S_IRUGO, show_fan, NULL, 0, 0);
1592static SENSOR_DEVICE_ATTR_2(fan1_min, S_IRUGO | S_IWUSR, show_fan, set_fan,
1593 0, 1);
1594static SENSOR_DEVICE_ATTR(fan1_div, S_IRUGO | S_IWUSR, show_fan_div,
1595 set_fan_div, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001596
Guenter Roecke1169ba2012-12-19 22:17:01 +01001597static SENSOR_DEVICE_ATTR_2(fan2_input, S_IRUGO, show_fan, NULL, 1, 0);
1598static SENSOR_DEVICE_ATTR_2(fan2_min, S_IRUGO | S_IWUSR, show_fan, set_fan,
1599 1, 1);
1600static SENSOR_DEVICE_ATTR(fan2_div, S_IRUGO | S_IWUSR, show_fan_div,
1601 set_fan_div, 1);
1602
1603static SENSOR_DEVICE_ATTR_2(fan3_input, S_IRUGO, show_fan, NULL, 2, 0);
1604static SENSOR_DEVICE_ATTR_2(fan3_min, S_IRUGO | S_IWUSR, show_fan, set_fan,
1605 2, 1);
1606static SENSOR_DEVICE_ATTR(fan3_div, S_IRUGO | S_IWUSR, show_fan_div,
1607 set_fan_div, 2);
1608
1609static SENSOR_DEVICE_ATTR_2(fan4_input, S_IRUGO, show_fan, NULL, 3, 0);
1610static SENSOR_DEVICE_ATTR_2(fan4_min, S_IRUGO | S_IWUSR, show_fan, set_fan,
1611 3, 1);
1612
1613static SENSOR_DEVICE_ATTR_2(fan5_input, S_IRUGO, show_fan, NULL, 4, 0);
1614static SENSOR_DEVICE_ATTR_2(fan5_min, S_IRUGO | S_IWUSR, show_fan, set_fan,
1615 4, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001616
Guenter Roeckfa3f70d2015-03-25 23:15:32 -07001617static SENSOR_DEVICE_ATTR_2(fan6_input, S_IRUGO, show_fan, NULL, 5, 0);
1618static SENSOR_DEVICE_ATTR_2(fan6_min, S_IRUGO | S_IWUSR, show_fan, set_fan,
1619 5, 1);
1620
Guenter Roeckc4458db2012-12-19 22:17:02 +01001621static SENSOR_DEVICE_ATTR(pwm1_enable, S_IRUGO | S_IWUSR,
1622 show_pwm_enable, set_pwm_enable, 0);
1623static SENSOR_DEVICE_ATTR(pwm1, S_IRUGO | S_IWUSR, show_pwm, set_pwm, 0);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001624static SENSOR_DEVICE_ATTR(pwm1_freq, S_IRUGO | S_IWUSR, show_pwm_freq,
1625 set_pwm_freq, 0);
Guenter Roeck5c391262013-03-30 15:02:12 -07001626static SENSOR_DEVICE_ATTR(pwm1_auto_channels_temp, S_IRUGO,
Guenter Roeckc4458db2012-12-19 22:17:02 +01001627 show_pwm_temp_map, set_pwm_temp_map, 0);
1628static SENSOR_DEVICE_ATTR_2(pwm1_auto_point1_pwm, S_IRUGO | S_IWUSR,
1629 show_auto_pwm, set_auto_pwm, 0, 0);
1630static SENSOR_DEVICE_ATTR_2(pwm1_auto_point2_pwm, S_IRUGO | S_IWUSR,
1631 show_auto_pwm, set_auto_pwm, 0, 1);
1632static SENSOR_DEVICE_ATTR_2(pwm1_auto_point3_pwm, S_IRUGO | S_IWUSR,
1633 show_auto_pwm, set_auto_pwm, 0, 2);
1634static SENSOR_DEVICE_ATTR_2(pwm1_auto_point4_pwm, S_IRUGO,
1635 show_auto_pwm, NULL, 0, 3);
1636static SENSOR_DEVICE_ATTR_2(pwm1_auto_point1_temp, S_IRUGO | S_IWUSR,
1637 show_auto_temp, set_auto_temp, 0, 1);
1638static SENSOR_DEVICE_ATTR_2(pwm1_auto_point1_temp_hyst, S_IRUGO | S_IWUSR,
1639 show_auto_temp, set_auto_temp, 0, 0);
1640static SENSOR_DEVICE_ATTR_2(pwm1_auto_point2_temp, S_IRUGO | S_IWUSR,
1641 show_auto_temp, set_auto_temp, 0, 2);
1642static SENSOR_DEVICE_ATTR_2(pwm1_auto_point3_temp, S_IRUGO | S_IWUSR,
1643 show_auto_temp, set_auto_temp, 0, 3);
1644static SENSOR_DEVICE_ATTR_2(pwm1_auto_point4_temp, S_IRUGO | S_IWUSR,
1645 show_auto_temp, set_auto_temp, 0, 4);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001646static SENSOR_DEVICE_ATTR_2(pwm1_auto_start, S_IRUGO | S_IWUSR,
1647 show_auto_pwm, set_auto_pwm, 0, 0);
1648static SENSOR_DEVICE_ATTR(pwm1_auto_slope, S_IRUGO | S_IWUSR,
1649 show_auto_pwm_slope, set_auto_pwm_slope, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650
Guenter Roeckc4458db2012-12-19 22:17:02 +01001651static SENSOR_DEVICE_ATTR(pwm2_enable, S_IRUGO | S_IWUSR,
1652 show_pwm_enable, set_pwm_enable, 1);
1653static SENSOR_DEVICE_ATTR(pwm2, S_IRUGO | S_IWUSR, show_pwm, set_pwm, 1);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001654static SENSOR_DEVICE_ATTR(pwm2_freq, S_IRUGO, show_pwm_freq, set_pwm_freq, 1);
Guenter Roeck5c391262013-03-30 15:02:12 -07001655static SENSOR_DEVICE_ATTR(pwm2_auto_channels_temp, S_IRUGO,
Guenter Roeckc4458db2012-12-19 22:17:02 +01001656 show_pwm_temp_map, set_pwm_temp_map, 1);
1657static SENSOR_DEVICE_ATTR_2(pwm2_auto_point1_pwm, S_IRUGO | S_IWUSR,
1658 show_auto_pwm, set_auto_pwm, 1, 0);
1659static SENSOR_DEVICE_ATTR_2(pwm2_auto_point2_pwm, S_IRUGO | S_IWUSR,
1660 show_auto_pwm, set_auto_pwm, 1, 1);
1661static SENSOR_DEVICE_ATTR_2(pwm2_auto_point3_pwm, S_IRUGO | S_IWUSR,
1662 show_auto_pwm, set_auto_pwm, 1, 2);
1663static SENSOR_DEVICE_ATTR_2(pwm2_auto_point4_pwm, S_IRUGO,
1664 show_auto_pwm, NULL, 1, 3);
1665static SENSOR_DEVICE_ATTR_2(pwm2_auto_point1_temp, S_IRUGO | S_IWUSR,
1666 show_auto_temp, set_auto_temp, 1, 1);
1667static SENSOR_DEVICE_ATTR_2(pwm2_auto_point1_temp_hyst, S_IRUGO | S_IWUSR,
1668 show_auto_temp, set_auto_temp, 1, 0);
1669static SENSOR_DEVICE_ATTR_2(pwm2_auto_point2_temp, S_IRUGO | S_IWUSR,
1670 show_auto_temp, set_auto_temp, 1, 2);
1671static SENSOR_DEVICE_ATTR_2(pwm2_auto_point3_temp, S_IRUGO | S_IWUSR,
1672 show_auto_temp, set_auto_temp, 1, 3);
1673static SENSOR_DEVICE_ATTR_2(pwm2_auto_point4_temp, S_IRUGO | S_IWUSR,
1674 show_auto_temp, set_auto_temp, 1, 4);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001675static SENSOR_DEVICE_ATTR_2(pwm2_auto_start, S_IRUGO | S_IWUSR,
1676 show_auto_pwm, set_auto_pwm, 1, 0);
1677static SENSOR_DEVICE_ATTR(pwm2_auto_slope, S_IRUGO | S_IWUSR,
1678 show_auto_pwm_slope, set_auto_pwm_slope, 1);
Guenter Roeckc4458db2012-12-19 22:17:02 +01001679
1680static SENSOR_DEVICE_ATTR(pwm3_enable, S_IRUGO | S_IWUSR,
1681 show_pwm_enable, set_pwm_enable, 2);
1682static SENSOR_DEVICE_ATTR(pwm3, S_IRUGO | S_IWUSR, show_pwm, set_pwm, 2);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001683static SENSOR_DEVICE_ATTR(pwm3_freq, S_IRUGO, show_pwm_freq, NULL, 2);
Guenter Roeck5c391262013-03-30 15:02:12 -07001684static SENSOR_DEVICE_ATTR(pwm3_auto_channels_temp, S_IRUGO,
Guenter Roeckc4458db2012-12-19 22:17:02 +01001685 show_pwm_temp_map, set_pwm_temp_map, 2);
1686static SENSOR_DEVICE_ATTR_2(pwm3_auto_point1_pwm, S_IRUGO | S_IWUSR,
1687 show_auto_pwm, set_auto_pwm, 2, 0);
1688static SENSOR_DEVICE_ATTR_2(pwm3_auto_point2_pwm, S_IRUGO | S_IWUSR,
1689 show_auto_pwm, set_auto_pwm, 2, 1);
1690static SENSOR_DEVICE_ATTR_2(pwm3_auto_point3_pwm, S_IRUGO | S_IWUSR,
1691 show_auto_pwm, set_auto_pwm, 2, 2);
1692static SENSOR_DEVICE_ATTR_2(pwm3_auto_point4_pwm, S_IRUGO,
1693 show_auto_pwm, NULL, 2, 3);
1694static SENSOR_DEVICE_ATTR_2(pwm3_auto_point1_temp, S_IRUGO | S_IWUSR,
1695 show_auto_temp, set_auto_temp, 2, 1);
1696static SENSOR_DEVICE_ATTR_2(pwm3_auto_point1_temp_hyst, S_IRUGO | S_IWUSR,
1697 show_auto_temp, set_auto_temp, 2, 0);
1698static SENSOR_DEVICE_ATTR_2(pwm3_auto_point2_temp, S_IRUGO | S_IWUSR,
1699 show_auto_temp, set_auto_temp, 2, 2);
1700static SENSOR_DEVICE_ATTR_2(pwm3_auto_point3_temp, S_IRUGO | S_IWUSR,
1701 show_auto_temp, set_auto_temp, 2, 3);
1702static SENSOR_DEVICE_ATTR_2(pwm3_auto_point4_temp, S_IRUGO | S_IWUSR,
1703 show_auto_temp, set_auto_temp, 2, 4);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001704static SENSOR_DEVICE_ATTR_2(pwm3_auto_start, S_IRUGO | S_IWUSR,
1705 show_auto_pwm, set_auto_pwm, 2, 0);
1706static SENSOR_DEVICE_ATTR(pwm3_auto_slope, S_IRUGO | S_IWUSR,
1707 show_auto_pwm_slope, set_auto_pwm_slope, 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708
Guenter Roeck36c4d982015-03-26 18:18:19 -07001709static SENSOR_DEVICE_ATTR(pwm4_enable, S_IRUGO | S_IWUSR,
1710 show_pwm_enable, set_pwm_enable, 3);
1711static SENSOR_DEVICE_ATTR(pwm4, S_IRUGO | S_IWUSR, show_pwm, set_pwm, 3);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001712static SENSOR_DEVICE_ATTR(pwm4_freq, S_IRUGO, show_pwm_freq, NULL, 3);
Guenter Roeck5c391262013-03-30 15:02:12 -07001713static SENSOR_DEVICE_ATTR(pwm4_auto_channels_temp, S_IRUGO,
Guenter Roeck36c4d982015-03-26 18:18:19 -07001714 show_pwm_temp_map, set_pwm_temp_map, 3);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001715static SENSOR_DEVICE_ATTR_2(pwm4_auto_point1_temp, S_IRUGO | S_IWUSR,
1716 show_auto_temp, set_auto_temp, 2, 1);
1717static SENSOR_DEVICE_ATTR_2(pwm4_auto_point1_temp_hyst, S_IRUGO | S_IWUSR,
1718 show_auto_temp, set_auto_temp, 2, 0);
1719static SENSOR_DEVICE_ATTR_2(pwm4_auto_point2_temp, S_IRUGO | S_IWUSR,
1720 show_auto_temp, set_auto_temp, 2, 2);
1721static SENSOR_DEVICE_ATTR_2(pwm4_auto_point3_temp, S_IRUGO | S_IWUSR,
1722 show_auto_temp, set_auto_temp, 2, 3);
1723static SENSOR_DEVICE_ATTR_2(pwm4_auto_start, S_IRUGO | S_IWUSR,
1724 show_auto_pwm, set_auto_pwm, 3, 0);
1725static SENSOR_DEVICE_ATTR(pwm4_auto_slope, S_IRUGO | S_IWUSR,
1726 show_auto_pwm_slope, set_auto_pwm_slope, 3);
Guenter Roeck36c4d982015-03-26 18:18:19 -07001727
1728static SENSOR_DEVICE_ATTR(pwm5_enable, S_IRUGO | S_IWUSR,
1729 show_pwm_enable, set_pwm_enable, 4);
1730static SENSOR_DEVICE_ATTR(pwm5, S_IRUGO | S_IWUSR, show_pwm, set_pwm, 4);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001731static SENSOR_DEVICE_ATTR(pwm5_freq, S_IRUGO, show_pwm_freq, NULL, 4);
Guenter Roeck5c391262013-03-30 15:02:12 -07001732static SENSOR_DEVICE_ATTR(pwm5_auto_channels_temp, S_IRUGO,
Guenter Roeck36c4d982015-03-26 18:18:19 -07001733 show_pwm_temp_map, set_pwm_temp_map, 4);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001734static SENSOR_DEVICE_ATTR_2(pwm5_auto_point1_temp, S_IRUGO | S_IWUSR,
1735 show_auto_temp, set_auto_temp, 2, 1);
1736static SENSOR_DEVICE_ATTR_2(pwm5_auto_point1_temp_hyst, S_IRUGO | S_IWUSR,
1737 show_auto_temp, set_auto_temp, 2, 0);
1738static SENSOR_DEVICE_ATTR_2(pwm5_auto_point2_temp, S_IRUGO | S_IWUSR,
1739 show_auto_temp, set_auto_temp, 2, 2);
1740static SENSOR_DEVICE_ATTR_2(pwm5_auto_point3_temp, S_IRUGO | S_IWUSR,
1741 show_auto_temp, set_auto_temp, 2, 3);
1742static SENSOR_DEVICE_ATTR_2(pwm5_auto_start, S_IRUGO | S_IWUSR,
1743 show_auto_pwm, set_auto_pwm, 4, 0);
1744static SENSOR_DEVICE_ATTR(pwm5_auto_slope, S_IRUGO | S_IWUSR,
1745 show_auto_pwm_slope, set_auto_pwm_slope, 4);
Guenter Roeck36c4d982015-03-26 18:18:19 -07001746
1747static SENSOR_DEVICE_ATTR(pwm6_enable, S_IRUGO | S_IWUSR,
1748 show_pwm_enable, set_pwm_enable, 5);
1749static SENSOR_DEVICE_ATTR(pwm6, S_IRUGO | S_IWUSR, show_pwm, set_pwm, 5);
Guenter Roeck60878bc2015-03-26 19:57:42 -07001750static SENSOR_DEVICE_ATTR(pwm6_freq, S_IRUGO, show_pwm_freq, NULL, 5);
Guenter Roeck5c391262013-03-30 15:02:12 -07001751static SENSOR_DEVICE_ATTR(pwm6_auto_channels_temp, S_IRUGO,
Guenter Roeck36c4d982015-03-26 18:18:19 -07001752 show_pwm_temp_map, set_pwm_temp_map, 5);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07001753static SENSOR_DEVICE_ATTR_2(pwm6_auto_point1_temp, S_IRUGO | S_IWUSR,
1754 show_auto_temp, set_auto_temp, 2, 1);
1755static SENSOR_DEVICE_ATTR_2(pwm6_auto_point1_temp_hyst, S_IRUGO | S_IWUSR,
1756 show_auto_temp, set_auto_temp, 2, 0);
1757static SENSOR_DEVICE_ATTR_2(pwm6_auto_point2_temp, S_IRUGO | S_IWUSR,
1758 show_auto_temp, set_auto_temp, 2, 2);
1759static SENSOR_DEVICE_ATTR_2(pwm6_auto_point3_temp, S_IRUGO | S_IWUSR,
1760 show_auto_temp, set_auto_temp, 2, 3);
1761static SENSOR_DEVICE_ATTR_2(pwm6_auto_start, S_IRUGO | S_IWUSR,
1762 show_auto_pwm, set_auto_pwm, 5, 0);
1763static SENSOR_DEVICE_ATTR(pwm6_auto_slope, S_IRUGO | S_IWUSR,
1764 show_auto_pwm_slope, set_auto_pwm_slope, 5);
Guenter Roeck36c4d982015-03-26 18:18:19 -07001765
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766/* Alarms */
Julia Lawallddc64ae2016-12-22 13:05:21 +01001767static ssize_t alarms_show(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001768 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001769{
1770 struct it87_data *data = it87_update_device(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001771
Jean Delvare68188ba2005-05-16 18:52:38 +02001772 return sprintf(buf, "%u\n", data->alarms);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773}
Julia Lawallddc64ae2016-12-22 13:05:21 +01001774static DEVICE_ATTR_RO(alarms);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001775
Jean Delvare0124dd72007-11-25 16:16:41 +01001776static ssize_t show_alarm(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001777 char *buf)
Jean Delvare0124dd72007-11-25 16:16:41 +01001778{
Jean Delvare0124dd72007-11-25 16:16:41 +01001779 struct it87_data *data = it87_update_device(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001780 int bitnr = to_sensor_dev_attr(attr)->index;
1781
Jean Delvare0124dd72007-11-25 16:16:41 +01001782 return sprintf(buf, "%u\n", (data->alarms >> bitnr) & 1);
1783}
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001784
Guenter Roeckc9620242015-04-04 09:05:57 -07001785static ssize_t clear_intrusion(struct device *dev,
1786 struct device_attribute *attr, const char *buf,
1787 size_t count)
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001788{
1789 struct it87_data *data = dev_get_drvdata(dev);
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001790 int config;
Guenter Roeckc9620242015-04-04 09:05:57 -07001791 long val;
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001792
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001793 if (kstrtol(buf, 10, &val) < 0 || val != 0)
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001794 return -EINVAL;
1795
1796 mutex_lock(&data->update_lock);
1797 config = it87_read_value(data, IT87_REG_CONFIG);
1798 if (config < 0) {
1799 count = config;
1800 } else {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001801 config |= BIT(5);
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001802 it87_write_value(data, IT87_REG_CONFIG, config);
1803 /* Invalidate cache to force re-read */
1804 data->valid = 0;
1805 }
1806 mutex_unlock(&data->update_lock);
1807
1808 return count;
1809}
1810
Jean Delvare0124dd72007-11-25 16:16:41 +01001811static SENSOR_DEVICE_ATTR(in0_alarm, S_IRUGO, show_alarm, NULL, 8);
1812static SENSOR_DEVICE_ATTR(in1_alarm, S_IRUGO, show_alarm, NULL, 9);
1813static SENSOR_DEVICE_ATTR(in2_alarm, S_IRUGO, show_alarm, NULL, 10);
1814static SENSOR_DEVICE_ATTR(in3_alarm, S_IRUGO, show_alarm, NULL, 11);
1815static SENSOR_DEVICE_ATTR(in4_alarm, S_IRUGO, show_alarm, NULL, 12);
1816static SENSOR_DEVICE_ATTR(in5_alarm, S_IRUGO, show_alarm, NULL, 13);
1817static SENSOR_DEVICE_ATTR(in6_alarm, S_IRUGO, show_alarm, NULL, 14);
1818static SENSOR_DEVICE_ATTR(in7_alarm, S_IRUGO, show_alarm, NULL, 15);
1819static SENSOR_DEVICE_ATTR(fan1_alarm, S_IRUGO, show_alarm, NULL, 0);
1820static SENSOR_DEVICE_ATTR(fan2_alarm, S_IRUGO, show_alarm, NULL, 1);
1821static SENSOR_DEVICE_ATTR(fan3_alarm, S_IRUGO, show_alarm, NULL, 2);
1822static SENSOR_DEVICE_ATTR(fan4_alarm, S_IRUGO, show_alarm, NULL, 3);
1823static SENSOR_DEVICE_ATTR(fan5_alarm, S_IRUGO, show_alarm, NULL, 6);
Guenter Roeckfa3f70d2015-03-25 23:15:32 -07001824static SENSOR_DEVICE_ATTR(fan6_alarm, S_IRUGO, show_alarm, NULL, 7);
Jean Delvare0124dd72007-11-25 16:16:41 +01001825static SENSOR_DEVICE_ATTR(temp1_alarm, S_IRUGO, show_alarm, NULL, 16);
1826static SENSOR_DEVICE_ATTR(temp2_alarm, S_IRUGO, show_alarm, NULL, 17);
1827static SENSOR_DEVICE_ATTR(temp3_alarm, S_IRUGO, show_alarm, NULL, 18);
Jean Delvare3d30f9e2011-07-25 21:46:10 +02001828static SENSOR_DEVICE_ATTR(intrusion0_alarm, S_IRUGO | S_IWUSR,
1829 show_alarm, clear_intrusion, 4);
Jean Delvare0124dd72007-11-25 16:16:41 +01001830
Jean Delvared9b327c2010-03-05 22:17:17 +01001831static ssize_t show_beep(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001832 char *buf)
Jean Delvared9b327c2010-03-05 22:17:17 +01001833{
Jean Delvared9b327c2010-03-05 22:17:17 +01001834 struct it87_data *data = it87_update_device(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001835 int bitnr = to_sensor_dev_attr(attr)->index;
1836
Jean Delvared9b327c2010-03-05 22:17:17 +01001837 return sprintf(buf, "%u\n", (data->beeps >> bitnr) & 1);
1838}
Guenter Roeckc9620242015-04-04 09:05:57 -07001839
Jean Delvared9b327c2010-03-05 22:17:17 +01001840static ssize_t set_beep(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001841 const char *buf, size_t count)
Jean Delvared9b327c2010-03-05 22:17:17 +01001842{
1843 int bitnr = to_sensor_dev_attr(attr)->index;
1844 struct it87_data *data = dev_get_drvdata(dev);
1845 long val;
1846
Guenter Roeckc9620242015-04-04 09:05:57 -07001847 if (kstrtol(buf, 10, &val) < 0 || (val != 0 && val != 1))
Jean Delvared9b327c2010-03-05 22:17:17 +01001848 return -EINVAL;
1849
1850 mutex_lock(&data->update_lock);
1851 data->beeps = it87_read_value(data, IT87_REG_BEEP_ENABLE);
1852 if (val)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001853 data->beeps |= BIT(bitnr);
Jean Delvared9b327c2010-03-05 22:17:17 +01001854 else
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001855 data->beeps &= ~BIT(bitnr);
Jean Delvared9b327c2010-03-05 22:17:17 +01001856 it87_write_value(data, IT87_REG_BEEP_ENABLE, data->beeps);
1857 mutex_unlock(&data->update_lock);
1858 return count;
1859}
1860
1861static SENSOR_DEVICE_ATTR(in0_beep, S_IRUGO | S_IWUSR,
1862 show_beep, set_beep, 1);
1863static SENSOR_DEVICE_ATTR(in1_beep, S_IRUGO, show_beep, NULL, 1);
1864static SENSOR_DEVICE_ATTR(in2_beep, S_IRUGO, show_beep, NULL, 1);
1865static SENSOR_DEVICE_ATTR(in3_beep, S_IRUGO, show_beep, NULL, 1);
1866static SENSOR_DEVICE_ATTR(in4_beep, S_IRUGO, show_beep, NULL, 1);
1867static SENSOR_DEVICE_ATTR(in5_beep, S_IRUGO, show_beep, NULL, 1);
1868static SENSOR_DEVICE_ATTR(in6_beep, S_IRUGO, show_beep, NULL, 1);
1869static SENSOR_DEVICE_ATTR(in7_beep, S_IRUGO, show_beep, NULL, 1);
1870/* fanX_beep writability is set later */
1871static SENSOR_DEVICE_ATTR(fan1_beep, S_IRUGO, show_beep, set_beep, 0);
1872static SENSOR_DEVICE_ATTR(fan2_beep, S_IRUGO, show_beep, set_beep, 0);
1873static SENSOR_DEVICE_ATTR(fan3_beep, S_IRUGO, show_beep, set_beep, 0);
1874static SENSOR_DEVICE_ATTR(fan4_beep, S_IRUGO, show_beep, set_beep, 0);
1875static SENSOR_DEVICE_ATTR(fan5_beep, S_IRUGO, show_beep, set_beep, 0);
Guenter Roeckfa3f70d2015-03-25 23:15:32 -07001876static SENSOR_DEVICE_ATTR(fan6_beep, S_IRUGO, show_beep, set_beep, 0);
Jean Delvared9b327c2010-03-05 22:17:17 +01001877static SENSOR_DEVICE_ATTR(temp1_beep, S_IRUGO | S_IWUSR,
1878 show_beep, set_beep, 2);
1879static SENSOR_DEVICE_ATTR(temp2_beep, S_IRUGO, show_beep, NULL, 2);
1880static SENSOR_DEVICE_ATTR(temp3_beep, S_IRUGO, show_beep, NULL, 2);
1881
Julia Lawallddc64ae2016-12-22 13:05:21 +01001882static ssize_t vrm_show(struct device *dev, struct device_attribute *attr,
1883 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884{
Jean Delvare90d66192007-10-08 18:24:35 +02001885 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001886
Jean Delvarea7be58a2005-12-18 16:40:14 +01001887 return sprintf(buf, "%u\n", data->vrm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888}
Guenter Roeckc9620242015-04-04 09:05:57 -07001889
Julia Lawallddc64ae2016-12-22 13:05:21 +01001890static ssize_t vrm_store(struct device *dev, struct device_attribute *attr,
1891 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892{
corentin.labbeb74f3fd2007-06-13 20:27:36 +02001893 struct it87_data *data = dev_get_drvdata(dev);
Jean Delvaref5f64502010-03-05 22:17:19 +01001894 unsigned long val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895
Frans Meulenbroeks179c4fd2012-01-04 20:58:52 +01001896 if (kstrtoul(buf, 10, &val) < 0)
Jean Delvaref5f64502010-03-05 22:17:19 +01001897 return -EINVAL;
1898
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899 data->vrm = val;
1900
1901 return count;
1902}
Julia Lawallddc64ae2016-12-22 13:05:21 +01001903static DEVICE_ATTR_RW(vrm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904
Julia Lawallddc64ae2016-12-22 13:05:21 +01001905static ssize_t cpu0_vid_show(struct device *dev,
1906 struct device_attribute *attr, char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907{
1908 struct it87_data *data = it87_update_device(dev);
Guenter Roeckc9620242015-04-04 09:05:57 -07001909
1910 return sprintf(buf, "%ld\n", (long)vid_from_reg(data->vid, data->vrm));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911}
Julia Lawallddc64ae2016-12-22 13:05:21 +01001912static DEVICE_ATTR_RO(cpu0_vid);
Jean Delvare87808be2006-09-24 21:17:13 +02001913
Jean Delvare738e5e02010-08-14 21:08:50 +02001914static ssize_t show_label(struct device *dev, struct device_attribute *attr,
Guenter Roeckc9620242015-04-04 09:05:57 -07001915 char *buf)
Jean Delvare738e5e02010-08-14 21:08:50 +02001916{
Guenter Roeck3c4c4972012-01-20 09:29:44 -08001917 static const char * const labels[] = {
Jean Delvare738e5e02010-08-14 21:08:50 +02001918 "+5V",
1919 "5VSB",
1920 "Vbat",
1921 };
Guenter Roeck3c4c4972012-01-20 09:29:44 -08001922 static const char * const labels_it8721[] = {
Jean Delvare44c1bcd2010-10-28 20:31:51 +02001923 "+3.3V",
1924 "3VSB",
1925 "Vbat",
1926 };
1927 struct it87_data *data = dev_get_drvdata(dev);
Jean Delvare738e5e02010-08-14 21:08:50 +02001928 int nr = to_sensor_dev_attr(attr)->index;
Justin Maggardead80802015-08-05 12:53:08 -07001929 const char *label;
Jean Delvare738e5e02010-08-14 21:08:50 +02001930
Guenter Roecka9eebd42017-02-08 13:51:16 -08001931 if (has_vin3_5v(data) && nr == 0)
1932 label = labels[0];
1933 else if (has_12mv_adc(data) || has_10_9mv_adc(data))
Justin Maggardead80802015-08-05 12:53:08 -07001934 label = labels_it8721[nr];
1935 else
1936 label = labels[nr];
1937
1938 return sprintf(buf, "%s\n", label);
Jean Delvare738e5e02010-08-14 21:08:50 +02001939}
1940static SENSOR_DEVICE_ATTR(in3_label, S_IRUGO, show_label, NULL, 0);
1941static SENSOR_DEVICE_ATTR(in7_label, S_IRUGO, show_label, NULL, 1);
1942static SENSOR_DEVICE_ATTR(in8_label, S_IRUGO, show_label, NULL, 2);
Guenter Roeck73055402015-03-26 09:16:32 -07001943/* AVCC3 */
Rudolf Marekc145d5c2014-01-29 20:40:08 +01001944static SENSOR_DEVICE_ATTR(in9_label, S_IRUGO, show_label, NULL, 0);
Jean Delvare738e5e02010-08-14 21:08:50 +02001945
Guenter Roeck52929712013-03-30 14:00:08 -07001946static umode_t it87_in_is_visible(struct kobject *kobj,
1947 struct attribute *attr, int index)
Guenter Roeck9172b5d2012-03-24 21:49:54 -07001948{
Guenter Roeck52929712013-03-30 14:00:08 -07001949 struct device *dev = container_of(kobj, struct device, kobj);
1950 struct it87_data *data = dev_get_drvdata(dev);
1951 int i = index / 5; /* voltage index */
1952 int a = index % 5; /* attribute index */
1953
Guenter Roeckf838aa22015-04-01 20:09:36 -07001954 if (index >= 40) { /* in8 and higher only have input attributes */
Guenter Roeck52929712013-03-30 14:00:08 -07001955 i = index - 40 + 8;
1956 a = 0;
1957 }
1958
Guenter Roeck48b2ae72015-04-02 08:06:12 -07001959 if (!(data->has_in & BIT(i)))
Guenter Roeck52929712013-03-30 14:00:08 -07001960 return 0;
1961
1962 if (a == 4 && !data->has_beep)
1963 return 0;
1964
1965 return attr->mode;
1966}
1967
1968static struct attribute *it87_attributes_in[] = {
Jean Delvare87808be2006-09-24 21:17:13 +02001969 &sensor_dev_attr_in0_input.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02001970 &sensor_dev_attr_in0_min.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02001971 &sensor_dev_attr_in0_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01001972 &sensor_dev_attr_in0_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07001973 &sensor_dev_attr_in0_beep.dev_attr.attr, /* 4 */
1974
Guenter Roeck9172b5d2012-03-24 21:49:54 -07001975 &sensor_dev_attr_in1_input.dev_attr.attr,
1976 &sensor_dev_attr_in1_min.dev_attr.attr,
1977 &sensor_dev_attr_in1_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01001978 &sensor_dev_attr_in1_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07001979 &sensor_dev_attr_in1_beep.dev_attr.attr, /* 9 */
1980
Guenter Roeck9172b5d2012-03-24 21:49:54 -07001981 &sensor_dev_attr_in2_input.dev_attr.attr,
1982 &sensor_dev_attr_in2_min.dev_attr.attr,
1983 &sensor_dev_attr_in2_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01001984 &sensor_dev_attr_in2_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07001985 &sensor_dev_attr_in2_beep.dev_attr.attr, /* 14 */
1986
Guenter Roeck9172b5d2012-03-24 21:49:54 -07001987 &sensor_dev_attr_in3_input.dev_attr.attr,
1988 &sensor_dev_attr_in3_min.dev_attr.attr,
1989 &sensor_dev_attr_in3_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01001990 &sensor_dev_attr_in3_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07001991 &sensor_dev_attr_in3_beep.dev_attr.attr, /* 19 */
1992
Guenter Roeck9172b5d2012-03-24 21:49:54 -07001993 &sensor_dev_attr_in4_input.dev_attr.attr,
1994 &sensor_dev_attr_in4_min.dev_attr.attr,
1995 &sensor_dev_attr_in4_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01001996 &sensor_dev_attr_in4_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07001997 &sensor_dev_attr_in4_beep.dev_attr.attr, /* 24 */
1998
Guenter Roeck9172b5d2012-03-24 21:49:54 -07001999 &sensor_dev_attr_in5_input.dev_attr.attr,
2000 &sensor_dev_attr_in5_min.dev_attr.attr,
2001 &sensor_dev_attr_in5_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002002 &sensor_dev_attr_in5_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07002003 &sensor_dev_attr_in5_beep.dev_attr.attr, /* 29 */
2004
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002005 &sensor_dev_attr_in6_input.dev_attr.attr,
2006 &sensor_dev_attr_in6_min.dev_attr.attr,
2007 &sensor_dev_attr_in6_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002008 &sensor_dev_attr_in6_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07002009 &sensor_dev_attr_in6_beep.dev_attr.attr, /* 34 */
2010
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002011 &sensor_dev_attr_in7_input.dev_attr.attr,
2012 &sensor_dev_attr_in7_min.dev_attr.attr,
2013 &sensor_dev_attr_in7_max.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002014 &sensor_dev_attr_in7_alarm.dev_attr.attr,
Guenter Roeck52929712013-03-30 14:00:08 -07002015 &sensor_dev_attr_in7_beep.dev_attr.attr, /* 39 */
Jean Delvare87808be2006-09-24 21:17:13 +02002016
Guenter Roeck52929712013-03-30 14:00:08 -07002017 &sensor_dev_attr_in8_input.dev_attr.attr, /* 40 */
Jean Delvared5f3f6c2016-08-29 13:33:29 +02002018 &sensor_dev_attr_in9_input.dev_attr.attr,
2019 &sensor_dev_attr_in10_input.dev_attr.attr,
2020 &sensor_dev_attr_in11_input.dev_attr.attr,
2021 &sensor_dev_attr_in12_input.dev_attr.attr,
Jean Delvare3c329262016-08-29 13:18:23 +02002022 NULL
Guenter Roeck52929712013-03-30 14:00:08 -07002023};
2024
2025static const struct attribute_group it87_group_in = {
2026 .attrs = it87_attributes_in,
2027 .is_visible = it87_in_is_visible,
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002028};
2029
Guenter Roeck87533772013-03-30 14:23:20 -07002030static umode_t it87_temp_is_visible(struct kobject *kobj,
2031 struct attribute *attr, int index)
Guenter Roeck4573acb2012-03-26 16:17:41 -07002032{
Guenter Roeck87533772013-03-30 14:23:20 -07002033 struct device *dev = container_of(kobj, struct device, kobj);
2034 struct it87_data *data = dev_get_drvdata(dev);
2035 int i = index / 7; /* temperature index */
2036 int a = index % 7; /* attribute index */
2037
Guenter Roeckcc18da72015-04-01 10:03:01 -07002038 if (index >= 21) {
2039 i = index - 21 + 3;
2040 a = 0;
2041 }
2042
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002043 if (!(data->has_temp & BIT(i)))
Guenter Roeck87533772013-03-30 14:23:20 -07002044 return 0;
2045
2046 if (a == 5 && !has_temp_offset(data))
2047 return 0;
2048
2049 if (a == 6 && !data->has_beep)
2050 return 0;
2051
2052 return attr->mode;
2053}
2054
2055static struct attribute *it87_attributes_temp[] = {
Jean Delvare87808be2006-09-24 21:17:13 +02002056 &sensor_dev_attr_temp1_input.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02002057 &sensor_dev_attr_temp1_max.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02002058 &sensor_dev_attr_temp1_min.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02002059 &sensor_dev_attr_temp1_type.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002060 &sensor_dev_attr_temp1_alarm.dev_attr.attr,
Guenter Roeck87533772013-03-30 14:23:20 -07002061 &sensor_dev_attr_temp1_offset.dev_attr.attr, /* 5 */
2062 &sensor_dev_attr_temp1_beep.dev_attr.attr, /* 6 */
2063
Guenter Roeckcc18da72015-04-01 10:03:01 -07002064 &sensor_dev_attr_temp2_input.dev_attr.attr, /* 7 */
Guenter Roeck4573acb2012-03-26 16:17:41 -07002065 &sensor_dev_attr_temp2_max.dev_attr.attr,
2066 &sensor_dev_attr_temp2_min.dev_attr.attr,
2067 &sensor_dev_attr_temp2_type.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002068 &sensor_dev_attr_temp2_alarm.dev_attr.attr,
Guenter Roeck87533772013-03-30 14:23:20 -07002069 &sensor_dev_attr_temp2_offset.dev_attr.attr,
2070 &sensor_dev_attr_temp2_beep.dev_attr.attr,
2071
Guenter Roeckcc18da72015-04-01 10:03:01 -07002072 &sensor_dev_attr_temp3_input.dev_attr.attr, /* 14 */
Guenter Roeck4573acb2012-03-26 16:17:41 -07002073 &sensor_dev_attr_temp3_max.dev_attr.attr,
2074 &sensor_dev_attr_temp3_min.dev_attr.attr,
2075 &sensor_dev_attr_temp3_type.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002076 &sensor_dev_attr_temp3_alarm.dev_attr.attr,
Guenter Roeck87533772013-03-30 14:23:20 -07002077 &sensor_dev_attr_temp3_offset.dev_attr.attr,
2078 &sensor_dev_attr_temp3_beep.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02002079
Guenter Roeckcc18da72015-04-01 10:03:01 -07002080 &sensor_dev_attr_temp4_input.dev_attr.attr, /* 21 */
2081 &sensor_dev_attr_temp5_input.dev_attr.attr,
2082 &sensor_dev_attr_temp6_input.dev_attr.attr,
Guenter Roeck87533772013-03-30 14:23:20 -07002083 NULL
Guenter Roeck4573acb2012-03-26 16:17:41 -07002084};
2085
Guenter Roeck87533772013-03-30 14:23:20 -07002086static const struct attribute_group it87_group_temp = {
2087 .attrs = it87_attributes_temp,
2088 .is_visible = it87_temp_is_visible,
Guenter Roeck161d8982012-12-19 22:17:01 +01002089};
2090
Guenter Roeckd3766842013-03-30 15:47:21 -07002091static umode_t it87_is_visible(struct kobject *kobj,
2092 struct attribute *attr, int index)
2093{
2094 struct device *dev = container_of(kobj, struct device, kobj);
2095 struct it87_data *data = dev_get_drvdata(dev);
2096
Guenter Roeck8638d0a2015-03-30 11:13:49 -07002097 if ((index == 2 || index == 3) && !data->has_vid)
Guenter Roeckd3766842013-03-30 15:47:21 -07002098 return 0;
2099
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002100 if (index > 3 && !(data->in_internal & BIT(index - 4)))
Guenter Roeckd3766842013-03-30 15:47:21 -07002101 return 0;
2102
2103 return attr->mode;
2104}
2105
Guenter Roeck4573acb2012-03-26 16:17:41 -07002106static struct attribute *it87_attributes[] = {
Jean Delvare87808be2006-09-24 21:17:13 +02002107 &dev_attr_alarms.attr,
Jean Delvare3d30f9e2011-07-25 21:46:10 +02002108 &sensor_dev_attr_intrusion0_alarm.dev_attr.attr,
Guenter Roeck8638d0a2015-03-30 11:13:49 -07002109 &dev_attr_vrm.attr, /* 2 */
2110 &dev_attr_cpu0_vid.attr, /* 3 */
2111 &sensor_dev_attr_in3_label.dev_attr.attr, /* 4 .. 7 */
Guenter Roeckd3766842013-03-30 15:47:21 -07002112 &sensor_dev_attr_in7_label.dev_attr.attr,
2113 &sensor_dev_attr_in8_label.dev_attr.attr,
2114 &sensor_dev_attr_in9_label.dev_attr.attr,
Jean Delvare87808be2006-09-24 21:17:13 +02002115 NULL
2116};
2117
2118static const struct attribute_group it87_group = {
2119 .attrs = it87_attributes,
Guenter Roeckd3766842013-03-30 15:47:21 -07002120 .is_visible = it87_is_visible,
Jean Delvare87808be2006-09-24 21:17:13 +02002121};
2122
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002123static umode_t it87_fan_is_visible(struct kobject *kobj,
2124 struct attribute *attr, int index)
2125{
2126 struct device *dev = container_of(kobj, struct device, kobj);
2127 struct it87_data *data = dev_get_drvdata(dev);
2128 int i = index / 5; /* fan index */
2129 int a = index % 5; /* attribute index */
2130
2131 if (index >= 15) { /* fan 4..6 don't have divisor attributes */
2132 i = (index - 15) / 4 + 3;
2133 a = (index - 15) % 4;
2134 }
2135
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002136 if (!(data->has_fan & BIT(i)))
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002137 return 0;
2138
2139 if (a == 3) { /* beep */
2140 if (!data->has_beep)
2141 return 0;
2142 /* first fan beep attribute is writable */
2143 if (i == __ffs(data->has_fan))
2144 return attr->mode | S_IWUSR;
2145 }
2146
2147 if (a == 4 && has_16bit_fans(data)) /* divisor */
2148 return 0;
2149
2150 return attr->mode;
2151}
2152
2153static struct attribute *it87_attributes_fan[] = {
Jean Delvare87808be2006-09-24 21:17:13 +02002154 &sensor_dev_attr_fan1_input.dev_attr.attr,
2155 &sensor_dev_attr_fan1_min.dev_attr.attr,
Jean Delvare723a0aa2010-03-05 22:17:16 +01002156 &sensor_dev_attr_fan1_alarm.dev_attr.attr,
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002157 &sensor_dev_attr_fan1_beep.dev_attr.attr, /* 3 */
2158 &sensor_dev_attr_fan1_div.dev_attr.attr, /* 4 */
2159
Jean Delvare87808be2006-09-24 21:17:13 +02002160 &sensor_dev_attr_fan2_input.dev_attr.attr,
2161 &sensor_dev_attr_fan2_min.dev_attr.attr,
Jean Delvare723a0aa2010-03-05 22:17:16 +01002162 &sensor_dev_attr_fan2_alarm.dev_attr.attr,
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002163 &sensor_dev_attr_fan2_beep.dev_attr.attr,
2164 &sensor_dev_attr_fan2_div.dev_attr.attr, /* 9 */
2165
Jean Delvare87808be2006-09-24 21:17:13 +02002166 &sensor_dev_attr_fan3_input.dev_attr.attr,
2167 &sensor_dev_attr_fan3_min.dev_attr.attr,
Jean Delvare0124dd72007-11-25 16:16:41 +01002168 &sensor_dev_attr_fan3_alarm.dev_attr.attr,
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002169 &sensor_dev_attr_fan3_beep.dev_attr.attr,
2170 &sensor_dev_attr_fan3_div.dev_attr.attr, /* 14 */
2171
2172 &sensor_dev_attr_fan4_input.dev_attr.attr, /* 15 */
Guenter Roecke1169ba2012-12-19 22:17:01 +01002173 &sensor_dev_attr_fan4_min.dev_attr.attr,
2174 &sensor_dev_attr_fan4_alarm.dev_attr.attr,
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002175 &sensor_dev_attr_fan4_beep.dev_attr.attr,
2176
2177 &sensor_dev_attr_fan5_input.dev_attr.attr, /* 19 */
Guenter Roecke1169ba2012-12-19 22:17:01 +01002178 &sensor_dev_attr_fan5_min.dev_attr.attr,
2179 &sensor_dev_attr_fan5_alarm.dev_attr.attr,
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002180 &sensor_dev_attr_fan5_beep.dev_attr.attr,
2181
2182 &sensor_dev_attr_fan6_input.dev_attr.attr, /* 23 */
Guenter Roeckfa3f70d2015-03-25 23:15:32 -07002183 &sensor_dev_attr_fan6_min.dev_attr.attr,
2184 &sensor_dev_attr_fan6_alarm.dev_attr.attr,
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002185 &sensor_dev_attr_fan6_beep.dev_attr.attr,
Guenter Roeckfa3f70d2015-03-25 23:15:32 -07002186 NULL
Jean Delvare723a0aa2010-03-05 22:17:16 +01002187};
2188
Guenter Roeck9a70ee82013-03-30 14:51:20 -07002189static const struct attribute_group it87_group_fan = {
2190 .attrs = it87_attributes_fan,
2191 .is_visible = it87_fan_is_visible,
Guenter Roecke1169ba2012-12-19 22:17:01 +01002192};
Jean Delvare723a0aa2010-03-05 22:17:16 +01002193
Guenter Roeck5c391262013-03-30 15:02:12 -07002194static umode_t it87_pwm_is_visible(struct kobject *kobj,
2195 struct attribute *attr, int index)
Guenter Roeck60878bc2015-03-26 19:57:42 -07002196{
2197 struct device *dev = container_of(kobj, struct device, kobj);
2198 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeck5c391262013-03-30 15:02:12 -07002199 int i = index / 4; /* pwm index */
2200 int a = index % 4; /* attribute index */
Guenter Roeck60878bc2015-03-26 19:57:42 -07002201
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002202 if (!(data->has_pwm & BIT(i)))
Guenter Roeck5c391262013-03-30 15:02:12 -07002203 return 0;
2204
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002205 /* pwmX_auto_channels_temp is only writable if auto pwm is supported */
2206 if (a == 3 && (has_old_autopwm(data) || has_newer_autopwm(data)))
Guenter Roeck5c391262013-03-30 15:02:12 -07002207 return attr->mode | S_IWUSR;
2208
2209 /* pwm2_freq is writable if there are two pwm frequency selects */
2210 if (has_pwm_freq2(data) && i == 1 && a == 2)
Guenter Roeck60878bc2015-03-26 19:57:42 -07002211 return attr->mode | S_IWUSR;
2212
2213 return attr->mode;
2214}
2215
Guenter Roeck5c391262013-03-30 15:02:12 -07002216static struct attribute *it87_attributes_pwm[] = {
2217 &sensor_dev_attr_pwm1_enable.dev_attr.attr,
2218 &sensor_dev_attr_pwm1.dev_attr.attr,
2219 &sensor_dev_attr_pwm1_freq.dev_attr.attr,
2220 &sensor_dev_attr_pwm1_auto_channels_temp.dev_attr.attr,
2221
2222 &sensor_dev_attr_pwm2_enable.dev_attr.attr,
2223 &sensor_dev_attr_pwm2.dev_attr.attr,
2224 &sensor_dev_attr_pwm2_freq.dev_attr.attr,
2225 &sensor_dev_attr_pwm2_auto_channels_temp.dev_attr.attr,
2226
2227 &sensor_dev_attr_pwm3_enable.dev_attr.attr,
2228 &sensor_dev_attr_pwm3.dev_attr.attr,
2229 &sensor_dev_attr_pwm3_freq.dev_attr.attr,
2230 &sensor_dev_attr_pwm3_auto_channels_temp.dev_attr.attr,
2231
2232 &sensor_dev_attr_pwm4_enable.dev_attr.attr,
2233 &sensor_dev_attr_pwm4.dev_attr.attr,
2234 &sensor_dev_attr_pwm4_freq.dev_attr.attr,
2235 &sensor_dev_attr_pwm4_auto_channels_temp.dev_attr.attr,
2236
2237 &sensor_dev_attr_pwm5_enable.dev_attr.attr,
2238 &sensor_dev_attr_pwm5.dev_attr.attr,
2239 &sensor_dev_attr_pwm5_freq.dev_attr.attr,
2240 &sensor_dev_attr_pwm5_auto_channels_temp.dev_attr.attr,
2241
2242 &sensor_dev_attr_pwm6_enable.dev_attr.attr,
2243 &sensor_dev_attr_pwm6.dev_attr.attr,
2244 &sensor_dev_attr_pwm6_freq.dev_attr.attr,
2245 &sensor_dev_attr_pwm6_auto_channels_temp.dev_attr.attr,
2246
2247 NULL
Jean Delvare723a0aa2010-03-05 22:17:16 +01002248};
2249
Guenter Roeck5c391262013-03-30 15:02:12 -07002250static const struct attribute_group it87_group_pwm = {
2251 .attrs = it87_attributes_pwm,
2252 .is_visible = it87_pwm_is_visible,
2253};
2254
2255static umode_t it87_auto_pwm_is_visible(struct kobject *kobj,
2256 struct attribute *attr, int index)
2257{
2258 struct device *dev = container_of(kobj, struct device, kobj);
2259 struct it87_data *data = dev_get_drvdata(dev);
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002260 int i = index / 11; /* pwm index */
2261 int a = index % 11; /* attribute index */
2262
2263 if (index >= 33) { /* pwm 4..6 */
2264 i = (index - 33) / 6 + 3;
2265 a = (index - 33) % 6 + 4;
2266 }
Guenter Roeck5c391262013-03-30 15:02:12 -07002267
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002268 if (!(data->has_pwm & BIT(i)))
Guenter Roeck5c391262013-03-30 15:02:12 -07002269 return 0;
2270
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002271 if (has_newer_autopwm(data)) {
2272 if (a < 4) /* no auto point pwm */
2273 return 0;
2274 if (a == 8) /* no auto_point4 */
2275 return 0;
2276 }
2277 if (has_old_autopwm(data)) {
2278 if (a >= 9) /* no pwm_auto_start, pwm_auto_slope */
2279 return 0;
2280 }
2281
Guenter Roeck5c391262013-03-30 15:02:12 -07002282 return attr->mode;
2283}
2284
2285static struct attribute *it87_attributes_auto_pwm[] = {
Jean Delvare4f3f51b2010-03-05 22:17:21 +01002286 &sensor_dev_attr_pwm1_auto_point1_pwm.dev_attr.attr,
2287 &sensor_dev_attr_pwm1_auto_point2_pwm.dev_attr.attr,
2288 &sensor_dev_attr_pwm1_auto_point3_pwm.dev_attr.attr,
2289 &sensor_dev_attr_pwm1_auto_point4_pwm.dev_attr.attr,
2290 &sensor_dev_attr_pwm1_auto_point1_temp.dev_attr.attr,
2291 &sensor_dev_attr_pwm1_auto_point1_temp_hyst.dev_attr.attr,
2292 &sensor_dev_attr_pwm1_auto_point2_temp.dev_attr.attr,
2293 &sensor_dev_attr_pwm1_auto_point3_temp.dev_attr.attr,
2294 &sensor_dev_attr_pwm1_auto_point4_temp.dev_attr.attr,
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002295 &sensor_dev_attr_pwm1_auto_start.dev_attr.attr,
2296 &sensor_dev_attr_pwm1_auto_slope.dev_attr.attr,
Guenter Roeck5c391262013-03-30 15:02:12 -07002297
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002298 &sensor_dev_attr_pwm2_auto_point1_pwm.dev_attr.attr, /* 11 */
Jean Delvare4f3f51b2010-03-05 22:17:21 +01002299 &sensor_dev_attr_pwm2_auto_point2_pwm.dev_attr.attr,
2300 &sensor_dev_attr_pwm2_auto_point3_pwm.dev_attr.attr,
2301 &sensor_dev_attr_pwm2_auto_point4_pwm.dev_attr.attr,
2302 &sensor_dev_attr_pwm2_auto_point1_temp.dev_attr.attr,
2303 &sensor_dev_attr_pwm2_auto_point1_temp_hyst.dev_attr.attr,
2304 &sensor_dev_attr_pwm2_auto_point2_temp.dev_attr.attr,
2305 &sensor_dev_attr_pwm2_auto_point3_temp.dev_attr.attr,
2306 &sensor_dev_attr_pwm2_auto_point4_temp.dev_attr.attr,
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002307 &sensor_dev_attr_pwm2_auto_start.dev_attr.attr,
2308 &sensor_dev_attr_pwm2_auto_slope.dev_attr.attr,
Guenter Roeck5c391262013-03-30 15:02:12 -07002309
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002310 &sensor_dev_attr_pwm3_auto_point1_pwm.dev_attr.attr, /* 22 */
Jean Delvare4f3f51b2010-03-05 22:17:21 +01002311 &sensor_dev_attr_pwm3_auto_point2_pwm.dev_attr.attr,
2312 &sensor_dev_attr_pwm3_auto_point3_pwm.dev_attr.attr,
2313 &sensor_dev_attr_pwm3_auto_point4_pwm.dev_attr.attr,
2314 &sensor_dev_attr_pwm3_auto_point1_temp.dev_attr.attr,
2315 &sensor_dev_attr_pwm3_auto_point1_temp_hyst.dev_attr.attr,
2316 &sensor_dev_attr_pwm3_auto_point2_temp.dev_attr.attr,
2317 &sensor_dev_attr_pwm3_auto_point3_temp.dev_attr.attr,
2318 &sensor_dev_attr_pwm3_auto_point4_temp.dev_attr.attr,
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07002319 &sensor_dev_attr_pwm3_auto_start.dev_attr.attr,
2320 &sensor_dev_attr_pwm3_auto_slope.dev_attr.attr,
2321
2322 &sensor_dev_attr_pwm4_auto_point1_temp.dev_attr.attr, /* 33 */
2323 &sensor_dev_attr_pwm4_auto_point1_temp_hyst.dev_attr.attr,
2324 &sensor_dev_attr_pwm4_auto_point2_temp.dev_attr.attr,
2325 &sensor_dev_attr_pwm4_auto_point3_temp.dev_attr.attr,
2326 &sensor_dev_attr_pwm4_auto_start.dev_attr.attr,
2327 &sensor_dev_attr_pwm4_auto_slope.dev_attr.attr,
2328
2329 &sensor_dev_attr_pwm5_auto_point1_temp.dev_attr.attr,
2330 &sensor_dev_attr_pwm5_auto_point1_temp_hyst.dev_attr.attr,
2331 &sensor_dev_attr_pwm5_auto_point2_temp.dev_attr.attr,
2332 &sensor_dev_attr_pwm5_auto_point3_temp.dev_attr.attr,
2333 &sensor_dev_attr_pwm5_auto_start.dev_attr.attr,
2334 &sensor_dev_attr_pwm5_auto_slope.dev_attr.attr,
2335
2336 &sensor_dev_attr_pwm6_auto_point1_temp.dev_attr.attr,
2337 &sensor_dev_attr_pwm6_auto_point1_temp_hyst.dev_attr.attr,
2338 &sensor_dev_attr_pwm6_auto_point2_temp.dev_attr.attr,
2339 &sensor_dev_attr_pwm6_auto_point3_temp.dev_attr.attr,
2340 &sensor_dev_attr_pwm6_auto_start.dev_attr.attr,
2341 &sensor_dev_attr_pwm6_auto_slope.dev_attr.attr,
Jean Delvare4f3f51b2010-03-05 22:17:21 +01002342
Guenter Roeck5c391262013-03-30 15:02:12 -07002343 NULL,
2344};
2345
2346static const struct attribute_group it87_group_auto_pwm = {
2347 .attrs = it87_attributes_auto_pwm,
2348 .is_visible = it87_auto_pwm_is_visible,
Jean Delvare4f3f51b2010-03-05 22:17:21 +01002349};
2350
Jean Delvare2d8672c2005-07-19 23:56:35 +02002351/* SuperIO detection - will change isa_address if a chip is found */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002352static int __init it87_find(int sioaddr, unsigned short *address,
2353 struct it87_sio_data *sio_data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354{
Nat Gurumoorthy5b0380c2011-05-25 20:43:33 +02002355 int err;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002356 u16 chip_type;
Jean Delvare98dd22c2008-10-09 15:33:58 +02002357 const char *board_vendor, *board_name;
Guenter Roeckf83a9cb2015-03-31 09:31:34 -07002358 const struct it87_devices *config;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002360 err = superio_enter(sioaddr);
Nat Gurumoorthy5b0380c2011-05-25 20:43:33 +02002361 if (err)
2362 return err;
2363
2364 err = -ENODEV;
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002365 chip_type = force_id ? force_id : superio_inw(sioaddr, DEVID);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002366
2367 switch (chip_type) {
2368 case IT8705F_DEVID:
2369 sio_data->type = it87;
2370 break;
2371 case IT8712F_DEVID:
2372 sio_data->type = it8712;
2373 break;
2374 case IT8716F_DEVID:
2375 case IT8726F_DEVID:
2376 sio_data->type = it8716;
2377 break;
2378 case IT8718F_DEVID:
2379 sio_data->type = it8718;
2380 break;
Jean-Marc Spaggiarib4da93e2009-01-07 16:37:32 +01002381 case IT8720F_DEVID:
2382 sio_data->type = it8720;
2383 break;
Jean Delvare44c1bcd2010-10-28 20:31:51 +02002384 case IT8721F_DEVID:
2385 sio_data->type = it8721;
2386 break;
Jean Delvare16b5dda2012-01-16 22:51:48 +01002387 case IT8728F_DEVID:
2388 sio_data->type = it8728;
2389 break;
Justin Maggardead80802015-08-05 12:53:08 -07002390 case IT8732F_DEVID:
2391 sio_data->type = it8732;
2392 break;
Guenter Roeckb0636702012-09-07 17:34:41 -06002393 case IT8771E_DEVID:
2394 sio_data->type = it8771;
2395 break;
2396 case IT8772E_DEVID:
2397 sio_data->type = it8772;
2398 break;
Guenter Roeck7bc32d22015-01-17 14:10:24 -08002399 case IT8781F_DEVID:
2400 sio_data->type = it8781;
2401 break;
Guenter Roeck0531d982012-03-02 11:46:44 -08002402 case IT8782F_DEVID:
2403 sio_data->type = it8782;
2404 break;
2405 case IT8783E_DEVID:
2406 sio_data->type = it8783;
2407 break;
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +01002408 case IT8786E_DEVID:
2409 sio_data->type = it8786;
2410 break;
Guenter Roeck4ee07152015-03-25 23:26:28 -07002411 case IT8790E_DEVID:
2412 sio_data->type = it8790;
2413 break;
Rudolf Marek7183ae82014-04-04 18:01:35 +02002414 case IT8603E_DEVID:
Rudolf Marek574e9bd2014-04-04 18:01:35 +02002415 case IT8623E_DEVID:
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002416 sio_data->type = it8603;
2417 break;
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002418 case IT8620E_DEVID:
2419 sio_data->type = it8620;
2420 break;
Guenter Roeck71a9c232016-01-18 00:35:58 -08002421 case IT8628E_DEVID:
2422 sio_data->type = it8628;
2423 break;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002424 case 0xffff: /* No device at all */
2425 goto exit;
2426 default:
Joe Perchesa8ca1032011-01-12 21:55:10 +01002427 pr_debug("Unsupported chip (DEVID=0x%x)\n", chip_type);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002428 goto exit;
2429 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002431 superio_select(sioaddr, PME);
2432 if (!(superio_inb(sioaddr, IT87_ACT_REG) & 0x01)) {
Joe Perchesa8ca1032011-01-12 21:55:10 +01002433 pr_info("Device not activated, skipping\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434 goto exit;
2435 }
2436
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002437 *address = superio_inw(sioaddr, IT87_BASE_REG) & ~(IT87_EXTENT - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438 if (*address == 0) {
Joe Perchesa8ca1032011-01-12 21:55:10 +01002439 pr_info("Base address not set, skipping\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440 goto exit;
2441 }
2442
2443 err = 0;
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002444 sio_data->revision = superio_inb(sioaddr, DEVREV) & 0x0f;
Guenter Roeckfaf392f2015-03-26 08:36:18 -07002445 pr_info("Found IT%04x%s chip at 0x%x, revision %d\n", chip_type,
2446 it87_devices[sio_data->type].suffix,
Thomas Lorblanchesa0c14242015-02-13 13:19:06 +01002447 *address, sio_data->revision);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002448
Guenter Roeckf83a9cb2015-03-31 09:31:34 -07002449 config = &it87_devices[sio_data->type];
2450
Guenter Roeck7f5726c2015-03-26 08:49:18 -07002451 /* in7 (VSB or VCCH5V) is always internal on some chips */
Guenter Roeckf83a9cb2015-03-31 09:31:34 -07002452 if (has_in7_internal(config))
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002453 sio_data->internal |= BIT(1);
Guenter Roeck7f5726c2015-03-26 08:49:18 -07002454
Jean Delvare738e5e02010-08-14 21:08:50 +02002455 /* in8 (Vbat) is always internal */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002456 sio_data->internal |= BIT(2);
Guenter Roeck7f5726c2015-03-26 08:49:18 -07002457
Guenter Roeck73055402015-03-26 09:16:32 -07002458 /* in9 (AVCC3), always internal if supported */
2459 if (has_avcc3(config))
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002460 sio_data->internal |= BIT(3); /* in9 is AVCC */
Guenter Roeck73055402015-03-26 09:16:32 -07002461 else
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002462 sio_data->skip_in |= BIT(9);
Jean Delvare738e5e02010-08-14 21:08:50 +02002463
Guenter Roeck36c4d982015-03-26 18:18:19 -07002464 if (!has_six_pwm(config))
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002465 sio_data->skip_pwm |= BIT(3) | BIT(4) | BIT(5);
Guenter Roeck36c4d982015-03-26 18:18:19 -07002466
Guenter Roeckf83a9cb2015-03-31 09:31:34 -07002467 if (!has_vid(config))
Jean Delvare895ff262009-12-09 20:35:47 +01002468 sio_data->skip_vid = 1;
Jean Delvared9b327c2010-03-05 22:17:17 +01002469
Guenter Roeck32dd7c402015-02-12 07:40:23 -08002470 /* Read GPIO config and VID value from LDN 7 (GPIO) */
2471 if (sio_data->type == it87) {
Jean Delvared9b327c2010-03-05 22:17:17 +01002472 /* The IT8705F has a different LD number for GPIO */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002473 superio_select(sioaddr, 5);
2474 sio_data->beep_pin = superio_inb(sioaddr,
2475 IT87_SIO_BEEP_PIN_REG) & 0x3f;
Guenter Roeck0531d982012-03-02 11:46:44 -08002476 } else if (sio_data->type == it8783) {
Guenter Roeck088ce2a2013-03-13 16:40:39 -07002477 int reg25, reg27, reg2a, reg2c, regef;
Guenter Roeck0531d982012-03-02 11:46:44 -08002478
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002479 superio_select(sioaddr, GPIO);
Guenter Roeck0531d982012-03-02 11:46:44 -08002480
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002481 reg25 = superio_inb(sioaddr, IT87_SIO_GPIO1_REG);
2482 reg27 = superio_inb(sioaddr, IT87_SIO_GPIO3_REG);
2483 reg2a = superio_inb(sioaddr, IT87_SIO_PINX1_REG);
2484 reg2c = superio_inb(sioaddr, IT87_SIO_PINX2_REG);
2485 regef = superio_inb(sioaddr, IT87_SIO_SPI_REG);
Guenter Roeck0531d982012-03-02 11:46:44 -08002486
Guenter Roeck0531d982012-03-02 11:46:44 -08002487 /* Check if fan3 is there or not */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002488 if ((reg27 & BIT(0)) || !(reg2c & BIT(2)))
2489 sio_data->skip_fan |= BIT(2);
Guenter Roeckc9620242015-04-04 09:05:57 -07002490 if ((reg25 & BIT(4)) ||
2491 (!(reg2a & BIT(1)) && (regef & BIT(0))))
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002492 sio_data->skip_pwm |= BIT(2);
Guenter Roeck0531d982012-03-02 11:46:44 -08002493
2494 /* Check if fan2 is there or not */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002495 if (reg27 & BIT(7))
2496 sio_data->skip_fan |= BIT(1);
2497 if (reg27 & BIT(3))
2498 sio_data->skip_pwm |= BIT(1);
Guenter Roeck0531d982012-03-02 11:46:44 -08002499
2500 /* VIN5 */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002501 if ((reg27 & BIT(0)) || (reg2c & BIT(2)))
2502 sio_data->skip_in |= BIT(5); /* No VIN5 */
Guenter Roeck0531d982012-03-02 11:46:44 -08002503
2504 /* VIN6 */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002505 if (reg27 & BIT(1))
2506 sio_data->skip_in |= BIT(6); /* No VIN6 */
Guenter Roeck0531d982012-03-02 11:46:44 -08002507
2508 /*
2509 * VIN7
2510 * Does not depend on bit 2 of Reg2C, contrary to datasheet.
2511 */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002512 if (reg27 & BIT(2)) {
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002513 /*
2514 * The data sheet is a bit unclear regarding the
2515 * internal voltage divider for VCCH5V. It says
2516 * "This bit enables and switches VIN7 (pin 91) to the
2517 * internal voltage divider for VCCH5V".
2518 * This is different to other chips, where the internal
2519 * voltage divider would connect VIN7 to an internal
2520 * voltage source. Maybe that is the case here as well.
2521 *
2522 * Since we don't know for sure, re-route it if that is
2523 * not the case, and ask the user to report if the
2524 * resulting voltage is sane.
2525 */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002526 if (!(reg2c & BIT(1))) {
2527 reg2c |= BIT(1);
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002528 superio_outb(sioaddr, IT87_SIO_PINX2_REG,
2529 reg2c);
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002530 pr_notice("Routing internal VCCH5V to in7.\n");
2531 }
2532 pr_notice("in7 routed to internal voltage divider, with external pin disabled.\n");
2533 pr_notice("Please report if it displays a reasonable voltage.\n");
2534 }
Guenter Roeck0531d982012-03-02 11:46:44 -08002535
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002536 if (reg2c & BIT(0))
2537 sio_data->internal |= BIT(0);
2538 if (reg2c & BIT(1))
2539 sio_data->internal |= BIT(1);
Guenter Roeck0531d982012-03-02 11:46:44 -08002540
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002541 sio_data->beep_pin = superio_inb(sioaddr,
2542 IT87_SIO_BEEP_PIN_REG) & 0x3f;
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002543 } else if (sio_data->type == it8603) {
2544 int reg27, reg29;
Guenter Roeck0531d982012-03-02 11:46:44 -08002545
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002546 superio_select(sioaddr, GPIO);
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002547
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002548 reg27 = superio_inb(sioaddr, IT87_SIO_GPIO3_REG);
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002549
2550 /* Check if fan3 is there or not */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002551 if (reg27 & BIT(6))
2552 sio_data->skip_pwm |= BIT(2);
2553 if (reg27 & BIT(7))
2554 sio_data->skip_fan |= BIT(2);
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002555
2556 /* Check if fan2 is there or not */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002557 reg29 = superio_inb(sioaddr, IT87_SIO_GPIO5_REG);
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002558 if (reg29 & BIT(1))
2559 sio_data->skip_pwm |= BIT(1);
2560 if (reg29 & BIT(2))
2561 sio_data->skip_fan |= BIT(1);
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002562
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002563 sio_data->skip_in |= BIT(5); /* No VIN5 */
2564 sio_data->skip_in |= BIT(6); /* No VIN6 */
Rudolf Marekc145d5c2014-01-29 20:40:08 +01002565
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002566 sio_data->beep_pin = superio_inb(sioaddr,
2567 IT87_SIO_BEEP_PIN_REG) & 0x3f;
Guenter Roeck71a9c232016-01-18 00:35:58 -08002568 } else if (sio_data->type == it8620 || sio_data->type == it8628) {
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002569 int reg;
2570
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002571 superio_select(sioaddr, GPIO);
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002572
Guenter Roeck36c4d982015-03-26 18:18:19 -07002573 /* Check for pwm5 */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002574 reg = superio_inb(sioaddr, IT87_SIO_GPIO1_REG);
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002575 if (reg & BIT(6))
2576 sio_data->skip_pwm |= BIT(4);
Guenter Roeck36c4d982015-03-26 18:18:19 -07002577
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002578 /* Check for fan4, fan5 */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002579 reg = superio_inb(sioaddr, IT87_SIO_GPIO2_REG);
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002580 if (!(reg & BIT(5)))
2581 sio_data->skip_fan |= BIT(3);
2582 if (!(reg & BIT(4)))
2583 sio_data->skip_fan |= BIT(4);
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002584
2585 /* Check for pwm3, fan3 */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002586 reg = superio_inb(sioaddr, IT87_SIO_GPIO3_REG);
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002587 if (reg & BIT(6))
2588 sio_data->skip_pwm |= BIT(2);
2589 if (reg & BIT(7))
2590 sio_data->skip_fan |= BIT(2);
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002591
Guenter Roeck36c4d982015-03-26 18:18:19 -07002592 /* Check for pwm4 */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002593 reg = superio_inb(sioaddr, IT87_SIO_GPIO4_REG);
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002594 if (!(reg & BIT(2)))
2595 sio_data->skip_pwm |= BIT(3);
Guenter Roeck36c4d982015-03-26 18:18:19 -07002596
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002597 /* Check for pwm2, fan2 */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002598 reg = superio_inb(sioaddr, IT87_SIO_GPIO5_REG);
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002599 if (reg & BIT(1))
2600 sio_data->skip_pwm |= BIT(1);
2601 if (reg & BIT(2))
2602 sio_data->skip_fan |= BIT(1);
Guenter Roeck36c4d982015-03-26 18:18:19 -07002603 /* Check for pwm6, fan6 */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002604 if (!(reg & BIT(7))) {
2605 sio_data->skip_pwm |= BIT(5);
2606 sio_data->skip_fan |= BIT(5);
Guenter Roeck36c4d982015-03-26 18:18:19 -07002607 }
Guenter Roeck3ba9d972015-02-13 20:13:20 -08002608
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002609 sio_data->beep_pin = superio_inb(sioaddr,
2610 IT87_SIO_BEEP_PIN_REG) & 0x3f;
Jean Delvare895ff262009-12-09 20:35:47 +01002611 } else {
Jean Delvare87673dd2006-08-28 14:37:19 +02002612 int reg;
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002613 bool uart6;
Jean Delvare87673dd2006-08-28 14:37:19 +02002614
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002615 superio_select(sioaddr, GPIO);
Jean Delvare44c1bcd2010-10-28 20:31:51 +02002616
Guenter Roecka0df9262015-04-05 16:51:36 -07002617 /* Check for fan4, fan5 */
2618 if (has_five_fans(config)) {
2619 reg = superio_inb(sioaddr, IT87_SIO_GPIO2_REG);
2620 switch (sio_data->type) {
2621 case it8718:
2622 if (reg & BIT(5))
2623 sio_data->skip_fan |= BIT(3);
2624 if (reg & BIT(4))
2625 sio_data->skip_fan |= BIT(4);
2626 break;
2627 case it8720:
2628 case it8721:
2629 case it8728:
2630 if (!(reg & BIT(5)))
2631 sio_data->skip_fan |= BIT(3);
2632 if (!(reg & BIT(4)))
2633 sio_data->skip_fan |= BIT(4);
2634 break;
2635 default:
2636 break;
2637 }
2638 }
2639
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002640 reg = superio_inb(sioaddr, IT87_SIO_GPIO3_REG);
Guenter Roeck32dd7c402015-02-12 07:40:23 -08002641 if (!sio_data->skip_vid) {
Jean Delvare44c1bcd2010-10-28 20:31:51 +02002642 /* We need at least 4 VID pins */
2643 if (reg & 0x0f) {
Joe Perchesa8ca1032011-01-12 21:55:10 +01002644 pr_info("VID is disabled (pins used for GPIO)\n");
Jean Delvare44c1bcd2010-10-28 20:31:51 +02002645 sio_data->skip_vid = 1;
2646 }
Jean Delvare895ff262009-12-09 20:35:47 +01002647 }
2648
Jean Delvare591ec652009-12-09 20:35:48 +01002649 /* Check if fan3 is there or not */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002650 if (reg & BIT(6))
2651 sio_data->skip_pwm |= BIT(2);
2652 if (reg & BIT(7))
2653 sio_data->skip_fan |= BIT(2);
Jean Delvare591ec652009-12-09 20:35:48 +01002654
2655 /* Check if fan2 is there or not */
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002656 reg = superio_inb(sioaddr, IT87_SIO_GPIO5_REG);
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002657 if (reg & BIT(1))
2658 sio_data->skip_pwm |= BIT(1);
2659 if (reg & BIT(2))
2660 sio_data->skip_fan |= BIT(1);
Jean Delvare591ec652009-12-09 20:35:48 +01002661
Guenter Roeckc9620242015-04-04 09:05:57 -07002662 if ((sio_data->type == it8718 || sio_data->type == it8720) &&
2663 !(sio_data->skip_vid))
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002664 sio_data->vid_value = superio_inb(sioaddr,
2665 IT87_SIO_VID_REG);
Jean Delvare87673dd2006-08-28 14:37:19 +02002666
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002667 reg = superio_inb(sioaddr, IT87_SIO_PINX2_REG);
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002668
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002669 uart6 = sio_data->type == it8782 && (reg & BIT(2));
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002670
Jean Delvare436cad22010-07-09 16:22:48 +02002671 /*
2672 * The IT8720F has no VIN7 pin, so VCCH should always be
2673 * routed internally to VIN7 with an internal divider.
2674 * Curiously, there still is a configuration bit to control
2675 * this, which means it can be set incorrectly. And even
2676 * more curiously, many boards out there are improperly
2677 * configured, even though the IT8720F datasheet claims
2678 * that the internal routing of VCCH to VIN7 is the default
2679 * setting. So we force the internal routing in this case.
Guenter Roeck0531d982012-03-02 11:46:44 -08002680 *
2681 * On IT8782F, VIN7 is multiplexed with one of the UART6 pins.
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002682 * If UART6 is enabled, re-route VIN7 to the internal divider
2683 * if that is not already the case.
Jean Delvare436cad22010-07-09 16:22:48 +02002684 */
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002685 if ((sio_data->type == it8720 || uart6) && !(reg & BIT(1))) {
2686 reg |= BIT(1);
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002687 superio_outb(sioaddr, IT87_SIO_PINX2_REG, reg);
Joe Perchesa8ca1032011-01-12 21:55:10 +01002688 pr_notice("Routing internal VCCH to in7\n");
Jean Delvare436cad22010-07-09 16:22:48 +02002689 }
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002690 if (reg & BIT(0))
2691 sio_data->internal |= BIT(0);
2692 if (reg & BIT(1))
2693 sio_data->internal |= BIT(1);
Jean Delvared9b327c2010-03-05 22:17:17 +01002694
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002695 /*
2696 * On IT8782F, UART6 pins overlap with VIN5, VIN6, and VIN7.
2697 * While VIN7 can be routed to the internal voltage divider,
2698 * VIN5 and VIN6 are not available if UART6 is enabled.
Guenter Roeck4573acb2012-03-26 16:17:41 -07002699 *
2700 * Also, temp3 is not available if UART6 is enabled and TEMPIN3
2701 * is the temperature source. Since we can not read the
2702 * temperature source here, skip_temp is preliminary.
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002703 */
Guenter Roeck4573acb2012-03-26 16:17:41 -07002704 if (uart6) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002705 sio_data->skip_in |= BIT(5) | BIT(6);
2706 sio_data->skip_temp |= BIT(2);
Guenter Roeck4573acb2012-03-26 16:17:41 -07002707 }
Guenter Roeck9172b5d2012-03-24 21:49:54 -07002708
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002709 sio_data->beep_pin = superio_inb(sioaddr,
2710 IT87_SIO_BEEP_PIN_REG) & 0x3f;
Jean Delvare87673dd2006-08-28 14:37:19 +02002711 }
Jean Delvared9b327c2010-03-05 22:17:17 +01002712 if (sio_data->beep_pin)
Joe Perchesa8ca1032011-01-12 21:55:10 +01002713 pr_info("Beeping is supported\n");
Jean Delvare87673dd2006-08-28 14:37:19 +02002714
Jean Delvare98dd22c2008-10-09 15:33:58 +02002715 /* Disable specific features based on DMI strings */
2716 board_vendor = dmi_get_system_info(DMI_BOARD_VENDOR);
2717 board_name = dmi_get_system_info(DMI_BOARD_NAME);
2718 if (board_vendor && board_name) {
Guenter Roeckc9620242015-04-04 09:05:57 -07002719 if (strcmp(board_vendor, "nVIDIA") == 0 &&
2720 strcmp(board_name, "FN68PT") == 0) {
Guenter Roeck4a0d71c2012-01-19 11:02:18 -08002721 /*
2722 * On the Shuttle SN68PT, FAN_CTL2 is apparently not
2723 * connected to a fan, but to something else. One user
2724 * has reported instant system power-off when changing
2725 * the PWM2 duty cycle, so we disable it.
2726 * I use the board name string as the trigger in case
2727 * the same board is ever used in other systems.
2728 */
Joe Perchesa8ca1032011-01-12 21:55:10 +01002729 pr_info("Disabling pwm2 due to hardware constraints\n");
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002730 sio_data->skip_pwm = BIT(1);
Jean Delvare98dd22c2008-10-09 15:33:58 +02002731 }
2732 }
2733
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734exit:
Guenter Roeck3c2e3512015-03-28 08:03:10 -07002735 superio_exit(sioaddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736 return err;
2737}
2738
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002739/* Called when we have found a new IT87. */
2740static void it87_init_device(struct platform_device *pdev)
2741{
2742 struct it87_sio_data *sio_data = dev_get_platdata(&pdev->dev);
2743 struct it87_data *data = platform_get_drvdata(pdev);
2744 int tmp, i;
2745 u8 mask;
2746
2747 /*
2748 * For each PWM channel:
2749 * - If it is in automatic mode, setting to manual mode should set
2750 * the fan to full speed by default.
2751 * - If it is in manual mode, we need a mapping to temperature
2752 * channels to use when later setting to automatic mode later.
2753 * Use a 1:1 mapping by default (we are clueless.)
2754 * In both cases, the value can (and should) be changed by the user
2755 * prior to switching to a different mode.
2756 * Note that this is no longer needed for the IT8721F and later, as
2757 * these have separate registers for the temperature mapping and the
2758 * manual duty cycle.
2759 */
Guenter Roeck23100482015-04-02 08:23:45 -07002760 for (i = 0; i < NUM_AUTO_PWM; i++) {
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002761 data->pwm_temp_map[i] = i;
2762 data->pwm_duty[i] = 0x7f; /* Full speed */
2763 data->auto_pwm[i][3] = 0x7f; /* Full speed, hard-coded */
2764 }
2765
2766 /*
2767 * Some chips seem to have default value 0xff for all limit
2768 * registers. For low voltage limits it makes no sense and triggers
2769 * alarms, so change to 0 instead. For high temperature limits, it
2770 * means -1 degree C, which surprisingly doesn't trigger an alarm,
2771 * but is still confusing, so change to 127 degrees C.
2772 */
Guenter Roeck23100482015-04-02 08:23:45 -07002773 for (i = 0; i < NUM_VIN_LIMIT; i++) {
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002774 tmp = it87_read_value(data, IT87_REG_VIN_MIN(i));
2775 if (tmp == 0xff)
2776 it87_write_value(data, IT87_REG_VIN_MIN(i), 0);
2777 }
Guenter Roeck23100482015-04-02 08:23:45 -07002778 for (i = 0; i < NUM_TEMP_LIMIT; i++) {
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002779 tmp = it87_read_value(data, IT87_REG_TEMP_HIGH(i));
2780 if (tmp == 0xff)
2781 it87_write_value(data, IT87_REG_TEMP_HIGH(i), 127);
2782 }
2783
2784 /*
2785 * Temperature channels are not forcibly enabled, as they can be
2786 * set to two different sensor types and we can't guess which one
2787 * is correct for a given system. These channels can be enabled at
2788 * run-time through the temp{1-3}_type sysfs accessors if needed.
2789 */
2790
2791 /* Check if voltage monitors are reset manually or by some reason */
2792 tmp = it87_read_value(data, IT87_REG_VIN_ENABLE);
2793 if ((tmp & 0xff) == 0) {
2794 /* Enable all voltage monitors */
2795 it87_write_value(data, IT87_REG_VIN_ENABLE, 0xff);
2796 }
2797
2798 /* Check if tachometers are reset manually or by some reason */
2799 mask = 0x70 & ~(sio_data->skip_fan << 4);
2800 data->fan_main_ctrl = it87_read_value(data, IT87_REG_FAN_MAIN_CTRL);
2801 if ((data->fan_main_ctrl & mask) == 0) {
2802 /* Enable all fan tachometers */
2803 data->fan_main_ctrl |= mask;
2804 it87_write_value(data, IT87_REG_FAN_MAIN_CTRL,
2805 data->fan_main_ctrl);
2806 }
2807 data->has_fan = (data->fan_main_ctrl >> 4) & 0x07;
2808
2809 tmp = it87_read_value(data, IT87_REG_FAN_16BIT);
2810
2811 /* Set tachometers to 16-bit mode if needed */
2812 if (has_fan16_config(data)) {
2813 if (~tmp & 0x07 & data->has_fan) {
2814 dev_dbg(&pdev->dev,
2815 "Setting fan1-3 to 16-bit mode\n");
2816 it87_write_value(data, IT87_REG_FAN_16BIT,
2817 tmp | 0x07);
2818 }
2819 }
2820
2821 /* Check for additional fans */
2822 if (has_five_fans(data)) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002823 if (tmp & BIT(4))
2824 data->has_fan |= BIT(3); /* fan4 enabled */
2825 if (tmp & BIT(5))
2826 data->has_fan |= BIT(4); /* fan5 enabled */
2827 if (has_six_fans(data) && (tmp & BIT(2)))
2828 data->has_fan |= BIT(5); /* fan6 enabled */
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002829 }
2830
2831 /* Fan input pins may be used for alternative functions */
2832 data->has_fan &= ~sio_data->skip_fan;
2833
2834 /* Check if pwm5, pwm6 are enabled */
2835 if (has_six_pwm(data)) {
2836 /* The following code may be IT8620E specific */
2837 tmp = it87_read_value(data, IT87_REG_FAN_DIV);
2838 if ((tmp & 0xc0) == 0xc0)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002839 sio_data->skip_pwm |= BIT(4);
2840 if (!(tmp & BIT(3)))
2841 sio_data->skip_pwm |= BIT(5);
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002842 }
2843
2844 /* Start monitoring */
2845 it87_write_value(data, IT87_REG_CONFIG,
2846 (it87_read_value(data, IT87_REG_CONFIG) & 0x3e)
2847 | (update_vbat ? 0x41 : 0x01));
2848}
2849
2850/* Return 1 if and only if the PWM interface is safe to use */
2851static int it87_check_pwm(struct device *dev)
2852{
2853 struct it87_data *data = dev_get_drvdata(dev);
2854 /*
2855 * Some BIOSes fail to correctly configure the IT87 fans. All fans off
2856 * and polarity set to active low is sign that this is the case so we
2857 * disable pwm control to protect the user.
2858 */
2859 int tmp = it87_read_value(data, IT87_REG_FAN_CTL);
2860
2861 if ((tmp & 0x87) == 0) {
2862 if (fix_pwm_polarity) {
2863 /*
2864 * The user asks us to attempt a chip reconfiguration.
2865 * This means switching to active high polarity and
2866 * inverting all fan speed values.
2867 */
2868 int i;
2869 u8 pwm[3];
2870
Guenter Roeck23100482015-04-02 08:23:45 -07002871 for (i = 0; i < ARRAY_SIZE(pwm); i++)
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07002872 pwm[i] = it87_read_value(data,
2873 IT87_REG_PWM[i]);
2874
2875 /*
2876 * If any fan is in automatic pwm mode, the polarity
2877 * might be correct, as suspicious as it seems, so we
2878 * better don't change anything (but still disable the
2879 * PWM interface).
2880 */
2881 if (!((pwm[0] | pwm[1] | pwm[2]) & 0x80)) {
2882 dev_info(dev,
2883 "Reconfiguring PWM to active high polarity\n");
2884 it87_write_value(data, IT87_REG_FAN_CTL,
2885 tmp | 0x87);
2886 for (i = 0; i < 3; i++)
2887 it87_write_value(data,
2888 IT87_REG_PWM[i],
2889 0x7f & ~pwm[i]);
2890 return 1;
2891 }
2892
2893 dev_info(dev,
2894 "PWM configuration is too broken to be fixed\n");
2895 }
2896
2897 dev_info(dev,
2898 "Detected broken BIOS defaults, disabling PWM interface\n");
2899 return 0;
2900 } else if (fix_pwm_polarity) {
2901 dev_info(dev,
2902 "PWM configuration looks sane, won't touch\n");
2903 }
2904
2905 return 1;
2906}
2907
Bill Pemberton6c931ae2012-11-19 13:22:35 -05002908static int it87_probe(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002909{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910 struct it87_data *data;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002911 struct resource *res;
2912 struct device *dev = &pdev->dev;
Jingoo Hana8b3a3a2013-07-30 17:13:06 +09002913 struct it87_sio_data *sio_data = dev_get_platdata(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914 int enable_pwm_interface;
Guenter Roeck8638d0a2015-03-30 11:13:49 -07002915 struct device *hwmon_dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002917 res = platform_get_resource(pdev, IORESOURCE_IO, 0);
Guenter Roeck62a1d052012-03-24 21:54:41 -07002918 if (!devm_request_region(&pdev->dev, res->start, IT87_EC_EXTENT,
2919 DRVNAME)) {
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002920 dev_err(dev, "Failed to request region 0x%lx-0x%lx\n",
2921 (unsigned long)res->start,
Bjorn Helgaas87b4b662008-01-22 07:21:03 -05002922 (unsigned long)(res->start + IT87_EC_EXTENT - 1));
Guenter Roeck62a1d052012-03-24 21:54:41 -07002923 return -EBUSY;
Jean Delvare8e9afcb2006-12-12 18:18:28 +01002924 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925
Guenter Roeck62a1d052012-03-24 21:54:41 -07002926 data = devm_kzalloc(&pdev->dev, sizeof(struct it87_data), GFP_KERNEL);
2927 if (!data)
2928 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002930 data->addr = res->start;
2931 data->type = sio_data->type;
Guenter Roeck483db432012-12-19 22:17:02 +01002932 data->features = it87_devices[sio_data->type].features;
Guenter Roeck5d8d2f22012-12-19 22:17:02 +01002933 data->peci_mask = it87_devices[sio_data->type].peci_mask;
Guenter Roeck19529782012-12-19 22:17:02 +01002934 data->old_peci_mask = it87_devices[sio_data->type].old_peci_mask;
Guenter Roeck483db432012-12-19 22:17:02 +01002935 /*
2936 * IT8705F Datasheet 0.4.1, 3h == Version G.
2937 * IT8712F Datasheet 0.9.1, section 8.3.5 indicates 8h == Version J.
2938 * These are the first revisions with 16-bit tachometer support.
2939 */
2940 switch (data->type) {
2941 case it87:
2942 if (sio_data->revision >= 0x03) {
2943 data->features &= ~FEAT_OLD_AUTOPWM;
Guenter Roeck9faf28c2015-02-12 07:11:38 -08002944 data->features |= FEAT_FAN16_CONFIG | FEAT_16BIT_FANS;
Guenter Roeck483db432012-12-19 22:17:02 +01002945 }
2946 break;
2947 case it8712:
2948 if (sio_data->revision >= 0x08) {
2949 data->features &= ~FEAT_OLD_AUTOPWM;
Guenter Roeck9faf28c2015-02-12 07:11:38 -08002950 data->features |= FEAT_FAN16_CONFIG | FEAT_16BIT_FANS |
2951 FEAT_FIVE_FANS;
Guenter Roeck483db432012-12-19 22:17:02 +01002952 }
2953 break;
2954 default:
2955 break;
2956 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957
2958 /* Now, we do the remaining detection. */
Guenter Roeckc9620242015-04-04 09:05:57 -07002959 if ((it87_read_value(data, IT87_REG_CONFIG) & 0x80) ||
2960 it87_read_value(data, IT87_REG_CHIPID) != 0x90)
Guenter Roeck62a1d052012-03-24 21:54:41 -07002961 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002962
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002963 platform_set_drvdata(pdev, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964
Ingo Molnar9a61bf62006-01-18 23:19:26 +01002965 mutex_init(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967 /* Check PWM configuration */
corentin.labbeb74f3fd2007-06-13 20:27:36 +02002968 enable_pwm_interface = it87_check_pwm(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969
Jean Delvare44c1bcd2010-10-28 20:31:51 +02002970 /* Starting with IT8721F, we handle scaling of internal voltages */
Jean Delvare16b5dda2012-01-16 22:51:48 +01002971 if (has_12mv_adc(data)) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002972 if (sio_data->internal & BIT(0))
2973 data->in_scaled |= BIT(3); /* in3 is AVCC */
2974 if (sio_data->internal & BIT(1))
2975 data->in_scaled |= BIT(7); /* in7 is VSB */
2976 if (sio_data->internal & BIT(2))
2977 data->in_scaled |= BIT(8); /* in8 is Vbat */
2978 if (sio_data->internal & BIT(3))
2979 data->in_scaled |= BIT(9); /* in9 is AVCC */
Guenter Roeck7bc32d22015-01-17 14:10:24 -08002980 } else if (sio_data->type == it8781 || sio_data->type == it8782 ||
2981 sio_data->type == it8783) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002982 if (sio_data->internal & BIT(0))
2983 data->in_scaled |= BIT(3); /* in3 is VCC5V */
2984 if (sio_data->internal & BIT(1))
2985 data->in_scaled |= BIT(7); /* in7 is VCCH5V */
Jean Delvare44c1bcd2010-10-28 20:31:51 +02002986 }
2987
Guenter Roeck4573acb2012-03-26 16:17:41 -07002988 data->has_temp = 0x07;
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002989 if (sio_data->skip_temp & BIT(2)) {
Guenter Roeckc9620242015-04-04 09:05:57 -07002990 if (sio_data->type == it8782 &&
2991 !(it87_read_value(data, IT87_REG_TEMP_EXTRA) & 0x80))
Guenter Roeck48b2ae72015-04-02 08:06:12 -07002992 data->has_temp &= ~BIT(2);
Guenter Roeck4573acb2012-03-26 16:17:41 -07002993 }
2994
Guenter Roeckd3766842013-03-30 15:47:21 -07002995 data->in_internal = sio_data->internal;
Guenter Roeck52929712013-03-30 14:00:08 -07002996 data->has_in = 0x3ff & ~sio_data->skip_in;
2997
Guenter Roeckcc18da72015-04-01 10:03:01 -07002998 if (has_six_temp(data)) {
2999 u8 reg = it87_read_value(data, IT87_REG_TEMP456_ENABLE);
3000
Guenter Roeckf838aa22015-04-01 20:09:36 -07003001 /* Check for additional temperature sensors */
Guenter Roeckcc18da72015-04-01 10:03:01 -07003002 if ((reg & 0x03) >= 0x02)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003003 data->has_temp |= BIT(3);
Guenter Roeckcc18da72015-04-01 10:03:01 -07003004 if (((reg >> 2) & 0x03) >= 0x02)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003005 data->has_temp |= BIT(4);
Guenter Roeckcc18da72015-04-01 10:03:01 -07003006 if (((reg >> 4) & 0x03) >= 0x02)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003007 data->has_temp |= BIT(5);
Guenter Roeckf838aa22015-04-01 20:09:36 -07003008
3009 /* Check for additional voltage sensors */
3010 if ((reg & 0x03) == 0x01)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003011 data->has_in |= BIT(10);
Guenter Roeckf838aa22015-04-01 20:09:36 -07003012 if (((reg >> 2) & 0x03) == 0x01)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003013 data->has_in |= BIT(11);
Guenter Roeckf838aa22015-04-01 20:09:36 -07003014 if (((reg >> 4) & 0x03) == 0x01)
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003015 data->has_in |= BIT(12);
Guenter Roeckcc18da72015-04-01 10:03:01 -07003016 }
3017
Guenter Roeck52929712013-03-30 14:00:08 -07003018 data->has_beep = !!sio_data->beep_pin;
3019
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020 /* Initialize the IT87 chip */
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003021 it87_init_device(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003022
Guenter Roeckd3766842013-03-30 15:47:21 -07003023 if (!sio_data->skip_vid) {
3024 data->has_vid = true;
3025 data->vrm = vid_which_vrm();
3026 /* VID reading from Super-I/O config space if available */
3027 data->vid = sio_data->vid_value;
3028 }
3029
Guenter Roeck8638d0a2015-03-30 11:13:49 -07003030 /* Prepare for sysfs hooks */
3031 data->groups[0] = &it87_group;
3032 data->groups[1] = &it87_group_in;
3033 data->groups[2] = &it87_group_temp;
3034 data->groups[3] = &it87_group_fan;
Jean Delvare17d648b2006-08-28 14:23:46 +02003035
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036 if (enable_pwm_interface) {
Guenter Roeck48b2ae72015-04-02 08:06:12 -07003037 data->has_pwm = BIT(ARRAY_SIZE(IT87_REG_PWM)) - 1;
Guenter Roeck5c391262013-03-30 15:02:12 -07003038 data->has_pwm &= ~sio_data->skip_pwm;
Jean Delvare4f3f51b2010-03-05 22:17:21 +01003039
Guenter Roeck8638d0a2015-03-30 11:13:49 -07003040 data->groups[4] = &it87_group_pwm;
Guenter Roeck2cbb9c32015-04-05 11:53:29 -07003041 if (has_old_autopwm(data) || has_newer_autopwm(data))
Guenter Roeck8638d0a2015-03-30 11:13:49 -07003042 data->groups[5] = &it87_group_auto_pwm;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003043 }
3044
Guenter Roeck8638d0a2015-03-30 11:13:49 -07003045 hwmon_dev = devm_hwmon_device_register_with_groups(dev,
3046 it87_devices[sio_data->type].name,
3047 data, data->groups);
3048 return PTR_ERR_OR_ZERO(hwmon_dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049}
3050
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07003051static struct platform_driver it87_driver = {
3052 .driver = {
3053 .name = DRVNAME,
3054 },
3055 .probe = it87_probe,
Guenter Roeckc1e7a4c2015-03-28 09:27:27 -07003056};
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057
Guenter Roecke84bd952015-03-28 08:24:29 -07003058static int __init it87_device_add(int index, unsigned short address,
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003059 const struct it87_sio_data *sio_data)
3060{
Guenter Roeck8e50e3c2015-03-28 07:49:14 -07003061 struct platform_device *pdev;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003062 struct resource res = {
Bjorn Helgaas87b4b662008-01-22 07:21:03 -05003063 .start = address + IT87_EC_OFFSET,
3064 .end = address + IT87_EC_OFFSET + IT87_EC_EXTENT - 1,
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003065 .name = DRVNAME,
3066 .flags = IORESOURCE_IO,
3067 };
3068 int err;
3069
Jean Delvareb9acb642009-01-07 16:37:35 +01003070 err = acpi_check_resource_conflict(&res);
3071 if (err)
Guenter Roeck5cae84a2015-03-28 07:44:59 -07003072 return err;
Jean Delvareb9acb642009-01-07 16:37:35 +01003073
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003074 pdev = platform_device_alloc(DRVNAME, address);
Guenter Roeck5cae84a2015-03-28 07:44:59 -07003075 if (!pdev)
3076 return -ENOMEM;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003077
3078 err = platform_device_add_resources(pdev, &res, 1);
3079 if (err) {
Joe Perchesa8ca1032011-01-12 21:55:10 +01003080 pr_err("Device resource addition failed (%d)\n", err);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003081 goto exit_device_put;
3082 }
3083
3084 err = platform_device_add_data(pdev, sio_data,
3085 sizeof(struct it87_sio_data));
3086 if (err) {
Joe Perchesa8ca1032011-01-12 21:55:10 +01003087 pr_err("Platform data allocation failed\n");
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003088 goto exit_device_put;
3089 }
3090
3091 err = platform_device_add(pdev);
3092 if (err) {
Joe Perchesa8ca1032011-01-12 21:55:10 +01003093 pr_err("Device addition failed (%d)\n", err);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003094 goto exit_device_put;
3095 }
3096
Guenter Roecke84bd952015-03-28 08:24:29 -07003097 it87_pdev[index] = pdev;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003098 return 0;
3099
3100exit_device_put:
3101 platform_device_put(pdev);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003102 return err;
3103}
3104
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105static int __init sm_it87_init(void)
3106{
Guenter Roecke84bd952015-03-28 08:24:29 -07003107 int sioaddr[2] = { REG_2E, REG_4E };
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003108 struct it87_sio_data sio_data;
Guenter Roecke84bd952015-03-28 08:24:29 -07003109 unsigned short isa_address;
3110 bool found = false;
3111 int i, err;
Jean Delvarefde09502005-07-19 23:51:07 +02003112
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003113 err = platform_driver_register(&it87_driver);
3114 if (err)
3115 return err;
3116
Guenter Roecke84bd952015-03-28 08:24:29 -07003117 for (i = 0; i < ARRAY_SIZE(sioaddr); i++) {
3118 memset(&sio_data, 0, sizeof(struct it87_sio_data));
3119 isa_address = 0;
3120 err = it87_find(sioaddr[i], &isa_address, &sio_data);
3121 if (err || isa_address == 0)
3122 continue;
3123
3124 err = it87_device_add(i, isa_address, &sio_data);
3125 if (err)
3126 goto exit_dev_unregister;
3127 found = true;
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003128 }
3129
Guenter Roecke84bd952015-03-28 08:24:29 -07003130 if (!found) {
3131 err = -ENODEV;
3132 goto exit_unregister;
3133 }
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003134 return 0;
Guenter Roecke84bd952015-03-28 08:24:29 -07003135
3136exit_dev_unregister:
3137 /* NULL check handled by platform_device_unregister */
3138 platform_device_unregister(it87_pdev[0]);
3139exit_unregister:
3140 platform_driver_unregister(&it87_driver);
3141 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142}
3143
3144static void __exit sm_it87_exit(void)
3145{
Guenter Roecke84bd952015-03-28 08:24:29 -07003146 /* NULL check handled by platform_device_unregister */
3147 platform_device_unregister(it87_pdev[1]);
3148 platform_device_unregister(it87_pdev[0]);
corentin.labbeb74f3fd2007-06-13 20:27:36 +02003149 platform_driver_unregister(&it87_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150}
3151
Jean Delvare7c81c602014-01-29 20:40:08 +01003152MODULE_AUTHOR("Chris Gauthron, Jean Delvare <jdelvare@suse.de>");
Jean Delvare44c1bcd2010-10-28 20:31:51 +02003153MODULE_DESCRIPTION("IT8705F/IT871xF/IT872xF hardware monitoring driver");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003154module_param(update_vbat, bool, 0);
3155MODULE_PARM_DESC(update_vbat, "Update vbat if set else return powerup value");
3156module_param(fix_pwm_polarity, bool, 0);
Jean Delvare5f2dc792010-03-05 22:17:18 +01003157MODULE_PARM_DESC(fix_pwm_polarity,
3158 "Force PWM polarity to active high (DANGEROUS)");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003159MODULE_LICENSE("GPL");
3160
3161module_init(sm_it87_init);
3162module_exit(sm_it87_exit);