Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-21 | usb: gadget: only GPL drivers in the gadget and phy framework | Felipe Balbi | |
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> | |||
2013-11-26 | usb: gadget: factor out alloc_ep_req | Andrzej Pietrasiewicz | |
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> |