]> git.baikalelectronics.ru Git - kernel.git/commit
serial: samsung: use clk_prepare_enable and clk_disable_unprepare
authorThomas Abraham <thomas.abraham@linaro.org>
Tue, 2 Oct 2012 22:40:04 +0000 (07:40 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 18:29:30 +0000 (11:29 -0700)
commit28ed92b37b149d8ba7ad741eff6c1160efff4c1c
treed574eaab8eebf3f4463abf4daeb5a37fac47288b
parent30135923892cb7ba7e3356c0eaeda949c591d698
serial: samsung: 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: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/samsung.c