History log of /drivers/usb/gadget/u_f.c
Revision Date Author Comments
0700faaf736492bd203630d179b639a1f5bbb576 01-Apr-2014 Felipe Balbi <balbi@ti.com> usb: gadget: only GPL drivers in the gadget and phy framework

We only support GPL drivers in the USB Gadget Framework,
it sounds correct to make all exported symbols GPL too.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
1efd54eab2b60c68c2ce75ea635306cef847d751 07-Nov-2013 Andrzej Pietrasiewicz <andrzej.p@samsung.com> usb: gadget: factor out alloc_ep_req

alloc_ep_req() is a function repeated in several modules.
Make a common implementation and use it.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>