All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] clk: qcom: Add camera clock controller driver for SM8250
@ 2021-06-09  2:20 Jonathan Marek
  2021-06-09  2:20 ` [PATCH v2 1/3] clk: qcom: clk-alpha-pll: add support for zonda pll Jonathan Marek
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Jonathan Marek @ 2021-06-09  2:20 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: robert.foss, andrey.konovalov, Andy Gross, Bjorn Andersson,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list:COMMON CLK FRAMEWORK, open list, Michael Turquette,
	Rob Herring, Stephen Boyd

v2:
  - zonda pll:
   - Re-use clk_alpha_pll_postdiv_fabia_ops for postdiv ops
   - Use clk_alpha_pll_write_config helper for configure function
   - Remove dubious memory barriers that were copied from downstream
   - Use pll_alpha_width() for ALPHA_VAL size (downstream uses 32 but it turns
     out the 16 returned by pll_alpha_width is the correct value)
   - Use clk_trion_pll_recalc_rate for recalc_rate function
   - Remove error checking on regmap functions (mmio can't fail)
 - bindings: fix a copy-paste error
 - camcc:
   - lowercase hex, remove stray commented out line, fix double semicolon
   - add missing call to clk_zonda_pll_configure for pll2

Jonathan Marek (3):
  clk: qcom: clk-alpha-pll: add support for zonda pll
  dt-bindings: clock: add QCOM SM8250 camera clock bindings
  clk: qcom: Add camera clock controller driver for SM8250

 .../bindings/clock/qcom,camcc-sm8250.yaml     |   68 +
 drivers/clk/qcom/Kconfig                      |    7 +
 drivers/clk/qcom/Makefile                     |    1 +
 drivers/clk/qcom/camcc-sm8250.c               | 2456 +++++++++++++++++
 drivers/clk/qcom/clk-alpha-pll.c              |  174 ++
 drivers/clk/qcom/clk-alpha-pll.h              |    6 +
 include/dt-bindings/clock/qcom,camcc-sm8250.h |  138 +
 7 files changed, 2850 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/qcom,camcc-sm8250.yaml
 create mode 100644 drivers/clk/qcom/camcc-sm8250.c
 create mode 100644 include/dt-bindings/clock/qcom,camcc-sm8250.h

-- 
2.26.1


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

end of thread, other threads:[~2021-06-28  0:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09  2:20 [PATCH v2 0/3] clk: qcom: Add camera clock controller driver for SM8250 Jonathan Marek
2021-06-09  2:20 ` [PATCH v2 1/3] clk: qcom: clk-alpha-pll: add support for zonda pll Jonathan Marek
2021-06-28  0:16   ` Stephen Boyd
2021-06-09  2:20 ` [PATCH v2 2/3] dt-bindings: clock: add QCOM SM8250 camera clock bindings Jonathan Marek
2021-06-18 21:04   ` Rob Herring
2021-06-28  0:16   ` Stephen Boyd
2021-06-09  2:20 ` [PATCH v2 3/3] clk: qcom: Add camera clock controller driver for SM8250 Jonathan Marek
2021-06-09  4:34   ` kernel test robot
2021-06-09  4:34     ` kernel test robot
2021-06-28  0:16   ` Stephen Boyd

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.