devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/6] Add support for DISP/VIDEO/GPU CCs for SC7280
@ 2021-03-17  1:22 Taniya Das
  2021-03-17  1:22 ` [PATCH v1 1/6] dt-bindings: clock: Add SC7280 DISPCC clock binding Taniya Das
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Taniya Das @ 2021-03-17  1:22 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette  
  Cc: Rajendra Nayak, linux-arm-msm, linux-soc, linux-clk,
	linux-kernel, devicetree, robh, robh+dt, Taniya Das

Add support for display, video & graphics clock controllers on SC7280
along with the bindings for each of the clock controllers.

Taniya Das (6):
  dt-bindings: clock: Add SC7280 DISPCC clock binding
  clk: qcom: Add display clock controller driver for SC7280
  dt-bindings: clock: Add SC7280 GPUCC clock binding
  clk: qcom: Add graphics clock controller driver for SC7280
  dt-bindings: clock: Add SC7280 VideoCC clock binding
  clk: qcom: Add video clock controller driver for SC7280

 .../devicetree/bindings/clock/qcom,gpucc.yaml      |   4 +-
 .../bindings/clock/qcom,sc7280-dispcc.yaml         |  94 +++
 .../devicetree/bindings/clock/qcom,videocc.yaml    |   4 +-
 drivers/clk/qcom/Kconfig                           |  25 +
 drivers/clk/qcom/Makefile                          |   3 +
 drivers/clk/qcom/dispcc-sc7280.c                   | 908 +++++++++++++++++++++
 drivers/clk/qcom/gpucc-sc7280.c                    | 491 +++++++++++
 drivers/clk/qcom/videocc-sc7280.c                  | 372 +++++++++
 include/dt-bindings/clock/qcom,dispcc-sc7280.h     |  55 ++
 include/dt-bindings/clock/qcom,gpucc-sc7280.h      |  35 +
 include/dt-bindings/clock/qcom,videocc-sc7280.h    |  27 +
 11 files changed, 2016 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,sc7280-dispcc.yaml
 create mode 100644 drivers/clk/qcom/dispcc-sc7280.c
 create mode 100644 drivers/clk/qcom/gpucc-sc7280.c
 create mode 100644 drivers/clk/qcom/videocc-sc7280.c
 create mode 100644 include/dt-bindings/clock/qcom,dispcc-sc7280.h
 create mode 100644 include/dt-bindings/clock/qcom,gpucc-sc7280.h
 create mode 100644 include/dt-bindings/clock/qcom,videocc-sc7280.h

--
Qualcomm INDIA, on behalf of Qualcomm Innovation Center, Inc.is a member
of the Code Aurora Forum, hosted by the  Linux Foundation.


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

end of thread, other threads:[~2021-04-27  9:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17  1:22 [PATCH v1 0/6] Add support for DISP/VIDEO/GPU CCs for SC7280 Taniya Das
2021-03-17  1:22 ` [PATCH v1 1/6] dt-bindings: clock: Add SC7280 DISPCC clock binding Taniya Das
2021-03-26  0:11   ` Rob Herring
2021-04-27  9:48     ` Taniya Das
2021-03-17  1:22 ` [PATCH v1 2/6] clk: qcom: Add display clock controller driver for SC7280 Taniya Das
2021-03-17  1:22 ` [PATCH v1 3/6] dt-bindings: clock: Add SC7280 GPUCC clock binding Taniya Das
2021-03-17  1:22 ` [PATCH v1 4/6] clk: qcom: Add graphics clock controller driver for SC7280 Taniya Das
2021-04-08  7:22   ` Stephen Boyd
2021-04-27  9:48     ` Taniya Das
2021-03-17  1:22 ` [PATCH v1 5/6] dt-bindings: clock: Add SC7280 VideoCC clock binding Taniya Das
2021-03-17  1:22 ` [PATCH v1 6/6] clk: qcom: Add video clock controller driver for SC7280 Taniya Das

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