Re: [PATCH] usb: gadget: udc: s3c2410_udc.c: Remove some unused functions

2014-12-22 Thread Vasily Khoruzhick
On Sun, Dec 21, 2014 at 1:30 AM, Rickard Strandqvist wrote: > Removes some functions that are not used anywhere: > s3c2410_udc_clear_ep_state() s3c2410_udc_set_ep0_sse_out() > > This was partially found by using a static code analysis program called > cppcheck. Looks OK to me. > Signed-off-by:

[PATCH] usb: gadget: s3c2410: Move to clk_prepare_enable/clk_disable_unprepare

2014-06-30 Thread Vasily Khoruzhick
Use clk_prepare_enable/clk_disable_unprepare to make the driver work properly with common clock framework. Signed-off-by: Vasily Khoruzhick --- drivers/usb/gadget/s3c2410_udc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/usb/gadget/s3c2410_udc.c b/drivers