blob: 073eabedc432e37479891c71d0ba96c08fd94cad [file] [log] [blame]
Jean Delvare08e7e272005-04-25 22:43:25 +02001/*
2 w83627ehf - Driver for the hardware monitoring functionality of
3 the Winbond W83627EHF Super-I/O chip
4 Copyright (C) 2005 Jean Delvare <khali@linux-fr.org>
Jean Delvare3379cee2006-09-24 21:25:52 +02005 Copyright (C) 2006 Yuan Mu (Winbond),
Jean Delvare7188cc62006-12-12 18:18:30 +01006 Rudolf Marek <r.marek@assembler.cz>
David Hubbardc18beb52006-09-24 21:04:38 +02007 David Hubbard <david.c.hubbard@gmail.com>
Daniel J Blueman41e9a062009-12-14 18:01:37 -08008 Daniel J Blueman <daniel.blueman@gmail.com>
Jean Delvare08e7e272005-04-25 22:43:25 +02009
10 Shamelessly ripped from the w83627hf driver
11 Copyright (C) 2003 Mark Studebaker
12
13 Thanks to Leon Moonen, Steve Cliffe and Grant Coady for their help
14 in testing and debugging this driver.
15
Jean Delvare8dd2d2c2005-07-27 21:33:15 +020016 This driver also supports the W83627EHG, which is the lead-free
17 version of the W83627EHF.
18
Jean Delvare08e7e272005-04-25 22:43:25 +020019 This program is free software; you can redistribute it and/or modify
20 it under the terms of the GNU General Public License as published by
21 the Free Software Foundation; either version 2 of the License, or
22 (at your option) any later version.
23
24 This program is distributed in the hope that it will be useful,
25 but WITHOUT ANY WARRANTY; without even the implied warranty of
26 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 GNU General Public License for more details.
28
29 You should have received a copy of the GNU General Public License
30 along with this program; if not, write to the Free Software
31 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
32
33
34 Supports the following chips:
35
David Hubbard657c93b2007-02-14 21:15:04 +010036 Chip #vin #fan #pwm #temp chip IDs man ID
37 w83627ehf 10 5 4 3 0x8850 0x88 0x5ca3
38 0x8860 0xa1
39 w83627dhg 9 5 4 3 0xa020 0xc1 0x5ca3
Jean Delvarec1e48dc2009-06-15 18:39:50 +020040 w83627dhg-p 9 5 4 3 0xb070 0xc1 0x5ca3
Gong Jun237c8d2f2009-03-30 21:46:42 +020041 w83667hg 9 5 3 3 0xa510 0xc1 0x5ca3
Guenter Roeckc39aeda2010-08-14 21:08:55 +020042 w83667hg-b 9 5 3 3 0xb350 0xc1 0x5ca3
Jean Delvare08e7e272005-04-25 22:43:25 +020043*/
44
Joe Perchesabdc6fd2010-10-20 06:51:54 +000045#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
46
Jean Delvare08e7e272005-04-25 22:43:25 +020047#include <linux/module.h>
48#include <linux/init.h>
49#include <linux/slab.h>
David Hubbard1ea6dd32007-06-24 11:16:15 +020050#include <linux/jiffies.h>
51#include <linux/platform_device.h>
Mark M. Hoffman943b0832005-07-15 21:39:18 -040052#include <linux/hwmon.h>
Yuan Mu412fec82006-02-05 23:24:16 +010053#include <linux/hwmon-sysfs.h>
Jean Delvarefc18d6c2007-06-24 11:19:42 +020054#include <linux/hwmon-vid.h>
Mark M. Hoffman943b0832005-07-15 21:39:18 -040055#include <linux/err.h>
Ingo Molnar9a61bf62006-01-18 23:19:26 +010056#include <linux/mutex.h>
Jean Delvareb9acb642009-01-07 16:37:35 +010057#include <linux/acpi.h>
H Hartley Sweeten6055fae2009-09-15 17:18:13 +020058#include <linux/io.h>
Jean Delvare08e7e272005-04-25 22:43:25 +020059#include "lm75.h"
60
Guenter Roeckc39aeda2010-08-14 21:08:55 +020061enum kinds { w83627ehf, w83627dhg, w83627dhg_p, w83667hg, w83667hg_b };
David Hubbard1ea6dd32007-06-24 11:16:15 +020062
63/* used to set data->name = w83627ehf_device_names[data->sio_kind] */
64static const char * w83627ehf_device_names[] = {
65 "w83627ehf",
66 "w83627dhg",
Jean Delvarec1e48dc2009-06-15 18:39:50 +020067 "w83627dhg",
Gong Jun237c8d2f2009-03-30 21:46:42 +020068 "w83667hg",
Guenter Roeckc39aeda2010-08-14 21:08:55 +020069 "w83667hg",
David Hubbard1ea6dd32007-06-24 11:16:15 +020070};
71
Jean Delvare67b671b2007-12-06 23:13:42 +010072static unsigned short force_id;
73module_param(force_id, ushort, 0);
74MODULE_PARM_DESC(force_id, "Override the detected device ID");
75
David Hubbard1ea6dd32007-06-24 11:16:15 +020076#define DRVNAME "w83627ehf"
Jean Delvare08e7e272005-04-25 22:43:25 +020077
78/*
79 * Super-I/O constants and functions
80 */
81
Jean Delvare08e7e272005-04-25 22:43:25 +020082#define W83627EHF_LD_HWM 0x0b
Gong Jun237c8d2f2009-03-30 21:46:42 +020083#define W83667HG_LD_VID 0x0d
Jean Delvare08e7e272005-04-25 22:43:25 +020084
85#define SIO_REG_LDSEL 0x07 /* Logical device select */
86#define SIO_REG_DEVID 0x20 /* Device ID (2 bytes) */
Jean Delvarefc18d6c2007-06-24 11:19:42 +020087#define SIO_REG_EN_VRM10 0x2C /* GPIO3, GPIO4 selection */
Jean Delvare08e7e272005-04-25 22:43:25 +020088#define SIO_REG_ENABLE 0x30 /* Logical device enable */
89#define SIO_REG_ADDR 0x60 /* Logical device address (2 bytes) */
Jean Delvarefc18d6c2007-06-24 11:19:42 +020090#define SIO_REG_VID_CTRL 0xF0 /* VID control */
91#define SIO_REG_VID_DATA 0xF1 /* VID data */
Jean Delvare08e7e272005-04-25 22:43:25 +020092
David Hubbard657c93b2007-02-14 21:15:04 +010093#define SIO_W83627EHF_ID 0x8850
94#define SIO_W83627EHG_ID 0x8860
95#define SIO_W83627DHG_ID 0xa020
Jean Delvarec1e48dc2009-06-15 18:39:50 +020096#define SIO_W83627DHG_P_ID 0xb070
Gong Jun237c8d2f2009-03-30 21:46:42 +020097#define SIO_W83667HG_ID 0xa510
Guenter Roeckc39aeda2010-08-14 21:08:55 +020098#define SIO_W83667HG_B_ID 0xb350
David Hubbard657c93b2007-02-14 21:15:04 +010099#define SIO_ID_MASK 0xFFF0
Jean Delvare08e7e272005-04-25 22:43:25 +0200100
101static inline void
David Hubbard1ea6dd32007-06-24 11:16:15 +0200102superio_outb(int ioreg, int reg, int val)
Jean Delvare08e7e272005-04-25 22:43:25 +0200103{
David Hubbard1ea6dd32007-06-24 11:16:15 +0200104 outb(reg, ioreg);
105 outb(val, ioreg + 1);
Jean Delvare08e7e272005-04-25 22:43:25 +0200106}
107
108static inline int
David Hubbard1ea6dd32007-06-24 11:16:15 +0200109superio_inb(int ioreg, int reg)
Jean Delvare08e7e272005-04-25 22:43:25 +0200110{
David Hubbard1ea6dd32007-06-24 11:16:15 +0200111 outb(reg, ioreg);
112 return inb(ioreg + 1);
Jean Delvare08e7e272005-04-25 22:43:25 +0200113}
114
115static inline void
David Hubbard1ea6dd32007-06-24 11:16:15 +0200116superio_select(int ioreg, int ld)
Jean Delvare08e7e272005-04-25 22:43:25 +0200117{
David Hubbard1ea6dd32007-06-24 11:16:15 +0200118 outb(SIO_REG_LDSEL, ioreg);
119 outb(ld, ioreg + 1);
Jean Delvare08e7e272005-04-25 22:43:25 +0200120}
121
122static inline void
David Hubbard1ea6dd32007-06-24 11:16:15 +0200123superio_enter(int ioreg)
Jean Delvare08e7e272005-04-25 22:43:25 +0200124{
David Hubbard1ea6dd32007-06-24 11:16:15 +0200125 outb(0x87, ioreg);
126 outb(0x87, ioreg);
Jean Delvare08e7e272005-04-25 22:43:25 +0200127}
128
129static inline void
David Hubbard1ea6dd32007-06-24 11:16:15 +0200130superio_exit(int ioreg)
Jean Delvare08e7e272005-04-25 22:43:25 +0200131{
Jonas Jonsson022b75a2010-09-17 17:24:13 +0200132 outb(0xaa, ioreg);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200133 outb(0x02, ioreg);
134 outb(0x02, ioreg + 1);
Jean Delvare08e7e272005-04-25 22:43:25 +0200135}
136
137/*
138 * ISA constants
139 */
140
Jean Delvare1a641fc2007-04-23 14:41:16 -0700141#define IOREGION_ALIGNMENT ~7
142#define IOREGION_OFFSET 5
143#define IOREGION_LENGTH 2
David Hubbard1ea6dd32007-06-24 11:16:15 +0200144#define ADDR_REG_OFFSET 0
145#define DATA_REG_OFFSET 1
Jean Delvare08e7e272005-04-25 22:43:25 +0200146
147#define W83627EHF_REG_BANK 0x4E
148#define W83627EHF_REG_CONFIG 0x40
David Hubbard657c93b2007-02-14 21:15:04 +0100149
150/* Not currently used:
151 * REG_MAN_ID has the value 0x5ca3 for all supported chips.
152 * REG_CHIP_ID == 0x88/0xa1/0xc1 depending on chip model.
153 * REG_MAN_ID is at port 0x4f
154 * REG_CHIP_ID is at port 0x58 */
Jean Delvare08e7e272005-04-25 22:43:25 +0200155
156static const u16 W83627EHF_REG_FAN[] = { 0x28, 0x29, 0x2a, 0x3f, 0x553 };
157static const u16 W83627EHF_REG_FAN_MIN[] = { 0x3b, 0x3c, 0x3d, 0x3e, 0x55c };
158
Rudolf Marekcf0676f2006-03-23 16:25:22 +0100159/* The W83627EHF registers for nr=7,8,9 are in bank 5 */
160#define W83627EHF_REG_IN_MAX(nr) ((nr < 7) ? (0x2b + (nr) * 2) : \
161 (0x554 + (((nr) - 7) * 2)))
162#define W83627EHF_REG_IN_MIN(nr) ((nr < 7) ? (0x2c + (nr) * 2) : \
163 (0x555 + (((nr) - 7) * 2)))
164#define W83627EHF_REG_IN(nr) ((nr < 7) ? (0x20 + (nr)) : \
165 (0x550 + (nr) - 7))
166
Jean Delvare08e7e272005-04-25 22:43:25 +0200167#define W83627EHF_REG_TEMP1 0x27
168#define W83627EHF_REG_TEMP1_HYST 0x3a
169#define W83627EHF_REG_TEMP1_OVER 0x39
170static const u16 W83627EHF_REG_TEMP[] = { 0x150, 0x250 };
171static const u16 W83627EHF_REG_TEMP_HYST[] = { 0x153, 0x253 };
172static const u16 W83627EHF_REG_TEMP_OVER[] = { 0x155, 0x255 };
173static const u16 W83627EHF_REG_TEMP_CONFIG[] = { 0x152, 0x252 };
174
175/* Fan clock dividers are spread over the following five registers */
176#define W83627EHF_REG_FANDIV1 0x47
177#define W83627EHF_REG_FANDIV2 0x4B
178#define W83627EHF_REG_VBAT 0x5D
179#define W83627EHF_REG_DIODE 0x59
180#define W83627EHF_REG_SMI_OVT 0x4C
181
Jean Delvarea4589db2006-03-23 16:30:29 +0100182#define W83627EHF_REG_ALARM1 0x459
183#define W83627EHF_REG_ALARM2 0x45A
184#define W83627EHF_REG_ALARM3 0x45B
185
Rudolf Marek08c79952006-07-05 18:14:31 +0200186/* SmartFan registers */
Daniel J Blueman41e9a062009-12-14 18:01:37 -0800187#define W83627EHF_REG_FAN_STEPUP_TIME 0x0f
188#define W83627EHF_REG_FAN_STEPDOWN_TIME 0x0e
189
Rudolf Marek08c79952006-07-05 18:14:31 +0200190/* DC or PWM output fan configuration */
191static const u8 W83627EHF_REG_PWM_ENABLE[] = {
192 0x04, /* SYS FAN0 output mode and PWM mode */
193 0x04, /* CPU FAN0 output mode and PWM mode */
194 0x12, /* AUX FAN mode */
Daniel J Blueman41e9a062009-12-14 18:01:37 -0800195 0x62, /* CPU FAN1 mode */
Rudolf Marek08c79952006-07-05 18:14:31 +0200196};
197
198static const u8 W83627EHF_PWM_MODE_SHIFT[] = { 0, 1, 0, 6 };
199static const u8 W83627EHF_PWM_ENABLE_SHIFT[] = { 2, 4, 1, 4 };
200
201/* FAN Duty Cycle, be used to control */
202static const u8 W83627EHF_REG_PWM[] = { 0x01, 0x03, 0x11, 0x61 };
203static const u8 W83627EHF_REG_TARGET[] = { 0x05, 0x06, 0x13, 0x63 };
204static const u8 W83627EHF_REG_TOLERANCE[] = { 0x07, 0x07, 0x14, 0x62 };
205
Rudolf Marek08c79952006-07-05 18:14:31 +0200206/* Advanced Fan control, some values are common for all fans */
Daniel J Blueman41e9a062009-12-14 18:01:37 -0800207static const u8 W83627EHF_REG_FAN_START_OUTPUT[] = { 0x0a, 0x0b, 0x16, 0x65 };
208static const u8 W83627EHF_REG_FAN_STOP_OUTPUT[] = { 0x08, 0x09, 0x15, 0x64 };
209static const u8 W83627EHF_REG_FAN_STOP_TIME[] = { 0x0c, 0x0d, 0x17, 0x66 };
Guenter Roeckc39aeda2010-08-14 21:08:55 +0200210
211static const u8 W83627EHF_REG_FAN_MAX_OUTPUT_COMMON[]
212 = { 0xff, 0x67, 0xff, 0x69 };
213static const u8 W83627EHF_REG_FAN_STEP_OUTPUT_COMMON[]
214 = { 0xff, 0x68, 0xff, 0x6a };
215
216static const u8 W83627EHF_REG_FAN_MAX_OUTPUT_W83667_B[] = { 0x67, 0x69, 0x6b };
217static const u8 W83627EHF_REG_FAN_STEP_OUTPUT_W83667_B[] = { 0x68, 0x6a, 0x6c };
Rudolf Marek08c79952006-07-05 18:14:31 +0200218
Jean Delvare08e7e272005-04-25 22:43:25 +0200219/*
220 * Conversions
221 */
222
Rudolf Marek08c79952006-07-05 18:14:31 +0200223/* 1 is PWM mode, output in ms */
224static inline unsigned int step_time_from_reg(u8 reg, u8 mode)
225{
226 return mode ? 100 * reg : 400 * reg;
227}
228
229static inline u8 step_time_to_reg(unsigned int msec, u8 mode)
230{
231 return SENSORS_LIMIT((mode ? (msec + 50) / 100 :
232 (msec + 200) / 400), 1, 255);
233}
234
Jean Delvare08e7e272005-04-25 22:43:25 +0200235static inline unsigned int
236fan_from_reg(u8 reg, unsigned int div)
237{
238 if (reg == 0 || reg == 255)
239 return 0;
240 return 1350000U / (reg * div);
241}
242
243static inline unsigned int
244div_from_reg(u8 reg)
245{
246 return 1 << reg;
247}
248
249static inline int
250temp1_from_reg(s8 reg)
251{
252 return reg * 1000;
253}
254
255static inline s8
Christian Hohnstaedt5bfedac2007-08-16 11:40:10 +0200256temp1_to_reg(long temp, int min, int max)
Jean Delvare08e7e272005-04-25 22:43:25 +0200257{
Rudolf Marek08c79952006-07-05 18:14:31 +0200258 if (temp <= min)
259 return min / 1000;
260 if (temp >= max)
261 return max / 1000;
Jean Delvare08e7e272005-04-25 22:43:25 +0200262 if (temp < 0)
263 return (temp - 500) / 1000;
264 return (temp + 500) / 1000;
265}
266
Rudolf Marekcf0676f2006-03-23 16:25:22 +0100267/* Some of analog inputs have internal scaling (2x), 8mV is ADC LSB */
268
269static u8 scale_in[10] = { 8, 8, 16, 16, 8, 8, 8, 16, 16, 8 };
270
271static inline long in_from_reg(u8 reg, u8 nr)
272{
273 return reg * scale_in[nr];
274}
275
276static inline u8 in_to_reg(u32 val, u8 nr)
277{
278 return SENSORS_LIMIT(((val + (scale_in[nr] / 2)) / scale_in[nr]), 0, 255);
279}
280
Jean Delvare08e7e272005-04-25 22:43:25 +0200281/*
282 * Data structures and manipulation thereof
283 */
284
285struct w83627ehf_data {
David Hubbard1ea6dd32007-06-24 11:16:15 +0200286 int addr; /* IO base of hw monitor block */
287 const char *name;
288
Tony Jones1beeffe2007-08-20 13:46:20 -0700289 struct device *hwmon_dev;
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100290 struct mutex lock;
Jean Delvare08e7e272005-04-25 22:43:25 +0200291
Guenter Roeckda2e0252010-08-14 21:08:55 +0200292 const u8 *REG_FAN_START_OUTPUT;
293 const u8 *REG_FAN_STOP_OUTPUT;
294 const u8 *REG_FAN_MAX_OUTPUT;
295 const u8 *REG_FAN_STEP_OUTPUT;
296
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100297 struct mutex update_lock;
Jean Delvare08e7e272005-04-25 22:43:25 +0200298 char valid; /* !=0 if following fields are valid */
299 unsigned long last_updated; /* In jiffies */
300
301 /* Register values */
David Hubbard1ea6dd32007-06-24 11:16:15 +0200302 u8 in_num; /* number of in inputs we have */
Rudolf Marekcf0676f2006-03-23 16:25:22 +0100303 u8 in[10]; /* Register value */
304 u8 in_max[10]; /* Register value */
305 u8 in_min[10]; /* Register value */
Jean Delvare08e7e272005-04-25 22:43:25 +0200306 u8 fan[5];
307 u8 fan_min[5];
308 u8 fan_div[5];
309 u8 has_fan; /* some fan inputs can be disabled */
Jean Delvareda667362007-06-24 11:21:02 +0200310 u8 temp_type[3];
Jean Delvare08e7e272005-04-25 22:43:25 +0200311 s8 temp1;
312 s8 temp1_max;
313 s8 temp1_max_hyst;
314 s16 temp[2];
315 s16 temp_max[2];
316 s16 temp_max_hyst[2];
Jean Delvarea4589db2006-03-23 16:30:29 +0100317 u32 alarms;
Rudolf Marek08c79952006-07-05 18:14:31 +0200318
319 u8 pwm_mode[4]; /* 0->DC variable voltage, 1->PWM variable duty cycle */
320 u8 pwm_enable[4]; /* 1->manual
Daniel J Blueman41e9a062009-12-14 18:01:37 -0800321 2->thermal cruise mode (also called SmartFan I)
322 3->fan speed cruise mode
323 4->variable thermal cruise (also called SmartFan III) */
Gong Jun237c8d2f2009-03-30 21:46:42 +0200324 u8 pwm_num; /* number of pwm */
Rudolf Marek08c79952006-07-05 18:14:31 +0200325 u8 pwm[4];
326 u8 target_temp[4];
327 u8 tolerance[4];
328
Daniel J Blueman41e9a062009-12-14 18:01:37 -0800329 u8 fan_start_output[4]; /* minimum fan speed when spinning up */
330 u8 fan_stop_output[4]; /* minimum fan speed when spinning down */
331 u8 fan_stop_time[4]; /* time at minimum before disabling fan */
332 u8 fan_max_output[4]; /* maximum fan speed */
333 u8 fan_step_output[4]; /* rate of change output value */
Jean Delvarefc18d6c2007-06-24 11:19:42 +0200334
335 u8 vid;
336 u8 vrm;
Gong Juna157d062009-03-30 21:46:43 +0200337
338 u8 temp3_disable;
339 u8 in6_skip;
Jean Delvare08e7e272005-04-25 22:43:25 +0200340};
341
David Hubbard1ea6dd32007-06-24 11:16:15 +0200342struct w83627ehf_sio_data {
343 int sioreg;
344 enum kinds kind;
345};
346
Jean Delvare08e7e272005-04-25 22:43:25 +0200347static inline int is_word_sized(u16 reg)
348{
349 return (((reg & 0xff00) == 0x100
350 || (reg & 0xff00) == 0x200)
351 && ((reg & 0x00ff) == 0x50
352 || (reg & 0x00ff) == 0x53
353 || (reg & 0x00ff) == 0x55));
354}
355
Jean Delvare09568952007-08-11 13:57:05 +0200356/* Registers 0x50-0x5f are banked */
David Hubbard1ea6dd32007-06-24 11:16:15 +0200357static inline void w83627ehf_set_bank(struct w83627ehf_data *data, u16 reg)
Jean Delvare08e7e272005-04-25 22:43:25 +0200358{
Jean Delvare09568952007-08-11 13:57:05 +0200359 if ((reg & 0x00f0) == 0x50) {
David Hubbard1ea6dd32007-06-24 11:16:15 +0200360 outb_p(W83627EHF_REG_BANK, data->addr + ADDR_REG_OFFSET);
361 outb_p(reg >> 8, data->addr + DATA_REG_OFFSET);
Jean Delvare08e7e272005-04-25 22:43:25 +0200362 }
363}
364
Jean Delvare09568952007-08-11 13:57:05 +0200365/* Not strictly necessary, but play it safe for now */
David Hubbard1ea6dd32007-06-24 11:16:15 +0200366static inline void w83627ehf_reset_bank(struct w83627ehf_data *data, u16 reg)
Jean Delvare08e7e272005-04-25 22:43:25 +0200367{
368 if (reg & 0xff00) {
David Hubbard1ea6dd32007-06-24 11:16:15 +0200369 outb_p(W83627EHF_REG_BANK, data->addr + ADDR_REG_OFFSET);
370 outb_p(0, data->addr + DATA_REG_OFFSET);
Jean Delvare08e7e272005-04-25 22:43:25 +0200371 }
372}
373
David Hubbard1ea6dd32007-06-24 11:16:15 +0200374static u16 w83627ehf_read_value(struct w83627ehf_data *data, u16 reg)
Jean Delvare08e7e272005-04-25 22:43:25 +0200375{
Jean Delvare08e7e272005-04-25 22:43:25 +0200376 int res, word_sized = is_word_sized(reg);
377
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100378 mutex_lock(&data->lock);
Jean Delvare08e7e272005-04-25 22:43:25 +0200379
David Hubbard1ea6dd32007-06-24 11:16:15 +0200380 w83627ehf_set_bank(data, reg);
381 outb_p(reg & 0xff, data->addr + ADDR_REG_OFFSET);
382 res = inb_p(data->addr + DATA_REG_OFFSET);
Jean Delvare08e7e272005-04-25 22:43:25 +0200383 if (word_sized) {
384 outb_p((reg & 0xff) + 1,
David Hubbard1ea6dd32007-06-24 11:16:15 +0200385 data->addr + ADDR_REG_OFFSET);
386 res = (res << 8) + inb_p(data->addr + DATA_REG_OFFSET);
Jean Delvare08e7e272005-04-25 22:43:25 +0200387 }
David Hubbard1ea6dd32007-06-24 11:16:15 +0200388 w83627ehf_reset_bank(data, reg);
Jean Delvare08e7e272005-04-25 22:43:25 +0200389
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100390 mutex_unlock(&data->lock);
Jean Delvare08e7e272005-04-25 22:43:25 +0200391
392 return res;
393}
394
David Hubbard1ea6dd32007-06-24 11:16:15 +0200395static int w83627ehf_write_value(struct w83627ehf_data *data, u16 reg, u16 value)
Jean Delvare08e7e272005-04-25 22:43:25 +0200396{
Jean Delvare08e7e272005-04-25 22:43:25 +0200397 int word_sized = is_word_sized(reg);
398
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100399 mutex_lock(&data->lock);
Jean Delvare08e7e272005-04-25 22:43:25 +0200400
David Hubbard1ea6dd32007-06-24 11:16:15 +0200401 w83627ehf_set_bank(data, reg);
402 outb_p(reg & 0xff, data->addr + ADDR_REG_OFFSET);
Jean Delvare08e7e272005-04-25 22:43:25 +0200403 if (word_sized) {
David Hubbard1ea6dd32007-06-24 11:16:15 +0200404 outb_p(value >> 8, data->addr + DATA_REG_OFFSET);
Jean Delvare08e7e272005-04-25 22:43:25 +0200405 outb_p((reg & 0xff) + 1,
David Hubbard1ea6dd32007-06-24 11:16:15 +0200406 data->addr + ADDR_REG_OFFSET);
Jean Delvare08e7e272005-04-25 22:43:25 +0200407 }
David Hubbard1ea6dd32007-06-24 11:16:15 +0200408 outb_p(value & 0xff, data->addr + DATA_REG_OFFSET);
409 w83627ehf_reset_bank(data, reg);
Jean Delvare08e7e272005-04-25 22:43:25 +0200410
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100411 mutex_unlock(&data->lock);
Jean Delvare08e7e272005-04-25 22:43:25 +0200412 return 0;
413}
414
415/* This function assumes that the caller holds data->update_lock */
David Hubbard1ea6dd32007-06-24 11:16:15 +0200416static void w83627ehf_write_fan_div(struct w83627ehf_data *data, int nr)
Jean Delvare08e7e272005-04-25 22:43:25 +0200417{
Jean Delvare08e7e272005-04-25 22:43:25 +0200418 u8 reg;
419
420 switch (nr) {
421 case 0:
David Hubbard1ea6dd32007-06-24 11:16:15 +0200422 reg = (w83627ehf_read_value(data, W83627EHF_REG_FANDIV1) & 0xcf)
Jean Delvare08e7e272005-04-25 22:43:25 +0200423 | ((data->fan_div[0] & 0x03) << 4);
Rudolf Marek14992c72006-10-08 22:02:09 +0200424 /* fan5 input control bit is write only, compute the value */
425 reg |= (data->has_fan & (1 << 4)) ? 1 : 0;
David Hubbard1ea6dd32007-06-24 11:16:15 +0200426 w83627ehf_write_value(data, W83627EHF_REG_FANDIV1, reg);
427 reg = (w83627ehf_read_value(data, W83627EHF_REG_VBAT) & 0xdf)
Jean Delvare08e7e272005-04-25 22:43:25 +0200428 | ((data->fan_div[0] & 0x04) << 3);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200429 w83627ehf_write_value(data, W83627EHF_REG_VBAT, reg);
Jean Delvare08e7e272005-04-25 22:43:25 +0200430 break;
431 case 1:
David Hubbard1ea6dd32007-06-24 11:16:15 +0200432 reg = (w83627ehf_read_value(data, W83627EHF_REG_FANDIV1) & 0x3f)
Jean Delvare08e7e272005-04-25 22:43:25 +0200433 | ((data->fan_div[1] & 0x03) << 6);
Rudolf Marek14992c72006-10-08 22:02:09 +0200434 /* fan5 input control bit is write only, compute the value */
435 reg |= (data->has_fan & (1 << 4)) ? 1 : 0;
David Hubbard1ea6dd32007-06-24 11:16:15 +0200436 w83627ehf_write_value(data, W83627EHF_REG_FANDIV1, reg);
437 reg = (w83627ehf_read_value(data, W83627EHF_REG_VBAT) & 0xbf)
Jean Delvare08e7e272005-04-25 22:43:25 +0200438 | ((data->fan_div[1] & 0x04) << 4);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200439 w83627ehf_write_value(data, W83627EHF_REG_VBAT, reg);
Jean Delvare08e7e272005-04-25 22:43:25 +0200440 break;
441 case 2:
David Hubbard1ea6dd32007-06-24 11:16:15 +0200442 reg = (w83627ehf_read_value(data, W83627EHF_REG_FANDIV2) & 0x3f)
Jean Delvare08e7e272005-04-25 22:43:25 +0200443 | ((data->fan_div[2] & 0x03) << 6);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200444 w83627ehf_write_value(data, W83627EHF_REG_FANDIV2, reg);
445 reg = (w83627ehf_read_value(data, W83627EHF_REG_VBAT) & 0x7f)
Jean Delvare08e7e272005-04-25 22:43:25 +0200446 | ((data->fan_div[2] & 0x04) << 5);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200447 w83627ehf_write_value(data, W83627EHF_REG_VBAT, reg);
Jean Delvare08e7e272005-04-25 22:43:25 +0200448 break;
449 case 3:
David Hubbard1ea6dd32007-06-24 11:16:15 +0200450 reg = (w83627ehf_read_value(data, W83627EHF_REG_DIODE) & 0xfc)
Jean Delvare08e7e272005-04-25 22:43:25 +0200451 | (data->fan_div[3] & 0x03);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200452 w83627ehf_write_value(data, W83627EHF_REG_DIODE, reg);
453 reg = (w83627ehf_read_value(data, W83627EHF_REG_SMI_OVT) & 0x7f)
Jean Delvare08e7e272005-04-25 22:43:25 +0200454 | ((data->fan_div[3] & 0x04) << 5);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200455 w83627ehf_write_value(data, W83627EHF_REG_SMI_OVT, reg);
Jean Delvare08e7e272005-04-25 22:43:25 +0200456 break;
457 case 4:
David Hubbard1ea6dd32007-06-24 11:16:15 +0200458 reg = (w83627ehf_read_value(data, W83627EHF_REG_DIODE) & 0x73)
Jean Delvare33725ad2007-04-17 00:32:27 -0700459 | ((data->fan_div[4] & 0x03) << 2)
Jean Delvare08e7e272005-04-25 22:43:25 +0200460 | ((data->fan_div[4] & 0x04) << 5);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200461 w83627ehf_write_value(data, W83627EHF_REG_DIODE, reg);
Jean Delvare08e7e272005-04-25 22:43:25 +0200462 break;
463 }
464}
465
Mark M. Hoffmanea7be662007-08-05 12:19:01 -0400466static void w83627ehf_update_fan_div(struct w83627ehf_data *data)
467{
468 int i;
469
470 i = w83627ehf_read_value(data, W83627EHF_REG_FANDIV1);
471 data->fan_div[0] = (i >> 4) & 0x03;
472 data->fan_div[1] = (i >> 6) & 0x03;
473 i = w83627ehf_read_value(data, W83627EHF_REG_FANDIV2);
474 data->fan_div[2] = (i >> 6) & 0x03;
475 i = w83627ehf_read_value(data, W83627EHF_REG_VBAT);
476 data->fan_div[0] |= (i >> 3) & 0x04;
477 data->fan_div[1] |= (i >> 4) & 0x04;
478 data->fan_div[2] |= (i >> 5) & 0x04;
479 if (data->has_fan & ((1 << 3) | (1 << 4))) {
480 i = w83627ehf_read_value(data, W83627EHF_REG_DIODE);
481 data->fan_div[3] = i & 0x03;
482 data->fan_div[4] = ((i >> 2) & 0x03)
483 | ((i >> 5) & 0x04);
484 }
485 if (data->has_fan & (1 << 3)) {
486 i = w83627ehf_read_value(data, W83627EHF_REG_SMI_OVT);
487 data->fan_div[3] |= (i >> 5) & 0x04;
488 }
489}
490
Jean Delvare08e7e272005-04-25 22:43:25 +0200491static struct w83627ehf_data *w83627ehf_update_device(struct device *dev)
492{
David Hubbard1ea6dd32007-06-24 11:16:15 +0200493 struct w83627ehf_data *data = dev_get_drvdata(dev);
Rudolf Marek08c79952006-07-05 18:14:31 +0200494 int pwmcfg = 0, tolerance = 0; /* shut up the compiler */
Jean Delvare08e7e272005-04-25 22:43:25 +0200495 int i;
496
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100497 mutex_lock(&data->update_lock);
Jean Delvare08e7e272005-04-25 22:43:25 +0200498
Jean Delvare6b3e4642007-06-24 11:19:01 +0200499 if (time_after(jiffies, data->last_updated + HZ + HZ/2)
Jean Delvare08e7e272005-04-25 22:43:25 +0200500 || !data->valid) {
501 /* Fan clock dividers */
Mark M. Hoffmanea7be662007-08-05 12:19:01 -0400502 w83627ehf_update_fan_div(data);
Jean Delvare08e7e272005-04-25 22:43:25 +0200503
Rudolf Marekcf0676f2006-03-23 16:25:22 +0100504 /* Measured voltages and limits */
David Hubbard1ea6dd32007-06-24 11:16:15 +0200505 for (i = 0; i < data->in_num; i++) {
506 data->in[i] = w83627ehf_read_value(data,
Rudolf Marekcf0676f2006-03-23 16:25:22 +0100507 W83627EHF_REG_IN(i));
David Hubbard1ea6dd32007-06-24 11:16:15 +0200508 data->in_min[i] = w83627ehf_read_value(data,
Rudolf Marekcf0676f2006-03-23 16:25:22 +0100509 W83627EHF_REG_IN_MIN(i));
David Hubbard1ea6dd32007-06-24 11:16:15 +0200510 data->in_max[i] = w83627ehf_read_value(data,
Rudolf Marekcf0676f2006-03-23 16:25:22 +0100511 W83627EHF_REG_IN_MAX(i));
512 }
513
Jean Delvare08e7e272005-04-25 22:43:25 +0200514 /* Measured fan speeds and limits */
515 for (i = 0; i < 5; i++) {
516 if (!(data->has_fan & (1 << i)))
517 continue;
518
David Hubbard1ea6dd32007-06-24 11:16:15 +0200519 data->fan[i] = w83627ehf_read_value(data,
Jean Delvare08e7e272005-04-25 22:43:25 +0200520 W83627EHF_REG_FAN[i]);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200521 data->fan_min[i] = w83627ehf_read_value(data,
Jean Delvare08e7e272005-04-25 22:43:25 +0200522 W83627EHF_REG_FAN_MIN[i]);
523
524 /* If we failed to measure the fan speed and clock
525 divider can be increased, let's try that for next
526 time */
527 if (data->fan[i] == 0xff
528 && data->fan_div[i] < 0x07) {
David Hubbard1ea6dd32007-06-24 11:16:15 +0200529 dev_dbg(dev, "Increasing fan%d "
Jean Delvare08e7e272005-04-25 22:43:25 +0200530 "clock divider from %u to %u\n",
Jean Delvare33725ad2007-04-17 00:32:27 -0700531 i + 1, div_from_reg(data->fan_div[i]),
Jean Delvare08e7e272005-04-25 22:43:25 +0200532 div_from_reg(data->fan_div[i] + 1));
533 data->fan_div[i]++;
David Hubbard1ea6dd32007-06-24 11:16:15 +0200534 w83627ehf_write_fan_div(data, i);
Jean Delvare08e7e272005-04-25 22:43:25 +0200535 /* Preserve min limit if possible */
536 if (data->fan_min[i] >= 2
537 && data->fan_min[i] != 255)
David Hubbard1ea6dd32007-06-24 11:16:15 +0200538 w83627ehf_write_value(data,
Jean Delvare08e7e272005-04-25 22:43:25 +0200539 W83627EHF_REG_FAN_MIN[i],
540 (data->fan_min[i] /= 2));
541 }
542 }
543
Guenter Roeckda2e0252010-08-14 21:08:55 +0200544 for (i = 0; i < data->pwm_num; i++) {
545 if (!(data->has_fan & (1 << i)))
546 continue;
547
Jean Delvare77fa49d2009-01-07 16:37:35 +0100548 /* pwmcfg, tolerance mapped for i=0, i=1 to same reg */
Rudolf Marek08c79952006-07-05 18:14:31 +0200549 if (i != 1) {
David Hubbard1ea6dd32007-06-24 11:16:15 +0200550 pwmcfg = w83627ehf_read_value(data,
Rudolf Marek08c79952006-07-05 18:14:31 +0200551 W83627EHF_REG_PWM_ENABLE[i]);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200552 tolerance = w83627ehf_read_value(data,
Rudolf Marek08c79952006-07-05 18:14:31 +0200553 W83627EHF_REG_TOLERANCE[i]);
554 }
555 data->pwm_mode[i] =
556 ((pwmcfg >> W83627EHF_PWM_MODE_SHIFT[i]) & 1)
557 ? 0 : 1;
558 data->pwm_enable[i] =
559 ((pwmcfg >> W83627EHF_PWM_ENABLE_SHIFT[i])
560 & 3) + 1;
David Hubbard1ea6dd32007-06-24 11:16:15 +0200561 data->pwm[i] = w83627ehf_read_value(data,
Rudolf Marek08c79952006-07-05 18:14:31 +0200562 W83627EHF_REG_PWM[i]);
Daniel J Blueman41e9a062009-12-14 18:01:37 -0800563 data->fan_start_output[i] = w83627ehf_read_value(data,
564 W83627EHF_REG_FAN_START_OUTPUT[i]);
565 data->fan_stop_output[i] = w83627ehf_read_value(data,
566 W83627EHF_REG_FAN_STOP_OUTPUT[i]);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200567 data->fan_stop_time[i] = w83627ehf_read_value(data,
Rudolf Marek08c79952006-07-05 18:14:31 +0200568 W83627EHF_REG_FAN_STOP_TIME[i]);
Guenter Roeckda2e0252010-08-14 21:08:55 +0200569
570 if (data->REG_FAN_MAX_OUTPUT[i] != 0xff)
571 data->fan_max_output[i] =
572 w83627ehf_read_value(data,
573 data->REG_FAN_MAX_OUTPUT[i]);
574
575 if (data->REG_FAN_STEP_OUTPUT[i] != 0xff)
576 data->fan_step_output[i] =
577 w83627ehf_read_value(data,
578 data->REG_FAN_STEP_OUTPUT[i]);
579
Rudolf Marek08c79952006-07-05 18:14:31 +0200580 data->target_temp[i] =
David Hubbard1ea6dd32007-06-24 11:16:15 +0200581 w83627ehf_read_value(data,
Rudolf Marek08c79952006-07-05 18:14:31 +0200582 W83627EHF_REG_TARGET[i]) &
583 (data->pwm_mode[i] == 1 ? 0x7f : 0xff);
584 data->tolerance[i] = (tolerance >> (i == 1 ? 4 : 0))
585 & 0x0f;
586 }
587
Jean Delvare08e7e272005-04-25 22:43:25 +0200588 /* Measured temperatures and limits */
David Hubbard1ea6dd32007-06-24 11:16:15 +0200589 data->temp1 = w83627ehf_read_value(data,
Jean Delvare08e7e272005-04-25 22:43:25 +0200590 W83627EHF_REG_TEMP1);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200591 data->temp1_max = w83627ehf_read_value(data,
Jean Delvare08e7e272005-04-25 22:43:25 +0200592 W83627EHF_REG_TEMP1_OVER);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200593 data->temp1_max_hyst = w83627ehf_read_value(data,
Jean Delvare08e7e272005-04-25 22:43:25 +0200594 W83627EHF_REG_TEMP1_HYST);
595 for (i = 0; i < 2; i++) {
David Hubbard1ea6dd32007-06-24 11:16:15 +0200596 data->temp[i] = w83627ehf_read_value(data,
Jean Delvare08e7e272005-04-25 22:43:25 +0200597 W83627EHF_REG_TEMP[i]);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200598 data->temp_max[i] = w83627ehf_read_value(data,
Jean Delvare08e7e272005-04-25 22:43:25 +0200599 W83627EHF_REG_TEMP_OVER[i]);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200600 data->temp_max_hyst[i] = w83627ehf_read_value(data,
Jean Delvare08e7e272005-04-25 22:43:25 +0200601 W83627EHF_REG_TEMP_HYST[i]);
602 }
603
David Hubbard1ea6dd32007-06-24 11:16:15 +0200604 data->alarms = w83627ehf_read_value(data,
Jean Delvarea4589db2006-03-23 16:30:29 +0100605 W83627EHF_REG_ALARM1) |
David Hubbard1ea6dd32007-06-24 11:16:15 +0200606 (w83627ehf_read_value(data,
Jean Delvarea4589db2006-03-23 16:30:29 +0100607 W83627EHF_REG_ALARM2) << 8) |
David Hubbard1ea6dd32007-06-24 11:16:15 +0200608 (w83627ehf_read_value(data,
Jean Delvarea4589db2006-03-23 16:30:29 +0100609 W83627EHF_REG_ALARM3) << 16);
610
Jean Delvare08e7e272005-04-25 22:43:25 +0200611 data->last_updated = jiffies;
612 data->valid = 1;
613 }
614
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100615 mutex_unlock(&data->update_lock);
Jean Delvare08e7e272005-04-25 22:43:25 +0200616 return data;
617}
618
619/*
620 * Sysfs callback functions
621 */
Rudolf Marekcf0676f2006-03-23 16:25:22 +0100622#define show_in_reg(reg) \
623static ssize_t \
624show_##reg(struct device *dev, struct device_attribute *attr, \
625 char *buf) \
626{ \
627 struct w83627ehf_data *data = w83627ehf_update_device(dev); \
628 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
629 int nr = sensor_attr->index; \
630 return sprintf(buf, "%ld\n", in_from_reg(data->reg[nr], nr)); \
631}
632show_in_reg(in)
633show_in_reg(in_min)
634show_in_reg(in_max)
635
636#define store_in_reg(REG, reg) \
637static ssize_t \
638store_in_##reg (struct device *dev, struct device_attribute *attr, \
639 const char *buf, size_t count) \
640{ \
David Hubbard1ea6dd32007-06-24 11:16:15 +0200641 struct w83627ehf_data *data = dev_get_drvdata(dev); \
Rudolf Marekcf0676f2006-03-23 16:25:22 +0100642 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
643 int nr = sensor_attr->index; \
644 u32 val = simple_strtoul(buf, NULL, 10); \
645 \
646 mutex_lock(&data->update_lock); \
647 data->in_##reg[nr] = in_to_reg(val, nr); \
David Hubbard1ea6dd32007-06-24 11:16:15 +0200648 w83627ehf_write_value(data, W83627EHF_REG_IN_##REG(nr), \
Rudolf Marekcf0676f2006-03-23 16:25:22 +0100649 data->in_##reg[nr]); \
650 mutex_unlock(&data->update_lock); \
651 return count; \
652}
653
654store_in_reg(MIN, min)
655store_in_reg(MAX, max)
656
Jean Delvarea4589db2006-03-23 16:30:29 +0100657static ssize_t show_alarm(struct device *dev, struct device_attribute *attr, char *buf)
658{
659 struct w83627ehf_data *data = w83627ehf_update_device(dev);
660 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
661 int nr = sensor_attr->index;
662 return sprintf(buf, "%u\n", (data->alarms >> nr) & 0x01);
663}
664
Rudolf Marekcf0676f2006-03-23 16:25:22 +0100665static struct sensor_device_attribute sda_in_input[] = {
666 SENSOR_ATTR(in0_input, S_IRUGO, show_in, NULL, 0),
667 SENSOR_ATTR(in1_input, S_IRUGO, show_in, NULL, 1),
668 SENSOR_ATTR(in2_input, S_IRUGO, show_in, NULL, 2),
669 SENSOR_ATTR(in3_input, S_IRUGO, show_in, NULL, 3),
670 SENSOR_ATTR(in4_input, S_IRUGO, show_in, NULL, 4),
671 SENSOR_ATTR(in5_input, S_IRUGO, show_in, NULL, 5),
672 SENSOR_ATTR(in6_input, S_IRUGO, show_in, NULL, 6),
673 SENSOR_ATTR(in7_input, S_IRUGO, show_in, NULL, 7),
674 SENSOR_ATTR(in8_input, S_IRUGO, show_in, NULL, 8),
675 SENSOR_ATTR(in9_input, S_IRUGO, show_in, NULL, 9),
676};
677
Jean Delvarea4589db2006-03-23 16:30:29 +0100678static struct sensor_device_attribute sda_in_alarm[] = {
679 SENSOR_ATTR(in0_alarm, S_IRUGO, show_alarm, NULL, 0),
680 SENSOR_ATTR(in1_alarm, S_IRUGO, show_alarm, NULL, 1),
681 SENSOR_ATTR(in2_alarm, S_IRUGO, show_alarm, NULL, 2),
682 SENSOR_ATTR(in3_alarm, S_IRUGO, show_alarm, NULL, 3),
683 SENSOR_ATTR(in4_alarm, S_IRUGO, show_alarm, NULL, 8),
684 SENSOR_ATTR(in5_alarm, S_IRUGO, show_alarm, NULL, 21),
685 SENSOR_ATTR(in6_alarm, S_IRUGO, show_alarm, NULL, 20),
686 SENSOR_ATTR(in7_alarm, S_IRUGO, show_alarm, NULL, 16),
687 SENSOR_ATTR(in8_alarm, S_IRUGO, show_alarm, NULL, 17),
688 SENSOR_ATTR(in9_alarm, S_IRUGO, show_alarm, NULL, 19),
689};
690
Rudolf Marekcf0676f2006-03-23 16:25:22 +0100691static struct sensor_device_attribute sda_in_min[] = {
692 SENSOR_ATTR(in0_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 0),
693 SENSOR_ATTR(in1_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 1),
694 SENSOR_ATTR(in2_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 2),
695 SENSOR_ATTR(in3_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 3),
696 SENSOR_ATTR(in4_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 4),
697 SENSOR_ATTR(in5_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 5),
698 SENSOR_ATTR(in6_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 6),
699 SENSOR_ATTR(in7_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 7),
700 SENSOR_ATTR(in8_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 8),
701 SENSOR_ATTR(in9_min, S_IWUSR | S_IRUGO, show_in_min, store_in_min, 9),
702};
703
704static struct sensor_device_attribute sda_in_max[] = {
705 SENSOR_ATTR(in0_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 0),
706 SENSOR_ATTR(in1_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 1),
707 SENSOR_ATTR(in2_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 2),
708 SENSOR_ATTR(in3_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 3),
709 SENSOR_ATTR(in4_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 4),
710 SENSOR_ATTR(in5_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 5),
711 SENSOR_ATTR(in6_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 6),
712 SENSOR_ATTR(in7_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 7),
713 SENSOR_ATTR(in8_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 8),
714 SENSOR_ATTR(in9_max, S_IWUSR | S_IRUGO, show_in_max, store_in_max, 9),
715};
716
Jean Delvare08e7e272005-04-25 22:43:25 +0200717#define show_fan_reg(reg) \
718static ssize_t \
Yuan Mu412fec82006-02-05 23:24:16 +0100719show_##reg(struct device *dev, struct device_attribute *attr, \
720 char *buf) \
Jean Delvare08e7e272005-04-25 22:43:25 +0200721{ \
722 struct w83627ehf_data *data = w83627ehf_update_device(dev); \
Yuan Mu412fec82006-02-05 23:24:16 +0100723 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
724 int nr = sensor_attr->index; \
Jean Delvare08e7e272005-04-25 22:43:25 +0200725 return sprintf(buf, "%d\n", \
726 fan_from_reg(data->reg[nr], \
727 div_from_reg(data->fan_div[nr]))); \
728}
729show_fan_reg(fan);
730show_fan_reg(fan_min);
731
732static ssize_t
Yuan Mu412fec82006-02-05 23:24:16 +0100733show_fan_div(struct device *dev, struct device_attribute *attr,
734 char *buf)
Jean Delvare08e7e272005-04-25 22:43:25 +0200735{
736 struct w83627ehf_data *data = w83627ehf_update_device(dev);
Yuan Mu412fec82006-02-05 23:24:16 +0100737 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
738 int nr = sensor_attr->index;
739 return sprintf(buf, "%u\n", div_from_reg(data->fan_div[nr]));
Jean Delvare08e7e272005-04-25 22:43:25 +0200740}
741
742static ssize_t
Yuan Mu412fec82006-02-05 23:24:16 +0100743store_fan_min(struct device *dev, struct device_attribute *attr,
744 const char *buf, size_t count)
Jean Delvare08e7e272005-04-25 22:43:25 +0200745{
David Hubbard1ea6dd32007-06-24 11:16:15 +0200746 struct w83627ehf_data *data = dev_get_drvdata(dev);
Yuan Mu412fec82006-02-05 23:24:16 +0100747 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
748 int nr = sensor_attr->index;
Jean Delvare08e7e272005-04-25 22:43:25 +0200749 unsigned int val = simple_strtoul(buf, NULL, 10);
750 unsigned int reg;
751 u8 new_div;
752
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100753 mutex_lock(&data->update_lock);
Jean Delvare08e7e272005-04-25 22:43:25 +0200754 if (!val) {
755 /* No min limit, alarm disabled */
756 data->fan_min[nr] = 255;
757 new_div = data->fan_div[nr]; /* No change */
758 dev_info(dev, "fan%u low limit and alarm disabled\n", nr + 1);
759 } else if ((reg = 1350000U / val) >= 128 * 255) {
760 /* Speed below this value cannot possibly be represented,
761 even with the highest divider (128) */
762 data->fan_min[nr] = 254;
763 new_div = 7; /* 128 == (1 << 7) */
764 dev_warn(dev, "fan%u low limit %u below minimum %u, set to "
765 "minimum\n", nr + 1, val, fan_from_reg(254, 128));
766 } else if (!reg) {
767 /* Speed above this value cannot possibly be represented,
768 even with the lowest divider (1) */
769 data->fan_min[nr] = 1;
770 new_div = 0; /* 1 == (1 << 0) */
771 dev_warn(dev, "fan%u low limit %u above maximum %u, set to "
Jean Delvareb9110b12005-05-02 23:08:22 +0200772 "maximum\n", nr + 1, val, fan_from_reg(1, 1));
Jean Delvare08e7e272005-04-25 22:43:25 +0200773 } else {
774 /* Automatically pick the best divider, i.e. the one such
775 that the min limit will correspond to a register value
776 in the 96..192 range */
777 new_div = 0;
778 while (reg > 192 && new_div < 7) {
779 reg >>= 1;
780 new_div++;
781 }
782 data->fan_min[nr] = reg;
783 }
784
785 /* Write both the fan clock divider (if it changed) and the new
786 fan min (unconditionally) */
787 if (new_div != data->fan_div[nr]) {
Jean Delvare158ce072007-06-17 16:09:12 +0200788 /* Preserve the fan speed reading */
789 if (data->fan[nr] != 0xff) {
790 if (new_div > data->fan_div[nr])
791 data->fan[nr] >>= new_div - data->fan_div[nr];
792 else if (data->fan[nr] & 0x80)
793 data->fan[nr] = 0xff;
794 else
795 data->fan[nr] <<= data->fan_div[nr] - new_div;
796 }
Jean Delvare08e7e272005-04-25 22:43:25 +0200797
798 dev_dbg(dev, "fan%u clock divider changed from %u to %u\n",
799 nr + 1, div_from_reg(data->fan_div[nr]),
800 div_from_reg(new_div));
801 data->fan_div[nr] = new_div;
David Hubbard1ea6dd32007-06-24 11:16:15 +0200802 w83627ehf_write_fan_div(data, nr);
Jean Delvare6b3e4642007-06-24 11:19:01 +0200803 /* Give the chip time to sample a new speed value */
804 data->last_updated = jiffies;
Jean Delvare08e7e272005-04-25 22:43:25 +0200805 }
David Hubbard1ea6dd32007-06-24 11:16:15 +0200806 w83627ehf_write_value(data, W83627EHF_REG_FAN_MIN[nr],
Jean Delvare08e7e272005-04-25 22:43:25 +0200807 data->fan_min[nr]);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100808 mutex_unlock(&data->update_lock);
Jean Delvare08e7e272005-04-25 22:43:25 +0200809
810 return count;
811}
812
Yuan Mu412fec82006-02-05 23:24:16 +0100813static struct sensor_device_attribute sda_fan_input[] = {
814 SENSOR_ATTR(fan1_input, S_IRUGO, show_fan, NULL, 0),
815 SENSOR_ATTR(fan2_input, S_IRUGO, show_fan, NULL, 1),
816 SENSOR_ATTR(fan3_input, S_IRUGO, show_fan, NULL, 2),
817 SENSOR_ATTR(fan4_input, S_IRUGO, show_fan, NULL, 3),
818 SENSOR_ATTR(fan5_input, S_IRUGO, show_fan, NULL, 4),
819};
Jean Delvare08e7e272005-04-25 22:43:25 +0200820
Jean Delvarea4589db2006-03-23 16:30:29 +0100821static struct sensor_device_attribute sda_fan_alarm[] = {
822 SENSOR_ATTR(fan1_alarm, S_IRUGO, show_alarm, NULL, 6),
823 SENSOR_ATTR(fan2_alarm, S_IRUGO, show_alarm, NULL, 7),
824 SENSOR_ATTR(fan3_alarm, S_IRUGO, show_alarm, NULL, 11),
825 SENSOR_ATTR(fan4_alarm, S_IRUGO, show_alarm, NULL, 10),
826 SENSOR_ATTR(fan5_alarm, S_IRUGO, show_alarm, NULL, 23),
827};
828
Yuan Mu412fec82006-02-05 23:24:16 +0100829static struct sensor_device_attribute sda_fan_min[] = {
830 SENSOR_ATTR(fan1_min, S_IWUSR | S_IRUGO, show_fan_min,
831 store_fan_min, 0),
832 SENSOR_ATTR(fan2_min, S_IWUSR | S_IRUGO, show_fan_min,
833 store_fan_min, 1),
834 SENSOR_ATTR(fan3_min, S_IWUSR | S_IRUGO, show_fan_min,
835 store_fan_min, 2),
836 SENSOR_ATTR(fan4_min, S_IWUSR | S_IRUGO, show_fan_min,
837 store_fan_min, 3),
838 SENSOR_ATTR(fan5_min, S_IWUSR | S_IRUGO, show_fan_min,
839 store_fan_min, 4),
840};
Jean Delvare08e7e272005-04-25 22:43:25 +0200841
Yuan Mu412fec82006-02-05 23:24:16 +0100842static struct sensor_device_attribute sda_fan_div[] = {
843 SENSOR_ATTR(fan1_div, S_IRUGO, show_fan_div, NULL, 0),
844 SENSOR_ATTR(fan2_div, S_IRUGO, show_fan_div, NULL, 1),
845 SENSOR_ATTR(fan3_div, S_IRUGO, show_fan_div, NULL, 2),
846 SENSOR_ATTR(fan4_div, S_IRUGO, show_fan_div, NULL, 3),
847 SENSOR_ATTR(fan5_div, S_IRUGO, show_fan_div, NULL, 4),
848};
Jean Delvare08e7e272005-04-25 22:43:25 +0200849
Jean Delvare08e7e272005-04-25 22:43:25 +0200850#define show_temp1_reg(reg) \
851static ssize_t \
Greg Kroah-Hartman6f637a62005-06-21 21:01:59 -0700852show_##reg(struct device *dev, struct device_attribute *attr, \
853 char *buf) \
Jean Delvare08e7e272005-04-25 22:43:25 +0200854{ \
855 struct w83627ehf_data *data = w83627ehf_update_device(dev); \
856 return sprintf(buf, "%d\n", temp1_from_reg(data->reg)); \
857}
858show_temp1_reg(temp1);
859show_temp1_reg(temp1_max);
860show_temp1_reg(temp1_max_hyst);
861
862#define store_temp1_reg(REG, reg) \
863static ssize_t \
Greg Kroah-Hartman6f637a62005-06-21 21:01:59 -0700864store_temp1_##reg(struct device *dev, struct device_attribute *attr, \
865 const char *buf, size_t count) \
Jean Delvare08e7e272005-04-25 22:43:25 +0200866{ \
David Hubbard1ea6dd32007-06-24 11:16:15 +0200867 struct w83627ehf_data *data = dev_get_drvdata(dev); \
Christian Hohnstaedt5bfedac2007-08-16 11:40:10 +0200868 long val = simple_strtol(buf, NULL, 10); \
Jean Delvare08e7e272005-04-25 22:43:25 +0200869 \
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100870 mutex_lock(&data->update_lock); \
Rudolf Marek08c79952006-07-05 18:14:31 +0200871 data->temp1_##reg = temp1_to_reg(val, -128000, 127000); \
David Hubbard1ea6dd32007-06-24 11:16:15 +0200872 w83627ehf_write_value(data, W83627EHF_REG_TEMP1_##REG, \
Jean Delvare08e7e272005-04-25 22:43:25 +0200873 data->temp1_##reg); \
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100874 mutex_unlock(&data->update_lock); \
Jean Delvare08e7e272005-04-25 22:43:25 +0200875 return count; \
876}
877store_temp1_reg(OVER, max);
878store_temp1_reg(HYST, max_hyst);
879
Jean Delvare08e7e272005-04-25 22:43:25 +0200880#define show_temp_reg(reg) \
881static ssize_t \
Yuan Mu412fec82006-02-05 23:24:16 +0100882show_##reg(struct device *dev, struct device_attribute *attr, \
883 char *buf) \
Jean Delvare08e7e272005-04-25 22:43:25 +0200884{ \
885 struct w83627ehf_data *data = w83627ehf_update_device(dev); \
Yuan Mu412fec82006-02-05 23:24:16 +0100886 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
887 int nr = sensor_attr->index; \
Jean Delvare08e7e272005-04-25 22:43:25 +0200888 return sprintf(buf, "%d\n", \
889 LM75_TEMP_FROM_REG(data->reg[nr])); \
890}
891show_temp_reg(temp);
892show_temp_reg(temp_max);
893show_temp_reg(temp_max_hyst);
894
895#define store_temp_reg(REG, reg) \
896static ssize_t \
Yuan Mu412fec82006-02-05 23:24:16 +0100897store_##reg(struct device *dev, struct device_attribute *attr, \
898 const char *buf, size_t count) \
Jean Delvare08e7e272005-04-25 22:43:25 +0200899{ \
David Hubbard1ea6dd32007-06-24 11:16:15 +0200900 struct w83627ehf_data *data = dev_get_drvdata(dev); \
Yuan Mu412fec82006-02-05 23:24:16 +0100901 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
902 int nr = sensor_attr->index; \
Christian Hohnstaedt5bfedac2007-08-16 11:40:10 +0200903 long val = simple_strtol(buf, NULL, 10); \
Jean Delvare08e7e272005-04-25 22:43:25 +0200904 \
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100905 mutex_lock(&data->update_lock); \
Jean Delvare08e7e272005-04-25 22:43:25 +0200906 data->reg[nr] = LM75_TEMP_TO_REG(val); \
David Hubbard1ea6dd32007-06-24 11:16:15 +0200907 w83627ehf_write_value(data, W83627EHF_REG_TEMP_##REG[nr], \
Jean Delvare08e7e272005-04-25 22:43:25 +0200908 data->reg[nr]); \
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100909 mutex_unlock(&data->update_lock); \
Jean Delvare08e7e272005-04-25 22:43:25 +0200910 return count; \
911}
912store_temp_reg(OVER, temp_max);
913store_temp_reg(HYST, temp_max_hyst);
914
Jean Delvareda667362007-06-24 11:21:02 +0200915static ssize_t
916show_temp_type(struct device *dev, struct device_attribute *attr, char *buf)
917{
918 struct w83627ehf_data *data = w83627ehf_update_device(dev);
919 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
920 int nr = sensor_attr->index;
921 return sprintf(buf, "%d\n", (int)data->temp_type[nr]);
922}
923
Gong Juna157d062009-03-30 21:46:43 +0200924static struct sensor_device_attribute sda_temp_input[] = {
Yuan Mu412fec82006-02-05 23:24:16 +0100925 SENSOR_ATTR(temp1_input, S_IRUGO, show_temp1, NULL, 0),
926 SENSOR_ATTR(temp2_input, S_IRUGO, show_temp, NULL, 0),
927 SENSOR_ATTR(temp3_input, S_IRUGO, show_temp, NULL, 1),
Gong Juna157d062009-03-30 21:46:43 +0200928};
929
930static struct sensor_device_attribute sda_temp_max[] = {
Yuan Mu412fec82006-02-05 23:24:16 +0100931 SENSOR_ATTR(temp1_max, S_IRUGO | S_IWUSR, show_temp1_max,
932 store_temp1_max, 0),
933 SENSOR_ATTR(temp2_max, S_IRUGO | S_IWUSR, show_temp_max,
934 store_temp_max, 0),
935 SENSOR_ATTR(temp3_max, S_IRUGO | S_IWUSR, show_temp_max,
936 store_temp_max, 1),
Gong Juna157d062009-03-30 21:46:43 +0200937};
938
939static struct sensor_device_attribute sda_temp_max_hyst[] = {
Yuan Mu412fec82006-02-05 23:24:16 +0100940 SENSOR_ATTR(temp1_max_hyst, S_IRUGO | S_IWUSR, show_temp1_max_hyst,
941 store_temp1_max_hyst, 0),
942 SENSOR_ATTR(temp2_max_hyst, S_IRUGO | S_IWUSR, show_temp_max_hyst,
943 store_temp_max_hyst, 0),
944 SENSOR_ATTR(temp3_max_hyst, S_IRUGO | S_IWUSR, show_temp_max_hyst,
945 store_temp_max_hyst, 1),
Gong Juna157d062009-03-30 21:46:43 +0200946};
947
948static struct sensor_device_attribute sda_temp_alarm[] = {
Jean Delvarea4589db2006-03-23 16:30:29 +0100949 SENSOR_ATTR(temp1_alarm, S_IRUGO, show_alarm, NULL, 4),
950 SENSOR_ATTR(temp2_alarm, S_IRUGO, show_alarm, NULL, 5),
951 SENSOR_ATTR(temp3_alarm, S_IRUGO, show_alarm, NULL, 13),
Gong Juna157d062009-03-30 21:46:43 +0200952};
953
954static struct sensor_device_attribute sda_temp_type[] = {
Jean Delvareda667362007-06-24 11:21:02 +0200955 SENSOR_ATTR(temp1_type, S_IRUGO, show_temp_type, NULL, 0),
956 SENSOR_ATTR(temp2_type, S_IRUGO, show_temp_type, NULL, 1),
957 SENSOR_ATTR(temp3_type, S_IRUGO, show_temp_type, NULL, 2),
Yuan Mu412fec82006-02-05 23:24:16 +0100958};
Jean Delvare08e7e272005-04-25 22:43:25 +0200959
Rudolf Marek08c79952006-07-05 18:14:31 +0200960#define show_pwm_reg(reg) \
961static ssize_t show_##reg (struct device *dev, struct device_attribute *attr, \
962 char *buf) \
963{ \
964 struct w83627ehf_data *data = w83627ehf_update_device(dev); \
965 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
966 int nr = sensor_attr->index; \
967 return sprintf(buf, "%d\n", data->reg[nr]); \
968}
969
970show_pwm_reg(pwm_mode)
971show_pwm_reg(pwm_enable)
972show_pwm_reg(pwm)
973
974static ssize_t
975store_pwm_mode(struct device *dev, struct device_attribute *attr,
976 const char *buf, size_t count)
977{
David Hubbard1ea6dd32007-06-24 11:16:15 +0200978 struct w83627ehf_data *data = dev_get_drvdata(dev);
Rudolf Marek08c79952006-07-05 18:14:31 +0200979 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
980 int nr = sensor_attr->index;
981 u32 val = simple_strtoul(buf, NULL, 10);
982 u16 reg;
983
984 if (val > 1)
985 return -EINVAL;
986 mutex_lock(&data->update_lock);
David Hubbard1ea6dd32007-06-24 11:16:15 +0200987 reg = w83627ehf_read_value(data, W83627EHF_REG_PWM_ENABLE[nr]);
Rudolf Marek08c79952006-07-05 18:14:31 +0200988 data->pwm_mode[nr] = val;
989 reg &= ~(1 << W83627EHF_PWM_MODE_SHIFT[nr]);
990 if (!val)
991 reg |= 1 << W83627EHF_PWM_MODE_SHIFT[nr];
David Hubbard1ea6dd32007-06-24 11:16:15 +0200992 w83627ehf_write_value(data, W83627EHF_REG_PWM_ENABLE[nr], reg);
Rudolf Marek08c79952006-07-05 18:14:31 +0200993 mutex_unlock(&data->update_lock);
994 return count;
995}
996
997static ssize_t
998store_pwm(struct device *dev, struct device_attribute *attr,
999 const char *buf, size_t count)
1000{
David Hubbard1ea6dd32007-06-24 11:16:15 +02001001 struct w83627ehf_data *data = dev_get_drvdata(dev);
Rudolf Marek08c79952006-07-05 18:14:31 +02001002 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
1003 int nr = sensor_attr->index;
1004 u32 val = SENSORS_LIMIT(simple_strtoul(buf, NULL, 10), 0, 255);
1005
1006 mutex_lock(&data->update_lock);
1007 data->pwm[nr] = val;
David Hubbard1ea6dd32007-06-24 11:16:15 +02001008 w83627ehf_write_value(data, W83627EHF_REG_PWM[nr], val);
Rudolf Marek08c79952006-07-05 18:14:31 +02001009 mutex_unlock(&data->update_lock);
1010 return count;
1011}
1012
1013static ssize_t
1014store_pwm_enable(struct device *dev, struct device_attribute *attr,
1015 const char *buf, size_t count)
1016{
David Hubbard1ea6dd32007-06-24 11:16:15 +02001017 struct w83627ehf_data *data = dev_get_drvdata(dev);
Rudolf Marek08c79952006-07-05 18:14:31 +02001018 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
1019 int nr = sensor_attr->index;
1020 u32 val = simple_strtoul(buf, NULL, 10);
1021 u16 reg;
1022
Daniel J Blueman41e9a062009-12-14 18:01:37 -08001023 if (!val || (val > 4))
Rudolf Marek08c79952006-07-05 18:14:31 +02001024 return -EINVAL;
1025 mutex_lock(&data->update_lock);
David Hubbard1ea6dd32007-06-24 11:16:15 +02001026 reg = w83627ehf_read_value(data, W83627EHF_REG_PWM_ENABLE[nr]);
Rudolf Marek08c79952006-07-05 18:14:31 +02001027 data->pwm_enable[nr] = val;
1028 reg &= ~(0x03 << W83627EHF_PWM_ENABLE_SHIFT[nr]);
1029 reg |= (val - 1) << W83627EHF_PWM_ENABLE_SHIFT[nr];
David Hubbard1ea6dd32007-06-24 11:16:15 +02001030 w83627ehf_write_value(data, W83627EHF_REG_PWM_ENABLE[nr], reg);
Rudolf Marek08c79952006-07-05 18:14:31 +02001031 mutex_unlock(&data->update_lock);
1032 return count;
1033}
1034
1035
1036#define show_tol_temp(reg) \
1037static ssize_t show_##reg(struct device *dev, struct device_attribute *attr, \
1038 char *buf) \
1039{ \
1040 struct w83627ehf_data *data = w83627ehf_update_device(dev); \
1041 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
1042 int nr = sensor_attr->index; \
1043 return sprintf(buf, "%d\n", temp1_from_reg(data->reg[nr])); \
1044}
1045
1046show_tol_temp(tolerance)
1047show_tol_temp(target_temp)
1048
1049static ssize_t
1050store_target_temp(struct device *dev, struct device_attribute *attr,
1051 const char *buf, size_t count)
1052{
David Hubbard1ea6dd32007-06-24 11:16:15 +02001053 struct w83627ehf_data *data = dev_get_drvdata(dev);
Rudolf Marek08c79952006-07-05 18:14:31 +02001054 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
1055 int nr = sensor_attr->index;
1056 u8 val = temp1_to_reg(simple_strtoul(buf, NULL, 10), 0, 127000);
1057
1058 mutex_lock(&data->update_lock);
1059 data->target_temp[nr] = val;
David Hubbard1ea6dd32007-06-24 11:16:15 +02001060 w83627ehf_write_value(data, W83627EHF_REG_TARGET[nr], val);
Rudolf Marek08c79952006-07-05 18:14:31 +02001061 mutex_unlock(&data->update_lock);
1062 return count;
1063}
1064
1065static ssize_t
1066store_tolerance(struct device *dev, struct device_attribute *attr,
1067 const char *buf, size_t count)
1068{
David Hubbard1ea6dd32007-06-24 11:16:15 +02001069 struct w83627ehf_data *data = dev_get_drvdata(dev);
Rudolf Marek08c79952006-07-05 18:14:31 +02001070 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr);
1071 int nr = sensor_attr->index;
1072 u16 reg;
1073 /* Limit the temp to 0C - 15C */
1074 u8 val = temp1_to_reg(simple_strtoul(buf, NULL, 10), 0, 15000);
1075
1076 mutex_lock(&data->update_lock);
David Hubbard1ea6dd32007-06-24 11:16:15 +02001077 reg = w83627ehf_read_value(data, W83627EHF_REG_TOLERANCE[nr]);
Rudolf Marek08c79952006-07-05 18:14:31 +02001078 data->tolerance[nr] = val;
1079 if (nr == 1)
1080 reg = (reg & 0x0f) | (val << 4);
1081 else
1082 reg = (reg & 0xf0) | val;
David Hubbard1ea6dd32007-06-24 11:16:15 +02001083 w83627ehf_write_value(data, W83627EHF_REG_TOLERANCE[nr], reg);
Rudolf Marek08c79952006-07-05 18:14:31 +02001084 mutex_unlock(&data->update_lock);
1085 return count;
1086}
1087
1088static struct sensor_device_attribute sda_pwm[] = {
1089 SENSOR_ATTR(pwm1, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 0),
1090 SENSOR_ATTR(pwm2, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 1),
1091 SENSOR_ATTR(pwm3, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 2),
1092 SENSOR_ATTR(pwm4, S_IWUSR | S_IRUGO, show_pwm, store_pwm, 3),
1093};
1094
1095static struct sensor_device_attribute sda_pwm_mode[] = {
1096 SENSOR_ATTR(pwm1_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
1097 store_pwm_mode, 0),
1098 SENSOR_ATTR(pwm2_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
1099 store_pwm_mode, 1),
1100 SENSOR_ATTR(pwm3_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
1101 store_pwm_mode, 2),
1102 SENSOR_ATTR(pwm4_mode, S_IWUSR | S_IRUGO, show_pwm_mode,
1103 store_pwm_mode, 3),
1104};
1105
1106static struct sensor_device_attribute sda_pwm_enable[] = {
1107 SENSOR_ATTR(pwm1_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
1108 store_pwm_enable, 0),
1109 SENSOR_ATTR(pwm2_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
1110 store_pwm_enable, 1),
1111 SENSOR_ATTR(pwm3_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
1112 store_pwm_enable, 2),
1113 SENSOR_ATTR(pwm4_enable, S_IWUSR | S_IRUGO, show_pwm_enable,
1114 store_pwm_enable, 3),
1115};
1116
1117static struct sensor_device_attribute sda_target_temp[] = {
1118 SENSOR_ATTR(pwm1_target, S_IWUSR | S_IRUGO, show_target_temp,
1119 store_target_temp, 0),
1120 SENSOR_ATTR(pwm2_target, S_IWUSR | S_IRUGO, show_target_temp,
1121 store_target_temp, 1),
1122 SENSOR_ATTR(pwm3_target, S_IWUSR | S_IRUGO, show_target_temp,
1123 store_target_temp, 2),
1124 SENSOR_ATTR(pwm4_target, S_IWUSR | S_IRUGO, show_target_temp,
1125 store_target_temp, 3),
1126};
1127
1128static struct sensor_device_attribute sda_tolerance[] = {
1129 SENSOR_ATTR(pwm1_tolerance, S_IWUSR | S_IRUGO, show_tolerance,
1130 store_tolerance, 0),
1131 SENSOR_ATTR(pwm2_tolerance, S_IWUSR | S_IRUGO, show_tolerance,
1132 store_tolerance, 1),
1133 SENSOR_ATTR(pwm3_tolerance, S_IWUSR | S_IRUGO, show_tolerance,
1134 store_tolerance, 2),
1135 SENSOR_ATTR(pwm4_tolerance, S_IWUSR | S_IRUGO, show_tolerance,
1136 store_tolerance, 3),
1137};
1138
Rudolf Marek08c79952006-07-05 18:14:31 +02001139/* Smart Fan registers */
1140
1141#define fan_functions(reg, REG) \
1142static ssize_t show_##reg(struct device *dev, struct device_attribute *attr, \
1143 char *buf) \
1144{ \
1145 struct w83627ehf_data *data = w83627ehf_update_device(dev); \
1146 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
1147 int nr = sensor_attr->index; \
1148 return sprintf(buf, "%d\n", data->reg[nr]); \
1149}\
1150static ssize_t \
1151store_##reg(struct device *dev, struct device_attribute *attr, \
1152 const char *buf, size_t count) \
1153{\
David Hubbard1ea6dd32007-06-24 11:16:15 +02001154 struct w83627ehf_data *data = dev_get_drvdata(dev); \
Rudolf Marek08c79952006-07-05 18:14:31 +02001155 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
1156 int nr = sensor_attr->index; \
1157 u32 val = SENSORS_LIMIT(simple_strtoul(buf, NULL, 10), 1, 255); \
1158 mutex_lock(&data->update_lock); \
1159 data->reg[nr] = val; \
Guenter Roeckda2e0252010-08-14 21:08:55 +02001160 w83627ehf_write_value(data, data->REG_##REG[nr], val); \
Rudolf Marek08c79952006-07-05 18:14:31 +02001161 mutex_unlock(&data->update_lock); \
1162 return count; \
1163}
1164
Daniel J Blueman41e9a062009-12-14 18:01:37 -08001165fan_functions(fan_start_output, FAN_START_OUTPUT)
1166fan_functions(fan_stop_output, FAN_STOP_OUTPUT)
1167fan_functions(fan_max_output, FAN_MAX_OUTPUT)
1168fan_functions(fan_step_output, FAN_STEP_OUTPUT)
Rudolf Marek08c79952006-07-05 18:14:31 +02001169
1170#define fan_time_functions(reg, REG) \
1171static ssize_t show_##reg(struct device *dev, struct device_attribute *attr, \
1172 char *buf) \
1173{ \
1174 struct w83627ehf_data *data = w83627ehf_update_device(dev); \
1175 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
1176 int nr = sensor_attr->index; \
1177 return sprintf(buf, "%d\n", \
1178 step_time_from_reg(data->reg[nr], data->pwm_mode[nr])); \
1179} \
1180\
1181static ssize_t \
1182store_##reg(struct device *dev, struct device_attribute *attr, \
1183 const char *buf, size_t count) \
1184{ \
David Hubbard1ea6dd32007-06-24 11:16:15 +02001185 struct w83627ehf_data *data = dev_get_drvdata(dev); \
Rudolf Marek08c79952006-07-05 18:14:31 +02001186 struct sensor_device_attribute *sensor_attr = to_sensor_dev_attr(attr); \
1187 int nr = sensor_attr->index; \
1188 u8 val = step_time_to_reg(simple_strtoul(buf, NULL, 10), \
1189 data->pwm_mode[nr]); \
1190 mutex_lock(&data->update_lock); \
1191 data->reg[nr] = val; \
David Hubbard1ea6dd32007-06-24 11:16:15 +02001192 w83627ehf_write_value(data, W83627EHF_REG_##REG[nr], val); \
Rudolf Marek08c79952006-07-05 18:14:31 +02001193 mutex_unlock(&data->update_lock); \
1194 return count; \
1195} \
1196
1197fan_time_functions(fan_stop_time, FAN_STOP_TIME)
1198
David Hubbard1ea6dd32007-06-24 11:16:15 +02001199static ssize_t show_name(struct device *dev, struct device_attribute *attr,
1200 char *buf)
1201{
1202 struct w83627ehf_data *data = dev_get_drvdata(dev);
1203
1204 return sprintf(buf, "%s\n", data->name);
1205}
1206static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
Rudolf Marek08c79952006-07-05 18:14:31 +02001207
1208static struct sensor_device_attribute sda_sf3_arrays_fan4[] = {
1209 SENSOR_ATTR(pwm4_stop_time, S_IWUSR | S_IRUGO, show_fan_stop_time,
1210 store_fan_stop_time, 3),
Daniel J Blueman41e9a062009-12-14 18:01:37 -08001211 SENSOR_ATTR(pwm4_start_output, S_IWUSR | S_IRUGO, show_fan_start_output,
1212 store_fan_start_output, 3),
1213 SENSOR_ATTR(pwm4_stop_output, S_IWUSR | S_IRUGO, show_fan_stop_output,
1214 store_fan_stop_output, 3),
1215 SENSOR_ATTR(pwm4_max_output, S_IWUSR | S_IRUGO, show_fan_max_output,
1216 store_fan_max_output, 3),
1217 SENSOR_ATTR(pwm4_step_output, S_IWUSR | S_IRUGO, show_fan_step_output,
1218 store_fan_step_output, 3),
Rudolf Marek08c79952006-07-05 18:14:31 +02001219};
1220
1221static struct sensor_device_attribute sda_sf3_arrays[] = {
1222 SENSOR_ATTR(pwm1_stop_time, S_IWUSR | S_IRUGO, show_fan_stop_time,
1223 store_fan_stop_time, 0),
1224 SENSOR_ATTR(pwm2_stop_time, S_IWUSR | S_IRUGO, show_fan_stop_time,
1225 store_fan_stop_time, 1),
1226 SENSOR_ATTR(pwm3_stop_time, S_IWUSR | S_IRUGO, show_fan_stop_time,
1227 store_fan_stop_time, 2),
Daniel J Blueman41e9a062009-12-14 18:01:37 -08001228 SENSOR_ATTR(pwm1_start_output, S_IWUSR | S_IRUGO, show_fan_start_output,
1229 store_fan_start_output, 0),
1230 SENSOR_ATTR(pwm2_start_output, S_IWUSR | S_IRUGO, show_fan_start_output,
1231 store_fan_start_output, 1),
1232 SENSOR_ATTR(pwm3_start_output, S_IWUSR | S_IRUGO, show_fan_start_output,
1233 store_fan_start_output, 2),
1234 SENSOR_ATTR(pwm1_stop_output, S_IWUSR | S_IRUGO, show_fan_stop_output,
1235 store_fan_stop_output, 0),
1236 SENSOR_ATTR(pwm2_stop_output, S_IWUSR | S_IRUGO, show_fan_stop_output,
1237 store_fan_stop_output, 1),
1238 SENSOR_ATTR(pwm3_stop_output, S_IWUSR | S_IRUGO, show_fan_stop_output,
1239 store_fan_stop_output, 2),
Guenter Roeckda2e0252010-08-14 21:08:55 +02001240};
Daniel J Blueman41e9a062009-12-14 18:01:37 -08001241
Guenter Roeckda2e0252010-08-14 21:08:55 +02001242
1243/*
1244 * pwm1 and pwm3 don't support max and step settings on all chips.
1245 * Need to check support while generating/removing attribute files.
1246 */
1247static struct sensor_device_attribute sda_sf3_max_step_arrays[] = {
1248 SENSOR_ATTR(pwm1_max_output, S_IWUSR | S_IRUGO, show_fan_max_output,
1249 store_fan_max_output, 0),
1250 SENSOR_ATTR(pwm1_step_output, S_IWUSR | S_IRUGO, show_fan_step_output,
1251 store_fan_step_output, 0),
Daniel J Blueman41e9a062009-12-14 18:01:37 -08001252 SENSOR_ATTR(pwm2_max_output, S_IWUSR | S_IRUGO, show_fan_max_output,
1253 store_fan_max_output, 1),
1254 SENSOR_ATTR(pwm2_step_output, S_IWUSR | S_IRUGO, show_fan_step_output,
1255 store_fan_step_output, 1),
Guenter Roeckda2e0252010-08-14 21:08:55 +02001256 SENSOR_ATTR(pwm3_max_output, S_IWUSR | S_IRUGO, show_fan_max_output,
1257 store_fan_max_output, 2),
1258 SENSOR_ATTR(pwm3_step_output, S_IWUSR | S_IRUGO, show_fan_step_output,
1259 store_fan_step_output, 2),
Rudolf Marek08c79952006-07-05 18:14:31 +02001260};
1261
Jean Delvarefc18d6c2007-06-24 11:19:42 +02001262static ssize_t
1263show_vid(struct device *dev, struct device_attribute *attr, char *buf)
1264{
1265 struct w83627ehf_data *data = dev_get_drvdata(dev);
1266 return sprintf(buf, "%d\n", vid_from_reg(data->vid, data->vrm));
1267}
1268static DEVICE_ATTR(cpu0_vid, S_IRUGO, show_vid, NULL);
1269
Jean Delvare08e7e272005-04-25 22:43:25 +02001270/*
David Hubbard1ea6dd32007-06-24 11:16:15 +02001271 * Driver and device management
Jean Delvare08e7e272005-04-25 22:43:25 +02001272 */
1273
David Hubbardc18beb52006-09-24 21:04:38 +02001274static void w83627ehf_device_remove_files(struct device *dev)
1275{
1276 /* some entries in the following arrays may not have been used in
1277 * device_create_file(), but device_remove_file() will ignore them */
1278 int i;
David Hubbard1ea6dd32007-06-24 11:16:15 +02001279 struct w83627ehf_data *data = dev_get_drvdata(dev);
David Hubbardc18beb52006-09-24 21:04:38 +02001280
1281 for (i = 0; i < ARRAY_SIZE(sda_sf3_arrays); i++)
1282 device_remove_file(dev, &sda_sf3_arrays[i].dev_attr);
Guenter Roeckda2e0252010-08-14 21:08:55 +02001283 for (i = 0; i < ARRAY_SIZE(sda_sf3_max_step_arrays); i++) {
1284 struct sensor_device_attribute *attr =
1285 &sda_sf3_max_step_arrays[i];
1286 if (data->REG_FAN_STEP_OUTPUT[attr->index] != 0xff)
1287 device_remove_file(dev, &attr->dev_attr);
1288 }
David Hubbardc18beb52006-09-24 21:04:38 +02001289 for (i = 0; i < ARRAY_SIZE(sda_sf3_arrays_fan4); i++)
1290 device_remove_file(dev, &sda_sf3_arrays_fan4[i].dev_attr);
David Hubbard1ea6dd32007-06-24 11:16:15 +02001291 for (i = 0; i < data->in_num; i++) {
Gong Juna157d062009-03-30 21:46:43 +02001292 if ((i == 6) && data->in6_skip)
1293 continue;
David Hubbardc18beb52006-09-24 21:04:38 +02001294 device_remove_file(dev, &sda_in_input[i].dev_attr);
1295 device_remove_file(dev, &sda_in_alarm[i].dev_attr);
1296 device_remove_file(dev, &sda_in_min[i].dev_attr);
1297 device_remove_file(dev, &sda_in_max[i].dev_attr);
1298 }
1299 for (i = 0; i < 5; i++) {
1300 device_remove_file(dev, &sda_fan_input[i].dev_attr);
1301 device_remove_file(dev, &sda_fan_alarm[i].dev_attr);
1302 device_remove_file(dev, &sda_fan_div[i].dev_attr);
1303 device_remove_file(dev, &sda_fan_min[i].dev_attr);
1304 }
Gong Jun237c8d2f2009-03-30 21:46:42 +02001305 for (i = 0; i < data->pwm_num; i++) {
David Hubbardc18beb52006-09-24 21:04:38 +02001306 device_remove_file(dev, &sda_pwm[i].dev_attr);
1307 device_remove_file(dev, &sda_pwm_mode[i].dev_attr);
1308 device_remove_file(dev, &sda_pwm_enable[i].dev_attr);
1309 device_remove_file(dev, &sda_target_temp[i].dev_attr);
1310 device_remove_file(dev, &sda_tolerance[i].dev_attr);
1311 }
Gong Juna157d062009-03-30 21:46:43 +02001312 for (i = 0; i < 3; i++) {
1313 if ((i == 2) && data->temp3_disable)
1314 continue;
1315 device_remove_file(dev, &sda_temp_input[i].dev_attr);
1316 device_remove_file(dev, &sda_temp_max[i].dev_attr);
1317 device_remove_file(dev, &sda_temp_max_hyst[i].dev_attr);
1318 device_remove_file(dev, &sda_temp_alarm[i].dev_attr);
1319 device_remove_file(dev, &sda_temp_type[i].dev_attr);
1320 }
David Hubbard1ea6dd32007-06-24 11:16:15 +02001321
1322 device_remove_file(dev, &dev_attr_name);
Jean Delvarecbe311f2008-01-03 21:22:44 +01001323 device_remove_file(dev, &dev_attr_cpu0_vid);
David Hubbardc18beb52006-09-24 21:04:38 +02001324}
1325
David Hubbard1ea6dd32007-06-24 11:16:15 +02001326/* Get the monitoring functions started */
1327static inline void __devinit w83627ehf_init_device(struct w83627ehf_data *data)
Jean Delvare08e7e272005-04-25 22:43:25 +02001328{
1329 int i;
Jean Delvareda667362007-06-24 11:21:02 +02001330 u8 tmp, diode;
Jean Delvare08e7e272005-04-25 22:43:25 +02001331
1332 /* Start monitoring is needed */
David Hubbard1ea6dd32007-06-24 11:16:15 +02001333 tmp = w83627ehf_read_value(data, W83627EHF_REG_CONFIG);
Jean Delvare08e7e272005-04-25 22:43:25 +02001334 if (!(tmp & 0x01))
David Hubbard1ea6dd32007-06-24 11:16:15 +02001335 w83627ehf_write_value(data, W83627EHF_REG_CONFIG,
Jean Delvare08e7e272005-04-25 22:43:25 +02001336 tmp | 0x01);
1337
1338 /* Enable temp2 and temp3 if needed */
1339 for (i = 0; i < 2; i++) {
David Hubbard1ea6dd32007-06-24 11:16:15 +02001340 tmp = w83627ehf_read_value(data,
Jean Delvare08e7e272005-04-25 22:43:25 +02001341 W83627EHF_REG_TEMP_CONFIG[i]);
Gong Juna157d062009-03-30 21:46:43 +02001342 if ((i == 1) && data->temp3_disable)
1343 continue;
Jean Delvare08e7e272005-04-25 22:43:25 +02001344 if (tmp & 0x01)
David Hubbard1ea6dd32007-06-24 11:16:15 +02001345 w83627ehf_write_value(data,
Jean Delvare08e7e272005-04-25 22:43:25 +02001346 W83627EHF_REG_TEMP_CONFIG[i],
1347 tmp & 0xfe);
1348 }
Jean Delvared3130f02007-06-24 11:20:13 +02001349
1350 /* Enable VBAT monitoring if needed */
1351 tmp = w83627ehf_read_value(data, W83627EHF_REG_VBAT);
1352 if (!(tmp & 0x01))
1353 w83627ehf_write_value(data, W83627EHF_REG_VBAT, tmp | 0x01);
Jean Delvareda667362007-06-24 11:21:02 +02001354
1355 /* Get thermal sensor types */
1356 diode = w83627ehf_read_value(data, W83627EHF_REG_DIODE);
1357 for (i = 0; i < 3; i++) {
1358 if ((tmp & (0x02 << i)))
1359 data->temp_type[i] = (diode & (0x10 << i)) ? 1 : 2;
1360 else
1361 data->temp_type[i] = 4; /* thermistor */
1362 }
Jean Delvare08e7e272005-04-25 22:43:25 +02001363}
1364
David Hubbard1ea6dd32007-06-24 11:16:15 +02001365static int __devinit w83627ehf_probe(struct platform_device *pdev)
Jean Delvare08e7e272005-04-25 22:43:25 +02001366{
David Hubbard1ea6dd32007-06-24 11:16:15 +02001367 struct device *dev = &pdev->dev;
1368 struct w83627ehf_sio_data *sio_data = dev->platform_data;
Jean Delvare08e7e272005-04-25 22:43:25 +02001369 struct w83627ehf_data *data;
David Hubbard1ea6dd32007-06-24 11:16:15 +02001370 struct resource *res;
Jean Delvarefc18d6c2007-06-24 11:19:42 +02001371 u8 fan4pin, fan5pin, en_vrm10;
Jean Delvare08e7e272005-04-25 22:43:25 +02001372 int i, err = 0;
1373
David Hubbard1ea6dd32007-06-24 11:16:15 +02001374 res = platform_get_resource(pdev, IORESOURCE_IO, 0);
1375 if (!request_region(res->start, IOREGION_LENGTH, DRVNAME)) {
Jean Delvare08e7e272005-04-25 22:43:25 +02001376 err = -EBUSY;
David Hubbard1ea6dd32007-06-24 11:16:15 +02001377 dev_err(dev, "Failed to request region 0x%lx-0x%lx\n",
1378 (unsigned long)res->start,
1379 (unsigned long)res->start + IOREGION_LENGTH - 1);
Jean Delvare08e7e272005-04-25 22:43:25 +02001380 goto exit;
1381 }
1382
Deepak Saxenaba9c2e82005-10-17 23:08:32 +02001383 if (!(data = kzalloc(sizeof(struct w83627ehf_data), GFP_KERNEL))) {
Jean Delvare08e7e272005-04-25 22:43:25 +02001384 err = -ENOMEM;
1385 goto exit_release;
1386 }
Jean Delvare08e7e272005-04-25 22:43:25 +02001387
David Hubbard1ea6dd32007-06-24 11:16:15 +02001388 data->addr = res->start;
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001389 mutex_init(&data->lock);
Ingo Molnar9a61bf62006-01-18 23:19:26 +01001390 mutex_init(&data->update_lock);
David Hubbard1ea6dd32007-06-24 11:16:15 +02001391 data->name = w83627ehf_device_names[sio_data->kind];
1392 platform_set_drvdata(pdev, data);
Jean Delvare08e7e272005-04-25 22:43:25 +02001393
Gong Jun237c8d2f2009-03-30 21:46:42 +02001394 /* 627EHG and 627EHF have 10 voltage inputs; 627DHG and 667HG have 9 */
1395 data->in_num = (sio_data->kind == w83627ehf) ? 10 : 9;
1396 /* 667HG has 3 pwms */
Guenter Roeckc39aeda2010-08-14 21:08:55 +02001397 data->pwm_num = (sio_data->kind == w83667hg
1398 || sio_data->kind == w83667hg_b) ? 3 : 4;
Jean Delvare08e7e272005-04-25 22:43:25 +02001399
Gong Juna157d062009-03-30 21:46:43 +02001400 /* Check temp3 configuration bit for 667HG */
Guenter Roeckc39aeda2010-08-14 21:08:55 +02001401 if (sio_data->kind == w83667hg || sio_data->kind == w83667hg_b) {
Gong Juna157d062009-03-30 21:46:43 +02001402 data->temp3_disable = w83627ehf_read_value(data,
1403 W83627EHF_REG_TEMP_CONFIG[1]) & 0x01;
1404 data->in6_skip = !data->temp3_disable;
1405 }
1406
Guenter Roeckda2e0252010-08-14 21:08:55 +02001407 data->REG_FAN_START_OUTPUT = W83627EHF_REG_FAN_START_OUTPUT;
1408 data->REG_FAN_STOP_OUTPUT = W83627EHF_REG_FAN_STOP_OUTPUT;
Guenter Roeckc39aeda2010-08-14 21:08:55 +02001409 if (sio_data->kind == w83667hg_b) {
1410 data->REG_FAN_MAX_OUTPUT =
1411 W83627EHF_REG_FAN_MAX_OUTPUT_W83667_B;
1412 data->REG_FAN_STEP_OUTPUT =
1413 W83627EHF_REG_FAN_STEP_OUTPUT_W83667_B;
1414 } else {
1415 data->REG_FAN_MAX_OUTPUT =
1416 W83627EHF_REG_FAN_MAX_OUTPUT_COMMON;
1417 data->REG_FAN_STEP_OUTPUT =
1418 W83627EHF_REG_FAN_STEP_OUTPUT_COMMON;
1419 }
Guenter Roeckda2e0252010-08-14 21:08:55 +02001420
Jean Delvare08e7e272005-04-25 22:43:25 +02001421 /* Initialize the chip */
David Hubbard1ea6dd32007-06-24 11:16:15 +02001422 w83627ehf_init_device(data);
Jean Delvare08e7e272005-04-25 22:43:25 +02001423
Jean Delvarefc18d6c2007-06-24 11:19:42 +02001424 data->vrm = vid_which_vrm();
1425 superio_enter(sio_data->sioreg);
Jean Delvarefc18d6c2007-06-24 11:19:42 +02001426 /* Read VID value */
Guenter Roeckc39aeda2010-08-14 21:08:55 +02001427 if (sio_data->kind == w83667hg || sio_data->kind == w83667hg_b) {
Gong Jun237c8d2f2009-03-30 21:46:42 +02001428 /* W83667HG has different pins for VID input and output, so
1429 we can get the VID input values directly at logical device D
1430 0xe3. */
1431 superio_select(sio_data->sioreg, W83667HG_LD_VID);
1432 data->vid = superio_inb(sio_data->sioreg, 0xe3);
Jean Delvarecbe311f2008-01-03 21:22:44 +01001433 err = device_create_file(dev, &dev_attr_cpu0_vid);
1434 if (err)
1435 goto exit_release;
Jean Delvare58e6e782008-01-03 07:33:31 -05001436 } else {
Gong Jun237c8d2f2009-03-30 21:46:42 +02001437 superio_select(sio_data->sioreg, W83627EHF_LD_HWM);
1438 if (superio_inb(sio_data->sioreg, SIO_REG_VID_CTRL) & 0x80) {
1439 /* Set VID input sensibility if needed. In theory the
1440 BIOS should have set it, but in practice it's not
1441 always the case. We only do it for the W83627EHF/EHG
1442 because the W83627DHG is more complex in this
1443 respect. */
1444 if (sio_data->kind == w83627ehf) {
1445 en_vrm10 = superio_inb(sio_data->sioreg,
1446 SIO_REG_EN_VRM10);
1447 if ((en_vrm10 & 0x08) && data->vrm == 90) {
1448 dev_warn(dev, "Setting VID input "
1449 "voltage to TTL\n");
1450 superio_outb(sio_data->sioreg,
1451 SIO_REG_EN_VRM10,
1452 en_vrm10 & ~0x08);
1453 } else if (!(en_vrm10 & 0x08)
1454 && data->vrm == 100) {
1455 dev_warn(dev, "Setting VID input "
1456 "voltage to VRM10\n");
1457 superio_outb(sio_data->sioreg,
1458 SIO_REG_EN_VRM10,
1459 en_vrm10 | 0x08);
1460 }
1461 }
1462
1463 data->vid = superio_inb(sio_data->sioreg,
1464 SIO_REG_VID_DATA);
1465 if (sio_data->kind == w83627ehf) /* 6 VID pins only */
1466 data->vid &= 0x3f;
1467
1468 err = device_create_file(dev, &dev_attr_cpu0_vid);
1469 if (err)
1470 goto exit_release;
1471 } else {
1472 dev_info(dev, "VID pins in output mode, CPU VID not "
1473 "available\n");
1474 }
Jean Delvarefc18d6c2007-06-24 11:19:42 +02001475 }
1476
Rudolf Marek08c79952006-07-05 18:14:31 +02001477 /* fan4 and fan5 share some pins with the GPIO and serial flash */
Guenter Roeckc39aeda2010-08-14 21:08:55 +02001478 if (sio_data->kind == w83667hg || sio_data->kind == w83667hg_b) {
Gong Jun237c8d2f2009-03-30 21:46:42 +02001479 fan5pin = superio_inb(sio_data->sioreg, 0x27) & 0x20;
1480 fan4pin = superio_inb(sio_data->sioreg, 0x27) & 0x40;
1481 } else {
1482 fan5pin = !(superio_inb(sio_data->sioreg, 0x24) & 0x02);
1483 fan4pin = !(superio_inb(sio_data->sioreg, 0x29) & 0x06);
1484 }
David Hubbard1ea6dd32007-06-24 11:16:15 +02001485 superio_exit(sio_data->sioreg);
Rudolf Marek08c79952006-07-05 18:14:31 +02001486
Jean Delvare08e7e272005-04-25 22:43:25 +02001487 /* It looks like fan4 and fan5 pins can be alternatively used
Rudolf Marek14992c72006-10-08 22:02:09 +02001488 as fan on/off switches, but fan5 control is write only :/
1489 We assume that if the serial interface is disabled, designers
1490 connected fan5 as input unless they are emitting log 1, which
1491 is not the default. */
Rudolf Marek08c79952006-07-05 18:14:31 +02001492
Jean Delvare08e7e272005-04-25 22:43:25 +02001493 data->has_fan = 0x07; /* fan1, fan2 and fan3 */
David Hubbard1ea6dd32007-06-24 11:16:15 +02001494 i = w83627ehf_read_value(data, W83627EHF_REG_FANDIV1);
Jean Delvare1704b262009-03-30 21:46:42 +02001495 if ((i & (1 << 2)) && fan4pin)
Jean Delvare08e7e272005-04-25 22:43:25 +02001496 data->has_fan |= (1 << 3);
Jean Delvare1704b262009-03-30 21:46:42 +02001497 if (!(i & (1 << 1)) && fan5pin)
Jean Delvare08e7e272005-04-25 22:43:25 +02001498 data->has_fan |= (1 << 4);
1499
Mark M. Hoffmanea7be662007-08-05 12:19:01 -04001500 /* Read fan clock dividers immediately */
1501 w83627ehf_update_fan_div(data);
1502
Jean Delvare08e7e272005-04-25 22:43:25 +02001503 /* Register sysfs hooks */
Rudolf Marek08c79952006-07-05 18:14:31 +02001504 for (i = 0; i < ARRAY_SIZE(sda_sf3_arrays); i++)
David Hubbardc18beb52006-09-24 21:04:38 +02001505 if ((err = device_create_file(dev,
1506 &sda_sf3_arrays[i].dev_attr)))
1507 goto exit_remove;
Rudolf Marek08c79952006-07-05 18:14:31 +02001508
Guenter Roeckda2e0252010-08-14 21:08:55 +02001509 for (i = 0; i < ARRAY_SIZE(sda_sf3_max_step_arrays); i++) {
1510 struct sensor_device_attribute *attr =
1511 &sda_sf3_max_step_arrays[i];
1512 if (data->REG_FAN_STEP_OUTPUT[attr->index] != 0xff) {
1513 err = device_create_file(dev, &attr->dev_attr);
1514 if (err)
1515 goto exit_remove;
1516 }
1517 }
Rudolf Marek08c79952006-07-05 18:14:31 +02001518 /* if fan4 is enabled create the sf3 files for it */
Gong Jun237c8d2f2009-03-30 21:46:42 +02001519 if ((data->has_fan & (1 << 3)) && data->pwm_num >= 4)
David Hubbardc18beb52006-09-24 21:04:38 +02001520 for (i = 0; i < ARRAY_SIZE(sda_sf3_arrays_fan4); i++) {
1521 if ((err = device_create_file(dev,
1522 &sda_sf3_arrays_fan4[i].dev_attr)))
1523 goto exit_remove;
1524 }
Rudolf Marek08c79952006-07-05 18:14:31 +02001525
Gong Juna157d062009-03-30 21:46:43 +02001526 for (i = 0; i < data->in_num; i++) {
1527 if ((i == 6) && data->in6_skip)
1528 continue;
David Hubbardc18beb52006-09-24 21:04:38 +02001529 if ((err = device_create_file(dev, &sda_in_input[i].dev_attr))
1530 || (err = device_create_file(dev,
1531 &sda_in_alarm[i].dev_attr))
1532 || (err = device_create_file(dev,
1533 &sda_in_min[i].dev_attr))
1534 || (err = device_create_file(dev,
1535 &sda_in_max[i].dev_attr)))
1536 goto exit_remove;
Gong Juna157d062009-03-30 21:46:43 +02001537 }
Rudolf Marekcf0676f2006-03-23 16:25:22 +01001538
Yuan Mu412fec82006-02-05 23:24:16 +01001539 for (i = 0; i < 5; i++) {
Rudolf Marek08c79952006-07-05 18:14:31 +02001540 if (data->has_fan & (1 << i)) {
David Hubbardc18beb52006-09-24 21:04:38 +02001541 if ((err = device_create_file(dev,
1542 &sda_fan_input[i].dev_attr))
1543 || (err = device_create_file(dev,
1544 &sda_fan_alarm[i].dev_attr))
1545 || (err = device_create_file(dev,
1546 &sda_fan_div[i].dev_attr))
1547 || (err = device_create_file(dev,
1548 &sda_fan_min[i].dev_attr)))
1549 goto exit_remove;
Gong Jun237c8d2f2009-03-30 21:46:42 +02001550 if (i < data->pwm_num &&
David Hubbardc18beb52006-09-24 21:04:38 +02001551 ((err = device_create_file(dev,
1552 &sda_pwm[i].dev_attr))
1553 || (err = device_create_file(dev,
1554 &sda_pwm_mode[i].dev_attr))
1555 || (err = device_create_file(dev,
1556 &sda_pwm_enable[i].dev_attr))
1557 || (err = device_create_file(dev,
1558 &sda_target_temp[i].dev_attr))
1559 || (err = device_create_file(dev,
1560 &sda_tolerance[i].dev_attr))))
1561 goto exit_remove;
Rudolf Marek08c79952006-07-05 18:14:31 +02001562 }
Jean Delvare08e7e272005-04-25 22:43:25 +02001563 }
Rudolf Marek08c79952006-07-05 18:14:31 +02001564
Gong Juna157d062009-03-30 21:46:43 +02001565 for (i = 0; i < 3; i++) {
1566 if ((i == 2) && data->temp3_disable)
1567 continue;
1568 if ((err = device_create_file(dev,
1569 &sda_temp_input[i].dev_attr))
1570 || (err = device_create_file(dev,
1571 &sda_temp_max[i].dev_attr))
1572 || (err = device_create_file(dev,
1573 &sda_temp_max_hyst[i].dev_attr))
1574 || (err = device_create_file(dev,
1575 &sda_temp_alarm[i].dev_attr))
1576 || (err = device_create_file(dev,
1577 &sda_temp_type[i].dev_attr)))
David Hubbardc18beb52006-09-24 21:04:38 +02001578 goto exit_remove;
Gong Juna157d062009-03-30 21:46:43 +02001579 }
David Hubbardc18beb52006-09-24 21:04:38 +02001580
David Hubbard1ea6dd32007-06-24 11:16:15 +02001581 err = device_create_file(dev, &dev_attr_name);
1582 if (err)
1583 goto exit_remove;
1584
Tony Jones1beeffe2007-08-20 13:46:20 -07001585 data->hwmon_dev = hwmon_device_register(dev);
1586 if (IS_ERR(data->hwmon_dev)) {
1587 err = PTR_ERR(data->hwmon_dev);
David Hubbardc18beb52006-09-24 21:04:38 +02001588 goto exit_remove;
1589 }
Jean Delvare08e7e272005-04-25 22:43:25 +02001590
1591 return 0;
1592
David Hubbardc18beb52006-09-24 21:04:38 +02001593exit_remove:
1594 w83627ehf_device_remove_files(dev);
Jean Delvare08e7e272005-04-25 22:43:25 +02001595 kfree(data);
David Hubbard1ea6dd32007-06-24 11:16:15 +02001596 platform_set_drvdata(pdev, NULL);
Jean Delvare08e7e272005-04-25 22:43:25 +02001597exit_release:
David Hubbard1ea6dd32007-06-24 11:16:15 +02001598 release_region(res->start, IOREGION_LENGTH);
Jean Delvare08e7e272005-04-25 22:43:25 +02001599exit:
1600 return err;
1601}
1602
David Hubbard1ea6dd32007-06-24 11:16:15 +02001603static int __devexit w83627ehf_remove(struct platform_device *pdev)
Jean Delvare08e7e272005-04-25 22:43:25 +02001604{
David Hubbard1ea6dd32007-06-24 11:16:15 +02001605 struct w83627ehf_data *data = platform_get_drvdata(pdev);
Jean Delvare08e7e272005-04-25 22:43:25 +02001606
Tony Jones1beeffe2007-08-20 13:46:20 -07001607 hwmon_device_unregister(data->hwmon_dev);
David Hubbard1ea6dd32007-06-24 11:16:15 +02001608 w83627ehf_device_remove_files(&pdev->dev);
1609 release_region(data->addr, IOREGION_LENGTH);
1610 platform_set_drvdata(pdev, NULL);
Mark M. Hoffman943b0832005-07-15 21:39:18 -04001611 kfree(data);
Jean Delvare08e7e272005-04-25 22:43:25 +02001612
1613 return 0;
1614}
1615
David Hubbard1ea6dd32007-06-24 11:16:15 +02001616static struct platform_driver w83627ehf_driver = {
Laurent Riffardcdaf7932005-11-26 20:37:41 +01001617 .driver = {
Jean Delvare87218842006-09-03 22:36:14 +02001618 .owner = THIS_MODULE,
David Hubbard1ea6dd32007-06-24 11:16:15 +02001619 .name = DRVNAME,
Laurent Riffardcdaf7932005-11-26 20:37:41 +01001620 },
David Hubbard1ea6dd32007-06-24 11:16:15 +02001621 .probe = w83627ehf_probe,
1622 .remove = __devexit_p(w83627ehf_remove),
Jean Delvare08e7e272005-04-25 22:43:25 +02001623};
1624
David Hubbard1ea6dd32007-06-24 11:16:15 +02001625/* w83627ehf_find() looks for a '627 in the Super-I/O config space */
1626static int __init w83627ehf_find(int sioaddr, unsigned short *addr,
1627 struct w83627ehf_sio_data *sio_data)
Jean Delvare08e7e272005-04-25 22:43:25 +02001628{
David Hubbard1ea6dd32007-06-24 11:16:15 +02001629 static const char __initdata sio_name_W83627EHF[] = "W83627EHF";
1630 static const char __initdata sio_name_W83627EHG[] = "W83627EHG";
1631 static const char __initdata sio_name_W83627DHG[] = "W83627DHG";
Jean Delvarec1e48dc2009-06-15 18:39:50 +02001632 static const char __initdata sio_name_W83627DHG_P[] = "W83627DHG-P";
Gong Jun237c8d2f2009-03-30 21:46:42 +02001633 static const char __initdata sio_name_W83667HG[] = "W83667HG";
Guenter Roeckc39aeda2010-08-14 21:08:55 +02001634 static const char __initdata sio_name_W83667HG_B[] = "W83667HG-B";
David Hubbard1ea6dd32007-06-24 11:16:15 +02001635
Jean Delvare08e7e272005-04-25 22:43:25 +02001636 u16 val;
David Hubbard1ea6dd32007-06-24 11:16:15 +02001637 const char *sio_name;
Jean Delvare08e7e272005-04-25 22:43:25 +02001638
David Hubbard1ea6dd32007-06-24 11:16:15 +02001639 superio_enter(sioaddr);
Jean Delvare08e7e272005-04-25 22:43:25 +02001640
Jean Delvare67b671b2007-12-06 23:13:42 +01001641 if (force_id)
1642 val = force_id;
1643 else
1644 val = (superio_inb(sioaddr, SIO_REG_DEVID) << 8)
1645 | superio_inb(sioaddr, SIO_REG_DEVID + 1);
David Hubbard657c93b2007-02-14 21:15:04 +01001646 switch (val & SIO_ID_MASK) {
David Hubbard657c93b2007-02-14 21:15:04 +01001647 case SIO_W83627EHF_ID:
David Hubbard1ea6dd32007-06-24 11:16:15 +02001648 sio_data->kind = w83627ehf;
1649 sio_name = sio_name_W83627EHF;
1650 break;
David Hubbard657c93b2007-02-14 21:15:04 +01001651 case SIO_W83627EHG_ID:
David Hubbard1ea6dd32007-06-24 11:16:15 +02001652 sio_data->kind = w83627ehf;
1653 sio_name = sio_name_W83627EHG;
1654 break;
1655 case SIO_W83627DHG_ID:
1656 sio_data->kind = w83627dhg;
1657 sio_name = sio_name_W83627DHG;
David Hubbard657c93b2007-02-14 21:15:04 +01001658 break;
Jean Delvarec1e48dc2009-06-15 18:39:50 +02001659 case SIO_W83627DHG_P_ID:
1660 sio_data->kind = w83627dhg_p;
1661 sio_name = sio_name_W83627DHG_P;
1662 break;
Gong Jun237c8d2f2009-03-30 21:46:42 +02001663 case SIO_W83667HG_ID:
1664 sio_data->kind = w83667hg;
1665 sio_name = sio_name_W83667HG;
1666 break;
Guenter Roeckc39aeda2010-08-14 21:08:55 +02001667 case SIO_W83667HG_B_ID:
1668 sio_data->kind = w83667hg_b;
1669 sio_name = sio_name_W83667HG_B;
1670 break;
David Hubbard657c93b2007-02-14 21:15:04 +01001671 default:
Jean Delvare9f660362007-06-24 11:23:41 +02001672 if (val != 0xffff)
Joe Perchesabdc6fd2010-10-20 06:51:54 +00001673 pr_debug("unsupported chip ID: 0x%04x\n", val);
David Hubbard1ea6dd32007-06-24 11:16:15 +02001674 superio_exit(sioaddr);
Jean Delvare08e7e272005-04-25 22:43:25 +02001675 return -ENODEV;
1676 }
1677
David Hubbard1ea6dd32007-06-24 11:16:15 +02001678 /* We have a known chip, find the HWM I/O address */
1679 superio_select(sioaddr, W83627EHF_LD_HWM);
1680 val = (superio_inb(sioaddr, SIO_REG_ADDR) << 8)
1681 | superio_inb(sioaddr, SIO_REG_ADDR + 1);
Jean Delvare1a641fc2007-04-23 14:41:16 -07001682 *addr = val & IOREGION_ALIGNMENT;
Jean Delvare2d8672c2005-07-19 23:56:35 +02001683 if (*addr == 0) {
Joe Perchesabdc6fd2010-10-20 06:51:54 +00001684 pr_err("Refusing to enable a Super-I/O device with a base I/O port 0\n");
David Hubbard1ea6dd32007-06-24 11:16:15 +02001685 superio_exit(sioaddr);
Jean Delvare08e7e272005-04-25 22:43:25 +02001686 return -ENODEV;
1687 }
1688
1689 /* Activate logical device if needed */
David Hubbard1ea6dd32007-06-24 11:16:15 +02001690 val = superio_inb(sioaddr, SIO_REG_ENABLE);
David Hubbard475ef852007-06-24 11:17:09 +02001691 if (!(val & 0x01)) {
Joe Perchesabdc6fd2010-10-20 06:51:54 +00001692 pr_warn("Forcibly enabling Super-I/O. Sensor is probably unusable.\n");
David Hubbard1ea6dd32007-06-24 11:16:15 +02001693 superio_outb(sioaddr, SIO_REG_ENABLE, val | 0x01);
David Hubbard475ef852007-06-24 11:17:09 +02001694 }
Jean Delvare08e7e272005-04-25 22:43:25 +02001695
David Hubbard1ea6dd32007-06-24 11:16:15 +02001696 superio_exit(sioaddr);
Joe Perchesabdc6fd2010-10-20 06:51:54 +00001697 pr_info("Found %s chip at %#x\n", sio_name, *addr);
David Hubbard1ea6dd32007-06-24 11:16:15 +02001698 sio_data->sioreg = sioaddr;
1699
Jean Delvare08e7e272005-04-25 22:43:25 +02001700 return 0;
1701}
1702
David Hubbard1ea6dd32007-06-24 11:16:15 +02001703/* when Super-I/O functions move to a separate file, the Super-I/O
1704 * bus will manage the lifetime of the device and this module will only keep
1705 * track of the w83627ehf driver. But since we platform_device_alloc(), we
1706 * must keep track of the device */
1707static struct platform_device *pdev;
1708
Jean Delvare08e7e272005-04-25 22:43:25 +02001709static int __init sensors_w83627ehf_init(void)
1710{
David Hubbard1ea6dd32007-06-24 11:16:15 +02001711 int err;
1712 unsigned short address;
1713 struct resource res;
1714 struct w83627ehf_sio_data sio_data;
1715
1716 /* initialize sio_data->kind and sio_data->sioreg.
1717 *
1718 * when Super-I/O functions move to a separate file, the Super-I/O
1719 * driver will probe 0x2e and 0x4e and auto-detect the presence of a
1720 * w83627ehf hardware monitor, and call probe() */
1721 if (w83627ehf_find(0x2e, &address, &sio_data) &&
1722 w83627ehf_find(0x4e, &address, &sio_data))
Jean Delvare08e7e272005-04-25 22:43:25 +02001723 return -ENODEV;
1724
David Hubbard1ea6dd32007-06-24 11:16:15 +02001725 err = platform_driver_register(&w83627ehf_driver);
1726 if (err)
1727 goto exit;
1728
1729 if (!(pdev = platform_device_alloc(DRVNAME, address))) {
1730 err = -ENOMEM;
Joe Perchesabdc6fd2010-10-20 06:51:54 +00001731 pr_err("Device allocation failed\n");
David Hubbard1ea6dd32007-06-24 11:16:15 +02001732 goto exit_unregister;
1733 }
1734
1735 err = platform_device_add_data(pdev, &sio_data,
1736 sizeof(struct w83627ehf_sio_data));
1737 if (err) {
Joe Perchesabdc6fd2010-10-20 06:51:54 +00001738 pr_err("Platform data allocation failed\n");
David Hubbard1ea6dd32007-06-24 11:16:15 +02001739 goto exit_device_put;
1740 }
1741
1742 memset(&res, 0, sizeof(res));
1743 res.name = DRVNAME;
1744 res.start = address + IOREGION_OFFSET;
1745 res.end = address + IOREGION_OFFSET + IOREGION_LENGTH - 1;
1746 res.flags = IORESOURCE_IO;
Jean Delvareb9acb642009-01-07 16:37:35 +01001747
1748 err = acpi_check_resource_conflict(&res);
1749 if (err)
Hans de Goede18632f82009-02-17 19:59:54 +01001750 goto exit_device_put;
Jean Delvareb9acb642009-01-07 16:37:35 +01001751
David Hubbard1ea6dd32007-06-24 11:16:15 +02001752 err = platform_device_add_resources(pdev, &res, 1);
1753 if (err) {
Joe Perchesabdc6fd2010-10-20 06:51:54 +00001754 pr_err("Device resource addition failed (%d)\n", err);
David Hubbard1ea6dd32007-06-24 11:16:15 +02001755 goto exit_device_put;
1756 }
1757
1758 /* platform_device_add calls probe() */
1759 err = platform_device_add(pdev);
1760 if (err) {
Joe Perchesabdc6fd2010-10-20 06:51:54 +00001761 pr_err("Device addition failed (%d)\n", err);
David Hubbard1ea6dd32007-06-24 11:16:15 +02001762 goto exit_device_put;
1763 }
1764
1765 return 0;
1766
1767exit_device_put:
1768 platform_device_put(pdev);
1769exit_unregister:
1770 platform_driver_unregister(&w83627ehf_driver);
1771exit:
1772 return err;
Jean Delvare08e7e272005-04-25 22:43:25 +02001773}
1774
1775static void __exit sensors_w83627ehf_exit(void)
1776{
David Hubbard1ea6dd32007-06-24 11:16:15 +02001777 platform_device_unregister(pdev);
1778 platform_driver_unregister(&w83627ehf_driver);
Jean Delvare08e7e272005-04-25 22:43:25 +02001779}
1780
1781MODULE_AUTHOR("Jean Delvare <khali@linux-fr.org>");
1782MODULE_DESCRIPTION("W83627EHF driver");
1783MODULE_LICENSE("GPL");
1784
1785module_init(sensors_w83627ehf_init);
1786module_exit(sensors_w83627ehf_exit);