devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] clk: qcom: Add clocks for SM8450 SoC
@ 2021-12-07 11:40 Vinod Koul
  2021-12-07 11:40 ` [PATCH v2 1/2] dt-bindings: clock: Add SM8450 GCC clock bindings Vinod Koul
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Vinod Koul @ 2021-12-07 11:40 UTC (permalink / raw)
  To: Stephen Boyd, Rob Herring, Bjorn Andersson
  Cc: linux-arm-msm, Vinod Koul, Andy Gross, Michael Turquette,
	Vamsi Krishna Lanka, linux-clk, devicetree, linux-kernel

This series adds the GCC clock support required for SM8450 SoC
along with devicetree binding for these clocks.

Please note that the GCC driver patch depends on new alpha LUCID_EVO
introduced by Vamsi in [1]. That would be required to be picked before this
patch can be applied.

[1]: https://lore.kernel.org/all/a0b04869a20a0afef99dd457ebb6474f50591210.1637302009.git.quic_vamslank@quicinc.com/


Changes in v2:
 - Drop rpmhcc patches as they are picked by Bjorn
 - Fix the multi line comment and drop noise in probe
 - Remove .name in clocks coming from firmware

Vinod Koul (2):
  dt-bindings: clock: Add SM8450 GCC clock bindings
  clk: qcom: Add clock driver for SM8450

 .../bindings/clock/qcom,gcc-sm8450.yaml       |   85 +
 drivers/clk/qcom/Kconfig                      |    8 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/gcc-sm8450.c                 | 3303 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-sm8450.h   |  244 ++
 5 files changed, 3641 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-sm8450.yaml
 create mode 100644 drivers/clk/qcom/gcc-sm8450.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-sm8450.h

-- 
2.31.1


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-12-15 22:28 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07 11:40 [PATCH v2 0/2] clk: qcom: Add clocks for SM8450 SoC Vinod Koul
2021-12-07 11:40 ` [PATCH v2 1/2] dt-bindings: clock: Add SM8450 GCC clock bindings Vinod Koul
2021-12-09  8:21   ` Stephen Boyd
2021-12-15 15:55   ` Rob Herring
2021-12-15 22:27   ` (subset) " Bjorn Andersson
2021-12-07 11:40 ` [PATCH v2 2/2] clk: qcom: Add clock driver for SM8450 Vinod Koul
2021-12-08 14:31   ` kernel test robot
2021-12-09  8:25   ` Stephen Boyd
2021-12-11 18:13     ` Bjorn Andersson
2021-12-15  7:36       ` Stephen Boyd
2021-12-09  8:26   ` Stephen Boyd
2021-12-14  5:34     ` Vinod Koul
2021-12-15  7:36       ` Stephen Boyd
2021-12-15 22:27   ` (subset) " Bjorn Andersson
2021-12-09  8:19 ` [PATCH v2 0/2] clk: qcom: Add clocks for SM8450 SoC Stephen Boyd
2021-12-09 12:04   ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).