* [PATCH v2 1/2] dt-bindings: clock: qcom,gcc: Document MSM8976 compatibles
@ 2021-06-12 20:43 Konrad Dybcio
[not found] ` <20210612204317.11691-2-konrad.dybcio@somainline.org>
0 siblings, 1 reply; 3+ messages in thread
From: Konrad Dybcio @ 2021-06-12 20:43 UTC (permalink / raw)
To: ~postmarketos/upstreaming
Cc: martin.botka, angelogioacchino.delregno, marijn.suijten,
jamipkettunen, Konrad Dybcio, Rob Herring, Andy Gross,
Bjorn Andersson, Michael Turquette, Stephen Boyd, Rob Herring,
Taniya Das, linux-arm-msm, linux-clk, devicetree, linux-kernel
Document the newly added compatibles for 8976 GCC.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Acked-by: Rob Herring <robh@kernel.org>
---
Documentation/devicetree/bindings/clock/qcom,gcc.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/clock/qcom,gcc.yaml b/Documentation/devicetree/bindings/clock/qcom,gcc.yaml
index 490edad25830..c5fbe9ab0097 100644
--- a/Documentation/devicetree/bindings/clock/qcom,gcc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,gcc.yaml
@@ -45,6 +45,8 @@ properties:
- qcom,gcc-msm8939
- qcom,gcc-msm8960
- qcom,gcc-msm8974
+ - qcom,gcc-msm8976
+ - qcom,gcc-msm8976-v1.1
- qcom,gcc-msm8974pro
- qcom,gcc-msm8974pro-ac
- qcom,gcc-msm8994
--
2.32.0
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <20210612204317.11691-2-konrad.dybcio@somainline.org>]
* Re: [PATCH v2 2/2] clk: qcom: Add MSM8976/56 Global Clock Controller (GCC) driver [not found] ` <20210612204317.11691-2-konrad.dybcio@somainline.org> @ 2021-06-24 19:39 ` Rob Herring 2021-06-24 19:40 ` Konrad Dybcio 0 siblings, 1 reply; 3+ messages in thread From: Rob Herring @ 2021-06-24 19:39 UTC (permalink / raw) To: Konrad Dybcio Cc: ~postmarketos/upstreaming, martin.botka, angelogioacchino.delregno, marijn.suijten, jamipkettunen, Andy Gross, Bjorn Andersson, Michael Turquette, Stephen Boyd, Taniya Das, linux-arm-msm, linux-clk, devicetree, linux-kernel On Sat, Jun 12, 2021 at 10:43:16PM +0200, Konrad Dybcio wrote: > From: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> > > Add support for the global clock controller found on MSM8956 > and MSM8976 SoCs. > Since the multimedia clocks are actually in the GCC on these > SoCs, this will allow drivers to probe and control basically > all the required clocks. > > Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> > Co-developed-by: Marijn Suijten <marijn.suijten@somainline.org> > Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org> > Co-developed-by: Konrad Dybcio <konrad.dybcio@somainline.org> > Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> > --- > Changes since v1: > - Remove the bool in probe function > - Clean up ".name =" clk lookup > - Add a comment under gpll0_vote clarifying that it's crucial > - Removed CLK_GET_RATE_NOCACHE from display clocks, it still works \o/ > > drivers/clk/qcom/Kconfig | 8 + > drivers/clk/qcom/Makefile | 1 + > drivers/clk/qcom/gcc-msm8976.c | 4173 ++++++++++++++++++ > include/dt-bindings/clock/qcom,gcc-msm8976.h | 243 + This belongs in the binding patch and dual license it please. > 4 files changed, 4425 insertions(+) > create mode 100644 drivers/clk/qcom/gcc-msm8976.c > create mode 100644 include/dt-bindings/clock/qcom,gcc-msm8976.h ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2 2/2] clk: qcom: Add MSM8976/56 Global Clock Controller (GCC) driver 2021-06-24 19:39 ` [PATCH v2 2/2] clk: qcom: Add MSM8976/56 Global Clock Controller (GCC) driver Rob Herring @ 2021-06-24 19:40 ` Konrad Dybcio 0 siblings, 0 replies; 3+ messages in thread From: Konrad Dybcio @ 2021-06-24 19:40 UTC (permalink / raw) To: Rob Herring Cc: ~postmarketos/upstreaming, martin.botka, angelogioacchino.delregno, marijn.suijten, jamipkettunen, Andy Gross, Bjorn Andersson, Michael Turquette, Stephen Boyd, Taniya Das, linux-arm-msm, linux-clk, devicetree, linux-kernel > This belongs in the binding patch and dual license it please. Right, it was an older series and I overlooked it. Konrad ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-06-24 19:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-12 20:43 [PATCH v2 1/2] dt-bindings: clock: qcom,gcc: Document MSM8976 compatibles Konrad Dybcio
[not found] ` <20210612204317.11691-2-konrad.dybcio@somainline.org>
2021-06-24 19:39 ` [PATCH v2 2/2] clk: qcom: Add MSM8976/56 Global Clock Controller (GCC) driver Rob Herring
2021-06-24 19:40 ` Konrad Dybcio
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox