Skip to content

Commit f75203c

Browse files
basuamdJiri Kosina
authored andcommitted
HID: amd_sfh: Update Copyright details
Update the Copyright header and Author Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@amd.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
1 parent ba70a4f commit f75203c

8 files changed

Lines changed: 17 additions & 6 deletions

File tree

drivers/hid/amd-sfh-hid/amd_sfh_client.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
33
* AMD SFH Client Layer
4-
* Copyright 2020 Advanced Micro Devices, Inc.
4+
* Copyright 2020-2021 Advanced Micro Devices, Inc.
55
* Authors: Nehal Bakulchandra Shah <Nehal-Bakulchandra.Shah@amd.com>
66
* Sandeep Singh <Sandeep.singh@amd.com>
7+
* Basavaraj Natikar <Basavaraj.Natikar@amd.com>
78
*/
89

910
#include <linux/dma-mapping.h>

drivers/hid/amd-sfh-hid/amd_sfh_hid.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
/*
33
* AMD MP2 Sensors transport driver
44
*
5+
* Copyright 2020-2021 Advanced Micro Devices, Inc.
56
* Authors: Nehal Bakulchandra Shah <Nehal-bakulchandra.shah@amd.com>
67
* Sandeep Singh <sandeep.singh@amd.com>
8+
* Basavaraj Natikar <Basavaraj.Natikar@amd.com>
79
*/
810
#include <linux/hid.h>
911
#include <linux/wait.h>

drivers/hid/amd-sfh-hid/amd_sfh_hid.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
/*
33
* AMD MP2 Sensors transport driver
44
*
5+
* Copyright 2020-2021 Advanced Micro Devices, Inc.
56
* Authors: Nehal Bakulchandra Shah <Nehal-bakulchandra.shah@amd.com>
67
* Sandeep Singh <sandeep.singh@amd.com>
8+
* Basavaraj Natikar <Basavaraj.Natikar@amd.com>
79
*/
810

911
#ifndef AMDSFH_HID_H

drivers/hid/amd-sfh-hid/amd_sfh_pcie.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
33
* AMD MP2 PCIe communication driver
4-
* Copyright 2020 Advanced Micro Devices, Inc.
4+
* Copyright 2020-2021 Advanced Micro Devices, Inc.
55
*
66
* Authors: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
77
* Sandeep Singh <Sandeep.singh@amd.com>
8+
* Basavaraj Natikar <Basavaraj.Natikar@amd.com>
89
*/
910

1011
#include <linux/bitops.h>
@@ -335,3 +336,4 @@ MODULE_DESCRIPTION(DRIVER_DESC);
335336
MODULE_LICENSE("Dual BSD/GPL");
336337
MODULE_AUTHOR("Shyam Sundar S K <Shyam-sundar.S-k@amd.com>");
337338
MODULE_AUTHOR("Sandeep Singh <Sandeep.singh@amd.com>");
339+
MODULE_AUTHOR("Basavaraj Natikar <Basavaraj.Natikar@amd.com>");

drivers/hid/amd-sfh-hid/amd_sfh_pcie.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/* SPDX-License-Identifier: GPL-2.0-or-later */
22
/*
33
* AMD MP2 PCIe communication driver
4-
* Copyright 2020 Advanced Micro Devices, Inc.
4+
* Copyright 2020-2021 Advanced Micro Devices, Inc.
55
* Authors: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
66
* Sandeep Singh <Sandeep.singh@amd.com>
7+
* Basavaraj Natikar <Basavaraj.Natikar@amd.com>
78
*/
89

910
#ifndef PCIE_MP2_AMD_H

drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
33
* AMD SFH Report Descriptor generator
4-
* Copyright 2020 Advanced Micro Devices, Inc.
4+
* Copyright 2020-2021 Advanced Micro Devices, Inc.
55
* Authors: Nehal Bakulchandra Shah <Nehal-Bakulchandra.Shah@amd.com>
66
* Sandeep Singh <sandeep.singh@amd.com>
7+
* Basavaraj Natikar <Basavaraj.Natikar@amd.com>
78
*/
89

910
#include <linux/kernel.h>

drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/* SPDX-License-Identifier: GPL-2.0-or-later */
22
/*
33
* HID report descriptors, structures and routines
4-
* Copyright 2020 Advanced Micro Devices, Inc.
4+
* Copyright 2020-2021 Advanced Micro Devices, Inc.
55
* Authors: Nehal Bakulchandra Shah <Nehal-bakulchandra.shah@amd.com>
66
* Sandeep Singh <Sandeep.singh@amd.com>
7+
* Basavaraj Natikar <Basavaraj.Natikar@amd.com>
78
*/
89

910
#ifndef AMD_SFH_HID_DESCRIPTOR_H

drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_report_desc.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/* SPDX-License-Identifier: GPL-2.0-or-later */
22
/*
33
* HID descriptor stuructures
4-
* Copyright 2020 Advanced Micro Devices, Inc.
4+
* Copyright 2020-2021 Advanced Micro Devices, Inc.
55
* Authors: Nehal Bakulchandra Shah <Nehal-bakulchandra.shah@amd.com>
66
* Sandeep Singh <Sandeep.singh@amd.com>
7+
* Basavaraj Natikar <Basavaraj.Natikar@amd.com>
78
*/
89

910
#ifndef AMD_SFH_HID_REPORT_DESCRIPTOR_H

0 commit comments

Comments
 (0)