devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add display clock controller driver for SDM845
@ 2018-06-04  7:56 Taniya Das
  2018-06-04  7:56 ` [PATCH 1/2] dt-bindings: clock: Introduce QCOM Display clock bindings Taniya Das
  2018-06-04  7:56 ` [PATCH 2/2] clk: qcom: Add display clock controller driver for SDM845 Taniya Das
  0 siblings, 2 replies; 8+ messages in thread
From: Taniya Das @ 2018-06-04  7:56 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette, robh
  Cc: Andy Gross, David Brown, Rajendra Nayak, Amit Nischal,
	linux-arm-msm, linux-soc, linux-clk, linux-kernel, devicetree,
	Taniya Das

Add support for the display clock controller found on SDM845
based devices. This would allow display drivers to probe and
control their clocks.

Taniya Das (2):
  dt-bindings: clock: Introduce QCOM Display clock bindings
  clk: qcom: Add display clock controller driver for SDM845

 .../devicetree/bindings/clock/qcom,dispcc.txt      |  18 +
 drivers/clk/qcom/Kconfig                           |  10 +
 drivers/clk/qcom/Makefile                          |   1 +
 drivers/clk/qcom/dispcc-sdm845.c                   | 704 +++++++++++++++++++++
 include/dt-bindings/clock/qcom,dispcc-sdm845.h     |  42 ++
 5 files changed, 775 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,dispcc.txt
 create mode 100644 drivers/clk/qcom/dispcc-sdm845.c
 create mode 100644 include/dt-bindings/clock/qcom,dispcc-sdm845.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] 8+ messages in thread

end of thread, other threads:[~2018-06-19 15:22 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-04  7:56 [PATCH 0/2] Add display clock controller driver for SDM845 Taniya Das
2018-06-04  7:56 ` [PATCH 1/2] dt-bindings: clock: Introduce QCOM Display clock bindings Taniya Das
2018-06-12  7:57   ` Stephen Boyd
2018-06-12 20:59   ` Rob Herring
2018-06-04  7:56 ` [PATCH 2/2] clk: qcom: Add display clock controller driver for SDM845 Taniya Das
2018-06-12  7:55   ` Stephen Boyd
2018-06-13  9:18     ` Taniya Das
2018-06-19 15:22       ` Stephen Boyd

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