[PATCH 0/7] clk: qcom: fix frequency table termination in several drivers

From: Gabor Juhos
Date: Thu Feb 29 2024 - 13:08:32 EST


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@xxxxxxxxx>
---
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@xxxxxxxxx>