linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Add support for DISP/VIDEO/GPU CCs for SC7280
@ 2021-04-27 10:33 Taniya Das
  2021-04-27 10:33 ` [PATCH v2 1/6] dt-bindings: clock: Add SC7280 DISPCC clock binding Taniya Das
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Taniya Das @ 2021-04-27 10:33 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.

[v2]
 * Use the .hws instead of clk_parent_data when the whole array is
   clk_hw pointers for all the clock drivers.

[v1]
 * Documentation binding for DISP, GPU, VIDEO clock controller for SC7280.
 * Add the DISP, GPU, VIDEO clock drivers for SC7280.

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] 17+ messages in thread

end of thread, other threads:[~2021-07-13  3:01 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-27 10:33 [PATCH v2 0/6] Add support for DISP/VIDEO/GPU CCs for SC7280 Taniya Das
2021-04-27 10:33 ` [PATCH v2 1/6] dt-bindings: clock: Add SC7280 DISPCC clock binding Taniya Das
2021-05-03 19:18   ` Rob Herring
2021-06-02  6:55     ` Stephen Boyd
2021-06-02  6:58       ` Stephen Boyd
2021-07-13  2:56         ` Taniya Das
2021-07-13  2:55     ` Taniya Das
2021-04-27 10:33 ` [PATCH v2 2/6] clk: qcom: Add display clock controller driver for SC7280 Taniya Das
2021-04-27 10:33 ` [PATCH v2 3/6] dt-bindings: clock: Add SC7280 GPUCC clock binding Taniya Das
2021-06-02  7:00   ` Stephen Boyd
2021-07-13  2:57     ` Taniya Das
2021-04-27 10:33 ` [PATCH v2 4/6] clk: qcom: Add graphics clock controller driver for SC7280 Taniya Das
2021-04-27 10:33 ` [PATCH v2 5/6] dt-bindings: clock: Add SC7280 VideoCC clock binding Taniya Das
2021-06-02  7:00   ` Stephen Boyd
2021-04-27 10:33 ` [PATCH v2 6/6] clk: qcom: Add video clock controller driver for SC7280 Taniya Das
2021-06-02  7:06   ` Stephen Boyd
2021-07-13  3:00     ` 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).