[go: nahoru, domu]

History log of /drivers/usb/gadget/udc/s3c-hsudc.c
Revision Date Author Comments
304f7e5e1d08fa2f5674c1323bd0ebd806c86b81 24-Sep-2014 Michal Sojka <sojka@merica.cz> usb: gadget: Refactor request completion

Use the recently introduced usb_gadget_giveback_request() in favor of
direct invocation of the completion routine.

All places in drivers/usb/ matching "[-.]complete(" were replaced with a
call to usb_gadget_giveback_request(). This was compile-tested with all
ARM drivers enabled and runtime-tested for musb.

Signed-off-by: Michal Sojka <sojka@merica.cz>
Acked-by: Felipe Balbi <balbi@ti.com>
Tested-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
90fccb529d241b55829701cfb9eb3086570f38b8 15-Jul-2014 Andrzej Pietrasiewicz <andrzej.p@samsung.com> usb: gadget: Gadget directory cleanup - group UDC drivers

The drivers/usb/gadget directory contains many files.
Files which are related can be distributed into separate directories.
This patch moves the UDC drivers into a separate directory.

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>