aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/hisilicon/reset.h
Commit message (Collapse)AuthorAge
* reset: hisilicon: change the definition of hisi_reset_initJiancheng Xue2016-06-30
| | | | | | | Change the input arguments type to struct platform_device pointer. Signed-off-by: Jiancheng Xue <xuejiancheng@hisilicon.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
* reset: hisilicon: add reset controller driver for hisilicon SOCsJiancheng Xue2016-05-06
In most of hisilicon SOCs, reset controller and clock provider are combined together as a block named CRG (Clock and Reset Generator). This patch mainly implements the reset function. Signed-off-by: Jiancheng Xue <xuejiancheng@hisilicon.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>