mbox series

[v4,0/2] MSM8998 GPUCC Support

Message ID 20191002011555.36571-1-jeffrey.l.hugo@gmail.com (mailing list archive)
Headers show
Series MSM8998 GPUCC Support | expand

Message

Jeffrey Hugo Oct. 2, 2019, 1:15 a.m. UTC
The Adreno GPU on MSM8998 has its own clock controller, which is a
dependency for bringing up the GPU.  This series gets the gpucc all in
place as another step on the road to getting the GPU enabled.

v4:
-rebase onto mmcc series
-remove clk_get from the clock provider

v3:
-drop accepted DT patch
-correct "avoid" typo
-expand comment on why XO is required

v2:
-drop dead code

Jeffrey Hugo (2):
  clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver
  arm64: dts: qcom: msm8998: Add gpucc node

 arch/arm64/boot/dts/qcom/msm8998.dtsi |  14 ++
 drivers/clk/qcom/Kconfig              |   9 +
 drivers/clk/qcom/Makefile             |   1 +
 drivers/clk/qcom/gpucc-msm8998.c      | 346 ++++++++++++++++++++++++++
 4 files changed, 370 insertions(+)
 create mode 100644 drivers/clk/qcom/gpucc-msm8998.c