mbox series

[RESEND,0/2] Add GCC for MSM8953

Message ID KH2Sf97Sip3ObMRsBE9fBPLUML3cSrOXm4zG2qT7Tc@cp7-web-041.plabs.ch
Headers show
Series Add GCC for MSM8953 | expand

Message

Sireesh Kodali Aug. 5, 2021, 9:06 a.m. UTC
Apologies, resending because I tried sending from disroot.org, which is
a banned host on vger. Please ignore the previous patches if they
reached you.

Hi,

This patch adds support for the Global Clock Controller found on the
MSM8953 Platform (SDM450, SDA450, SDM625, SDM632, APQ8053). Since all SoCs
based on the MSM8953 platform are identical with respect to clocks, a
single compatible is used.

Vladimir Lypak (2):
  dt-bindings: clock: add Qualcomm MSM8953 GCC driver bindings
  clk: qcom: Add Global Clock Controller driver for MSM8953

 .../devicetree/bindings/clock/qcom,gcc.yaml   |    2 +
 drivers/clk/qcom/Kconfig                      |    8 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/gcc-msm8953.c                | 4250 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-msm8953.h  |  234 +
 5 files changed, 4495 insertions(+)
 create mode 100644 drivers/clk/qcom/gcc-msm8953.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-msm8953.h