From: Stephen Boyd Date: Wed, 15 Jan 2014 18:47:27 +0000 (-0800) Subject: clk: qcom: Add reset controller support X-Git-Tag: v3.14-rc1~109^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36ba30c8ac66249915c57be101180cc58c42085;p=pandora-kernel.git clk: qcom: Add reset controller support 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 Signed-off-by: Mike Turquette --- Reading git-diff-tree failed