File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change
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>
@@ -537,6 +535,6 @@ static struct platform_driver dwc3_octeon_driver = {
537
535
module_platform_driver (dwc3_octeon_driver );
538
536
539
537
MODULE_ALIAS ("platform:dwc3-octeon" );
540
- MODULE_AUTHOR (
"David Daney <[email protected] >" );
538
+ MODULE_AUTHOR (
"Ladislav Michl <[email protected] >" );
541
539
MODULE_LICENSE ("GPL" );
542
540
MODULE_DESCRIPTION ("DesignWare USB3 OCTEON III Glue Layer" );
You can’t perform that action at this time.
0 commit comments