diff options
author | Kishon Vijay Abraham I | 2015-02-23 18:39:58 +0530 |
---|---|---|
committer | Marek Vasut | 2015-04-14 05:48:09 +0200 |
commit | 747a0a5b387fd7caab2d9a61b23386d5cd42c7d7 (patch) | |
tree | 330ba32c809b0f0d20de69da815ac489d04081a3 /drivers/usb/dwc3/linux-compat.h | |
parent | 18be4cb151f066cc0ffff40819a258376717f8ed (diff) |
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>
Diffstat (limited to 'drivers/usb/dwc3/linux-compat.h')
-rw-r--r-- | drivers/usb/dwc3/linux-compat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/dwc3/linux-compat.h b/drivers/usb/dwc3/linux-compat.h index 58c47167bbf..719e82e8fc2 100644 --- a/drivers/usb/dwc3/linux-compat.h +++ b/drivers/usb/dwc3/linux-compat.h @@ -5,9 +5,6 @@ * * Authors: Kishon Vijay Abraham I <kishon@ti.com> * - * Taken from Linux Kernel v3.16 (drivers/usb/dwc3/core.c) and ported - * to uboot. - * * SPDX-License-Identifier: GPL-2.0 * */ |