Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <ladis@linux-mips.org>
Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Acked-by: David Daney <daviddaney@microsoft.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Link: https://lore.kernel.org/r/ZMeAAYx6Z3hlQBNQ@lenoch
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ladislav Michl and committed by
Greg Kroah-Hartman
d9216d3e 54026474

+4 -6
+4 -6
drivers/usb/dwc3/dwc3-octeon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 - * XHCI HCD glue for Cavium Octeon III SOCs. 3 + * DWC3 glue for Cavium Octeon III SOCs. 3 4 * 4 5 * 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. 9 7 */ 10 8 11 9 #include <linux/bitfield.h> ··· 535 537 module_platform_driver(dwc3_octeon_driver); 536 538 537 539 MODULE_ALIAS("platform:dwc3-octeon"); 538 - MODULE_AUTHOR("David Daney <david.daney@cavium.com>"); 540 + MODULE_AUTHOR("Ladislav Michl <ladis@linux-mips.org>"); 539 541 MODULE_LICENSE("GPL"); 540 542 MODULE_DESCRIPTION("DesignWare USB3 OCTEON III Glue Layer");