aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/reset.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-03-29clk: qcom: Make reset_control_ops constPhilipp Zabel1-1/+1
The qcom_reset_ops structure is never modified. Make it const. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2014-01-16clk: qcom: Add reset controller supportStephen Boyd1-0/+37
Reset controllers and clock controllers are combined into one IP block on Qualcomm chipsets. Usually a reset signal is associated with each clock branch but sometimes a reset signal is associated with a handful of clocks. Either way the register interface is the same; set a bit to assert a reset and clear a bit to deassert a reset. Add support for these types of resets signals. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Mike Turquette <mturquette@linaro.org>