diff options
Diffstat (limited to 'drivers/platform/x86/intel_telemetry_pltdrv.c')
-rw-r--r-- | drivers/platform/x86/intel_telemetry_pltdrv.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/drivers/platform/x86/intel_telemetry_pltdrv.c b/drivers/platform/x86/intel_telemetry_pltdrv.c index fcc6bee51a42..df8565bad595 100644 --- a/drivers/platform/x86/intel_telemetry_pltdrv.c +++ b/drivers/platform/x86/intel_telemetry_pltdrv.c | |||
@@ -1,17 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
1 | /* | 2 | /* |
2 | * Intel SOC Telemetry Platform Driver: Currently supports APL | 3 | * Intel SOC Telemetry Platform Driver: Currently supports APL |
3 | * Copyright (c) 2015, Intel Corporation. | 4 | * Copyright (c) 2015, Intel Corporation. |
4 | * All Rights Reserved. | 5 | * All Rights Reserved. |
5 | * | 6 | * |
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms and conditions of the GNU General Public License, | ||
8 | * version 2, as published by the Free Software Foundation. | ||
9 | * | ||
10 | * This program is distributed in the hope it will be useful, but WITHOUT | ||
11 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
12 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | ||
13 | * more details. | ||
14 | * | ||
15 | * This file provides the platform specific telemetry implementation for APL. | 7 | * This file provides the platform specific telemetry implementation for APL. |
16 | * It used the PUNIT and PMC IPC interfaces for configuring the counters. | 8 | * It used the PUNIT and PMC IPC interfaces for configuring the counters. |
17 | * The accumulated results are fetched from SRAM. | 9 | * The accumulated results are fetched from SRAM. |
@@ -1242,4 +1234,4 @@ module_exit(telemetry_module_exit); | |||
1242 | MODULE_AUTHOR("Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>"); | 1234 | MODULE_AUTHOR("Souvik Kumar Chakravarty <souvik.k.chakravarty@intel.com>"); |
1243 | MODULE_DESCRIPTION("Intel SoC Telemetry Platform Driver"); | 1235 | MODULE_DESCRIPTION("Intel SoC Telemetry Platform Driver"); |
1244 | MODULE_VERSION(DRIVER_VERSION); | 1236 | MODULE_VERSION(DRIVER_VERSION); |
1245 | MODULE_LICENSE("GPL"); | 1237 | MODULE_LICENSE("GPL v2"); |