public inbox for linux-arm-msm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] clk: qcom: add camera clock controller driver for SM8450 SoC
@ 2022-02-28 12:02 Vladimir Zapolskiy
  2022-02-28 12:02 ` [PATCH 1/8] dt-bindings: clock: add QCOM SM8450 camera clock bindings Vladimir Zapolskiy
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Vladimir Zapolskiy @ 2022-02-28 12:02 UTC (permalink / raw)
  To: Rob Herring, Bjorn Andersson
  Cc: Andy Gross, Stephen Boyd, Michael Turquette, devicetree,
	linux-arm-msm, linux-clk

The patchset adds support of a camera clock controller found on
QCOM SM8450 SoC, noticeably a camcc pll2 is a new "rivian evo"
type of pll, its generic support is added in the series.

Note that SM8450 ES variant has a slightly different configurtion,
the published version is intended to support SM8450 CS SoC.

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

Vladimir Zapolskiy (7):
  dt-bindings: clock: add QCOM SM8450 camera clock bindings
  arm64: dts: qcom: sm8450: Add description of camera clock controller
  clk: qcom: clk-alpha-pll: fix clk_trion_pll_configure description
  clk: qcom: clk-alpha-pll: limit exported symbols to GPL licensed code
  clk: qcom: clk-alpha-pll: export lucid evo PLL configuration interfaces
  clk: qcom: clk-alpha-pll: add rivian evo PLL configuration interfaces
  clk: qcom: add camera clock controller driver for SM8450 SoC

 .../bindings/clock/qcom,camcc-sm8450.yaml     |   87 +
 arch/arm64/boot/dts/qcom/sm8450.dtsi          |   19 +
 drivers/clk/qcom/Kconfig                      |   19 +-
 drivers/clk/qcom/Makefile                     |    3 +-
 drivers/clk/qcom/camcc-sm8450.c               | 2869 +++++++++++++++++
 drivers/clk/qcom/clk-alpha-pll.c              |  145 +-
 drivers/clk/qcom/clk-alpha-pll.h              |   11 +-
 include/dt-bindings/clock/qcom,camcc-sm8450.h |  159 +
 8 files changed, 3299 insertions(+), 13 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,camcc-sm8450.yaml
 create mode 100644 drivers/clk/qcom/camcc-sm8450.c
 create mode 100644 include/dt-bindings/clock/qcom,camcc-sm8450.h

-- 
2.33.0


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

end of thread, other threads:[~2022-03-10  1:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-28 12:02 [PATCH 0/8] clk: qcom: add camera clock controller driver for SM8450 SoC Vladimir Zapolskiy
2022-02-28 12:02 ` [PATCH 1/8] dt-bindings: clock: add QCOM SM8450 camera clock bindings Vladimir Zapolskiy
2022-02-28 15:26   ` Rob Herring
2022-03-01  9:30     ` Vladimir Zapolskiy
2022-03-01 15:07   ` Rob Herring
2022-02-28 12:02 ` [PATCH 2/8] arm64: dts: qcom: sm8450: Add description of camera clock controller Vladimir Zapolskiy
2022-02-28 12:03 ` [PATCH 3/8] clk: qcom: clk-alpha-pll: fix clk_trion_pll_configure description Vladimir Zapolskiy
2022-03-10  1:01   ` Stephen Boyd
2022-02-28 12:03 ` [PATCH 4/8] clk: qcom: clk-alpha-pll: limit exported symbols to GPL licensed code Vladimir Zapolskiy
2022-02-28 12:03 ` [PATCH 5/8] clk: qcom: Fix sorting of SDX_GCC_65 in Makefile and Kconfig Vladimir Zapolskiy
2022-02-28 12:03 ` [PATCH 6/8] clk: qcom: clk-alpha-pll: export lucid evo PLL configuration interfaces Vladimir Zapolskiy
2022-02-28 12:03 ` [PATCH 7/8] clk: qcom: clk-alpha-pll: add rivian " Vladimir Zapolskiy
2022-02-28 12:03 ` [PATCH 8/8] clk: qcom: add camera clock controller driver for SM8450 SoC Vladimir Zapolskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox