[V2 PATCH 03/27] usb: gadget: mv_udc: fix the clk APIs

2012-11-27 Thread Chao Xie
the clock common driver changes, and arch-mmp will make use of the common clock driver instead of its own. So for enable clock. first prepare the clock then enable the clock. for disable clock first disable the clock then unprepare the clock Signed-off-by: Chao Xie --- drivers/usb/gadget/mv_udc

[PATCH 03/27] usb: gadget: mv_udc: fix the clk APIs

2012-11-25 Thread Chao Xie
From: Chao Xie the clock common driver changes, and arch-mmp will make use of the common clock driver instead of its own. So for enable clock. first prepare the clock then enable the clock. for disable clock first disable the clock then unprepare the clock Signed-off-by: Chao Xie --- drivers/