This series contains a few patches to perform some cleanup in the apss-ipq-pll driver. The set is based on v6.8 and it depends on the following patches: - "clk: qcom: apss-ipq-pll: use stromer ops for IPQ5018 to fix boot failure" Link: https://lore.kernel.org/r/20240315-apss-ipq-pll-ipq5018-hang-v2-1-6fe30ada2009@xxxxxxxxx - "clk: qcom: clk-alpha-pll: Stromer register cleanup" Link: https://lore.kernel.org/r/20240311-alpha-pll-stromer-cleanup-v1-0-f7c0c5607cca@xxxxxxxxx Signed-off-by: Gabor Juhos <j4g8y7@xxxxxxxxx> --- Gabor Juhos (5): clk: qcom: apss-ipq-pll: reuse Stromer reg offsets from 'clk_alpha_pll_regs' clk: qcom: apss-ipq-pll: use an 1-D array for Huayra pll register offsets clk: qcom: apss-ipq-pll: remove 'pll_type' field from struct 'apss_pll_data' clk: qcom: apss-ipq-pll: constify match data structures clk: qcom: apss-ipq-pll: constify clk_init_data structures drivers/clk/qcom/apss-ipq-pll.c | 70 +++++++++++++++-------------------------- 1 file changed, 25 insertions(+), 45 deletions(-) --- base-commit: 9b65bf93985e8bd5bc5476beef59ba56f3f99697 change-id: 20240315-apss-ipq-pll-cleanup-a1e99af9d854 Best regards, -- Gabor Juhos <j4g8y7@xxxxxxxxx>