OSDN Git Service

USB: ohci-pxa27x: add clk_prepare/clk_unprepare calls
authorPhilipp Zabel <pzabel@gmx.de>
Thu, 15 Mar 2012 18:20:24 +0000 (19:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Mar 2012 20:46:54 +0000 (13:46 -0700)
commit4bf34b8c6b10a154a7fb1fc20818e20a27d4a539
treee591387cbea053934d54ab0d31e8b3845cea59eb
parent5d98cd4e1df9587963ade40ef29bef604fb3920a
USB: ohci-pxa27x: add clk_prepare/clk_unprepare calls

This patch adds clk_prepare/clk_unprepare calls to the ohci-pxa27x
driver by using the helper functions clk_prepare_enable and
clk_disable_unprepare.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Cc: Haojian Zhuang <haojian.zhuang@marvell.com>
Cc: Eric Miao <eric.y.miao@gmail.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-pxa27x.c