]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: spear_smi: Add clk_{un}prepare() support
authorViresh Kumar <viresh.kumar@st.com>
Tue, 17 Apr 2012 11:37:56 +0000 (17:07 +0530)
committerArtem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Fri, 27 Apr 2012 06:02:20 +0000 (09:02 +0300)
commit2af3d009f97d88c8cc380f94f33fe06e1bea8bf4
treebdfe82f5db1e6e1534c155ff22ba62ae5f9ff78c
parent125336e607285e43583e2ecbb3d9f48b17fb2fa4
mtd: spear_smi: Add clk_{un}prepare() support

clk_{un}prepare is mandatory for platforms using common clock framework. Since
this driver is used by SPEAr platform, which supports common clock framework,
add clk_{un}prepare() support for it.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/devices/spear_smi.c