]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: sp805_wdt: Add clk_{un}prepare support
authorViresh Kumar <viresh.kumar@st.com>
Mon, 12 Mar 2012 04:22:17 +0000 (09:52 +0530)
committerWim Van Sebroeck <wim@iguana.be>
Wed, 30 May 2012 05:56:44 +0000 (07:56 +0200)
commit274c2d0bb595b9265b9c70b21a77b8d206092cd1
tree87c5d2a8d153a27472f27b0d6a3a2f70d173f329
parent5a74c94f3582bf9da4ce3f27592436c4b037a855
watchdog: sp805_wdt: Add clk_{un}prepare support

clk_{un}prepare() routines are required for required on some platforms to run
part of clk enable/disable() routines from contexts that can schedule.

This patch adds support for these routines in sp805 driver.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/sp805_wdt.c