Skip to content

Commit

Permalink
platform/surface: Update copyright year of various drivers
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
qzed authored and jwrdegoede committed Jul 2, 2022
1 parent 993a9e2 commit 221756e
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0+
# Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
# Copyright (C) 2019-2022 Maximilian Luz <[email protected]>

menuconfig SURFACE_AGGREGATOR
tristate "Microsoft Surface System Aggregator Module Subsystem and Drivers"
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0+
# Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
# Copyright (C) 2019-2022 Maximilian Luz <[email protected]>

# For include/trace/define_trace.h to include trace.h
CFLAGS_core.o = -I$(src)
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Surface System Aggregator Module bus and device integration.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#include <linux/device.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Surface System Aggregator Module bus and device integration.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#ifndef _SURFACE_AGGREGATOR_BUS_H
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Main SSAM/SSH controller structure and functionality.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#include <linux/acpi.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Main SSAM/SSH controller structure and functionality.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#ifndef _SURFACE_AGGREGATOR_CONTROLLER_H
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Handles communication via requests as well as enabling, disabling, and
* relaying of events.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#include <linux/acpi.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/ssh_msgb.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* SSH message builder functions.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#ifndef _SURFACE_AGGREGATOR_SSH_MSGB_H
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/ssh_packet_layer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* SSH packet transport layer.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#include <asm/unaligned.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/ssh_packet_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* SSH packet transport layer.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#ifndef _SURFACE_AGGREGATOR_SSH_PACKET_LAYER_H
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/ssh_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* SSH message parser.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#include <asm/unaligned.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/ssh_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* SSH message parser.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#ifndef _SURFACE_AGGREGATOR_SSH_PARSER_H
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/ssh_request_layer.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* SSH request transport layer.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#include <asm/unaligned.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/ssh_request_layer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* SSH request transport layer.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#ifndef _SURFACE_AGGREGATOR_SSH_REQUEST_LAYER_H
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/aggregator/trace.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* Trace points for SSAM/SSH.
*
* Copyright (C) 2020-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2020-2022 Maximilian Luz <[email protected]>
*/

#undef TRACE_SYSTEM
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/surface_acpi_notify.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* notifications sent from ACPI via the SAN interface by providing them to any
* registered external driver.
*
* Copyright (C) 2019-2020 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#include <asm/unaligned.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/surface_aggregator_cdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Provides user-space access to the SSAM EC via the /dev/surface/aggregator
* misc device. Intended for debugging and development.
*
* Copyright (C) 2020-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2020-2022 Maximilian Luz <[email protected]>
*/

#include <linux/fs.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/surface_aggregator_registry.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* cannot be auto-detected. Provides device-hubs and performs instantiation
* for these devices.
*
* Copyright (C) 2020-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2020-2022 Maximilian Luz <[email protected]>
*/

#include <linux/acpi.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/surface_dtx.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* acknowledge (to speed things up), abort (e.g. in case the dGPU is still in
* use), or request detachment via user-space.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#include <linux/fs.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/surface_gpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* properly configuring the respective GPEs. Required for wakeup via lid on
* newer Intel-based Microsoft Surface devices.
*
* Copyright (C) 2020 Maximilian Luz <[email protected]>
* Copyright (C) 2020-2022 Maximilian Luz <[email protected]>
*/

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/surface_hotplug.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Event signaling is handled via ACPI, which will generate the appropriate
* device-check notifications to be picked up by the PCIe hot-plug driver.
*
* Copyright (C) 2019-2021 Maximilian Luz <[email protected]>
* Copyright (C) 2019-2022 Maximilian Luz <[email protected]>
*/

#include <linux/acpi.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/platform/surface/surface_platform_profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Surface Platform Profile / Performance Mode driver for Surface System
* Aggregator Module (thermal subsystem).
*
* Copyright (C) 2021 Maximilian Luz <[email protected]>
* Copyright (C) 2021-2022 Maximilian Luz <[email protected]>
*/

#include <asm/unaligned.h>
Expand Down

0 comments on commit 221756e

Please sign in to comment.