All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] clk: qcom: Add display clock controller driver for SM6125
@ 2022-02-26 20:09 Marijn Suijten
  2022-02-26 20:09 ` [PATCH v2 1/3] clk: qcom: Fix sorting of SDX_GCC_65 in Makefile and Kconfig Marijn Suijten
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Marijn Suijten @ 2022-02-26 20:09 UTC (permalink / raw)
  To: phone-devel
  Cc: ~postmarketos/upstreaming, AngeloGioacchino Del Regno,
	Konrad Dybcio, Martin Botka, Jami Kettunen, Pavel Dubrova,
	Marijn Suijten

Changes since v1:
- Documentation is dual-licensed;
- Documentation example now uses zero-clock for dsi1_phy pixel clock;
- SDX_GCC_65 is sorted in Kconfig/Makefile to easen adding this driver
  in the correct alphabetic spot;
- clk.h is replaced with clk-provider.h;
- ahb, mdp and rot source clocks use rcg2_shared_ops instead of standard
  ops;
- Unnecessary line breaks are removed when remaining under 80 chars.

v1: https://lore.kernel.org/linux-arm-msm/20211130212137.25303-1-martin.botka@somainline.org/T/#u

Marijn Suijten (1):
  clk: qcom: Fix sorting of SDX_GCC_65 in Makefile and Kconfig

Martin Botka (2):
  dt-bindings: clock: add QCOM SM6125 display clock bindings
  clk: qcom: Add display clock controller driver for SM6125

 .../bindings/clock/qcom,dispcc-sm6125.yaml    |  87 +++
 drivers/clk/qcom/Kconfig                      |  21 +-
 drivers/clk/qcom/Makefile                     |   3 +-
 drivers/clk/qcom/dispcc-sm6125.c              | 709 ++++++++++++++++++
 .../dt-bindings/clock/qcom,dispcc-sm6125.h    |  41 +
 5 files changed, 854 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,dispcc-sm6125.yaml
 create mode 100644 drivers/clk/qcom/dispcc-sm6125.c
 create mode 100644 include/dt-bindings/clock/qcom,dispcc-sm6125.h


base-commit: 06aeb1495c39c86ccfaf1adadc1d2200179f16eb
--
2.35.1


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

end of thread, other threads:[~2022-03-02 17:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-26 20:09 [PATCH v2 0/3] clk: qcom: Add display clock controller driver for SM6125 Marijn Suijten
2022-02-26 20:09 ` [PATCH v2 1/3] clk: qcom: Fix sorting of SDX_GCC_65 in Makefile and Kconfig Marijn Suijten
2022-02-27  3:28   ` Dmitry Baryshkov
2022-02-26 20:09 ` [PATCH v2 2/3] dt-bindings: clock: add QCOM SM6125 display clock bindings Marijn Suijten
2022-02-26 22:41   ` Marijn Suijten
2022-02-27 10:03   ` Krzysztof Kozlowski
2022-02-27 21:43     ` Dmitry Baryshkov
2022-02-28  9:23       ` Krzysztof Kozlowski
2022-03-02 12:54         ` Marijn Suijten
2022-03-02 13:51           ` Krzysztof Kozlowski
2022-03-02 14:48             ` Bjorn Andersson
2022-03-02 17:15               ` Krzysztof Kozlowski
2022-02-26 20:09 ` [PATCH v2 3/3] clk: qcom: Add display clock controller driver for SM6125 Marijn Suijten
2022-02-26 22:41   ` Marijn Suijten

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.