u-boot-brain/drivers/usb/gadget
Mike Frysinger 6777a3cf73 lin_gadget: use common linux/compat.h
Merge our duplicate definitions with the common header.

Also fix drivers/usb/gadget/s3c_udc_otg_xfer_dma.c to
use min() instead of min_t() since we remove the latter
from compat.h.

Additionally use memalign() directly as the lin_gadget
specific kmalloc() macro is removed from lin_gadget_compat.h
by this patch.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Lukasz Majewski <l.majewski@samsung.com>
2012-04-30 16:54:51 +02:00
..
config.c Coding Style cleanup 2010-10-27 22:48:30 +02:00
core.c Enable high speed support for USB device framework and usbtty 2012-03-28 16:31:08 +02:00
designware_udc.c USB:gadget:designware Fix memory nonalignment issue 2012-03-19 00:08:17 +01:00
ep0.c Enable high speed support for USB device framework and usbtty 2012-03-28 16:31:08 +02:00
ep0.h drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
epautoconf.c USB: Use (get|put)_unaligned for accessing wMaxPacketSize 2011-12-16 21:37:17 +01:00
ether.c USB-RNDIS: Send RNDIS state on disconnecting 2011-02-19 20:32:38 +01:00
gadget_chips.h USB: gadaget: add Marvell controller support 2011-12-11 14:40:38 +01:00
Makefile USB:gadget:designware USB device controller (UDC) implementation 2012-03-19 00:08:16 +01:00
mpc8xx_udc.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
mv_udc.c USB: gadaget: add Marvell controller support 2011-12-11 14:40:38 +01:00
ndis.h USB: Add USB RNDIS gadget protocol 2011-02-19 20:32:37 +01:00
omap1510_udc.c drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
pxa27x_udc.c drivers/usb/gadget/pxa27x_udc.c: Coding Style cleanup 2011-12-19 11:52:36 +01:00
regs-otg.h usb:gadget:s5p USB Device Controller (UDC) implementation 2011-12-11 14:44:40 +01:00
rndis.c Coding Style cleanup: remove trailing empty lines 2011-03-27 21:48:08 +02:00
rndis.h USB-RNDIS: Send RNDIS state on disconnecting 2011-02-19 20:32:38 +01:00
s3c_udc_otg_xfer_dma.c lin_gadget: use common linux/compat.h 2012-04-30 16:54:51 +02:00
s3c_udc_otg.c lin_gadget: use common linux/compat.h 2012-04-30 16:54:51 +02:00
usbstring.c Coding Style cleanup 2010-10-27 22:48:30 +02:00