|
@@ -1,22 +1,17 @@
|
|
|
/**
|
|
|
* core.c - DesignWare USB3 DRD Controller Core file
|
|
|
*
|
|
|
- * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com
|
|
|
+ * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com
|
|
|
*
|
|
|
* Authors: Felipe Balbi <balbi@ti.com>,
|
|
|
* Sebastian Andrzej Siewior <bigeasy@linutronix.de>
|
|
|
*
|
|
|
- * This program is free software: you can redistribute it and/or modify
|
|
|
- * it under the terms of the GNU General Public License version 2 of
|
|
|
- * the License as published by the Free Software Foundation.
|
|
|
+ * Taken from Linux Kernel v3.19-rc1 (drivers/usb/dwc3/core.c) and ported
|
|
|
+ * to uboot.
|
|
|
*
|
|
|
- * This program is distributed in the hope that it will be useful,
|
|
|
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
- * GNU General Public License for more details.
|
|
|
+ * commit cd72f890d2 : usb: dwc3: core: enable phy suspend quirk on non-FPGA
|
|
|
*
|
|
|
- * You should have received a copy of the GNU General Public License
|
|
|
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
+ * SPDX-License-Identifier: GPL-2.0
|
|
|
*/
|
|
|
|
|
|
#include <linux/version.h>
|