Re: linux-next: Tree for Sep 12 (drivers/clk/imx/clk-imx8-acm.o)

From: Abel Vesa
Date: Thu Sep 21 2023 - 16:50:00 EST


On 23-09-12 15:28:29, Randy Dunlap wrote:
>
>
> On 9/11/23 22:26, Stephen Rothwell wrote:
> > Hi all,
> >
> > Changes since 20230911:
> >
> > New tree: bcachefs
> >
> > The bcachefs tree gained a semantic conflict against Linus' tree for
> > which I applied a patch.
> >
> > The wireless-next tree gaind a conflict against the wireless tree.
> >
> > Non-merge commits (relative to Linus' tree): 4095
> > 1552 files changed, 346893 insertions(+), 22945 deletions(-)
> >
> > ----------------------------------------------------------------------------
>
> on arm64:
>
> aarch64-linux-ld: drivers/clk/imx/clk-imx8-acm.o: in function `imx8_acm_clk_probe':
> clk-imx8-acm.c:(.text+0x3d0): undefined reference to `imx_check_clk_hws'
>
> when
> CONFIG_CLK_IMX8QXP=y
> CONFIG_MXC_CLK=m
>
> Should CLK_IMX8QXP select MXC_CLK?
> I'll leave that patch up to the maintainers.
>
> Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Thanks for reporting this.

Sent a patch for it:
https://lore.kernel.org/all/20230921093647.3901752-1-abel.vesa@xxxxxxxxxx/

> --
> ~Randy