]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: fsmc_nand: Add clk_{un}prepare() support
authorViresh Kumar <viresh.kumar@st.com>
Tue, 17 Apr 2012 11:37:57 +0000 (17:07 +0530)
committerArtem Bityutskiy <Artem.Bityutskiy@linux.intel.com>
Fri, 27 Apr 2012 06:02:20 +0000 (09:02 +0300)
commita31c38104d6a83fcea52e58f5cb2dfcdd54ef902
tree8171b2430833d01f08aa43e136fc7a7632202184
parent2af3d009f97d88c8cc380f94f33fe06e1bea8bf4
mtd: fsmc_nand: 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/nand/fsmc_nand.c