linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Global Clock Controller driver for MSM8976/56
@ 2019-10-15 10:32 kholk11
  2019-10-15 10:32 ` [PATCH v2 2/2] dt-bindings: clock: Document MSM8976 gcc compatible kholk11
       [not found] ` <20191015103221.51345-2-kholk11@gmail.com>
  0 siblings, 2 replies; 5+ messages in thread
From: kholk11 @ 2019-10-15 10:32 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: linux-clk, devicetree, mark.rutland, robh+dt, sboyd, mturquette,
	agross, bjorn.andersson, marijns95, AngeloGioacchino Del Regno

From: AngeloGioacchino Del Regno <kholk11@gmail.com>

This is the Global Clock Controller (GCC) driver for MSM8956,
MSM8976 and APQ variants and it has been tested on two Sony phones
featuring the Qualcomm MSM8956 SoC.

This driver is responsible for providing clocks support for also the
MDSS and GFX3D, as these clocks are located in the GCC space here.

The personal aim is to upstream the MSM8956 SoC as much as possible
and, at the end, to add support for the Xperia X, X Compact and if
feasible also the Xperia Touch projector (APQ8056).

Changes in v2:
- Rebased onto linux-next 20191015
- Fixed platform driver name (qcom,gcc-8976 => gcc-msm8976)
- Splitted changes to dt-bindings to a separate commit

AngeloGioacchino Del Regno (2):
  clk: qcom: Add MSM8976/56 Global Clock Controller (GCC) driver
  dt-bindings: clock: Document MSM8976 gcc compatible

 .../devicetree/bindings/clock/qcom,gcc.txt    |    1 +
 drivers/clk/qcom/Kconfig                      |    8 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/gcc-msm8976.c                | 4215 +++++++++++++++++
 include/dt-bindings/clock/qcom,gcc-msm8976.h  |  293 ++
 5 files changed, 4518 insertions(+)
 create mode 100644 drivers/clk/qcom/gcc-msm8976.c
 create mode 100644 include/dt-bindings/clock/qcom,gcc-msm8976.h

-- 
2.21.0


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

end of thread, other threads:[~2019-12-26 22:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-15 10:32 [PATCH v2 0/2] Global Clock Controller driver for MSM8976/56 kholk11
2019-10-15 10:32 ` [PATCH v2 2/2] dt-bindings: clock: Document MSM8976 gcc compatible kholk11
2019-10-17 19:05   ` Rob Herring
2019-12-24 14:17   ` Vladimir Oltean
     [not found] ` <20191015103221.51345-2-kholk11@gmail.com>
2019-12-26 22:25   ` [PATCH v2 1/2] clk: qcom: Add MSM8976/56 Global Clock Controller (GCC) driver Stephen Boyd

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