lkml.org 
[lkml]   [2021]   [Apr]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/6] Add support for DISP/VIDEO/GPU CCs for SC7280
Date
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.

\
 
 \ /
  Last update: 2021-04-27 12:35    [W:0.133 / U:0.800 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site