]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: dwc3: exynos: use clk_prepare_enable and clk_disable_unprepare
authorVivek Gautam <gautam.vivek@samsung.com>
Thu, 14 Mar 2013 10:44:58 +0000 (16:14 +0530)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:18:16 +0000 (11:18 +0200)
commitddb5147cea10308fac7d4ea44cbd164929199e03
tree45149a86633b5f5d5a628ac4843b7754d26503d9
parentadcf20dcd2629112c467f30a2c057479979ae64c
usb: dwc3: exynos: use clk_prepare_enable and clk_disable_unprepare

Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare
calls as required by common clock framework.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
CC: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-exynos.c