commit | b4e62d9467cc5c69d7a23ebc50382c01b769e933 | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Wed Apr 16 11:35:50 2014 +0200 |
committer | Wim Van Sebroeck <wim@iguana.be> | Tue Jun 10 21:41:36 2014 +0200 |
tree | fd0187d5864f747dd6be5b49bf8165bfa747214c | |
parent | 23afeb613ec0e10aecfae7838a14d485db62ac52 [diff] |
watchdog: ath79_wdt: switch to clk_prepare/clk_disable Replace clk_enable() and clk_disable() calls with clk_prepare_enable() and clk_disable_unprepare() to get ready for the migration to the common clock framework. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>