serial: sh-sci: Convert to clk_prepare/unprepare
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Thu, 28 Nov 2013 17:11:46 +0000 (18:11 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Sat, 14 Dec 2013 00:59:31 +0000 (09:59 +0900)
commitb016b646e8676858f39ea9be760494b04b9ee0af
treeba1a0a045ea78606b7f6811e8d1236dd8ddae844
parentcaec70381b469d6ed1bd3d0441a19aa6de0bbff3
serial: sh-sci: Convert to clk_prepare/unprepare

Turn clk_enable() and clk_disable() calls into clk_prepare_enable() and
clk_disable_unprepare() to get ready for the migration to the common
clock framework.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Magnus Damm <damm@opensource.se>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
drivers/tty/serial/sh-sci.c