Skip to content

Commit 221756e

Browse files
qzedjwrdegoede
authored andcommitted
platform/surface: Update copyright year of various drivers
Update the copyright of various Surface drivers to the current year. Signed-off-by: Maximilian Luz <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
1 parent 993a9e2 commit 221756e

22 files changed

+22
-22
lines changed

drivers/platform/surface/aggregator/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0+
2-
# Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
2+
# Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
33

44
menuconfig SURFACE_AGGREGATOR
55
tristate "Microsoft Surface System Aggregator Module Subsystem and Drivers"

drivers/platform/surface/aggregator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0+
2-
# Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
2+
# Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
33

44
# For include/trace/define_trace.h to include trace.h
55
CFLAGS_core.o = -I$(src)

drivers/platform/surface/aggregator/bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Surface System Aggregator Module bus and device integration.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#include <linux/device.h>

drivers/platform/surface/aggregator/bus.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Surface System Aggregator Module bus and device integration.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#ifndef _SURFACE_AGGREGATOR_BUS_H

drivers/platform/surface/aggregator/controller.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Main SSAM/SSH controller structure and functionality.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#include <linux/acpi.h>

drivers/platform/surface/aggregator/controller.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Main SSAM/SSH controller structure and functionality.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#ifndef _SURFACE_AGGREGATOR_CONTROLLER_H

drivers/platform/surface/aggregator/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Handles communication via requests as well as enabling, disabling, and
88
* relaying of events.
99
*
10-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
10+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
1111
*/
1212

1313
#include <linux/acpi.h>

drivers/platform/surface/aggregator/ssh_msgb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* SSH message builder functions.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#ifndef _SURFACE_AGGREGATOR_SSH_MSGB_H

drivers/platform/surface/aggregator/ssh_packet_layer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* SSH packet transport layer.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#include <asm/unaligned.h>

drivers/platform/surface/aggregator/ssh_packet_layer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* SSH packet transport layer.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#ifndef _SURFACE_AGGREGATOR_SSH_PACKET_LAYER_H

drivers/platform/surface/aggregator/ssh_parser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* SSH message parser.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#include <asm/unaligned.h>

drivers/platform/surface/aggregator/ssh_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* SSH message parser.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#ifndef _SURFACE_AGGREGATOR_SSH_PARSER_H

drivers/platform/surface/aggregator/ssh_request_layer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* SSH request transport layer.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#include <asm/unaligned.h>

drivers/platform/surface/aggregator/ssh_request_layer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* SSH request transport layer.
44
*
5-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#ifndef _SURFACE_AGGREGATOR_SSH_REQUEST_LAYER_H

drivers/platform/surface/aggregator/trace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Trace points for SSAM/SSH.
44
*
5-
* Copyright (C) 2020-2021 Maximilian Luz <[email protected]>
5+
* Copyright (C) 2020-2022 Maximilian Luz <[email protected]>
66
*/
77

88
#undef TRACE_SYSTEM

drivers/platform/surface/surface_acpi_notify.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* notifications sent from ACPI via the SAN interface by providing them to any
99
* registered external driver.
1010
*
11-
* Copyright (C) 2019-2020 Maximilian Luz <[email protected]>
11+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
1212
*/
1313

1414
#include <asm/unaligned.h>

drivers/platform/surface/surface_aggregator_cdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Provides user-space access to the SSAM EC via the /dev/surface/aggregator
44
* misc device. Intended for debugging and development.
55
*
6-
* Copyright (C) 2020-2021 Maximilian Luz <[email protected]>
6+
* Copyright (C) 2020-2022 Maximilian Luz <[email protected]>
77
*/
88

99
#include <linux/fs.h>

drivers/platform/surface/surface_aggregator_registry.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* cannot be auto-detected. Provides device-hubs and performs instantiation
77
* for these devices.
88
*
9-
* Copyright (C) 2020-2021 Maximilian Luz <[email protected]>
9+
* Copyright (C) 2020-2022 Maximilian Luz <[email protected]>
1010
*/
1111

1212
#include <linux/acpi.h>

drivers/platform/surface/surface_dtx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* acknowledge (to speed things up), abort (e.g. in case the dGPU is still in
99
* use), or request detachment via user-space.
1010
*
11-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
11+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
1212
*/
1313

1414
#include <linux/fs.h>

drivers/platform/surface/surface_gpe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* properly configuring the respective GPEs. Required for wakeup via lid on
55
* newer Intel-based Microsoft Surface devices.
66
*
7-
* Copyright (C) 2020 Maximilian Luz <[email protected]>
7+
* Copyright (C) 2020-2022 Maximilian Luz <[email protected]>
88
*/
99

1010
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

drivers/platform/surface/surface_hotplug.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Event signaling is handled via ACPI, which will generate the appropriate
1111
* device-check notifications to be picked up by the PCIe hot-plug driver.
1212
*
13-
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
13+
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
1414
*/
1515

1616
#include <linux/acpi.h>

drivers/platform/surface/surface_platform_profile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Surface Platform Profile / Performance Mode driver for Surface System
44
* Aggregator Module (thermal subsystem).
55
*
6-
* Copyright (C) 2021 Maximilian Luz <[email protected]>
6+
* Copyright (C) 2021-2022 Maximilian Luz <[email protected]>
77
*/
88

99
#include <asm/unaligned.h>

0 commit comments

Comments
 (0)