u-boot-brain/drivers/usb/dwc3
Kishon Vijay Abraham I 747a0a5b38 usb: dwc3: gadget: make dwc3 gadget build in uboot
Did a bunch of things to get dwc3/gadget.c compile in u-boot without
build errors and warnings
*) Changed the included header files to that used in u-boot.
*) Used dma_alloc_coherent and dma_free_coherent APIs of u-boot
*) removed sg support
*) remove jiffies and used a simple while loop
*) removed irq support and added a function to call these interrupt handler.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
2015-04-14 05:48:09 +02:00
..
core.c usb: dwc3: remove pm related operations from dwc3 driver 2015-04-14 05:48:09 +02:00
core.h usb: dwc3: remove pm related operations from dwc3 driver 2015-04-14 05:48:09 +02:00
dwc3-omap.c usb: dwc3: remove pm related operations from dwc3 driver 2015-04-14 05:48:09 +02:00
ep0.c usb: dwc3: remove trace_* APIs from dwc3 driver 2015-04-14 05:48:09 +02:00
gadget.c usb: dwc3: gadget: make dwc3 gadget build in uboot 2015-04-14 05:48:09 +02:00
gadget.h usb: dwc3: gadget: make dwc3 gadget build in uboot 2015-04-14 05:48:09 +02:00
io.h usb: dwc3: fix dwc3 header files 2015-04-14 05:48:09 +02:00
linux-compat.h usb: dwc3: gadget: make dwc3 gadget build in uboot 2015-04-14 05:48:09 +02:00
Makefile usb: dwc3: remove trace_* APIs from dwc3 driver 2015-04-14 05:48:09 +02:00