]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: dwc3: core: make dwc3 core build in uboot
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 23 Feb 2015 13:10:02 +0000 (18:40 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:10 +0000 (21:47 +0200)
commit5d27c0e0913b4616cab1ef0ca9ca5e70b1323fed
tree8132bb007481fd7dade4f6282799f477544dfb81
parentc8c462ce423b4a3bec377f0bbc889f5f7c46e7bf
usb: dwc3: core: make dwc3 core build in uboot

*) Changed the include header files to that used in u-boot.
*) Removed phy_* APIs
*) Removed jiffies and used a simple while loop
*) Used dma_alloc_coherent and dma_free_coherent APIs of u-boot
*) Fixed other misc warnings

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
drivers/usb/dwc3/core.c
drivers/usb/dwc3/core.h
drivers/usb/dwc3/linux-compat.h