aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/turingcc-qcs404.c
AgeCommit message (Collapse)Author
2020-07-07clk: qcom: fix QCS404 TuringCC regmapJorge Ramirez-Ortiz
commit 3bcff3e45bc0d0d18ac1df7145d37323b82caf88 upstream. The max register is 0x23004 as per the manual (the current max_register that this commit is fixing is actually out of bounds). Fixes: 892df0191b29 ("clk: qcom: Add QCS404 TuringCC") Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> Link: https://lkml.kernel.org/r/20190909085430.8700-1-jorge.ramirez-ortiz@linaro.org Signed-off-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
2019-04-11clk: qcom: Add QCS404 TuringCCBjorn Andersson
The Turing Clock Controller provides resources related to running the Turing subsystem. PM runtime is used to ensure that the associated AHB clock is ticking while the clock framework is accessing the registers in the Turing clock controller. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Stephen Boyd <sboyd@kernel.org>