diff options
author | Jens Axboe <axboe@kernel.dk> | 2019-07-01 10:16:08 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2019-07-01 10:16:08 -0400 |
commit | 5be1f9d82fa73c199ebeee2866dbac83e419c897 (patch) | |
tree | aed1aec34f40b5e0f36dceea8b58d9cfdb41d233 /drivers/acpi | |
parent | ff91064ea37c8323eba31cc3d2e22464f107b50d (diff) | |
parent | 4b972a01a7da614b4796475f933094751a295a2f (diff) |
Merge tag 'v5.2-rc6' into for-5.3/block
Merge 5.2-rc6 into for-5.3/block, so we get the same page merge leak
fix. Otherwise we end up having conflicts with future patches between
for-5.3/block and master that touch this area. In particular, it makes
the bio_full() fix hard to backport to stable.
* tag 'v5.2-rc6': (482 commits)
Linux 5.2-rc6
Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lock"
Bluetooth: Fix regression with minimum encryption key size alignment
tcp: refine memory limit test in tcp_fragment()
x86/vdso: Prevent segfaults due to hoisted vclock reads
SUNRPC: Fix a credential refcount leak
Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"
net :sunrpc :clnt :Fix xps refcount imbalance on the error path
NFS4: Only set creation opendata if O_CREAT
ARM: 8867/1: vdso: pass --be8 to linker if necessary
KVM: nVMX: reorganize initial steps of vmx_set_nested_state
KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entries
habanalabs: use u64_to_user_ptr() for reading user pointers
nfsd: replace Jeff by Chuck as nfsd co-maintainer
inet: clear num_timeout reqsk_alloc()
PCI/P2PDMA: Ignore root complex whitelist when an IOMMU is present
net: mvpp2: debugfs: Add pmap to fs dump
ipv6: Default fib6_type to RTN_UNICAST when not set
net: hns3: Fix inconsistent indenting
net/af_iucv: always register net_device notifier
...
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/acpi_amba.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_apd.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_cmos_rtc.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_configfs.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_dbg.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_lpss.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_platform.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_pnp.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_processor.c | 5 | ||||
-rw-r--r-- | drivers/acpi/acpi_watchdog.c | 5 | ||||
-rw-r--r-- | drivers/acpi/arm64/gtdt.c | 5 | ||||
-rw-r--r-- | drivers/acpi/bgrt.c | 5 | ||||
-rw-r--r-- | drivers/acpi/dptf/int340x_thermal.c | 5 | ||||
-rw-r--r-- | drivers/acpi/ec_sys.c | 3 | ||||
-rw-r--r-- | drivers/acpi/ioapic.c | 5 | ||||
-rw-r--r-- | drivers/acpi/irq.c | 5 | ||||
-rw-r--r-- | drivers/acpi/pci_mcfg.c | 13 | ||||
-rw-r--r-- | drivers/acpi/pci_slot.c | 10 | ||||
-rw-r--r-- | drivers/acpi/property.c | 5 | ||||
-rw-r--r-- | drivers/acpi/spcr.c | 6 | ||||
-rw-r--r-- | drivers/acpi/x86/apple.c | 5 | ||||
-rw-r--r-- | drivers/acpi/x86/utils.c | 5 |
22 files changed, 22 insertions, 100 deletions
diff --git a/drivers/acpi/acpi_amba.c b/drivers/acpi/acpi_amba.c index 7f77c071709a..8159f0a669b8 100644 --- a/drivers/acpi/acpi_amba.c +++ b/drivers/acpi/acpi_amba.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | 2 | ||
2 | /* | 3 | /* |
3 | * ACPI support for platform bus type. | 4 | * ACPI support for platform bus type. |
4 | * | 5 | * |
5 | * Copyright (C) 2015, Linaro Ltd | 6 | * Copyright (C) 2015, Linaro Ltd |
6 | * Author: Graeme Gregory <graeme.gregory@linaro.org> | 7 | * Author: Graeme Gregory <graeme.gregory@linaro.org> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/acpi.h> | 10 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/acpi_apd.c b/drivers/acpi/acpi_apd.c index c16f9460c4a2..ff47317d8ef1 100644 --- a/drivers/acpi/acpi_apd.c +++ b/drivers/acpi/acpi_apd.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * AMD ACPI support for ACPI2platform device. | 3 | * AMD ACPI support for ACPI2platform device. |
3 | * | 4 | * |
4 | * Copyright (c) 2014,2015 AMD Corporation. | 5 | * Copyright (c) 2014,2015 AMD Corporation. |
5 | * Authors: Ken Xue <Ken.Xue@amd.com> | 6 | * Authors: Ken Xue <Ken.Xue@amd.com> |
6 | * Wu, Jeff <Jeff.Wu@amd.com> | 7 | * Wu, Jeff <Jeff.Wu@amd.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/clk-provider.h> | 10 | #include <linux/clk-provider.h> |
diff --git a/drivers/acpi/acpi_cmos_rtc.c b/drivers/acpi/acpi_cmos_rtc.c index 0980a133916f..33ac6cb428fe 100644 --- a/drivers/acpi/acpi_cmos_rtc.c +++ b/drivers/acpi/acpi_cmos_rtc.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI support for CMOS RTC Address Space access | 3 | * ACPI support for CMOS RTC Address Space access |
3 | * | 4 | * |
4 | * Copyright (C) 2013, Intel Corporation | 5 | * Copyright (C) 2013, Intel Corporation |
5 | * Authors: Lan Tianyu <tianyu.lan@intel.com> | 6 | * Authors: Lan Tianyu <tianyu.lan@intel.com> |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/acpi.h> | 9 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/acpi_configfs.c b/drivers/acpi/acpi_configfs.c index f92033661239..9c6ff0f5a25e 100644 --- a/drivers/acpi/acpi_configfs.c +++ b/drivers/acpi/acpi_configfs.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI configfs support | 3 | * ACPI configfs support |
3 | * | 4 | * |
4 | * Copyright (c) 2016 Intel Corporation | 5 | * Copyright (c) 2016 Intel Corporation |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License version 2 as published by | ||
8 | * the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #define pr_fmt(fmt) "ACPI configfs: " fmt | 8 | #define pr_fmt(fmt) "ACPI configfs: " fmt |
diff --git a/drivers/acpi/acpi_dbg.c b/drivers/acpi/acpi_dbg.c index d18246a2a65e..7a265c2171c0 100644 --- a/drivers/acpi/acpi_dbg.c +++ b/drivers/acpi/acpi_dbg.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI AML interfacing support | 3 | * ACPI AML interfacing support |
3 | * | 4 | * |
4 | * Copyright (C) 2015, Intel Corporation | 5 | * Copyright (C) 2015, Intel Corporation |
5 | * Authors: Lv Zheng <lv.zheng@intel.com> | 6 | * Authors: Lv Zheng <lv.zheng@intel.com> |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | /* #define DEBUG */ | 9 | /* #define DEBUG */ |
diff --git a/drivers/acpi/acpi_lpss.c b/drivers/acpi/acpi_lpss.c index cf768608437e..23484aa877b6 100644 --- a/drivers/acpi/acpi_lpss.c +++ b/drivers/acpi/acpi_lpss.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI support for Intel Lynxpoint LPSS. | 3 | * ACPI support for Intel Lynxpoint LPSS. |
3 | * | 4 | * |
4 | * Copyright (C) 2013, Intel Corporation | 5 | * Copyright (C) 2013, Intel Corporation |
5 | * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> | 6 | * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> |
6 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 7 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/acpi.h> | 10 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/acpi_platform.c b/drivers/acpi/acpi_platform.c index 1f32caa87686..00ec4f2bf015 100644 --- a/drivers/acpi/acpi_platform.c +++ b/drivers/acpi/acpi_platform.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI support for platform bus type. | 3 | * ACPI support for platform bus type. |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> | 6 | * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> |
6 | * Mathias Nyman <mathias.nyman@linux.intel.com> | 7 | * Mathias Nyman <mathias.nyman@linux.intel.com> |
7 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 8 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/acpi.h> | 11 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/acpi_pnp.c b/drivers/acpi/acpi_pnp.c index 67d97c0090a2..f3039b93ff61 100644 --- a/drivers/acpi/acpi_pnp.c +++ b/drivers/acpi/acpi_pnp.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI support for PNP bus type | 3 | * ACPI support for PNP bus type |
3 | * | 4 | * |
4 | * Copyright (C) 2014, Intel Corporation | 5 | * Copyright (C) 2014, Intel Corporation |
5 | * Authors: Zhang Rui <rui.zhang@intel.com> | 6 | * Authors: Zhang Rui <rui.zhang@intel.com> |
6 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 7 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/acpi.h> | 10 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/acpi_processor.c b/drivers/acpi/acpi_processor.c index fc447410ae4d..24f065114d42 100644 --- a/drivers/acpi/acpi_processor.c +++ b/drivers/acpi/acpi_processor.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * acpi_processor.c - ACPI processor enumeration support | 3 | * acpi_processor.c - ACPI processor enumeration support |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Copyright (C) 2004 Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> | 8 | * Copyright (C) 2004 Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> |
8 | * Copyright (C) 2013, Intel Corporation | 9 | * Copyright (C) 2013, Intel Corporation |
9 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 10 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify it | ||
12 | * under the terms of the GNU General Public License version 2 as published | ||
13 | * by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/acpi.h> | 13 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/acpi_watchdog.c b/drivers/acpi/acpi_watchdog.c index 95600309ce42..b5516b04ffc0 100644 --- a/drivers/acpi/acpi_watchdog.c +++ b/drivers/acpi/acpi_watchdog.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI watchdog table parsing support. | 3 | * ACPI watchdog table parsing support. |
3 | * | 4 | * |
4 | * Copyright (C) 2016, Intel Corporation | 5 | * Copyright (C) 2016, Intel Corporation |
5 | * Author: Mika Westerberg <mika.westerberg@linux.intel.com> | 6 | * Author: Mika Westerberg <mika.westerberg@linux.intel.com> |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #define pr_fmt(fmt) "ACPI: watchdog: " fmt | 9 | #define pr_fmt(fmt) "ACPI: watchdog: " fmt |
diff --git a/drivers/acpi/arm64/gtdt.c b/drivers/acpi/arm64/gtdt.c index 92f9edf9d11e..01962c63a711 100644 --- a/drivers/acpi/arm64/gtdt.c +++ b/drivers/acpi/arm64/gtdt.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ARM Specific GTDT table Support | 3 | * ARM Specific GTDT table Support |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * Author: Daniel Lezcano <daniel.lezcano@linaro.org> | 6 | * Author: Daniel Lezcano <daniel.lezcano@linaro.org> |
6 | * Fu Wei <fu.wei@linaro.org> | 7 | * Fu Wei <fu.wei@linaro.org> |
7 | * Hanjun Guo <hanjun.guo@linaro.org> | 8 | * Hanjun Guo <hanjun.guo@linaro.org> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/acpi.h> | 11 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/bgrt.c b/drivers/acpi/bgrt.c index 75af78361ce5..251f961c28cc 100644 --- a/drivers/acpi/bgrt.c +++ b/drivers/acpi/bgrt.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * BGRT boot graphic support | 3 | * BGRT boot graphic support |
3 | * Authors: Matthew Garrett, Josh Triplett <josh@joshtriplett.org> | 4 | * Authors: Matthew Garrett, Josh Triplett <josh@joshtriplett.org> |
4 | * Copyright 2012 Red Hat, Inc <mjg@redhat.com> | 5 | * Copyright 2012 Red Hat, Inc <mjg@redhat.com> |
5 | * Copyright 2012 Intel Corporation | 6 | * Copyright 2012 Intel Corporation |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
diff --git a/drivers/acpi/dptf/int340x_thermal.c b/drivers/acpi/dptf/int340x_thermal.c index 0aa7c2e62e95..5c7a90186e3c 100644 --- a/drivers/acpi/dptf/int340x_thermal.c +++ b/drivers/acpi/dptf/int340x_thermal.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI support for int340x thermal drivers | 3 | * ACPI support for int340x thermal drivers |
3 | * | 4 | * |
4 | * Copyright (C) 2014, Intel Corporation | 5 | * Copyright (C) 2014, Intel Corporation |
5 | * Authors: Zhang Rui <rui.zhang@intel.com> | 6 | * Authors: Zhang Rui <rui.zhang@intel.com> |
6 | * | ||
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 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/acpi.h> | 9 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/ec_sys.c b/drivers/acpi/ec_sys.c index 23faa66ea772..fd39c14493ab 100644 --- a/drivers/acpi/ec_sys.c +++ b/drivers/acpi/ec_sys.c | |||
@@ -1,11 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ec_sys.c | 3 | * ec_sys.c |
3 | * | 4 | * |
4 | * Copyright (C) 2010 SUSE Products GmbH/Novell | 5 | * Copyright (C) 2010 SUSE Products GmbH/Novell |
5 | * Author: | 6 | * Author: |
6 | * Thomas Renninger <trenn@suse.de> | 7 | * Thomas Renninger <trenn@suse.de> |
7 | * | ||
8 | * This work is licensed under the terms of the GNU GPL, version 2. | ||
9 | */ | 8 | */ |
10 | 9 | ||
11 | #include <linux/kernel.h> | 10 | #include <linux/kernel.h> |
diff --git a/drivers/acpi/ioapic.c b/drivers/acpi/ioapic.c index 3595aa9c7c18..a690c7b18623 100644 --- a/drivers/acpi/ioapic.c +++ b/drivers/acpi/ioapic.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * IOAPIC/IOxAPIC/IOSAPIC driver | 3 | * IOAPIC/IOxAPIC/IOSAPIC driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (C) 2014 Intel Corporation | 8 | * Copyright (C) 2014 Intel Corporation |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | * | ||
13 | * Based on original drivers/pci/ioapic.c | 10 | * Based on original drivers/pci/ioapic.c |
14 | * Yinghai Lu <yinghai@kernel.org> | 11 | * Yinghai Lu <yinghai@kernel.org> |
15 | * Jiang Liu <jiang.liu@intel.com> | 12 | * Jiang Liu <jiang.liu@intel.com> |
diff --git a/drivers/acpi/irq.c b/drivers/acpi/irq.c index c3b2222e2129..89690a471360 100644 --- a/drivers/acpi/irq.c +++ b/drivers/acpi/irq.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI GSI IRQ layer | 3 | * ACPI GSI IRQ layer |
3 | * | 4 | * |
4 | * Copyright (C) 2015 ARM Ltd. | 5 | * Copyright (C) 2015 ARM Ltd. |
5 | * Author: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 6 | * Author: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> |
6 | * | ||
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 | */ | 7 | */ |
11 | #include <linux/acpi.h> | 8 | #include <linux/acpi.h> |
12 | #include <linux/irq.h> | 9 | #include <linux/irq.h> |
diff --git a/drivers/acpi/pci_mcfg.c b/drivers/acpi/pci_mcfg.c index b42be067fb83..6b347d9920cc 100644 --- a/drivers/acpi/pci_mcfg.c +++ b/drivers/acpi/pci_mcfg.c | |||
@@ -1,20 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Broadcom | 3 | * Copyright (C) 2016 Broadcom |
3 | * Author: Jayachandran C <jchandra@broadcom.com> | 4 | * Author: Jayachandran C <jchandra@broadcom.com> |
4 | * Copyright (C) 2016 Semihalf | 5 | * Copyright (C) 2016 Semihalf |
5 | * Author: Tomasz Nowicki <tn@semihalf.com> | 6 | * Author: Tomasz Nowicki <tn@semihalf.com> |
6 | * | ||
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 (the "GPL"). | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, but | ||
12 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
14 | * General Public License version 2 (GPLv2) for more details. | ||
15 | * | ||
16 | * You should have received a copy of the GNU General Public License | ||
17 | * version 2 (GPLv2) along with this source code. | ||
18 | */ | 7 | */ |
19 | 8 | ||
20 | #define pr_fmt(fmt) "ACPI: " fmt | 9 | #define pr_fmt(fmt) "ACPI: " fmt |
diff --git a/drivers/acpi/pci_slot.c b/drivers/acpi/pci_slot.c index e90b61f7d2db..ca2461d1bf14 100644 --- a/drivers/acpi/pci_slot.c +++ b/drivers/acpi/pci_slot.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * pci_slot.c - ACPI PCI Slot Driver | 3 | * pci_slot.c - ACPI PCI Slot Driver |
3 | * | 4 | * |
@@ -11,15 +12,6 @@ | |||
11 | * | 12 | * |
12 | * Copyright (C) 2013 Huawei Tech. Co., Ltd. | 13 | * Copyright (C) 2013 Huawei Tech. Co., Ltd. |
13 | * Jiang Liu <jiang.liu@huawei.com> | 14 | * Jiang Liu <jiang.liu@huawei.com> |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify it | ||
16 | * under the terms and conditions of the GNU General Public License, | ||
17 | * version 2, as published by the Free Software Foundation. | ||
18 | * | ||
19 | * This program is distributed in the hope that it will be useful, but | ||
20 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
22 | * General Public License for more details. | ||
23 | */ | 15 | */ |
24 | 16 | ||
25 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 17 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
diff --git a/drivers/acpi/property.c b/drivers/acpi/property.c index 9d460a859be0..da3ced297f19 100644 --- a/drivers/acpi/property.c +++ b/drivers/acpi/property.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ACPI device specific properties support. | 3 | * ACPI device specific properties support. |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> | 8 | * Authors: Mika Westerberg <mika.westerberg@linux.intel.com> |
8 | * Darren Hart <dvhart@linux.intel.com> | 9 | * Darren Hart <dvhart@linux.intel.com> |
9 | * Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 10 | * Rafael J. Wysocki <rafael.j.wysocki@intel.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 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/acpi.h> | 13 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/spcr.c b/drivers/acpi/spcr.c index b34d05e365b7..d73b4535e79d 100644 --- a/drivers/acpi/spcr.c +++ b/drivers/acpi/spcr.c | |||
@@ -1,12 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2012, Intel Corporation | 3 | * Copyright (c) 2012, Intel Corporation |
3 | * Copyright (c) 2015, Red Hat, Inc. | 4 | * Copyright (c) 2015, Red Hat, Inc. |
4 | * Copyright (c) 2015, 2016 Linaro Ltd. | 5 | * Copyright (c) 2015, 2016 Linaro Ltd. |
5 | * | ||
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 | */ | 6 | */ |
11 | 7 | ||
12 | #define pr_fmt(fmt) "ACPI: SPCR: " fmt | 8 | #define pr_fmt(fmt) "ACPI: SPCR: " fmt |
diff --git a/drivers/acpi/x86/apple.c b/drivers/acpi/x86/apple.c index b7c98ff82d78..c285c91a5e9c 100644 --- a/drivers/acpi/x86/apple.c +++ b/drivers/acpi/x86/apple.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * apple.c - Apple ACPI quirks | 3 | * apple.c - Apple ACPI quirks |
3 | * Copyright (C) 2017 Lukas Wunner <lukas@wunner.de> | 4 | * Copyright (C) 2017 Lukas Wunner <lukas@wunner.de> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License (version 2) as | ||
7 | * published by the Free Software Foundation. | ||
8 | */ | 5 | */ |
9 | 6 | ||
10 | #include <linux/acpi.h> | 7 | #include <linux/acpi.h> |
diff --git a/drivers/acpi/x86/utils.c b/drivers/acpi/x86/utils.c index c6df14802741..ba277cd5c7fa 100644 --- a/drivers/acpi/x86/utils.c +++ b/drivers/acpi/x86/utils.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * X86 ACPI Utility Functions | 3 | * X86 ACPI Utility Functions |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Based on various non upstream patches to support the CHT Whiskey Cove PMIC: | 7 | * Based on various non upstream patches to support the CHT Whiskey Cove PMIC: |
7 | * Copyright (C) 2013-2015 Intel Corporation. All rights reserved. | 8 | * Copyright (C) 2013-2015 Intel Corporation. All rights reserved. |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/acpi.h> | 11 | #include <linux/acpi.h> |