linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] SDM670 Global Clocks
@ 2022-09-08 23:12 Richard Acayan
  2022-09-08 23:12 ` [PATCH v3 1/3] dt-bindings: clock: gcc-sdm845: add sdm670 global clocks Richard Acayan
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Richard Acayan @ 2022-09-08 23:12 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, Taniya Das,
	linux-clk, devicetree, linux-kernel, ~postmarketos/upstreaming,
	Caleb Connolly, Joel Selvaraj

Changes since v2:
 - drop GCC_SDCC1_BCR reset
 - reorder gcc-sdm845 and gcc-sdm670 if statements in bindings
 - add space
 - accumulate review tags

Changes since v1:
 - regenerate patches to fixed malformed patch
 - fix schema so that the parent clocks are specified correctly
 - remove core_bi_test_pll_se from new parent_data to match array sizes
 - reference correct frequency table for gcc_sdm670_cpuss_rbcpr_clk_src
 - set correct index for sdcc1_ice_core_clk_src

This patch series adds global clocks essential for features of the Qualcomm
Snapdragon 670 (hopefully) cleanly into the SDM845 driver without doing
runtime fixups like in Google's bonito kernel (see patch 3).

This series (mostly patch 2) affects kernels made for Snapdragon 845 and
might need some further testing on SDM845 devices. I do not have a
Snapdragon 845-based device so someone else will have to double check if
necessary.

 .../devicetree/bindings/clock/qcom,gcc-sdm845.yaml |  61 +++-
 drivers/clk/qcom/Kconfig                           |   4 +-
 drivers/clk/qcom/gcc-sdm845.c                      | 400 ++++++++++++++++++++-
 include/dt-bindings/clock/qcom,gcc-sdm845.h        |   1 +
 4 files changed, 449 insertions(+), 17 deletions(-)



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

end of thread, other threads:[~2022-09-15  3:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08 23:12 [PATCH v3 0/3] SDM670 Global Clocks Richard Acayan
2022-09-08 23:12 ` [PATCH v3 1/3] dt-bindings: clock: gcc-sdm845: add sdm670 global clocks Richard Acayan
2022-09-13  3:47   ` Bjorn Andersson
2022-09-08 23:12 ` [PATCH v3 2/3] clk: qcom: gcc-sdm845: use device tree match data Richard Acayan
2022-09-08 23:12 ` [PATCH v3 3/3] clk: qcom: gcc-sdm845: add sdm670 global clock data Richard Acayan
2022-09-09  7:48   ` Krzysztof Kozlowski
2022-09-15  3:36 ` [PATCH v3 0/3] SDM670 Global Clocks 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).