All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] MSM8998 GPUCC Support
@ 2019-10-02  1:15 Jeffrey Hugo
  2019-10-02  1:16 ` [PATCH v4 1/2] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver Jeffrey Hugo
  2019-10-02  1:17 ` [PATCH v4 2/2] arm64: dts: qcom: msm8998: Add gpucc node Jeffrey Hugo
  0 siblings, 2 replies; 10+ messages in thread
From: Jeffrey Hugo @ 2019-10-02  1:15 UTC (permalink / raw)
  Cc: agross, bjorn.andersson, mturquette, sboyd, marc.w.gonzalez,
	linux-arm-msm, linux-clk, 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.

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

-- 
2.17.1


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

end of thread, other threads:[~2019-10-28 14:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-02  1:15 [PATCH v4 0/2] MSM8998 GPUCC Support Jeffrey Hugo
2019-10-02  1:16 ` [PATCH v4 1/2] clk: qcom: Add MSM8998 GPU Clock Controller (GPUCC) driver Jeffrey Hugo
2019-10-17 21:50   ` Stephen Boyd
2019-10-17 23:16     ` Jeffrey Hugo
2019-10-18 21:11       ` Jeffrey Hugo
2019-10-27 21:36         ` Stephen Boyd
2019-10-28 14:17           ` Jeffrey Hugo
2019-10-18  4:11   ` Taniya Das
2019-10-18 14:24     ` Jeffrey Hugo
2019-10-02  1:17 ` [PATCH v4 2/2] 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.