Commit d9216d3e authored by Ladislav Michl's avatar Ladislav Michl Committed by Greg Kroah-Hartman

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: default avatarLadislav Michl <ladis@linux-mips.org>
Acked-by: default avatarThinh Nguyen <Thinh.Nguyen@synopsys.com>
Acked-by: default avatarDavid Daney <daviddaney@microsoft.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/r/ZMeAAYx6Z3hlQBNQ@lenochSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 54026474
// SPDX-License-Identifier: GPL-2.0
/* /*
* XHCI HCD glue for Cavium Octeon III SOCs. * DWC3 glue for Cavium Octeon III SOCs.
* *
* Copyright (C) 2010-2017 Cavium Networks * Copyright (C) 2010-2017 Cavium Networks
* * Copyright (C) 2023 RACOM s.r.o.
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*/ */
#include <linux/bitfield.h> #include <linux/bitfield.h>
...@@ -537,6 +535,6 @@ static struct platform_driver dwc3_octeon_driver = { ...@@ -537,6 +535,6 @@ static struct platform_driver dwc3_octeon_driver = {
module_platform_driver(dwc3_octeon_driver); module_platform_driver(dwc3_octeon_driver);
MODULE_ALIAS("platform:dwc3-octeon"); MODULE_ALIAS("platform:dwc3-octeon");
MODULE_AUTHOR("David Daney <david.daney@cavium.com>"); MODULE_AUTHOR("Ladislav Michl <ladis@linux-mips.org>");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("DesignWare USB3 OCTEON III Glue Layer"); MODULE_DESCRIPTION("DesignWare USB3 OCTEON III Glue Layer");
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