Source
1
+
// SPDX-License-Identifier: GPL-2.0-or-later
1
2
/*
2
3
* dell-smm-hwmon.c -- Linux driver for accessing the SMM BIOS on Dell laptops.
3
4
*
4
5
* Copyright (C) 2001 Massimo Dal Zotto <dz@debian.org>
5
6
*
6
7
* Hwmon integration:
7
8
* Copyright (C) 2011 Jean Delvare <jdelvare@suse.de>
8
9
* Copyright (C) 2013, 2014 Guenter Roeck <linux@roeck-us.net>
9
10
* Copyright (C) 2014, 2015 Pali Rohár <pali.rohar@gmail.com>
10
-
*
11
-
* This program is free software; you can redistribute it and/or modify it
12
-
* under the terms of the GNU General Public License as published by the
13
-
* Free Software Foundation; either version 2, or (at your option) any
14
-
* later version.
15
-
*
16
-
* This program is distributed in the hope that it will be useful, but
17
-
* WITHOUT ANY WARRANTY; without even the implied warranty of
18
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19
-
* General Public License for more details.
20
11
*/
21
12
22
13
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
23
14
24
15
#include <linux/cpu.h>
25
16
#include <linux/delay.h>
26
17
#include <linux/module.h>
27
18
#include <linux/types.h>
28
19
#include <linux/init.h>
29
20
#include <linux/proc_fs.h>