On Fri, Oct 25, 2024 at 09:25:18AM +0530, Manikanta Mylavarapu wrote: > From: Devi Priya <quic_devipriy@xxxxxxxxxxx> > > Add Networking Sub System Clock Controller(NSSCC) driver for ipq9574 based > devices. > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Closes: https://lore.kernel.org/oe-kbuild-all/202410101431.tjpSRNTY-lkp@xxxxxxxxx/ These tags are incorrect. Please read the text of the email that you've got. > Signed-off-by: Devi Priya <quic_devipriy@xxxxxxxxxxx> > Signed-off-by: Manikanta Mylavarapu <quic_mmanikan@xxxxxxxxxxx> > --- > Changes in V8: > - Remove DT_BIAS_PLL_NSS_NOC_CLK and P_BIAS_PLL_NSS_NOC_CLK > because these are not required What was changed to overcome the LKP error? > > drivers/clk/qcom/Kconfig | 7 + > drivers/clk/qcom/Makefile | 1 + > drivers/clk/qcom/nsscc-ipq9574.c | 3080 ++++++++++++++++++++++++++++++ > 3 files changed, 3088 insertions(+) > create mode 100644 drivers/clk/qcom/nsscc-ipq9574.c > -- With best wishes Dmitry