[V2 PATCH 06/27] usb: host: ehci-mv: fix 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 Acked-by: Alan Stern --- dri

Re: [PATCH 06/27] usb: host: ehci-mv: fix clk APIs

2012-11-26 Thread Alan Stern
On Sun, 25 Nov 2012, Chao Xie wrote: > 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

[PATCH 06/27] usb: host: ehci-mv: fix 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/