usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check bounds
[oweals/u-boot.git] / drivers / usb / host / xhci-uniphier.c
index e0ef3221727981546a3e6e1306f24a1c2739dc17..1b3f3d22de115768b57a93f30bbd3b76efc6f5d7 100644 (file)
@@ -1,13 +1,12 @@
 /*
- * Copyright (C) 2015 Panasonic Corporation
- * Copyright (C) 2015 Socionext Inc.
- *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
+ * Copyright (C) 2015 Masahiro Yamada <yamada.masahiro@socionext.com>
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <linux/err.h>
+#include <linux/io.h>
 #include <usb.h>
 #include <fdtdec.h>
 #include "xhci.h"