.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
---|
1 | 2 | /** |
---|
2 | 3 | * uniphier_thermal.c - Socionext UniPhier thermal driver |
---|
3 | | - * |
---|
4 | 4 | * Copyright 2014 Panasonic Corporation |
---|
5 | 5 | * Copyright 2016-2017 Socionext Inc. |
---|
6 | | - * All rights reserved. |
---|
7 | | - * |
---|
8 | 6 | * Author: |
---|
9 | 7 | * Kunihiko Hayashi <hayashi.kunihiko@socionext.com> |
---|
10 | | - * |
---|
11 | | - * This program is free software: you can redistribute it and/or modify |
---|
12 | | - * it under the terms of the GNU General Public License version 2 of |
---|
13 | | - * the License as published by the Free Software Foundation. |
---|
14 | | - * |
---|
15 | | - * This program is distributed in the hope that it will be useful, |
---|
16 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
18 | | - * GNU General Public License for more details. |
---|
19 | 8 | */ |
---|
20 | 9 | |
---|
21 | 10 | #include <linux/bitops.h> |
---|