commit | c1a96ebd315f82fa0f47adce264adb126cf72764 | [log] [tgz] |
---|---|---|
author | Chao Xie <chao.xie@marvell.com> | Tue Nov 27 22:06:05 2012 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Thu Dec 13 11:58:41 2012 +0200 |
tree | 467c4b41ffd168c083ba5f77e12ea07da47a2510 | |
parent | e887786a466f36720fde5d4a1bc3c7dacd400bd1 [diff] |
usb: host: ehci-mv: fix clk APIs 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 <chao.xie@marvell.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Felipe Balbi <balbi@ti.com>