All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] Add GCC for MSM8953
@ 2021-08-05  9:06 Sireesh Kodali
  0 siblings, 0 replies; only message in thread
From: Sireesh Kodali @ 2021-08-05  9:06 UTC (permalink / raw)
  To: bjorn.andersson
  Cc: agross, mturquette, robh+dt, sboyd, devicetree, linux-arm-msm,
	linux-clk, linux-kernel, phone-devel, ~postmarketos/upstreaming,
	Sireesh Kodali

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

-- 
2.32.0



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-08-05  9:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05  9:06 [PATCH RESEND 0/2] Add GCC for MSM8953 Sireesh Kodali

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.