All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] clk: qcom: fix frequency table termination in several drivers
@ 2024-02-29 18:07 Gabor Juhos
  2024-02-29 18:07 ` [PATCH 1/7] clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays Gabor Juhos
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Gabor Juhos @ 2024-02-29 18:07 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Michael Turquette, Stephen Boyd,
	Sricharan Ramabadhran, Varadarajan Narayanan,
	Gokul Sriram Palanisamy, Devi Priya, Anusha Rao,
	Bryan O'Donoghue, Georgi Djakov
  Cc: linux-arm-msm, linux-clk, linux-kernel, Gabor Juhos

Add missing terminating entry to frequency table arrays in
several drivers. There are separate independent patches for
each affected driver.

The series is based on v6.8-rc6.

Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
---
Gabor Juhos (7):
      clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays
      clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays
      clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays
      clk: qcom: gcc-ipq9574: fix terminating of frequency table arrays
      clk: qcom: camcc-sc8280xp: fix terminating of frequency table arrays
      clk: qcom: mmcc-apq8084: fix terminating of frequency table arrays
      clk: qcom: mmcc-msm8974: fix terminating of frequency table arrays

 drivers/clk/qcom/camcc-sc8280xp.c | 21 +++++++++++++++++++++
 drivers/clk/qcom/gcc-ipq5018.c    |  3 +++
 drivers/clk/qcom/gcc-ipq6018.c    |  2 ++
 drivers/clk/qcom/gcc-ipq8074.c    |  2 ++
 drivers/clk/qcom/gcc-ipq9574.c    |  1 +
 drivers/clk/qcom/mmcc-apq8084.c   |  2 ++
 drivers/clk/qcom/mmcc-msm8974.c   |  2 ++
 7 files changed, 33 insertions(+)
---
base-commit: d206a76d7d2726f3b096037f2079ce0bd3ba329b
change-id: 20240223-freq-table-terminator-f78760e7b5e0

Best regards,
-- 
Gabor Juhos <j4g8y7@gmail.com>


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

end of thread, other threads:[~2024-03-03 19:50 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-29 18:07 [PATCH 0/7] clk: qcom: fix frequency table termination in several drivers Gabor Juhos
2024-02-29 18:07 ` [PATCH 1/7] clk: qcom: gcc-ipq5018: fix terminating of frequency table arrays Gabor Juhos
2024-03-01  1:16   ` Stephen Boyd
2024-03-01  9:40   ` Johan Hovold
2024-03-01 13:37     ` Gabor Juhos
2024-03-01 14:03       ` Johan Hovold
2024-03-02 18:41         ` Bjorn Andersson
2024-02-29 18:07 ` [PATCH 2/7] clk: qcom: gcc-ipq6018: " Gabor Juhos
2024-03-01  1:17   ` Stephen Boyd
2024-02-29 18:07 ` [PATCH 3/7] clk: qcom: gcc-ipq8074: " Gabor Juhos
2024-03-01  1:18   ` Stephen Boyd
2024-02-29 18:07 ` [PATCH 4/7] clk: qcom: gcc-ipq9574: " Gabor Juhos
2024-03-01  1:18   ` Stephen Boyd
2024-02-29 18:07 ` [PATCH 5/7] clk: qcom: camcc-sc8280xp: " Gabor Juhos
2024-03-01  1:19   ` Stephen Boyd
2024-02-29 18:07 ` [PATCH 6/7] clk: qcom: mmcc-apq8084: " Gabor Juhos
2024-03-01  1:19   ` Stephen Boyd
2024-02-29 18:07 ` [PATCH 7/7] clk: qcom: mmcc-msm8974: " Gabor Juhos
2024-03-01  1:20   ` Stephen Boyd
2024-03-03 19:50 ` [PATCH 0/7] clk: qcom: fix frequency table termination in several drivers Bjorn Andersson

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.