.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Windfarm PowerMac thermal control. iMac G5 |
---|
3 | 4 | * |
---|
4 | 5 | * (c) Copyright 2005 Benjamin Herrenschmidt, IBM Corp. |
---|
5 | 6 | * <benh@kernel.crashing.org> |
---|
6 | | - * |
---|
7 | | - * Released under the term of the GNU GPL v2. |
---|
8 | 7 | * |
---|
9 | 8 | * The algorithm used is the PID control algorithm, used the same |
---|
10 | 9 | * way the published Darwin code does, using the same values that |
---|
.. | .. |
---|
90 | 89 | * from the SDB partition. If we ever end up with actually slewing the system |
---|
91 | 90 | * clock and thus changing operating points, we'll have to find a way to |
---|
92 | 91 | * communicate with the CPU freq driver; |
---|
93 | | - * |
---|
94 | 92 | */ |
---|
95 | 93 | |
---|
96 | 94 | #include <linux/types.h> |
---|