Skip to content

Commit d9216d3

Browse files
3x380Vgregkh
authored andcommitted
usb: dwc3: dwc3-octeon: Add SPDX header and copyright
Assign copyright to indicate driver rewrite is done for RACOM s.r.o. As David no longer works for Marvell (Cavium), I'm to blame for breakage. Signed-off-by: Ladislav Michl <[email protected]> Acked-by: Thinh Nguyen <[email protected]> Acked-by: David Daney <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Link: https://lore.kernel.org/r/ZMeAAYx6Z3hlQBNQ@lenoch Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5402647 commit d9216d3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

drivers/usb/dwc3/dwc3-octeon.c

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
2-
* XHCI HCD glue for Cavium Octeon III SOCs.
3+
* DWC3 glue for Cavium Octeon III SOCs.
34
*
45
* Copyright (C) 2010-2017 Cavium Networks
5-
*
6-
* This file is subject to the terms and conditions of the GNU General Public
7-
* License. See the file "COPYING" in the main directory of this archive
8-
* for more details.
6+
* Copyright (C) 2023 RACOM s.r.o.
97
*/
108

119
#include <linux/bitfield.h>
@@ -537,6 +535,6 @@ static struct platform_driver dwc3_octeon_driver = {
537535
module_platform_driver(dwc3_octeon_driver);
538536

539537
MODULE_ALIAS("platform:dwc3-octeon");
540-
MODULE_AUTHOR("David Daney <[email protected]>");
538+
MODULE_AUTHOR("Ladislav Michl <[email protected]>");
541539
MODULE_LICENSE("GPL");
542540
MODULE_DESCRIPTION("DesignWare USB3 OCTEON III Glue Layer");

0 commit comments

Comments
 (0)