diff options
Diffstat (limited to 'drivers/acpi/thermal.c')
-rw-r--r-- | drivers/acpi/thermal.c | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/drivers/acpi/thermal.c b/drivers/acpi/thermal.c index 551b71a24b85..00f12a86ecbd 100644 --- a/drivers/acpi/thermal.c +++ b/drivers/acpi/thermal.c | |||
@@ -1,30 +1,16 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * acpi_thermal.c - ACPI Thermal Zone Driver ($Revision: 41 $) | 3 | * acpi_thermal.c - ACPI Thermal Zone Driver ($Revision: 41 $) |
3 | * | 4 | * |
4 | * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> | 5 | * Copyright (C) 2001, 2002 Andy Grover <andrew.grover@intel.com> |
5 | * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> | 6 | * Copyright (C) 2001, 2002 Paul Diefenbaugh <paul.s.diefenbaugh@intel.com> |
6 | * | 7 | * |
7 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or (at | ||
12 | * your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, but | ||
15 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
17 | * General Public License for more details. | ||
18 | * | ||
19 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
20 | * | ||
21 | * This driver fully implements the ACPI thermal policy as described in the | 8 | * This driver fully implements the ACPI thermal policy as described in the |
22 | * ACPI 2.0 Specification. | 9 | * ACPI 2.0 Specification. |
23 | * | 10 | * |
24 | * TBD: 1. Implement passive cooling hysteresis. | 11 | * TBD: 1. Implement passive cooling hysteresis. |
25 | * 2. Enhance passive cooling (CPU) states/limit interface to support | 12 | * 2. Enhance passive cooling (CPU) states/limit interface to support |
26 | * concepts of 'multiple limiters', upper/lower limits, etc. | 13 | * concepts of 'multiple limiters', upper/lower limits, etc. |
27 | * | ||
28 | */ | 14 | */ |
29 | 15 | ||
30 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |