lkml.org 
[lkml]   [2021]   [Mar]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v1 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.

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-03-17 02:29    [W:0.156 / U:0.144 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site