commit | 71744d0d06fd078207c527f362fcc66c93228d36 | [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 | 6f80390691286074c7595a442cde1a87267aa2b1 [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>