Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ACPI / PMIC: Convert drivers to use SPDX identifier

Reduce size of duplicated comments by switching to use SPDX identifier.

No functional change.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Andy Shevchenko and committed by
Rafael J. Wysocki
78cd96f0 36b83517

+8 -39
+2 -10
drivers/acpi/pmic/intel_pmic_bxtwc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 - * intel_pmic_bxtwc.c - Intel BXT WhiskeyCove PMIC operation region driver 3 + * Intel BXT WhiskeyCove PMIC operation region driver 3 4 * 4 5 * Copyright (C) 2015 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/init.h>
+1
drivers/acpi/pmic/intel_pmic_chtdc_ti.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Dollar Cove TI PMIC operation region driver 3 4 * Copyright (C) 2014 Intel Corporation. All rights reserved.
+1 -9
drivers/acpi/pmic/intel_pmic_chtwc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Intel CHT Whiskey Cove PMIC operation region driver 3 4 * Copyright (C) 2017 Hans de Goede <hdegoede@redhat.com> 4 5 * 5 6 * Based on various non upstream patches to support the CHT Whiskey Cove PMIC: 6 7 * Copyright (C) 2013-2015 Intel Corporation. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License version 10 - * 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/acpi.h>
+2 -10
drivers/acpi/pmic/intel_pmic_crc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 - * intel_pmic_crc.c - Intel CrystalCove PMIC operation region driver 3 + * Intel CrystalCove PMIC operation region driver 3 4 * 4 5 * Copyright (C) 2014 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/acpi.h>
+2 -10
drivers/acpi/pmic/intel_pmic_xpower.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 - * intel_pmic_xpower.c - XPower AXP288 PMIC operation region driver 3 + * XPower AXP288 PMIC operation region driver 3 4 * 4 5 * Copyright (C) 2014 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/acpi.h>