All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] clk: qcom: Add clocks for SM8450 SoC
@ 2021-12-01  7:23 Vinod Koul
  2021-12-01  7:23 ` [PATCH 1/4] dt-bindings: clock: Add SM8450 GCC clock bindings Vinod Koul
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Vinod Koul @ 2021-12-01  7:23 UTC (permalink / raw)
  To: Stephen Boyd, Rob Herring
  Cc: linux-arm-msm, Bjorn Andersson, Vinod Koul, Andy Gross,
	Michael Turquette, Vamsi Krishna Lanka, linux-clk, devicetree,
	linux-kernel

This series adds the GCC and RPMH 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/

Vinod Koul (4):
  dt-bindings: clock: Add SM8450 GCC clock bindings
  dt-bindings: clock: Add RPMHCC bindings for SM8450
  clk: qcom: Add clock driver for SM8450
  clk: qcom: rpmh: add support for SM8450 rpmh clocks

 .../bindings/clock/qcom,gcc-sm8450.yaml       |   85 +
 .../bindings/clock/qcom,rpmhcc.yaml           |    1 +
 drivers/clk/qcom/Kconfig                      |    8 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/clk-rpmh.c                   |   27 +
 drivers/clk/qcom/gcc-sm8450.c                 | 3314 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-sm8450.h   |  244 ++
 7 files changed, 3680 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] 15+ messages in thread

end of thread, other threads:[~2021-12-07  9:32 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01  7:23 [PATCH 0/4] clk: qcom: Add clocks for SM8450 SoC Vinod Koul
2021-12-01  7:23 ` [PATCH 1/4] dt-bindings: clock: Add SM8450 GCC clock bindings Vinod Koul
2021-12-01  7:23 ` [PATCH 2/4] dt-bindings: clock: Add RPMHCC bindings for SM8450 Vinod Koul
2021-12-01  7:23 ` [PATCH 3/4] clk: qcom: Add clock driver " Vinod Koul
2021-12-01 12:09   ` Dmitry Baryshkov
2021-12-01 15:37   ` Konrad Dybcio
2021-12-07  4:28     ` Vinod Koul
2021-12-01 19:40   ` kernel test robot
2021-12-01 19:40     ` kernel test robot
2021-12-07  9:32     ` Vinod Koul
2021-12-07  9:32       ` Vinod Koul
2021-12-01  7:23 ` [PATCH 4/4] clk: qcom: rpmh: add support for SM8450 rpmh clocks Vinod Koul
2021-12-01 12:09   ` Dmitry Baryshkov
2021-12-01 15:38   ` Konrad Dybcio
2021-12-06 22:31 ` (subset) [PATCH 0/4] clk: qcom: Add clocks for SM8450 SoC Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.