commit | 99030d708f2febf494ecbab5901209a34be2a456 | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Mon Feb 23 18:40:02 2015 +0530 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 14 05:48:09 2015 +0200 |
tree | 5bed7c48fc8308473d42dcc7133095a772b4c95a | |
parent | e7e170926048526f84c6fbf69cf53058f63d2a91 [diff] |
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>