devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Add Pdc, GCC and RPMh clock support for SDX65
@ 2021-10-30  0:00 quic_vamslank
  2021-10-30  0:00 ` [PATCH v3 1/6] dt-bindings: clock: Add SDX65 GCC clock bindings quic_vamslank
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: quic_vamslank @ 2021-10-30  0:00 UTC (permalink / raw)
  To: agross, bjorn.andersson, mturquette, sboyd, robh+dt, tglx, maz
  Cc: linux-arm-msm, linux-kernel, devicetree, manivannan.sadhasivam,
	Vamsi Krishna Lanka

From: Vamsi Krishna Lanka <quic_vamslank@quicinc.com>

Hello,

Changes from v2:
 - Addressed Taniya Das and Vinod Koul's comments related to adding LUCID_EVO 
   PLL type and rpmh support patches
 - Collected Rob's Acked-by for the dt-bindings patches

Changes from v1:
 - Addressed Bjorn's comments related to the GCC support patch
 - Collected Bjorn's and Rob's Reviewed-by for the dt-bindings patches

This patch series adds bindings and device driver changes for GCC, pdc and RPMh
clock support for SDX65 Platform.

Thanks,
Vamsi

Vamsi krishna Lanka (3):
  dt-bindings: clock: Add SDX65 GCC clock bindings
  dt-bindings: clock: Introduce RPMHCC bindings for SDX65
  clk: qcom: Add support for SDX65 RPMh clocks

 .../devicetree/bindings/clock/qcom,gcc-sdx65.yaml  |   78 +
 .../devicetree/bindings/clock/qcom,rpmhcc.yaml     |    1 +
 .../bindings/interrupt-controller/qcom,pdc.txt     |    1 +
 drivers/clk/qcom/Kconfig                           |    8 +
 drivers/clk/qcom/Makefile                          |    1 +
 drivers/clk/qcom/clk-alpha-pll.c                   |  171 +++
 drivers/clk/qcom/clk-alpha-pll.h                   |    3 +
 drivers/clk/qcom/clk-rpmh.c                        |   25 +
 drivers/clk/qcom/gcc-sdx65.c                       | 1597 ++++++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-sdx65.h         |  122 ++
 10 files changed, 2007 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,gcc-sdx65.yaml
 create mode 100644 drivers/clk/qcom/gcc-sdx65.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-sdx65.h

-- 
2.7.4


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

end of thread, other threads:[~2021-11-08 14:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-30  0:00 [PATCH v3 0/6] Add Pdc, GCC and RPMh clock support for SDX65 quic_vamslank
2021-10-30  0:00 ` [PATCH v3 1/6] dt-bindings: clock: Add SDX65 GCC clock bindings quic_vamslank
2021-10-31 14:16   ` Rob Herring
2021-10-30  0:00 ` [PATCH v3 2/6] clk: qcom: Add LUCID_EVO PLL type for SDX65 quic_vamslank
2021-10-30  0:00 ` [PATCH v3 3/6] clk: qcom: Add SDX65 GCC support quic_vamslank
2021-11-08 14:29   ` kernel test robot
2021-10-30  0:00 ` [PATCH v3 4/6] dt-bindings: clock: Introduce RPMHCC bindings for SDX65 quic_vamslank
2021-10-30  0:00 ` [PATCH v3 5/6] clk: qcom: Add support for SDX65 RPMh clocks quic_vamslank
2021-10-30  0:00 ` [PATCH v3 6/6] dt-bindings: clock: Introduce pdc bindings for SDX65 quic_vamslank

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).