File tree Expand file tree Collapse file tree 3 files changed +3
-25
lines changed Expand file tree Collapse file tree 3 files changed +3
-25
lines changed Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* devfreq_cooling: Thermal cooling device implementation for devices using
3
4
* devfreq
4
5
*
5
6
* Copyright (C) 2014-2015 ARM Limited
6
7
*
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
10
- *
11
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
12
- * kind, whether express or implied; without even the implied warranty
13
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
15
- *
16
8
* TODO:
17
9
* - If OPPs are added or removed after devfreq cooling has
18
10
* registered, the devfreq cooling won't react to it.
Original file line number Diff line number Diff line change
1
+ // SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* A power allocator to manage temperature
3
4
*
4
5
* Copyright (C) 2014 ARM Ltd.
5
6
*
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
9
- *
10
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
11
- * kind, whether express or implied; without even the implied warranty
12
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
- * GNU General Public License for more details.
14
7
*/
15
8
16
9
#define pr_fmt (fmt ) "Power allocator: " fmt
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: GPL-2.0 */
1
2
/*
2
3
* devfreq_cooling: Thermal cooling device implementation for devices using
3
4
* devfreq
4
5
*
5
6
* Copyright (C) 2014-2015 ARM Limited
6
7
*
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License version 2 as
9
- * published by the Free Software Foundation.
10
- *
11
- * This program is distributed "as is" WITHOUT ANY WARRANTY of any
12
- * kind, whether express or implied; without even the implied warranty
13
- * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
- * GNU General Public License for more details.
15
8
*/
16
9
17
10
#ifndef __DEVFREQ_COOLING_H__
You can’t perform that action at this time.
0 commit comments