blob: 889b87bf4629ac2072042958de0f2002e0e31679 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * i8k.c -- Linux driver for accessing the SMM BIOS on Dell laptops.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
4 * Copyright (C) 2001 Massimo Dal Zotto <dz@debian.org>
5 *
Jean Delvare949a9d72011-05-25 20:43:33 +02006 * Hwmon integration:
7 * Copyright (C) 2011 Jean Delvare <khali@linux-fr.org>
Guenter Roeckf5a7f822013-12-14 09:30:16 -08008 * Copyright (C) 2013 Guenter Roeck <linux@roeck-us.net>
Jean Delvare949a9d72011-05-25 20:43:33 +02009 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 * This program is free software; you can redistribute it and/or modify it
11 * under the terms of the GNU General Public License as published by the
12 * Free Software Foundation; either version 2, or (at your option) any
13 * later version.
14 *
15 * This program is distributed in the hope that it will be useful, but
16 * WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * General Public License for more details.
19 */
20
Guenter Roeck60e71aa2013-12-14 09:30:08 -080021#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
22
Linus Torvalds1da177e2005-04-16 15:20:36 -070023#include <linux/module.h>
24#include <linux/types.h>
25#include <linux/init.h>
26#include <linux/proc_fs.h>
Dmitry Torokhov352f8f82005-06-25 14:54:26 -070027#include <linux/seq_file.h>
Dmitry Torokhove70c9d52005-06-25 14:54:25 -070028#include <linux/dmi.h>
Alexey Dobriyan7e80d0d2007-05-08 00:28:59 -070029#include <linux/capability.h>
Arnd Bergmann613655f2010-06-02 14:28:52 +020030#include <linux/mutex.h>
Jean Delvare949a9d72011-05-25 20:43:33 +020031#include <linux/hwmon.h>
32#include <linux/hwmon-sysfs.h>
Guenter Roeck12186f52013-12-14 09:30:09 -080033#include <linux/uaccess.h>
34#include <linux/io.h>
Guenter Roeckf36fdb92013-12-14 09:30:15 -080035#include <linux/sched.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070036
37#include <linux/i8k.h>
38
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#define I8K_SMM_FN_STATUS 0x0025
40#define I8K_SMM_POWER_STATUS 0x0069
41#define I8K_SMM_SET_FAN 0x01a3
42#define I8K_SMM_GET_FAN 0x00a3
43#define I8K_SMM_GET_SPEED 0x02a3
44#define I8K_SMM_GET_TEMP 0x10a3
Dmitry Torokhov7e0fa312005-06-25 14:54:28 -070045#define I8K_SMM_GET_DELL_SIG1 0xfea3
46#define I8K_SMM_GET_DELL_SIG2 0xffa3
Linus Torvalds1da177e2005-04-16 15:20:36 -070047#define I8K_SMM_BIOS_VERSION 0x00a6
48
49#define I8K_FAN_MULT 30
50#define I8K_MAX_TEMP 127
51
52#define I8K_FN_NONE 0x00
53#define I8K_FN_UP 0x01
54#define I8K_FN_DOWN 0x02
55#define I8K_FN_MUTE 0x04
56#define I8K_FN_MASK 0x07
57#define I8K_FN_SHIFT 8
58
59#define I8K_POWER_AC 0x05
60#define I8K_POWER_BATTERY 0x01
61
62#define I8K_TEMPERATURE_BUG 1
63
Arnd Bergmann613655f2010-06-02 14:28:52 +020064static DEFINE_MUTEX(i8k_mutex);
Dmitry Torokhove70c9d52005-06-25 14:54:25 -070065static char bios_version[4];
Jean Delvare949a9d72011-05-25 20:43:33 +020066static struct device *i8k_hwmon_dev;
Guenter Roeck82ba1d32013-12-14 09:30:10 -080067static u32 i8k_hwmon_flags;
Guenter Roeck26d09382013-12-14 09:30:19 -080068static int i8k_fan_mult;
Guenter Roeck82ba1d32013-12-14 09:30:10 -080069
70#define I8K_HWMON_HAVE_TEMP1 (1 << 0)
Guenter Roeckd83c39d2013-12-14 09:30:11 -080071#define I8K_HWMON_HAVE_TEMP2 (1 << 1)
72#define I8K_HWMON_HAVE_TEMP3 (1 << 2)
73#define I8K_HWMON_HAVE_TEMP4 (1 << 3)
74#define I8K_HWMON_HAVE_FAN1 (1 << 4)
75#define I8K_HWMON_HAVE_FAN2 (1 << 5)
Linus Torvalds1da177e2005-04-16 15:20:36 -070076
77MODULE_AUTHOR("Massimo Dal Zotto (dz@debian.org)");
78MODULE_DESCRIPTION("Driver for accessing SMM BIOS on Dell laptops");
79MODULE_LICENSE("GPL");
80
Rusty Russell90ab5ee2012-01-13 09:32:20 +103081static bool force;
Linus Torvalds1da177e2005-04-16 15:20:36 -070082module_param(force, bool, 0);
83MODULE_PARM_DESC(force, "Force loading without checking for supported models");
84
Rusty Russell90ab5ee2012-01-13 09:32:20 +103085static bool ignore_dmi;
Dmitry Torokhove70c9d52005-06-25 14:54:25 -070086module_param(ignore_dmi, bool, 0);
87MODULE_PARM_DESC(ignore_dmi, "Continue probing hardware even if DMI data does not match");
88
Rusty Russell90ab5ee2012-01-13 09:32:20 +103089static bool restricted;
Linus Torvalds1da177e2005-04-16 15:20:36 -070090module_param(restricted, bool, 0);
91MODULE_PARM_DESC(restricted, "Allow fan control if SYS_ADMIN capability set");
92
Rusty Russell90ab5ee2012-01-13 09:32:20 +103093static bool power_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -070094module_param(power_status, bool, 0600);
95MODULE_PARM_DESC(power_status, "Report power status in /proc/i8k");
96
Jochen Eisinger4ed99a22008-05-01 04:34:58 -070097static int fan_mult = I8K_FAN_MULT;
98module_param(fan_mult, int, 0);
99MODULE_PARM_DESC(fan_mult, "Factor to multiply fan speed with");
100
Dmitry Torokhov352f8f82005-06-25 14:54:26 -0700101static int i8k_open_fs(struct inode *inode, struct file *file);
Frederic Weisbeckerd79b6f42010-03-30 07:27:50 +0200102static long i8k_ioctl(struct file *, unsigned int, unsigned long);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103
Arjan van de Ven62322d22006-07-03 00:24:21 -0700104static const struct file_operations i8k_fops = {
Denis V. Lunev1b502212008-04-29 01:02:34 -0700105 .owner = THIS_MODULE,
Dmitry Torokhov352f8f82005-06-25 14:54:26 -0700106 .open = i8k_open_fs,
107 .read = seq_read,
108 .llseek = seq_lseek,
109 .release = single_release,
Frederic Weisbeckerd79b6f42010-03-30 07:27:50 +0200110 .unlocked_ioctl = i8k_ioctl,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111};
112
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700113struct smm_regs {
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700114 unsigned int eax;
Guenter Roeck12186f52013-12-14 09:30:09 -0800115 unsigned int ebx __packed;
116 unsigned int ecx __packed;
117 unsigned int edx __packed;
118 unsigned int esi __packed;
119 unsigned int edi __packed;
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700120};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121
Jeff Garzik18552562007-10-03 15:15:40 -0400122static inline const char *i8k_get_dmi_data(int field)
Dmitry Torokhove70c9d52005-06-25 14:54:25 -0700123{
Jeff Garzik18552562007-10-03 15:15:40 -0400124 const char *dmi_data = dmi_get_system_info(field);
Dmitry Torokhov4f005552005-11-12 00:55:15 -0500125
126 return dmi_data && *dmi_data ? dmi_data : "?";
Dmitry Torokhove70c9d52005-06-25 14:54:25 -0700127}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700128
129/*
130 * Call the System Management Mode BIOS. Code provided by Jonathan Buzzard.
131 */
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700132static int i8k_smm(struct smm_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133{
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700134 int rc;
135 int eax = regs->eax;
Guenter Roeckf36fdb92013-12-14 09:30:15 -0800136 cpumask_var_t old_mask;
137
138 /* SMM requires CPU 0 */
139 if (!alloc_cpumask_var(&old_mask, GFP_KERNEL))
140 return -ENOMEM;
141 cpumask_copy(old_mask, &current->cpus_allowed);
142 set_cpus_allowed_ptr(current, cpumask_of(0));
143 if (smp_processor_id() != 0) {
144 rc = -EBUSY;
145 goto out;
146 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147
Bradley Smithfe04f222008-02-07 00:16:27 -0800148#if defined(CONFIG_X86_64)
Jim Bos22d32432010-11-15 21:22:37 +0100149 asm volatile("pushq %%rax\n\t"
Bradley Smithfe04f222008-02-07 00:16:27 -0800150 "movl 0(%%rax),%%edx\n\t"
151 "pushq %%rdx\n\t"
152 "movl 4(%%rax),%%ebx\n\t"
153 "movl 8(%%rax),%%ecx\n\t"
154 "movl 12(%%rax),%%edx\n\t"
155 "movl 16(%%rax),%%esi\n\t"
156 "movl 20(%%rax),%%edi\n\t"
157 "popq %%rax\n\t"
158 "out %%al,$0xb2\n\t"
159 "out %%al,$0x84\n\t"
160 "xchgq %%rax,(%%rsp)\n\t"
161 "movl %%ebx,4(%%rax)\n\t"
162 "movl %%ecx,8(%%rax)\n\t"
163 "movl %%edx,12(%%rax)\n\t"
164 "movl %%esi,16(%%rax)\n\t"
165 "movl %%edi,20(%%rax)\n\t"
166 "popq %%rdx\n\t"
167 "movl %%edx,0(%%rax)\n\t"
Luca Tettamantibc1f4192011-05-25 20:43:31 +0200168 "pushfq\n\t"
169 "popq %%rax\n\t"
Bradley Smithfe04f222008-02-07 00:16:27 -0800170 "andl $1,%%eax\n"
Guenter Roeck12186f52013-12-14 09:30:09 -0800171 : "=a"(rc)
Bradley Smithfe04f222008-02-07 00:16:27 -0800172 : "a"(regs)
173 : "%ebx", "%ecx", "%edx", "%esi", "%edi", "memory");
174#else
Jim Bos22d32432010-11-15 21:22:37 +0100175 asm volatile("pushl %%eax\n\t"
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700176 "movl 0(%%eax),%%edx\n\t"
177 "push %%edx\n\t"
178 "movl 4(%%eax),%%ebx\n\t"
179 "movl 8(%%eax),%%ecx\n\t"
180 "movl 12(%%eax),%%edx\n\t"
181 "movl 16(%%eax),%%esi\n\t"
182 "movl 20(%%eax),%%edi\n\t"
183 "popl %%eax\n\t"
184 "out %%al,$0xb2\n\t"
185 "out %%al,$0x84\n\t"
186 "xchgl %%eax,(%%esp)\n\t"
187 "movl %%ebx,4(%%eax)\n\t"
188 "movl %%ecx,8(%%eax)\n\t"
189 "movl %%edx,12(%%eax)\n\t"
190 "movl %%esi,16(%%eax)\n\t"
191 "movl %%edi,20(%%eax)\n\t"
192 "popl %%edx\n\t"
193 "movl %%edx,0(%%eax)\n\t"
194 "lahf\n\t"
195 "shrl $8,%%eax\n\t"
Jim Bos6b4e81d2010-11-13 12:13:53 +0100196 "andl $1,%%eax\n"
Guenter Roeck12186f52013-12-14 09:30:09 -0800197 : "=a"(rc)
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700198 : "a"(regs)
199 : "%ebx", "%ecx", "%edx", "%esi", "%edi", "memory");
Bradley Smithfe04f222008-02-07 00:16:27 -0800200#endif
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700201 if (rc != 0 || (regs->eax & 0xffff) == 0xffff || regs->eax == eax)
Guenter Roeckf36fdb92013-12-14 09:30:15 -0800202 rc = -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203
Guenter Roeckf36fdb92013-12-14 09:30:15 -0800204out:
205 set_cpus_allowed_ptr(current, old_mask);
206 free_cpumask_var(old_mask);
207 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208}
209
210/*
211 * Read the bios version. Return the version as an integer corresponding
212 * to the ascii value, for example "A17" is returned as 0x00413137.
213 */
214static int i8k_get_bios_version(void)
215{
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700216 struct smm_regs regs = { .eax = I8K_SMM_BIOS_VERSION, };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700218 return i8k_smm(&regs) ? : regs.eax;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219}
220
221/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700222 * Read the Fn key status.
223 */
224static int i8k_get_fn_status(void)
225{
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700226 struct smm_regs regs = { .eax = I8K_SMM_FN_STATUS, };
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700227 int rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228
Guenter Roeck12186f52013-12-14 09:30:09 -0800229 rc = i8k_smm(&regs);
230 if (rc < 0)
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700231 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700233 switch ((regs.eax >> I8K_FN_SHIFT) & I8K_FN_MASK) {
234 case I8K_FN_UP:
235 return I8K_VOL_UP;
236 case I8K_FN_DOWN:
237 return I8K_VOL_DOWN;
238 case I8K_FN_MUTE:
239 return I8K_VOL_MUTE;
240 default:
241 return 0;
242 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243}
244
245/*
246 * Read the power status.
247 */
248static int i8k_get_power_status(void)
249{
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700250 struct smm_regs regs = { .eax = I8K_SMM_POWER_STATUS, };
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700251 int rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252
Guenter Roeck12186f52013-12-14 09:30:09 -0800253 rc = i8k_smm(&regs);
254 if (rc < 0)
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700255 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700257 return (regs.eax & 0xff) == I8K_POWER_AC ? I8K_AC : I8K_BATTERY;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700258}
259
260/*
261 * Read the fan status.
262 */
263static int i8k_get_fan_status(int fan)
264{
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700265 struct smm_regs regs = { .eax = I8K_SMM_GET_FAN, };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700267 regs.ebx = fan & 0xff;
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700268 return i8k_smm(&regs) ? : regs.eax & 0xff;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269}
270
271/*
272 * Read the fan speed in RPM.
273 */
274static int i8k_get_fan_speed(int fan)
275{
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700276 struct smm_regs regs = { .eax = I8K_SMM_GET_SPEED, };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700278 regs.ebx = fan & 0xff;
Guenter Roeck26d09382013-12-14 09:30:19 -0800279 return i8k_smm(&regs) ? : (regs.eax & 0xffff) * i8k_fan_mult;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280}
281
282/*
283 * Set the fan speed (off, low, high). Returns the new fan status.
284 */
285static int i8k_set_fan(int fan, int speed)
286{
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700287 struct smm_regs regs = { .eax = I8K_SMM_SET_FAN, };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700289 speed = (speed < 0) ? 0 : ((speed > I8K_FAN_MAX) ? I8K_FAN_MAX : speed);
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700290 regs.ebx = (fan & 0xff) | (speed << 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700292 return i8k_smm(&regs) ? : i8k_get_fan_status(fan);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293}
294
295/*
296 * Read the cpu temperature.
297 */
Dmitry Torokhov7e0fa312005-06-25 14:54:28 -0700298static int i8k_get_temp(int sensor)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299{
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700300 struct smm_regs regs = { .eax = I8K_SMM_GET_TEMP, };
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700301 int rc;
302 int temp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303
304#ifdef I8K_TEMPERATURE_BUG
Guenter Roeckd83c39d2013-12-14 09:30:11 -0800305 static int prev[4];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306#endif
Dmitry Torokhov7e0fa312005-06-25 14:54:28 -0700307 regs.ebx = sensor & 0xff;
Guenter Roeck12186f52013-12-14 09:30:09 -0800308 rc = i8k_smm(&regs);
309 if (rc < 0)
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700310 return rc;
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700311
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700312 temp = regs.eax & 0xff;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313
314#ifdef I8K_TEMPERATURE_BUG
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700315 /*
316 * Sometimes the temperature sensor returns 0x99, which is out of range.
317 * In this case we return (once) the previous cached value. For example:
318 # 1003655137 00000058 00005a4b
319 # 1003655138 00000099 00003a80 <--- 0x99 = 153 degrees
320 # 1003655139 00000054 00005c52
321 */
322 if (temp > I8K_MAX_TEMP) {
Guenter Roeckd83c39d2013-12-14 09:30:11 -0800323 temp = prev[sensor];
324 prev[sensor] = I8K_MAX_TEMP;
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700325 } else {
Guenter Roeckd83c39d2013-12-14 09:30:11 -0800326 prev[sensor] = temp;
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700327 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328#endif
329
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700330 return temp;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331}
332
Dmitry Torokhov7e0fa312005-06-25 14:54:28 -0700333static int i8k_get_dell_signature(int req_fn)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334{
Dmitry Torokhov7e0fa312005-06-25 14:54:28 -0700335 struct smm_regs regs = { .eax = req_fn, };
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700336 int rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337
Guenter Roeck12186f52013-12-14 09:30:09 -0800338 rc = i8k_smm(&regs);
339 if (rc < 0)
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700340 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700342 return regs.eax == 1145651527 && regs.edx == 1145392204 ? 0 : -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343}
344
Frederic Weisbeckerd79b6f42010-03-30 07:27:50 +0200345static int
346i8k_ioctl_unlocked(struct file *fp, unsigned int cmd, unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347{
Dmitry Torokhove70c9d52005-06-25 14:54:25 -0700348 int val = 0;
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700349 int speed;
350 unsigned char buff[16];
351 int __user *argp = (int __user *)arg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700352
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700353 if (!argp)
354 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700356 switch (cmd) {
357 case I8K_BIOS_VERSION:
358 val = i8k_get_bios_version();
359 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700361 case I8K_MACHINE_ID:
362 memset(buff, 0, 16);
Guenter Roeck12186f52013-12-14 09:30:09 -0800363 strlcpy(buff, i8k_get_dmi_data(DMI_PRODUCT_SERIAL),
364 sizeof(buff));
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700365 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700367 case I8K_FN_STATUS:
368 val = i8k_get_fn_status();
369 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700371 case I8K_POWER_STATUS:
372 val = i8k_get_power_status();
373 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700375 case I8K_GET_TEMP:
Dmitry Torokhov7e0fa312005-06-25 14:54:28 -0700376 val = i8k_get_temp(0);
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700377 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700379 case I8K_GET_SPEED:
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700380 if (copy_from_user(&val, argp, sizeof(int)))
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700381 return -EFAULT;
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700382
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700383 val = i8k_get_fan_speed(val);
384 break;
385
386 case I8K_GET_FAN:
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700387 if (copy_from_user(&val, argp, sizeof(int)))
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700388 return -EFAULT;
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700389
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700390 val = i8k_get_fan_status(val);
391 break;
392
393 case I8K_SET_FAN:
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700394 if (restricted && !capable(CAP_SYS_ADMIN))
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700395 return -EPERM;
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700396
397 if (copy_from_user(&val, argp, sizeof(int)))
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700398 return -EFAULT;
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700399
400 if (copy_from_user(&speed, argp + 1, sizeof(int)))
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700401 return -EFAULT;
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700402
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700403 val = i8k_set_fan(val, speed);
404 break;
405
406 default:
407 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700410 if (val < 0)
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700411 return val;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700413 switch (cmd) {
414 case I8K_BIOS_VERSION:
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700415 if (copy_to_user(argp, &val, 4))
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700416 return -EFAULT;
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700417
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700418 break;
419 case I8K_MACHINE_ID:
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700420 if (copy_to_user(argp, buff, 16))
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700421 return -EFAULT;
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700422
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700423 break;
424 default:
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700425 if (copy_to_user(argp, &val, sizeof(int)))
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700426 return -EFAULT;
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700427
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700428 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700431 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432}
433
Frederic Weisbeckerd79b6f42010-03-30 07:27:50 +0200434static long i8k_ioctl(struct file *fp, unsigned int cmd, unsigned long arg)
435{
436 long ret;
437
Arnd Bergmann613655f2010-06-02 14:28:52 +0200438 mutex_lock(&i8k_mutex);
Frederic Weisbeckerd79b6f42010-03-30 07:27:50 +0200439 ret = i8k_ioctl_unlocked(fp, cmd, arg);
Arnd Bergmann613655f2010-06-02 14:28:52 +0200440 mutex_unlock(&i8k_mutex);
Frederic Weisbeckerd79b6f42010-03-30 07:27:50 +0200441
442 return ret;
443}
444
Linus Torvalds1da177e2005-04-16 15:20:36 -0700445/*
446 * Print the information for /proc/i8k.
447 */
Dmitry Torokhov352f8f82005-06-25 14:54:26 -0700448static int i8k_proc_show(struct seq_file *seq, void *offset)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700449{
Dmitry Torokhov352f8f82005-06-25 14:54:26 -0700450 int fn_key, cpu_temp, ac_power;
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700451 int left_fan, right_fan, left_speed, right_speed;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452
Jan Engelhardt96de0e22007-10-19 23:21:04 +0200453 cpu_temp = i8k_get_temp(0); /* 11100 µs */
454 left_fan = i8k_get_fan_status(I8K_FAN_LEFT); /* 580 µs */
455 right_fan = i8k_get_fan_status(I8K_FAN_RIGHT); /* 580 µs */
456 left_speed = i8k_get_fan_speed(I8K_FAN_LEFT); /* 580 µs */
457 right_speed = i8k_get_fan_speed(I8K_FAN_RIGHT); /* 580 µs */
458 fn_key = i8k_get_fn_status(); /* 750 µs */
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700459 if (power_status)
Jan Engelhardt96de0e22007-10-19 23:21:04 +0200460 ac_power = i8k_get_power_status(); /* 14700 µs */
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700461 else
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700462 ac_power = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700464 /*
465 * Info:
466 *
467 * 1) Format version (this will change if format changes)
468 * 2) BIOS version
469 * 3) BIOS machine ID
470 * 4) Cpu temperature
471 * 5) Left fan status
472 * 6) Right fan status
473 * 7) Left fan speed
474 * 8) Right fan speed
475 * 9) AC power
476 * 10) Fn Key status
477 */
Dmitry Torokhov352f8f82005-06-25 14:54:26 -0700478 return seq_printf(seq, "%s %s %s %d %d %d %d %d %d %d\n",
479 I8K_PROC_FMT,
480 bios_version,
Dmitry Torokhov4f005552005-11-12 00:55:15 -0500481 i8k_get_dmi_data(DMI_PRODUCT_SERIAL),
Dmitry Torokhov352f8f82005-06-25 14:54:26 -0700482 cpu_temp,
483 left_fan, right_fan, left_speed, right_speed,
484 ac_power, fn_key);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485}
486
Dmitry Torokhov352f8f82005-06-25 14:54:26 -0700487static int i8k_open_fs(struct inode *inode, struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700488{
Dmitry Torokhov352f8f82005-06-25 14:54:26 -0700489 return single_open(file, i8k_proc_show, NULL);
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700490}
491
Jean Delvare949a9d72011-05-25 20:43:33 +0200492
493/*
494 * Hwmon interface
495 */
496
497static ssize_t i8k_hwmon_show_temp(struct device *dev,
498 struct device_attribute *devattr,
499 char *buf)
500{
Guenter Roeckd83c39d2013-12-14 09:30:11 -0800501 int index = to_sensor_dev_attr(devattr)->index;
502 int temp;
Jean Delvare949a9d72011-05-25 20:43:33 +0200503
Guenter Roeckd83c39d2013-12-14 09:30:11 -0800504 temp = i8k_get_temp(index);
505 if (temp < 0)
506 return temp;
507 return sprintf(buf, "%d\n", temp * 1000);
Jean Delvare949a9d72011-05-25 20:43:33 +0200508}
509
510static ssize_t i8k_hwmon_show_fan(struct device *dev,
511 struct device_attribute *devattr,
512 char *buf)
513{
514 int index = to_sensor_dev_attr(devattr)->index;
515 int fan_speed;
516
517 fan_speed = i8k_get_fan_speed(index);
518 if (fan_speed < 0)
519 return fan_speed;
520 return sprintf(buf, "%d\n", fan_speed);
521}
522
523static ssize_t i8k_hwmon_show_label(struct device *dev,
524 struct device_attribute *devattr,
525 char *buf)
526{
Guenter Roeck82ba1d32013-12-14 09:30:10 -0800527 static const char *labels[3] = {
Jean Delvare949a9d72011-05-25 20:43:33 +0200528 "CPU",
529 "Left Fan",
530 "Right Fan",
531 };
532 int index = to_sensor_dev_attr(devattr)->index;
533
534 return sprintf(buf, "%s\n", labels[index]);
535}
536
Guenter Roeckd83c39d2013-12-14 09:30:11 -0800537static SENSOR_DEVICE_ATTR(temp1_input, S_IRUGO, i8k_hwmon_show_temp, NULL, 0);
538static SENSOR_DEVICE_ATTR(temp2_input, S_IRUGO, i8k_hwmon_show_temp, NULL, 1);
539static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, i8k_hwmon_show_temp, NULL, 2);
540static SENSOR_DEVICE_ATTR(temp4_input, S_IRUGO, i8k_hwmon_show_temp, NULL, 3);
Jean Delvare949a9d72011-05-25 20:43:33 +0200541static SENSOR_DEVICE_ATTR(fan1_input, S_IRUGO, i8k_hwmon_show_fan, NULL,
542 I8K_FAN_LEFT);
543static SENSOR_DEVICE_ATTR(fan2_input, S_IRUGO, i8k_hwmon_show_fan, NULL,
544 I8K_FAN_RIGHT);
Guenter Roeck82ba1d32013-12-14 09:30:10 -0800545static SENSOR_DEVICE_ATTR(temp1_label, S_IRUGO, i8k_hwmon_show_label, NULL, 0);
546static SENSOR_DEVICE_ATTR(fan1_label, S_IRUGO, i8k_hwmon_show_label, NULL, 1);
547static SENSOR_DEVICE_ATTR(fan2_label, S_IRUGO, i8k_hwmon_show_label, NULL, 2);
Jean Delvare949a9d72011-05-25 20:43:33 +0200548
Guenter Roeck82ba1d32013-12-14 09:30:10 -0800549static struct attribute *i8k_attrs[] = {
Guenter Roeckd83c39d2013-12-14 09:30:11 -0800550 &sensor_dev_attr_temp1_input.dev_attr.attr, /* 0 */
Guenter Roeck82ba1d32013-12-14 09:30:10 -0800551 &sensor_dev_attr_temp1_label.dev_attr.attr, /* 1 */
Guenter Roeckd83c39d2013-12-14 09:30:11 -0800552 &sensor_dev_attr_temp2_input.dev_attr.attr, /* 2 */
553 &sensor_dev_attr_temp3_input.dev_attr.attr, /* 3 */
554 &sensor_dev_attr_temp4_input.dev_attr.attr, /* 4 */
555 &sensor_dev_attr_fan1_input.dev_attr.attr, /* 5 */
556 &sensor_dev_attr_fan1_label.dev_attr.attr, /* 6 */
557 &sensor_dev_attr_fan2_input.dev_attr.attr, /* 7 */
558 &sensor_dev_attr_fan2_label.dev_attr.attr, /* 8 */
Guenter Roeck82ba1d32013-12-14 09:30:10 -0800559 NULL
560};
561
562static umode_t i8k_is_visible(struct kobject *kobj, struct attribute *attr,
563 int index)
Jean Delvare949a9d72011-05-25 20:43:33 +0200564{
Guenter Roeck82ba1d32013-12-14 09:30:10 -0800565 if ((index == 0 || index == 1) &&
566 !(i8k_hwmon_flags & I8K_HWMON_HAVE_TEMP1))
567 return 0;
Guenter Roeckd83c39d2013-12-14 09:30:11 -0800568 if (index == 2 && !(i8k_hwmon_flags & I8K_HWMON_HAVE_TEMP2))
569 return 0;
570 if (index == 3 && !(i8k_hwmon_flags & I8K_HWMON_HAVE_TEMP3))
571 return 0;
572 if (index == 4 && !(i8k_hwmon_flags & I8K_HWMON_HAVE_TEMP4))
573 return 0;
574 if ((index == 5 || index == 6) &&
Guenter Roeck82ba1d32013-12-14 09:30:10 -0800575 !(i8k_hwmon_flags & I8K_HWMON_HAVE_FAN1))
576 return 0;
Guenter Roeckd83c39d2013-12-14 09:30:11 -0800577 if ((index == 7 || index == 8) &&
Guenter Roeck82ba1d32013-12-14 09:30:10 -0800578 !(i8k_hwmon_flags & I8K_HWMON_HAVE_FAN2))
579 return 0;
580
581 return attr->mode;
Jean Delvare949a9d72011-05-25 20:43:33 +0200582}
583
Guenter Roeck82ba1d32013-12-14 09:30:10 -0800584static const struct attribute_group i8k_group = {
585 .attrs = i8k_attrs,
586 .is_visible = i8k_is_visible,
587};
588__ATTRIBUTE_GROUPS(i8k);
589
Jean Delvare949a9d72011-05-25 20:43:33 +0200590static int __init i8k_init_hwmon(void)
591{
592 int err;
593
Guenter Roeck82ba1d32013-12-14 09:30:10 -0800594 i8k_hwmon_flags = 0;
595
596 /* CPU temperature attributes, if temperature reading is OK */
597 err = i8k_get_temp(0);
598 if (err >= 0)
599 i8k_hwmon_flags |= I8K_HWMON_HAVE_TEMP1;
Guenter Roeckd83c39d2013-12-14 09:30:11 -0800600 /* check for additional temperature sensors */
601 err = i8k_get_temp(1);
602 if (err >= 0)
603 i8k_hwmon_flags |= I8K_HWMON_HAVE_TEMP2;
604 err = i8k_get_temp(2);
605 if (err >= 0)
606 i8k_hwmon_flags |= I8K_HWMON_HAVE_TEMP3;
607 err = i8k_get_temp(3);
608 if (err >= 0)
609 i8k_hwmon_flags |= I8K_HWMON_HAVE_TEMP4;
Guenter Roeck82ba1d32013-12-14 09:30:10 -0800610
611 /* Left fan attributes, if left fan is present */
612 err = i8k_get_fan_status(I8K_FAN_LEFT);
613 if (err >= 0)
614 i8k_hwmon_flags |= I8K_HWMON_HAVE_FAN1;
615
616 /* Right fan attributes, if right fan is present */
617 err = i8k_get_fan_status(I8K_FAN_RIGHT);
618 if (err >= 0)
619 i8k_hwmon_flags |= I8K_HWMON_HAVE_FAN2;
620
621 i8k_hwmon_dev = hwmon_device_register_with_groups(NULL, "i8k", NULL,
622 i8k_groups);
Jean Delvare949a9d72011-05-25 20:43:33 +0200623 if (IS_ERR(i8k_hwmon_dev)) {
624 err = PTR_ERR(i8k_hwmon_dev);
625 i8k_hwmon_dev = NULL;
Guenter Roeck60e71aa2013-12-14 09:30:08 -0800626 pr_err("hwmon registration failed (%d)\n", err);
Jean Delvare949a9d72011-05-25 20:43:33 +0200627 return err;
628 }
Jean Delvare949a9d72011-05-25 20:43:33 +0200629 return 0;
Jean Delvare949a9d72011-05-25 20:43:33 +0200630}
631
Guenter Roeck12186f52013-12-14 09:30:09 -0800632static struct dmi_system_id i8k_dmi_table[] __initdata = {
Dmitry Torokhove70c9d52005-06-25 14:54:25 -0700633 {
634 .ident = "Dell Inspiron",
635 .matches = {
636 DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer"),
637 DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron"),
638 },
639 },
640 {
641 .ident = "Dell Latitude",
642 .matches = {
643 DMI_MATCH(DMI_SYS_VENDOR, "Dell Computer"),
644 DMI_MATCH(DMI_PRODUCT_NAME, "Latitude"),
645 },
646 },
Dmitry Torokhov7e0fa312005-06-25 14:54:28 -0700647 {
648 .ident = "Dell Inspiron 2",
649 .matches = {
650 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
651 DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron"),
652 },
653 },
654 {
655 .ident = "Dell Latitude 2",
656 .matches = {
657 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
658 DMI_MATCH(DMI_PRODUCT_NAME, "Latitude"),
659 },
660 },
Nick Warnea9000d02008-02-06 01:37:47 -0800661 { /* UK Inspiron 6400 */
662 .ident = "Dell Inspiron 3",
663 .matches = {
664 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
665 DMI_MATCH(DMI_PRODUCT_NAME, "MM061"),
666 },
667 },
Frank Sorenson48103c52008-02-07 00:16:31 -0800668 {
669 .ident = "Dell Inspiron 3",
670 .matches = {
671 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
672 DMI_MATCH(DMI_PRODUCT_NAME, "MP061"),
673 },
674 },
Andy Spencer7ab21a82009-01-02 16:19:13 +0000675 {
676 .ident = "Dell Precision",
677 .matches = {
678 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
679 DMI_MATCH(DMI_PRODUCT_NAME, "Precision"),
680 },
681 },
Federico Heinzbef2a502009-01-02 16:19:23 +0000682 {
683 .ident = "Dell Vostro",
684 .matches = {
685 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
686 DMI_MATCH(DMI_PRODUCT_NAME, "Vostro"),
687 },
688 },
Alan Cox9aa5b012013-12-03 13:56:56 -0800689 {
690 .ident = "Dell XPS421",
691 .matches = {
692 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
693 DMI_MATCH(DMI_PRODUCT_NAME, "XPS L421X"),
694 },
695 },
Guenter Roeckff457bd2013-12-14 09:30:17 -0800696 {
697 .ident = "Dell Studio",
698 .matches = {
699 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
700 DMI_MATCH(DMI_PRODUCT_NAME, "Studio"),
701 },
Guenter Roeck26d09382013-12-14 09:30:19 -0800702 .driver_data = (void *)1, /* fan multiplier override */
Guenter Roeckff457bd2013-12-14 09:30:17 -0800703 },
Guenter Roeck919a0302013-12-14 09:30:18 -0800704 {
705 .ident = "Dell XPS M140",
706 .matches = {
707 DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
708 DMI_MATCH(DMI_PRODUCT_NAME, "MXC051"),
709 },
Guenter Roeck26d09382013-12-14 09:30:19 -0800710 .driver_data = (void *)1, /* fan multiplier override */
Guenter Roeck919a0302013-12-14 09:30:18 -0800711 },
Guenter Roeck12186f52013-12-14 09:30:09 -0800712 { }
Dmitry Torokhove70c9d52005-06-25 14:54:25 -0700713};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714
715/*
716 * Probe for the presence of a supported laptop.
717 */
718static int __init i8k_probe(void)
719{
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700720 char buff[4];
721 int version;
Guenter Roeck26d09382013-12-14 09:30:19 -0800722 const struct dmi_system_id *id;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724 /*
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700725 * Get DMI information
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726 */
Dmitry Torokhove70c9d52005-06-25 14:54:25 -0700727 if (!dmi_check_system(i8k_dmi_table)) {
728 if (!ignore_dmi && !force)
729 return -ENODEV;
730
Guenter Roeck60e71aa2013-12-14 09:30:08 -0800731 pr_info("not running on a supported Dell system.\n");
732 pr_info("vendor=%s, model=%s, version=%s\n",
Dmitry Torokhove70c9d52005-06-25 14:54:25 -0700733 i8k_get_dmi_data(DMI_SYS_VENDOR),
734 i8k_get_dmi_data(DMI_PRODUCT_NAME),
735 i8k_get_dmi_data(DMI_BIOS_VERSION));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736 }
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700737
Guenter Roeck12186f52013-12-14 09:30:09 -0800738 strlcpy(bios_version, i8k_get_dmi_data(DMI_BIOS_VERSION),
739 sizeof(bios_version));
Dmitry Torokhove70c9d52005-06-25 14:54:25 -0700740
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741 /*
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700742 * Get SMM Dell signature
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743 */
Dmitry Torokhov7e0fa312005-06-25 14:54:28 -0700744 if (i8k_get_dell_signature(I8K_SMM_GET_DELL_SIG1) &&
745 i8k_get_dell_signature(I8K_SMM_GET_DELL_SIG2)) {
Guenter Roeck60e71aa2013-12-14 09:30:08 -0800746 pr_err("unable to get SMM Dell signature\n");
Dmitry Torokhove70c9d52005-06-25 14:54:25 -0700747 if (!force)
748 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700750
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700751 /*
752 * Get SMM BIOS version.
753 */
754 version = i8k_get_bios_version();
755 if (version <= 0) {
Guenter Roeck60e71aa2013-12-14 09:30:08 -0800756 pr_warn("unable to get SMM BIOS version\n");
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700757 } else {
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700758 buff[0] = (version >> 16) & 0xff;
759 buff[1] = (version >> 8) & 0xff;
760 buff[2] = (version) & 0xff;
761 buff[3] = '\0';
762 /*
763 * If DMI BIOS version is unknown use SMM BIOS version.
764 */
Dmitry Torokhove70c9d52005-06-25 14:54:25 -0700765 if (!dmi_get_system_info(DMI_BIOS_VERSION))
766 strlcpy(bios_version, buff, sizeof(bios_version));
767
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700768 /*
769 * Check if the two versions match.
770 */
Dmitry Torokhove70c9d52005-06-25 14:54:25 -0700771 if (strncmp(buff, bios_version, sizeof(bios_version)) != 0)
Guenter Roeck60e71aa2013-12-14 09:30:08 -0800772 pr_warn("BIOS version mismatch: %s != %s\n",
Dmitry Torokhove70c9d52005-06-25 14:54:25 -0700773 buff, bios_version);
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700774 }
775
Guenter Roeck26d09382013-12-14 09:30:19 -0800776 i8k_fan_mult = fan_mult;
777 id = dmi_first_match(i8k_dmi_table);
778 if (id && fan_mult == I8K_FAN_MULT && id->driver_data)
779 i8k_fan_mult = (unsigned long)id->driver_data;
780
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700781 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782}
783
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700784static int __init i8k_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785{
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700786 struct proc_dir_entry *proc_i8k;
Jean Delvare949a9d72011-05-25 20:43:33 +0200787 int err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700789 /* Are we running on an supported laptop? */
Dmitry Torokhove70c9d52005-06-25 14:54:25 -0700790 if (i8k_probe())
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700791 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700793 /* Register the proc entry */
Denis V. Lunev1b502212008-04-29 01:02:34 -0700794 proc_i8k = proc_create("i8k", 0, NULL, &i8k_fops);
Dmitry Torokhov352f8f82005-06-25 14:54:26 -0700795 if (!proc_i8k)
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700796 return -ENOENT;
Dmitry Torokhov352f8f82005-06-25 14:54:26 -0700797
Jean Delvare949a9d72011-05-25 20:43:33 +0200798 err = i8k_init_hwmon();
799 if (err)
800 goto exit_remove_proc;
801
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700802 return 0;
Jean Delvare949a9d72011-05-25 20:43:33 +0200803
804 exit_remove_proc:
805 remove_proc_entry("i8k", NULL);
806 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700807}
808
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700809static void __exit i8k_exit(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700810{
Guenter Roeck82ba1d32013-12-14 09:30:10 -0800811 hwmon_device_unregister(i8k_hwmon_dev);
Dmitry Torokhovdec63ec2005-06-25 14:54:23 -0700812 remove_proc_entry("i8k", NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700813}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814
Dmitry Torokhov8378b9242005-06-25 14:54:27 -0700815module_init(i8k_init);
816module_exit(i8k_exit);