Commit 221756e6 authored by Maximilian Luz's avatar Maximilian Luz Committed by Hans de Goede

platform/surface: Update copyright year of various drivers

Update the copyright of various Surface drivers to the current year.
Signed-off-by: default avatarMaximilian Luz <luzmaximilian@gmail.com>
Link: https://lore.kernel.org/r/20220624205800.1355621-4-luzmaximilian@gmail.comReviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 993a9e2a
# SPDX-License-Identifier: GPL-2.0+ # SPDX-License-Identifier: GPL-2.0+
# Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> # Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
menuconfig SURFACE_AGGREGATOR menuconfig SURFACE_AGGREGATOR
tristate "Microsoft Surface System Aggregator Module Subsystem and Drivers" tristate "Microsoft Surface System Aggregator Module Subsystem and Drivers"
......
# SPDX-License-Identifier: GPL-2.0+ # SPDX-License-Identifier: GPL-2.0+
# Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> # Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
# For include/trace/define_trace.h to include trace.h # For include/trace/define_trace.h to include trace.h
CFLAGS_core.o = -I$(src) CFLAGS_core.o = -I$(src)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Surface System Aggregator Module bus and device integration. * Surface System Aggregator Module bus and device integration.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#include <linux/device.h> #include <linux/device.h>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Surface System Aggregator Module bus and device integration. * Surface System Aggregator Module bus and device integration.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#ifndef _SURFACE_AGGREGATOR_BUS_H #ifndef _SURFACE_AGGREGATOR_BUS_H
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Main SSAM/SSH controller structure and functionality. * Main SSAM/SSH controller structure and functionality.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#include <linux/acpi.h> #include <linux/acpi.h>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Main SSAM/SSH controller structure and functionality. * Main SSAM/SSH controller structure and functionality.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#ifndef _SURFACE_AGGREGATOR_CONTROLLER_H #ifndef _SURFACE_AGGREGATOR_CONTROLLER_H
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* Handles communication via requests as well as enabling, disabling, and * Handles communication via requests as well as enabling, disabling, and
* relaying of events. * relaying of events.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#include <linux/acpi.h> #include <linux/acpi.h>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* SSH message builder functions. * SSH message builder functions.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#ifndef _SURFACE_AGGREGATOR_SSH_MSGB_H #ifndef _SURFACE_AGGREGATOR_SSH_MSGB_H
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* SSH packet transport layer. * SSH packet transport layer.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#include <asm/unaligned.h> #include <asm/unaligned.h>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* SSH packet transport layer. * SSH packet transport layer.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#ifndef _SURFACE_AGGREGATOR_SSH_PACKET_LAYER_H #ifndef _SURFACE_AGGREGATOR_SSH_PACKET_LAYER_H
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* SSH message parser. * SSH message parser.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#include <asm/unaligned.h> #include <asm/unaligned.h>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* SSH message parser. * SSH message parser.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#ifndef _SURFACE_AGGREGATOR_SSH_PARSER_H #ifndef _SURFACE_AGGREGATOR_SSH_PARSER_H
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* SSH request transport layer. * SSH request transport layer.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#include <asm/unaligned.h> #include <asm/unaligned.h>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* SSH request transport layer. * SSH request transport layer.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#ifndef _SURFACE_AGGREGATOR_SSH_REQUEST_LAYER_H #ifndef _SURFACE_AGGREGATOR_SSH_REQUEST_LAYER_H
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Trace points for SSAM/SSH. * Trace points for SSAM/SSH.
* *
* Copyright (C) 2020-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2020-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#undef TRACE_SYSTEM #undef TRACE_SYSTEM
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* notifications sent from ACPI via the SAN interface by providing them to any * notifications sent from ACPI via the SAN interface by providing them to any
* registered external driver. * registered external driver.
* *
* Copyright (C) 2019-2020 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#include <asm/unaligned.h> #include <asm/unaligned.h>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Provides user-space access to the SSAM EC via the /dev/surface/aggregator * Provides user-space access to the SSAM EC via the /dev/surface/aggregator
* misc device. Intended for debugging and development. * misc device. Intended for debugging and development.
* *
* Copyright (C) 2020-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2020-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#include <linux/fs.h> #include <linux/fs.h>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* cannot be auto-detected. Provides device-hubs and performs instantiation * cannot be auto-detected. Provides device-hubs and performs instantiation
* for these devices. * for these devices.
* *
* Copyright (C) 2020-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2020-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#include <linux/acpi.h> #include <linux/acpi.h>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* acknowledge (to speed things up), abort (e.g. in case the dGPU is still in * acknowledge (to speed things up), abort (e.g. in case the dGPU is still in
* use), or request detachment via user-space. * use), or request detachment via user-space.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#include <linux/fs.h> #include <linux/fs.h>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* properly configuring the respective GPEs. Required for wakeup via lid on * properly configuring the respective GPEs. Required for wakeup via lid on
* newer Intel-based Microsoft Surface devices. * newer Intel-based Microsoft Surface devices.
* *
* Copyright (C) 2020 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2020-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* Event signaling is handled via ACPI, which will generate the appropriate * Event signaling is handled via ACPI, which will generate the appropriate
* device-check notifications to be picked up by the PCIe hot-plug driver. * device-check notifications to be picked up by the PCIe hot-plug driver.
* *
* Copyright (C) 2019-2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2019-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#include <linux/acpi.h> #include <linux/acpi.h>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Surface Platform Profile / Performance Mode driver for Surface System * Surface Platform Profile / Performance Mode driver for Surface System
* Aggregator Module (thermal subsystem). * Aggregator Module (thermal subsystem).
* *
* Copyright (C) 2021 Maximilian Luz <luzmaximilian@gmail.com> * Copyright (C) 2021-2022 Maximilian Luz <luzmaximilian@gmail.com>
*/ */
#include <asm/unaligned.h> #include <asm/unaligned.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