]> git.ipfire.org Git - people/ms/u-boot.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)
committerMarek Vasut <marex@denx.de>
Tue, 14 Apr 2015 03:48:09 +0000 (05:48 +0200)
commit9848e5740af12e1c81efb940d9503ebfb266d8de
tree126c6fbe816edac4d1e8be91a463815c4a45a803
parent9de1115de72106fb0e8dfbfe98f337a1c7a8dc11
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]