devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add DISPCC driver for SM6115
@ 2022-08-19 20:12 Adam Skladowski
  2022-08-19 20:12 ` [PATCH v2 1/2] dt-bindings: clock: add QCOM SM6115 display clock bindings Adam Skladowski
  2022-08-19 20:12 ` [PATCH v2 2/2] clk: qcom: Add display clock controller driver for SM6115 Adam Skladowski
  0 siblings, 2 replies; 5+ messages in thread
From: Adam Skladowski @ 2022-08-19 20:12 UTC (permalink / raw)
  Cc: phone-devel, ~postmarketos/upstreaming, Adam Skladowski,
	Andy Gross, Bjorn Andersson, Konrad Dybcio, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, linux-arm-msm,
	linux-clk, devicetree, linux-kernel

This patch series introduce support for SM6115 display clock controller,
this driver is based on QCM2290 one.

Changes since v1
================
1. Changed bindings file names to Vendor,SoC-IP format.
2. Changed include in dispcc-sm6115 to reflect name change of bindings.

Adam Skladowski (2):
  dt-bindings: clock: add QCOM SM6115 display clock bindings
  clk: qcom: Add display clock controller driver for SM6115

 .../bindings/clock/qcom,sm6115-dispcc.yaml    |  88 +++
 drivers/clk/qcom/Kconfig                      |   9 +
 drivers/clk/qcom/Makefile                     |   1 +
 drivers/clk/qcom/dispcc-sm6115.c              | 615 ++++++++++++++++++
 .../dt-bindings/clock/qcom,sm6115-dispcc.h    |  36 +
 5 files changed, 749 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,sm6115-dispcc.yaml
 create mode 100644 drivers/clk/qcom/dispcc-sm6115.c
 create mode 100644 include/dt-bindings/clock/qcom,sm6115-dispcc.h

-- 
2.25.1


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

end of thread, other threads:[~2022-08-29 21:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-19 20:12 [PATCH v2 0/2] Add DISPCC driver for SM6115 Adam Skladowski
2022-08-19 20:12 ` [PATCH v2 1/2] dt-bindings: clock: add QCOM SM6115 display clock bindings Adam Skladowski
2022-08-22 19:19   ` Rob Herring
2022-08-19 20:12 ` [PATCH v2 2/2] clk: qcom: Add display clock controller driver for SM6115 Adam Skladowski
2022-08-29 21:24   ` Bjorn Andersson

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