Commit 0de967f2 authored by Lukasz Luba's avatar Lukasz Luba Committed by Daniel Lezcano

thermal: Update power allocator and devfreq cooling to SPDX licensing

Update the license to the SPDX licensing format.
Signed-off-by: default avatarLukasz Luba <lukasz.luba@arm.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20200730165117.13998-1-lukasz.luba@arm.com
parent 09e91cde
// SPDX-License-Identifier: GPL-2.0
/* /*
* devfreq_cooling: Thermal cooling device implementation for devices using * devfreq_cooling: Thermal cooling device implementation for devices using
* devfreq * devfreq
* *
* Copyright (C) 2014-2015 ARM Limited * Copyright (C) 2014-2015 ARM Limited
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
* kind, whether express or implied; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* TODO: * TODO:
* - If OPPs are added or removed after devfreq cooling has * - If OPPs are added or removed after devfreq cooling has
* registered, the devfreq cooling won't react to it. * registered, the devfreq cooling won't react to it.
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* A power allocator to manage temperature * A power allocator to manage temperature
* *
* Copyright (C) 2014 ARM Ltd. * Copyright (C) 2014 ARM Ltd.
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
* kind, whether express or implied; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/ */
#define pr_fmt(fmt) "Power allocator: " fmt #define pr_fmt(fmt) "Power allocator: " fmt
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* devfreq_cooling: Thermal cooling device implementation for devices using * devfreq_cooling: Thermal cooling device implementation for devices using
* devfreq * devfreq
* *
* Copyright (C) 2014-2015 ARM Limited * Copyright (C) 2014-2015 ARM Limited
* *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
* kind, whether express or implied; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/ */
#ifndef __DEVFREQ_COOLING_H__ #ifndef __DEVFREQ_COOLING_H__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment