blob: 45a028fb88517619c19b1f9b5fe6350f3f2b93ca [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Guenter Roeck8fda79e2012-01-14 22:21:41 -08002 * sis5595.c - Part of lm_sensors, Linux kernel modules
3 * for hardware monitoring
4 *
5 * Copyright (C) 1998 - 2001 Frodo Looijaard <frodol@dds.nl>,
6 * Kyösti Mälkki <kmalkki@cc.hut.fi>, and
7 * Mark D. Studebaker <mdsxyz123@yahoo.com>
8 * Ported to Linux 2.6 by Aurelien Jarno <aurelien@aurel32.net> with
Jean Delvare7c81c602014-01-29 20:40:08 +01009 * the help of Jean Delvare <jdelvare@suse.de>
Guenter Roeck8fda79e2012-01-14 22:21:41 -080010 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070025
26/*
Guenter Roeck8fda79e2012-01-14 22:21:41 -080027 * SiS southbridge has a LM78-like chip integrated on the same IC.
28 * This driver is a customized copy of lm78.c
29 *
30 * Supports following revisions:
31 * Version PCI ID PCI Revision
32 * 1 1039/0008 AF or less
33 * 2 1039/0008 B0 or greater
34 *
35 * Note: these chips contain a 0008 device which is incompatible with the
36 * 5595. We recognize these by the presence of the listed
37 * "blacklist" PCI ID and refuse to load.
38 *
39 * NOT SUPPORTED PCI ID BLACKLIST PCI ID
40 * 540 0008 0540
41 * 550 0008 0550
42 * 5513 0008 5511
43 * 5581 0008 5597
44 * 5582 0008 5597
45 * 5597 0008 5597
46 * 5598 0008 5597/5598
47 * 630 0008 0630
48 * 645 0008 0645
49 * 730 0008 0730
50 * 735 0008 0735
51 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
Joe Perches4b2515d2010-10-20 06:51:47 +000053#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
54
Linus Torvalds1da177e2005-04-16 15:20:36 -070055#include <linux/module.h>
56#include <linux/slab.h>
57#include <linux/ioport.h>
58#include <linux/pci.h>
Jean Delvare17e7dc42007-06-09 10:11:16 -040059#include <linux/platform_device.h>
Mark M. Hoffman943b0832005-07-15 21:39:18 -040060#include <linux/hwmon.h>
Jean Delvare1f5f48d2007-06-09 10:11:16 -040061#include <linux/hwmon-sysfs.h>
Mark M. Hoffman943b0832005-07-15 21:39:18 -040062#include <linux/err.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070063#include <linux/init.h>
Dominik Hacklff324092005-05-16 18:12:18 +020064#include <linux/jiffies.h>
Ingo Molnar9a61bf62006-01-18 23:19:26 +010065#include <linux/mutex.h>
Jean Delvarea5ebe662006-09-24 21:24:46 +020066#include <linux/sysfs.h>
Jean Delvareb9acb642009-01-07 16:37:35 +010067#include <linux/acpi.h>
H Hartley Sweeten6055fae2009-09-15 17:18:13 +020068#include <linux/io.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
70
Guenter Roeck8fda79e2012-01-14 22:21:41 -080071/*
72 * If force_addr is set to anything different from 0, we forcibly enable
73 * the device at the given address.
74 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070075static u16 force_addr;
76module_param(force_addr, ushort, 0);
77MODULE_PARM_DESC(force_addr,
78 "Initialize the base address of the sensors");
79
Jean Delvare17e7dc42007-06-09 10:11:16 -040080static struct platform_device *pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -070081
82/* Many SIS5595 constants specified below */
83
84/* Length of ISA address segment */
85#define SIS5595_EXTENT 8
86/* PCI Config Registers */
Linus Torvalds1da177e2005-04-16 15:20:36 -070087#define SIS5595_BASE_REG 0x68
88#define SIS5595_PIN_REG 0x7A
89#define SIS5595_ENABLE_REG 0x7B
90
91/* Where are the ISA address/data registers relative to the base address */
92#define SIS5595_ADDR_REG_OFFSET 5
93#define SIS5595_DATA_REG_OFFSET 6
94
95/* The SIS5595 registers */
96#define SIS5595_REG_IN_MAX(nr) (0x2b + (nr) * 2)
97#define SIS5595_REG_IN_MIN(nr) (0x2c + (nr) * 2)
98#define SIS5595_REG_IN(nr) (0x20 + (nr))
99
100#define SIS5595_REG_FAN_MIN(nr) (0x3b + (nr))
101#define SIS5595_REG_FAN(nr) (0x28 + (nr))
102
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800103/*
104 * On the first version of the chip, the temp registers are separate.
105 * On the second version,
106 * TEMP pin is shared with IN4, configured in PCI register 0x7A.
107 * The registers are the same as well.
108 * OVER and HYST are really MAX and MIN.
109 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110
111#define REV2MIN 0xb0
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800112#define SIS5595_REG_TEMP (((data->revision) >= REV2MIN) ? \
113 SIS5595_REG_IN(4) : 0x27)
114#define SIS5595_REG_TEMP_OVER (((data->revision) >= REV2MIN) ? \
115 SIS5595_REG_IN_MAX(4) : 0x39)
116#define SIS5595_REG_TEMP_HYST (((data->revision) >= REV2MIN) ? \
117 SIS5595_REG_IN_MIN(4) : 0x3a)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118
119#define SIS5595_REG_CONFIG 0x40
120#define SIS5595_REG_ALARM1 0x41
121#define SIS5595_REG_ALARM2 0x42
122#define SIS5595_REG_FANDIV 0x47
123
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800124/*
125 * Conversions. Limit checking is only done on the TO_REG
126 * variants.
127 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800129/*
130 * IN: mV, (0V to 4.08V)
131 * REG: 16mV/bit
132 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133static inline u8 IN_TO_REG(unsigned long val)
134{
Guenter Roeck2a844c12013-01-09 08:09:34 -0800135 unsigned long nval = clamp_val(val, 0, 4080);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136 return (nval + 8) / 16;
137}
138#define IN_FROM_REG(val) ((val) * 16)
139
140static inline u8 FAN_TO_REG(long rpm, int div)
141{
142 if (rpm <= 0)
143 return 255;
Dan Carpenter3806b452013-12-12 08:05:33 +0100144 if (rpm > 1350000)
145 return 1;
Guenter Roeck2a844c12013-01-09 08:09:34 -0800146 return clamp_val((1350000 + rpm * div / 2) / (rpm * div), 1, 254);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147}
148
149static inline int FAN_FROM_REG(u8 val, int div)
150{
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800151 return val == 0 ? -1 : val == 255 ? 0 : 1350000 / (val * div);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152}
153
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800154/*
155 * TEMP: mC (-54.12C to +157.53C)
156 * REG: 0.83C/bit + 52.12, two's complement
157 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700158static inline int TEMP_FROM_REG(s8 val)
159{
160 return val * 830 + 52120;
161}
Axel Lincc336542014-07-31 22:27:04 +0800162static inline s8 TEMP_TO_REG(long val)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163{
Guenter Roeck2a844c12013-01-09 08:09:34 -0800164 int nval = clamp_val(val, -54120, 157530) ;
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800165 return nval < 0 ? (nval - 5212 - 415) / 830 : (nval - 5212 + 415) / 830;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166}
167
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800168/*
169 * FAN DIV: 1, 2, 4, or 8 (defaults to 2)
170 * REG: 0, 1, 2, or 3 (respectively) (defaults to 1)
171 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172static inline u8 DIV_TO_REG(int val)
173{
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800174 return val == 8 ? 3 : val == 4 ? 2 : val == 1 ? 0 : 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175}
176#define DIV_FROM_REG(val) (1 << (val))
177
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800178/*
179 * For each registered chip, we need to keep some data in memory.
180 * The structure is dynamically allocated.
181 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182struct sis5595_data {
Jean Delvare17e7dc42007-06-09 10:11:16 -0400183 unsigned short addr;
184 const char *name;
Tony Jones1beeffe2007-08-20 13:46:20 -0700185 struct device *hwmon_dev;
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100186 struct mutex lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100188 struct mutex update_lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189 char valid; /* !=0 if following fields are valid */
190 unsigned long last_updated; /* In jiffies */
191 char maxins; /* == 3 if temp enabled, otherwise == 4 */
192 u8 revision; /* Reg. value */
193
194 u8 in[5]; /* Register value */
195 u8 in_max[5]; /* Register value */
196 u8 in_min[5]; /* Register value */
197 u8 fan[2]; /* Register value */
198 u8 fan_min[2]; /* Register value */
199 s8 temp; /* Register value */
200 s8 temp_over; /* Register value */
201 s8 temp_hyst; /* Register value */
202 u8 fan_div[2]; /* Register encoding, shifted right */
203 u16 alarms; /* Register encoding, combined */
204};
205
206static struct pci_dev *s_bridge; /* pointer to the (only) sis5595 */
207
Jean Delvare17e7dc42007-06-09 10:11:16 -0400208static int sis5595_probe(struct platform_device *pdev);
Bill Pemberton281dfd02012-11-19 13:25:51 -0500209static int sis5595_remove(struct platform_device *pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210
Jean Delvare17e7dc42007-06-09 10:11:16 -0400211static int sis5595_read_value(struct sis5595_data *data, u8 reg);
212static void sis5595_write_value(struct sis5595_data *data, u8 reg, u8 value);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213static struct sis5595_data *sis5595_update_device(struct device *dev);
Jean Delvare17e7dc42007-06-09 10:11:16 -0400214static void sis5595_init_device(struct sis5595_data *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215
Jean Delvare17e7dc42007-06-09 10:11:16 -0400216static struct platform_driver sis5595_driver = {
Laurent Riffardcdaf7932005-11-26 20:37:41 +0100217 .driver = {
Laurent Riffardcdaf7932005-11-26 20:37:41 +0100218 .name = "sis5595",
219 },
Jean Delvare17e7dc42007-06-09 10:11:16 -0400220 .probe = sis5595_probe,
Bill Pemberton9e5e9b72012-11-19 13:21:20 -0500221 .remove = sis5595_remove,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222};
223
224/* 4 Voltages */
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400225static ssize_t show_in(struct device *dev, struct device_attribute *da,
226 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227{
228 struct sis5595_data *data = sis5595_update_device(dev);
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400229 struct sensor_device_attribute *attr = to_sensor_dev_attr(da);
230 int nr = attr->index;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231 return sprintf(buf, "%d\n", IN_FROM_REG(data->in[nr]));
232}
233
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400234static ssize_t show_in_min(struct device *dev, struct device_attribute *da,
235 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236{
237 struct sis5595_data *data = sis5595_update_device(dev);
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400238 struct sensor_device_attribute *attr = to_sensor_dev_attr(da);
239 int nr = attr->index;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240 return sprintf(buf, "%d\n", IN_FROM_REG(data->in_min[nr]));
241}
242
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400243static ssize_t show_in_max(struct device *dev, struct device_attribute *da,
244 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245{
246 struct sis5595_data *data = sis5595_update_device(dev);
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400247 struct sensor_device_attribute *attr = to_sensor_dev_attr(da);
248 int nr = attr->index;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700249 return sprintf(buf, "%d\n", IN_FROM_REG(data->in_max[nr]));
250}
251
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400252static ssize_t set_in_min(struct device *dev, struct device_attribute *da,
253 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254{
Jean Delvare17e7dc42007-06-09 10:11:16 -0400255 struct sis5595_data *data = dev_get_drvdata(dev);
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400256 struct sensor_device_attribute *attr = to_sensor_dev_attr(da);
257 int nr = attr->index;
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800258 unsigned long val;
259 int err;
260
261 err = kstrtoul(buf, 10, &val);
262 if (err)
263 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100265 mutex_lock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266 data->in_min[nr] = IN_TO_REG(val);
Jean Delvare17e7dc42007-06-09 10:11:16 -0400267 sis5595_write_value(data, SIS5595_REG_IN_MIN(nr), data->in_min[nr]);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100268 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269 return count;
270}
271
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400272static ssize_t set_in_max(struct device *dev, struct device_attribute *da,
273 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274{
Jean Delvare17e7dc42007-06-09 10:11:16 -0400275 struct sis5595_data *data = dev_get_drvdata(dev);
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400276 struct sensor_device_attribute *attr = to_sensor_dev_attr(da);
277 int nr = attr->index;
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800278 unsigned long val;
279 int err;
280
281 err = kstrtoul(buf, 10, &val);
282 if (err)
283 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100285 mutex_lock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286 data->in_max[nr] = IN_TO_REG(val);
Jean Delvare17e7dc42007-06-09 10:11:16 -0400287 sis5595_write_value(data, SIS5595_REG_IN_MAX(nr), data->in_max[nr]);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100288 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 return count;
290}
291
292#define show_in_offset(offset) \
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400293static SENSOR_DEVICE_ATTR(in##offset##_input, S_IRUGO, \
294 show_in, NULL, offset); \
295static SENSOR_DEVICE_ATTR(in##offset##_min, S_IRUGO | S_IWUSR, \
296 show_in_min, set_in_min, offset); \
297static SENSOR_DEVICE_ATTR(in##offset##_max, S_IRUGO | S_IWUSR, \
298 show_in_max, set_in_max, offset);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299
300show_in_offset(0);
301show_in_offset(1);
302show_in_offset(2);
303show_in_offset(3);
304show_in_offset(4);
305
306/* Temperature */
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800307static ssize_t show_temp(struct device *dev, struct device_attribute *attr,
308 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309{
310 struct sis5595_data *data = sis5595_update_device(dev);
311 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp));
312}
313
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800314static ssize_t show_temp_over(struct device *dev, struct device_attribute *attr,
315 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316{
317 struct sis5595_data *data = sis5595_update_device(dev);
318 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_over));
319}
320
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800321static ssize_t set_temp_over(struct device *dev, struct device_attribute *attr,
322 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323{
Jean Delvare17e7dc42007-06-09 10:11:16 -0400324 struct sis5595_data *data = dev_get_drvdata(dev);
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800325 long val;
326 int err;
327
328 err = kstrtol(buf, 10, &val);
329 if (err)
330 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100332 mutex_lock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 data->temp_over = TEMP_TO_REG(val);
Jean Delvare17e7dc42007-06-09 10:11:16 -0400334 sis5595_write_value(data, SIS5595_REG_TEMP_OVER, data->temp_over);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100335 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336 return count;
337}
338
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800339static ssize_t show_temp_hyst(struct device *dev, struct device_attribute *attr,
340 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341{
342 struct sis5595_data *data = sis5595_update_device(dev);
343 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->temp_hyst));
344}
345
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800346static ssize_t set_temp_hyst(struct device *dev, struct device_attribute *attr,
347 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348{
Jean Delvare17e7dc42007-06-09 10:11:16 -0400349 struct sis5595_data *data = dev_get_drvdata(dev);
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800350 long val;
351 int err;
352
353 err = kstrtol(buf, 10, &val);
354 if (err)
355 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700356
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100357 mutex_lock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358 data->temp_hyst = TEMP_TO_REG(val);
Jean Delvare17e7dc42007-06-09 10:11:16 -0400359 sis5595_write_value(data, SIS5595_REG_TEMP_HYST, data->temp_hyst);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100360 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361 return count;
362}
363
364static DEVICE_ATTR(temp1_input, S_IRUGO, show_temp, NULL);
365static DEVICE_ATTR(temp1_max, S_IRUGO | S_IWUSR,
366 show_temp_over, set_temp_over);
367static DEVICE_ATTR(temp1_max_hyst, S_IRUGO | S_IWUSR,
368 show_temp_hyst, set_temp_hyst);
369
370/* 2 Fans */
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400371static ssize_t show_fan(struct device *dev, struct device_attribute *da,
372 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373{
374 struct sis5595_data *data = sis5595_update_device(dev);
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400375 struct sensor_device_attribute *attr = to_sensor_dev_attr(da);
376 int nr = attr->index;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377 return sprintf(buf, "%d\n", FAN_FROM_REG(data->fan[nr],
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800378 DIV_FROM_REG(data->fan_div[nr])));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379}
380
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400381static ssize_t show_fan_min(struct device *dev, struct device_attribute *da,
382 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383{
384 struct sis5595_data *data = sis5595_update_device(dev);
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400385 struct sensor_device_attribute *attr = to_sensor_dev_attr(da);
386 int nr = attr->index;
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800387 return sprintf(buf, "%d\n", FAN_FROM_REG(data->fan_min[nr],
388 DIV_FROM_REG(data->fan_div[nr])));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389}
390
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400391static ssize_t set_fan_min(struct device *dev, struct device_attribute *da,
392 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393{
Jean Delvare17e7dc42007-06-09 10:11:16 -0400394 struct sis5595_data *data = dev_get_drvdata(dev);
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400395 struct sensor_device_attribute *attr = to_sensor_dev_attr(da);
396 int nr = attr->index;
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800397 unsigned long val;
398 int err;
399
400 err = kstrtoul(buf, 10, &val);
401 if (err)
402 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100404 mutex_lock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405 data->fan_min[nr] = FAN_TO_REG(val, DIV_FROM_REG(data->fan_div[nr]));
Jean Delvare17e7dc42007-06-09 10:11:16 -0400406 sis5595_write_value(data, SIS5595_REG_FAN_MIN(nr), data->fan_min[nr]);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100407 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408 return count;
409}
410
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400411static ssize_t show_fan_div(struct device *dev, struct device_attribute *da,
412 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413{
414 struct sis5595_data *data = sis5595_update_device(dev);
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400415 struct sensor_device_attribute *attr = to_sensor_dev_attr(da);
416 int nr = attr->index;
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800417 return sprintf(buf, "%d\n", DIV_FROM_REG(data->fan_div[nr]));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418}
419
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800420/*
421 * Note: we save and restore the fan minimum here, because its value is
422 * determined in part by the fan divisor. This follows the principle of
423 * least surprise; the user doesn't expect the fan minimum to change just
424 * because the divisor changed.
425 */
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400426static ssize_t set_fan_div(struct device *dev, struct device_attribute *da,
427 const char *buf, size_t count)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428{
Jean Delvare17e7dc42007-06-09 10:11:16 -0400429 struct sis5595_data *data = dev_get_drvdata(dev);
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400430 struct sensor_device_attribute *attr = to_sensor_dev_attr(da);
431 int nr = attr->index;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432 unsigned long min;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 int reg;
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800434 unsigned long val;
435 int err;
436
437 err = kstrtoul(buf, 10, &val);
438 if (err)
439 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100441 mutex_lock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442 min = FAN_FROM_REG(data->fan_min[nr],
443 DIV_FROM_REG(data->fan_div[nr]));
Jean Delvare17e7dc42007-06-09 10:11:16 -0400444 reg = sis5595_read_value(data, SIS5595_REG_FANDIV);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445
446 switch (val) {
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800447 case 1:
448 data->fan_div[nr] = 0;
449 break;
450 case 2:
451 data->fan_div[nr] = 1;
452 break;
453 case 4:
454 data->fan_div[nr] = 2;
455 break;
456 case 8:
457 data->fan_div[nr] = 3;
458 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459 default:
Guenter Roeckb55f3752013-01-10 10:01:24 -0800460 dev_err(dev,
461 "fan_div value %ld not supported. Choose one of 1, 2, 4 or 8!\n",
462 val);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100463 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464 return -EINVAL;
465 }
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800466
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467 switch (nr) {
468 case 0:
469 reg = (reg & 0xcf) | (data->fan_div[nr] << 4);
470 break;
471 case 1:
472 reg = (reg & 0x3f) | (data->fan_div[nr] << 6);
473 break;
474 }
Jean Delvare17e7dc42007-06-09 10:11:16 -0400475 sis5595_write_value(data, SIS5595_REG_FANDIV, reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476 data->fan_min[nr] =
477 FAN_TO_REG(min, DIV_FROM_REG(data->fan_div[nr]));
Jean Delvare17e7dc42007-06-09 10:11:16 -0400478 sis5595_write_value(data, SIS5595_REG_FAN_MIN(nr), data->fan_min[nr]);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100479 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480 return count;
481}
482
483#define show_fan_offset(offset) \
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400484static SENSOR_DEVICE_ATTR(fan##offset##_input, S_IRUGO, \
485 show_fan, NULL, offset - 1); \
486static SENSOR_DEVICE_ATTR(fan##offset##_min, S_IRUGO | S_IWUSR, \
487 show_fan_min, set_fan_min, offset - 1); \
488static SENSOR_DEVICE_ATTR(fan##offset##_div, S_IRUGO | S_IWUSR, \
489 show_fan_div, set_fan_div, offset - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490
491show_fan_offset(1);
492show_fan_offset(2);
493
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494/* Alarms */
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800495static ssize_t show_alarms(struct device *dev, struct device_attribute *attr,
496 char *buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700497{
498 struct sis5595_data *data = sis5595_update_device(dev);
499 return sprintf(buf, "%d\n", data->alarms);
500}
501static DEVICE_ATTR(alarms, S_IRUGO, show_alarms, NULL);
Jean Delvarea5ebe662006-09-24 21:24:46 +0200502
Ivo Manca5c726b32007-10-15 20:50:53 +0200503static ssize_t show_alarm(struct device *dev, struct device_attribute *da,
504 char *buf)
505{
506 struct sis5595_data *data = sis5595_update_device(dev);
507 int nr = to_sensor_dev_attr(da)->index;
508 return sprintf(buf, "%u\n", (data->alarms >> nr) & 1);
509}
510static SENSOR_DEVICE_ATTR(in0_alarm, S_IRUGO, show_alarm, NULL, 0);
511static SENSOR_DEVICE_ATTR(in1_alarm, S_IRUGO, show_alarm, NULL, 1);
512static SENSOR_DEVICE_ATTR(in2_alarm, S_IRUGO, show_alarm, NULL, 2);
513static SENSOR_DEVICE_ATTR(in3_alarm, S_IRUGO, show_alarm, NULL, 3);
514static SENSOR_DEVICE_ATTR(in4_alarm, S_IRUGO, show_alarm, NULL, 15);
515static SENSOR_DEVICE_ATTR(fan1_alarm, S_IRUGO, show_alarm, NULL, 6);
516static SENSOR_DEVICE_ATTR(fan2_alarm, S_IRUGO, show_alarm, NULL, 7);
517static SENSOR_DEVICE_ATTR(temp1_alarm, S_IRUGO, show_alarm, NULL, 15);
518
Jean Delvare17e7dc42007-06-09 10:11:16 -0400519static ssize_t show_name(struct device *dev, struct device_attribute *attr,
520 char *buf)
521{
522 struct sis5595_data *data = dev_get_drvdata(dev);
523 return sprintf(buf, "%s\n", data->name);
524}
525static DEVICE_ATTR(name, S_IRUGO, show_name, NULL);
526
Jean Delvarea5ebe662006-09-24 21:24:46 +0200527static struct attribute *sis5595_attributes[] = {
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400528 &sensor_dev_attr_in0_input.dev_attr.attr,
529 &sensor_dev_attr_in0_min.dev_attr.attr,
530 &sensor_dev_attr_in0_max.dev_attr.attr,
Ivo Manca5c726b32007-10-15 20:50:53 +0200531 &sensor_dev_attr_in0_alarm.dev_attr.attr,
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400532 &sensor_dev_attr_in1_input.dev_attr.attr,
533 &sensor_dev_attr_in1_min.dev_attr.attr,
534 &sensor_dev_attr_in1_max.dev_attr.attr,
Ivo Manca5c726b32007-10-15 20:50:53 +0200535 &sensor_dev_attr_in1_alarm.dev_attr.attr,
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400536 &sensor_dev_attr_in2_input.dev_attr.attr,
537 &sensor_dev_attr_in2_min.dev_attr.attr,
538 &sensor_dev_attr_in2_max.dev_attr.attr,
Ivo Manca5c726b32007-10-15 20:50:53 +0200539 &sensor_dev_attr_in2_alarm.dev_attr.attr,
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400540 &sensor_dev_attr_in3_input.dev_attr.attr,
541 &sensor_dev_attr_in3_min.dev_attr.attr,
542 &sensor_dev_attr_in3_max.dev_attr.attr,
Ivo Manca5c726b32007-10-15 20:50:53 +0200543 &sensor_dev_attr_in3_alarm.dev_attr.attr,
Jean Delvarea5ebe662006-09-24 21:24:46 +0200544
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400545 &sensor_dev_attr_fan1_input.dev_attr.attr,
546 &sensor_dev_attr_fan1_min.dev_attr.attr,
547 &sensor_dev_attr_fan1_div.dev_attr.attr,
Ivo Manca5c726b32007-10-15 20:50:53 +0200548 &sensor_dev_attr_fan1_alarm.dev_attr.attr,
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400549 &sensor_dev_attr_fan2_input.dev_attr.attr,
550 &sensor_dev_attr_fan2_min.dev_attr.attr,
551 &sensor_dev_attr_fan2_div.dev_attr.attr,
Ivo Manca5c726b32007-10-15 20:50:53 +0200552 &sensor_dev_attr_fan2_alarm.dev_attr.attr,
Jean Delvarea5ebe662006-09-24 21:24:46 +0200553
554 &dev_attr_alarms.attr,
Jean Delvare17e7dc42007-06-09 10:11:16 -0400555 &dev_attr_name.attr,
Jean Delvarea5ebe662006-09-24 21:24:46 +0200556 NULL
557};
558
559static const struct attribute_group sis5595_group = {
560 .attrs = sis5595_attributes,
561};
562
Ivo Manca76e63862007-10-15 13:27:13 +0200563static struct attribute *sis5595_attributes_in4[] = {
Jean Delvare1f5f48d2007-06-09 10:11:16 -0400564 &sensor_dev_attr_in4_input.dev_attr.attr,
565 &sensor_dev_attr_in4_min.dev_attr.attr,
566 &sensor_dev_attr_in4_max.dev_attr.attr,
Ivo Manca5c726b32007-10-15 20:50:53 +0200567 &sensor_dev_attr_in4_alarm.dev_attr.attr,
Ivo Manca76e63862007-10-15 13:27:13 +0200568 NULL
569};
Jean Delvarea5ebe662006-09-24 21:24:46 +0200570
Ivo Manca76e63862007-10-15 13:27:13 +0200571static const struct attribute_group sis5595_group_in4 = {
572 .attrs = sis5595_attributes_in4,
573};
574
575static struct attribute *sis5595_attributes_temp1[] = {
Jean Delvarea5ebe662006-09-24 21:24:46 +0200576 &dev_attr_temp1_input.attr,
577 &dev_attr_temp1_max.attr,
578 &dev_attr_temp1_max_hyst.attr,
Ivo Manca5c726b32007-10-15 20:50:53 +0200579 &sensor_dev_attr_temp1_alarm.dev_attr.attr,
Jean Delvarea5ebe662006-09-24 21:24:46 +0200580 NULL
581};
582
Ivo Manca76e63862007-10-15 13:27:13 +0200583static const struct attribute_group sis5595_group_temp1 = {
584 .attrs = sis5595_attributes_temp1,
Jean Delvarea5ebe662006-09-24 21:24:46 +0200585};
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800586
Linus Torvalds1da177e2005-04-16 15:20:36 -0700587/* This is called when the module is loaded */
Bill Pemberton6c931ae2012-11-19 13:22:35 -0500588static int sis5595_probe(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589{
590 int err = 0;
591 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592 struct sis5595_data *data;
Jean Delvare17e7dc42007-06-09 10:11:16 -0400593 struct resource *res;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594 char val;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596 /* Reserve the ISA region */
Jean Delvare17e7dc42007-06-09 10:11:16 -0400597 res = platform_get_resource(pdev, IORESOURCE_IO, 0);
Guenter Roeck5d224ad2012-06-02 11:20:23 -0700598 if (!devm_request_region(&pdev->dev, res->start, SIS5595_EXTENT,
599 sis5595_driver.driver.name))
600 return -EBUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601
Guenter Roeck5d224ad2012-06-02 11:20:23 -0700602 data = devm_kzalloc(&pdev->dev, sizeof(struct sis5595_data),
603 GFP_KERNEL);
604 if (!data)
605 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100607 mutex_init(&data->lock);
Jean Delvare17e7dc42007-06-09 10:11:16 -0400608 mutex_init(&data->update_lock);
609 data->addr = res->start;
610 data->name = "sis5595";
611 platform_set_drvdata(pdev, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800613 /*
614 * Check revision and pin registers to determine whether 4 or 5 voltages
615 */
Auke Kok7b6d1f02007-08-27 16:17:01 -0700616 data->revision = s_bridge->revision;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617 /* 4 voltages, 1 temp */
618 data->maxins = 3;
619 if (data->revision >= REV2MIN) {
620 pci_read_config_byte(s_bridge, SIS5595_PIN_REG, &val);
621 if (!(val & 0x80))
622 /* 5 voltages, no temps */
623 data->maxins = 4;
624 }
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800625
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626 /* Initialize the SIS5595 chip */
Jean Delvare17e7dc42007-06-09 10:11:16 -0400627 sis5595_init_device(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628
629 /* A few vars need to be filled upon startup */
630 for (i = 0; i < 2; i++) {
Jean Delvare17e7dc42007-06-09 10:11:16 -0400631 data->fan_min[i] = sis5595_read_value(data,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632 SIS5595_REG_FAN_MIN(i));
633 }
634
635 /* Register sysfs hooks */
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800636 err = sysfs_create_group(&pdev->dev.kobj, &sis5595_group);
637 if (err)
Guenter Roeck5d224ad2012-06-02 11:20:23 -0700638 return err;
Jean Delvarea5ebe662006-09-24 21:24:46 +0200639 if (data->maxins == 4) {
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800640 err = sysfs_create_group(&pdev->dev.kobj, &sis5595_group_in4);
641 if (err)
Jean Delvarea5ebe662006-09-24 21:24:46 +0200642 goto exit_remove_files;
643 } else {
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800644 err = sysfs_create_group(&pdev->dev.kobj, &sis5595_group_temp1);
645 if (err)
Jean Delvarea5ebe662006-09-24 21:24:46 +0200646 goto exit_remove_files;
647 }
648
Tony Jones1beeffe2007-08-20 13:46:20 -0700649 data->hwmon_dev = hwmon_device_register(&pdev->dev);
650 if (IS_ERR(data->hwmon_dev)) {
651 err = PTR_ERR(data->hwmon_dev);
Jean Delvarea5ebe662006-09-24 21:24:46 +0200652 goto exit_remove_files;
Mark M. Hoffman943b0832005-07-15 21:39:18 -0400653 }
654
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655 return 0;
Mark M. Hoffman943b0832005-07-15 21:39:18 -0400656
Jean Delvarea5ebe662006-09-24 21:24:46 +0200657exit_remove_files:
Jean Delvare17e7dc42007-06-09 10:11:16 -0400658 sysfs_remove_group(&pdev->dev.kobj, &sis5595_group);
Ivo Manca76e63862007-10-15 13:27:13 +0200659 sysfs_remove_group(&pdev->dev.kobj, &sis5595_group_in4);
660 sysfs_remove_group(&pdev->dev.kobj, &sis5595_group_temp1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661 return err;
662}
663
Bill Pemberton281dfd02012-11-19 13:25:51 -0500664static int sis5595_remove(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665{
Jean Delvare17e7dc42007-06-09 10:11:16 -0400666 struct sis5595_data *data = platform_get_drvdata(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667
Tony Jones1beeffe2007-08-20 13:46:20 -0700668 hwmon_device_unregister(data->hwmon_dev);
Jean Delvare17e7dc42007-06-09 10:11:16 -0400669 sysfs_remove_group(&pdev->dev.kobj, &sis5595_group);
Ivo Manca76e63862007-10-15 13:27:13 +0200670 sysfs_remove_group(&pdev->dev.kobj, &sis5595_group_in4);
671 sysfs_remove_group(&pdev->dev.kobj, &sis5595_group_temp1);
Mark M. Hoffman943b0832005-07-15 21:39:18 -0400672
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673 return 0;
674}
675
676
677/* ISA access must be locked explicitly. */
Jean Delvare17e7dc42007-06-09 10:11:16 -0400678static int sis5595_read_value(struct sis5595_data *data, u8 reg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700679{
680 int res;
681
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100682 mutex_lock(&data->lock);
Jean Delvare17e7dc42007-06-09 10:11:16 -0400683 outb_p(reg, data->addr + SIS5595_ADDR_REG_OFFSET);
684 res = inb_p(data->addr + SIS5595_DATA_REG_OFFSET);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100685 mutex_unlock(&data->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686 return res;
687}
688
Jean Delvare17e7dc42007-06-09 10:11:16 -0400689static void sis5595_write_value(struct sis5595_data *data, u8 reg, u8 value)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690{
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100691 mutex_lock(&data->lock);
Jean Delvare17e7dc42007-06-09 10:11:16 -0400692 outb_p(reg, data->addr + SIS5595_ADDR_REG_OFFSET);
693 outb_p(value, data->addr + SIS5595_DATA_REG_OFFSET);
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100694 mutex_unlock(&data->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695}
696
697/* Called when we have found a new SIS5595. */
Bill Pemberton6c931ae2012-11-19 13:22:35 -0500698static void sis5595_init_device(struct sis5595_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699{
Jean Delvare17e7dc42007-06-09 10:11:16 -0400700 u8 config = sis5595_read_value(data, SIS5595_REG_CONFIG);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701 if (!(config & 0x01))
Jean Delvare17e7dc42007-06-09 10:11:16 -0400702 sis5595_write_value(data, SIS5595_REG_CONFIG,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703 (config & 0xf7) | 0x01);
704}
705
706static struct sis5595_data *sis5595_update_device(struct device *dev)
707{
Jean Delvare17e7dc42007-06-09 10:11:16 -0400708 struct sis5595_data *data = dev_get_drvdata(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709 int i;
710
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100711 mutex_lock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712
713 if (time_after(jiffies, data->last_updated + HZ + HZ / 2)
714 || !data->valid) {
715
716 for (i = 0; i <= data->maxins; i++) {
717 data->in[i] =
Jean Delvare17e7dc42007-06-09 10:11:16 -0400718 sis5595_read_value(data, SIS5595_REG_IN(i));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719 data->in_min[i] =
Jean Delvare17e7dc42007-06-09 10:11:16 -0400720 sis5595_read_value(data,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700721 SIS5595_REG_IN_MIN(i));
722 data->in_max[i] =
Jean Delvare17e7dc42007-06-09 10:11:16 -0400723 sis5595_read_value(data,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724 SIS5595_REG_IN_MAX(i));
725 }
726 for (i = 0; i < 2; i++) {
727 data->fan[i] =
Jean Delvare17e7dc42007-06-09 10:11:16 -0400728 sis5595_read_value(data, SIS5595_REG_FAN(i));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729 data->fan_min[i] =
Jean Delvare17e7dc42007-06-09 10:11:16 -0400730 sis5595_read_value(data,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731 SIS5595_REG_FAN_MIN(i));
732 }
733 if (data->maxins == 3) {
734 data->temp =
Jean Delvare17e7dc42007-06-09 10:11:16 -0400735 sis5595_read_value(data, SIS5595_REG_TEMP);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736 data->temp_over =
Jean Delvare17e7dc42007-06-09 10:11:16 -0400737 sis5595_read_value(data, SIS5595_REG_TEMP_OVER);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738 data->temp_hyst =
Jean Delvare17e7dc42007-06-09 10:11:16 -0400739 sis5595_read_value(data, SIS5595_REG_TEMP_HYST);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700740 }
Jean Delvare17e7dc42007-06-09 10:11:16 -0400741 i = sis5595_read_value(data, SIS5595_REG_FANDIV);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742 data->fan_div[0] = (i >> 4) & 0x03;
743 data->fan_div[1] = i >> 6;
744 data->alarms =
Jean Delvare17e7dc42007-06-09 10:11:16 -0400745 sis5595_read_value(data, SIS5595_REG_ALARM1) |
746 (sis5595_read_value(data, SIS5595_REG_ALARM2) << 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747 data->last_updated = jiffies;
748 data->valid = 1;
749 }
750
Ingo Molnar9a61bf62006-01-18 23:19:26 +0100751 mutex_unlock(&data->update_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752
753 return data;
754}
755
Jingoo Hancd9bb052013-12-03 07:10:29 +0000756static const struct pci_device_id sis5595_pci_ids[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 { PCI_DEVICE(PCI_VENDOR_ID_SI, PCI_DEVICE_ID_SI_503) },
758 { 0, }
759};
760
761MODULE_DEVICE_TABLE(pci, sis5595_pci_ids);
762
Bill Pembertona5977242012-11-19 13:24:37 -0500763static int blacklist[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764 PCI_DEVICE_ID_SI_540,
765 PCI_DEVICE_ID_SI_550,
766 PCI_DEVICE_ID_SI_630,
767 PCI_DEVICE_ID_SI_645,
768 PCI_DEVICE_ID_SI_730,
769 PCI_DEVICE_ID_SI_735,
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800770 PCI_DEVICE_ID_SI_5511, /*
771 * 5513 chip has the 0008 device but
772 * that ID shows up in other chips so we
773 * use the 5511 ID for recognition
774 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775 PCI_DEVICE_ID_SI_5597,
776 PCI_DEVICE_ID_SI_5598,
777 0 };
778
Bill Pemberton6c931ae2012-11-19 13:22:35 -0500779static int sis5595_device_add(unsigned short address)
Jean Delvare17e7dc42007-06-09 10:11:16 -0400780{
781 struct resource res = {
782 .start = address,
783 .end = address + SIS5595_EXTENT - 1,
784 .name = "sis5595",
785 .flags = IORESOURCE_IO,
786 };
787 int err;
788
Jean Delvareb9acb642009-01-07 16:37:35 +0100789 err = acpi_check_resource_conflict(&res);
790 if (err)
791 goto exit;
792
Jean Delvare17e7dc42007-06-09 10:11:16 -0400793 pdev = platform_device_alloc("sis5595", address);
794 if (!pdev) {
795 err = -ENOMEM;
Joe Perches4b2515d2010-10-20 06:51:47 +0000796 pr_err("Device allocation failed\n");
Jean Delvare17e7dc42007-06-09 10:11:16 -0400797 goto exit;
798 }
799
800 err = platform_device_add_resources(pdev, &res, 1);
801 if (err) {
Joe Perches4b2515d2010-10-20 06:51:47 +0000802 pr_err("Device resource addition failed (%d)\n", err);
Jean Delvare17e7dc42007-06-09 10:11:16 -0400803 goto exit_device_put;
804 }
805
806 err = platform_device_add(pdev);
807 if (err) {
Joe Perches4b2515d2010-10-20 06:51:47 +0000808 pr_err("Device addition failed (%d)\n", err);
Jean Delvare17e7dc42007-06-09 10:11:16 -0400809 goto exit_device_put;
810 }
811
812 return 0;
813
814exit_device_put:
815 platform_device_put(pdev);
816exit:
817 return err;
818}
819
Bill Pemberton6c931ae2012-11-19 13:22:35 -0500820static int sis5595_pci_probe(struct pci_dev *dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700821 const struct pci_device_id *id)
822{
Jean Delvare17e7dc42007-06-09 10:11:16 -0400823 u16 address;
824 u8 enable;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825 int *i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826
827 for (i = blacklist; *i != 0; i++) {
Mark M. Hoffman5460a9d2007-10-14 14:57:35 -0400828 struct pci_dev *d;
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800829 d = pci_get_device(PCI_VENDOR_ID_SI, *i, NULL);
830 if (d) {
831 dev_err(&d->dev,
832 "Looked for SIS5595 but found unsupported device %.4x\n",
833 *i);
Mark M. Hoffman5460a9d2007-10-14 14:57:35 -0400834 pci_dev_put(d);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835 return -ENODEV;
836 }
837 }
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800838
Jean Delvare17e7dc42007-06-09 10:11:16 -0400839 force_addr &= ~(SIS5595_EXTENT - 1);
840 if (force_addr) {
841 dev_warn(&dev->dev, "Forcing ISA address 0x%x\n", force_addr);
842 pci_write_config_word(dev, SIS5595_BASE_REG, force_addr);
843 }
844
Linus Torvalds1da177e2005-04-16 15:20:36 -0700845 if (PCIBIOS_SUCCESSFUL !=
Jean Delvare17e7dc42007-06-09 10:11:16 -0400846 pci_read_config_word(dev, SIS5595_BASE_REG, &address)) {
847 dev_err(&dev->dev, "Failed to read ISA address\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848 return -ENODEV;
Jean Delvare17e7dc42007-06-09 10:11:16 -0400849 }
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800850
Jean Delvare17e7dc42007-06-09 10:11:16 -0400851 address &= ~(SIS5595_EXTENT - 1);
852 if (!address) {
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800853 dev_err(&dev->dev,
854 "Base address not set - upgrade BIOS or use force_addr=0xaddr\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855 return -ENODEV;
856 }
Jean Delvare17e7dc42007-06-09 10:11:16 -0400857 if (force_addr && address != force_addr) {
858 /* doesn't work for some chips? */
859 dev_err(&dev->dev, "Failed to force ISA address\n");
860 return -ENODEV;
861 }
862
863 if (PCIBIOS_SUCCESSFUL !=
864 pci_read_config_byte(dev, SIS5595_ENABLE_REG, &enable)) {
865 dev_err(&dev->dev, "Failed to read enable register\n");
866 return -ENODEV;
867 }
868 if (!(enable & 0x80)) {
869 if ((PCIBIOS_SUCCESSFUL !=
870 pci_write_config_byte(dev, SIS5595_ENABLE_REG,
871 enable | 0x80))
872 || (PCIBIOS_SUCCESSFUL !=
873 pci_read_config_byte(dev, SIS5595_ENABLE_REG, &enable))
874 || (!(enable & 0x80))) {
875 /* doesn't work for some chips! */
876 dev_err(&dev->dev, "Failed to enable HWM device\n");
877 return -ENODEV;
878 }
879 }
880
881 if (platform_driver_register(&sis5595_driver)) {
882 dev_dbg(&dev->dev, "Failed to register sis5595 driver\n");
883 goto exit;
884 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700885
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886 s_bridge = pci_dev_get(dev);
Jean Delvare17e7dc42007-06-09 10:11:16 -0400887 /* Sets global pdev as a side effect */
888 if (sis5595_device_add(address))
889 goto exit_unregister;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890
Guenter Roeck8fda79e2012-01-14 22:21:41 -0800891 /*
892 * Always return failure here. This is to allow other drivers to bind
Linus Torvalds1da177e2005-04-16 15:20:36 -0700893 * to this pci device. We don't really want to have control over the
894 * pci device, we only wanted to read as few register values from it.
895 */
896 return -ENODEV;
Jean Delvare17e7dc42007-06-09 10:11:16 -0400897
898exit_unregister:
899 pci_dev_put(dev);
900 platform_driver_unregister(&sis5595_driver);
901exit:
902 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700903}
904
905static struct pci_driver sis5595_pci_driver = {
906 .name = "sis5595",
907 .id_table = sis5595_pci_ids,
908 .probe = sis5595_pci_probe,
909};
910
911static int __init sm_sis5595_init(void)
912{
913 return pci_register_driver(&sis5595_pci_driver);
914}
915
916static void __exit sm_sis5595_exit(void)
917{
918 pci_unregister_driver(&sis5595_pci_driver);
919 if (s_bridge != NULL) {
Jean Delvare17e7dc42007-06-09 10:11:16 -0400920 platform_device_unregister(pdev);
921 platform_driver_unregister(&sis5595_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922 pci_dev_put(s_bridge);
923 s_bridge = NULL;
924 }
925}
926
927MODULE_AUTHOR("Aurelien Jarno <aurelien@aurel32.net>");
928MODULE_DESCRIPTION("SiS 5595 Sensor device");
929MODULE_LICENSE("GPL");
930
931module_init(sm_sis5595_init);
932module_exit(sm_sis5595_exit);