All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] MSM8998 GPUCC Support
@ 2019-06-06  1:58 ` Jeffrey Hugo
  0 siblings, 0 replies; 7+ messages in thread
From: Jeffrey Hugo @ 2019-06-06  1:58 UTC (permalink / raw)
  Cc: agross, david.brown, bjorn.andersson, mturquette, sboyd, robh+dt,
	mark.rutland, marc.w.gonzalez, jcrouse, linux-arm-msm, linux-clk,
	devicetree, linux-kernel, Jeffrey Hugo

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.

v2:
-drop desd code

Jeffrey Hugo (3):
  dt-bindings: clock: Document gpucc for msm8998
  clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver
  arm64: dts: qcom: msm8998: Add gpucc node

 .../devicetree/bindings/clock/qcom,gpucc.txt  |   4 +-
 arch/arm64/boot/dts/qcom/msm8998.dtsi         |  15 +
 drivers/clk/qcom/Kconfig                      |   8 +
 drivers/clk/qcom/Makefile                     |   1 +
 drivers/clk/qcom/gpucc-msm8998.c              | 364 ++++++++++++++++++
 .../dt-bindings/clock/qcom,gpucc-msm8998.h    |  29 ++
 6 files changed, 420 insertions(+), 1 deletion(-)
 create mode 100644 drivers/clk/qcom/gpucc-msm8998.c
 create mode 100644 include/dt-bindings/clock/qcom,gpucc-msm8998.h

-- 
2.17.1


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

end of thread, other threads:[~2019-06-07 20:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-06  1:58 [PATCH v2 0/3] MSM8998 GPUCC Support Jeffrey Hugo
2019-06-06  1:58 ` Jeffrey Hugo
2019-06-06  1:59 ` [PATCH v2 1/3] dt-bindings: clock: Document gpucc for msm8998 Jeffrey Hugo
2019-06-07 20:21   ` Stephen Boyd
2019-06-07 20:21     ` Stephen Boyd
2019-06-06  2:00 ` [PATCH v2 2/3] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver Jeffrey Hugo
2019-06-06  2:00 ` [PATCH v2 3/3] arm64: dts: qcom: msm8998: Add gpucc node Jeffrey Hugo

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.