aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/mmp/reset.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-11-12clk: mmp: add reset supportChao Xie1-0/+99
Some clock control regsiter has bit to reset the cotroller. So before enable the clock, we need deassert the reset pin. Make use of reset controller framework to export reset interface for device drivers, then device driver can control the reset action. Signed-off-by: Chao Xie <chao.xie@marvell.com> Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Michael Turquette <mturquette@linaro.org>