]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: dwc3: fix dwc3 header files
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 23 Feb 2015 13:09:54 +0000 (18:39 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:09 +0000 (21:47 +0200)
commitbd25a128d0ae31b67723d4c5edb4335a05f80208
tree469a3f4378b8e22744031d06a33d45726e602351
parentfd4a55481a13592af481603ef85026478a088e89
usb: dwc3: fix dwc3 header files

Changed the header files included in core.h and io.h to the u-boot header
files so that these files can be included in other dwc3 source files and
be compiled in uboot. Also added otg.h which has the defines for dr_mode.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
drivers/usb/dwc3/core.h
drivers/usb/dwc3/io.h
include/linux/usb/otg.h [new file with mode: 0644]