linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add DISPCC driver for SM6115
@ 2022-08-18 15:18 Adam Skladowski
  2022-08-18 15:18 ` [PATCH 1/2] dt-bindings: clock: add QCOM SM6115 display clock bindings Adam Skladowski
  2022-08-18 15:18 ` [PATCH 2/2] clk: qcom: Add display clock controller driver for SM6115 Adam Skladowski
  0 siblings, 2 replies; 4+ messages in thread
From: Adam Skladowski @ 2022-08-18 15:18 UTC (permalink / raw)
  Cc: phone-devel, ~postmarketos/upstreaming, Adam Skladowski,
	Andy Gross, Bjorn Andersson, Konrad Dybcio, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Taniya Das,
	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.

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

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

-- 
2.25.1


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18 15:18 [PATCH 0/2] Add DISPCC driver for SM6115 Adam Skladowski
2022-08-18 15:18 ` [PATCH 1/2] dt-bindings: clock: add QCOM SM6115 display clock bindings Adam Skladowski
2022-08-19 12:21   ` Krzysztof Kozlowski
2022-08-18 15:18 ` [PATCH 2/2] clk: qcom: Add display clock controller driver for SM6115 Adam Skladowski

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