]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: dwc3: add dwc3 folder from linux kernel to u-boot
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 23 Feb 2015 13:09:50 +0000 (18:39 +0530)
committerMarek Vasut <marex@denx.de>
Tue, 14 Apr 2015 03:48:08 +0000 (05:48 +0200)
commit85d5e7075f33e97079886027104591ff53d6363b
treefe50139a81bc83b0548137599bf8fc1d3f5fb763
parentaecbf879659f7b54e7712b3a3f05ce250c9c9f80
usb: dwc3: add dwc3 folder from linux kernel to u-boot

Added dwc3 folder from linux kernel 3.19-rc1 (97bf6af1f9)
to u-boot. This will be adapted to work with u-boot in the
following patches.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
21 files changed:
drivers/usb/dwc3/Kconfig [new file with mode: 0644]
drivers/usb/dwc3/Makefile [new file with mode: 0644]
drivers/usb/dwc3/core.c [new file with mode: 0644]
drivers/usb/dwc3/core.h [new file with mode: 0644]
drivers/usb/dwc3/debug.c [new file with mode: 0644]
drivers/usb/dwc3/debug.h [new file with mode: 0644]
drivers/usb/dwc3/debugfs.c [new file with mode: 0644]
drivers/usb/dwc3/dwc3-exynos.c [new file with mode: 0644]
drivers/usb/dwc3/dwc3-keystone.c [new file with mode: 0644]
drivers/usb/dwc3/dwc3-omap.c [new file with mode: 0644]
drivers/usb/dwc3/dwc3-pci.c [new file with mode: 0644]
drivers/usb/dwc3/dwc3-qcom.c [new file with mode: 0644]
drivers/usb/dwc3/dwc3-st.c [new file with mode: 0644]
drivers/usb/dwc3/ep0.c [new file with mode: 0644]
drivers/usb/dwc3/gadget.c [new file with mode: 0644]
drivers/usb/dwc3/gadget.h [new file with mode: 0644]
drivers/usb/dwc3/host.c [new file with mode: 0644]
drivers/usb/dwc3/io.h [new file with mode: 0644]
drivers/usb/dwc3/platform_data.h [new file with mode: 0644]
drivers/usb/dwc3/trace.c [new file with mode: 0644]
drivers/usb/dwc3/trace.h [new file with mode: 0644]