Commit Graph

13 Commits

Author SHA1 Message Date
Bryan O'Donoghue
d91475ee54 Add MSM8936 platform
Add in msm8936 downstream clock-mapping definitions. This also covers
msm8939, at the level of the fundamental clock layout, there is no
difference between msm8936 and msm8939.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
2022-04-15 20:47:25 -05:00
Dmitry Baryshkov
c74b999277 Add SM8450 support
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2022-02-08 09:08:07 -08:00
Dmitry Baryshkov
9e99460893 Makefile: add extra dependecy on debugcc.h
Make all objects depend on debugcc.h to let them be rebuilt if the header changes.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-30 19:47:41 -06:00
Dmitry Baryshkov
de23d9a42e debugcc: move post_div_val into struct debug_mux
It looks like post_div_val is a property of debug_mux rather than the
clock itself. It is equal for all the clocks being set. So, set it on a
mux-by-mux bases.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-30 19:47:41 -06:00
Dmitry Baryshkov
1487463c28 Create LICENSE
Add BSD-3-Clause text from debugcc.c to the LICENSE file
2021-11-30 19:46:46 -06:00
Dmitry Baryshkov
94e06b2548 Add .gitignore
Add .gitignore file to ignore generated object files and binaries

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-11-30 19:46:22 -06:00
Robert Foss
33f035076a Add SM8350 platform
Add SM8350 measure clocks from downstream kernel.
2021-10-15 06:54:21 -07:00
Robert Foss
37e89f027f Build static binaries 2021-10-15 06:53:39 -07:00
Bjorn Andersson
b1eb5ed6d9 sdm845: Fix dispcc registers
The dispcc mux registers are wrong, fix them.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2019-03-01 20:38:47 -08:00
Bjorn Andersson
c60e374ae4 Add SDM845 platform
Add SDM845 measure clocks from downstream kernel.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2019-02-21 22:12:13 -08:00
Bjorn Andersson
66ddc6a775 Add QCS404 platform
Add QCS404 measure clocks from the downstream kernel.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2019-02-21 22:12:13 -08:00
Bjorn Andersson
5aee065b2b DebugCC boiler plate code
The common boiler plate code provides the means for measuring clocks
using the debugcc feature on various Qualcomm platforms.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2019-02-21 22:12:10 -08:00
Bjorn Andersson
747eacd236 ... 2019-02-21 11:37:09 -08:00