Hi!
Pseudo-Shortlog of commits:
...
Oleksij Rempel linux@rempel-privat.de clk: imx6ul: add ethernet refclock mux support
I am seeing the following build issue for ARM multi_v7_defconfig and bisect is point to the commit ...
drivers/clk/imx/clk-imx6ul.c: In function ‘imx6ul_clocks_init’: drivers/clk/imx/clk-imx6ul.c:487:34: error: implicit declaration of function ‘imx_obtain_fixed_of_clock’; did you mean ‘imx_obtain_fixed_clock’? [-Werror=implicit-function-declaration] hws[IMX6UL_CLK_ENET1_REF_PAD] = imx_obtain_fixed_of_clock(ccm_node, "enet1_ref_pad", 0); ^~~~~~~~~~~~~~~~~~~~~~~~~ imx_obtain_fixed_clock
CIP testing sees same problem:
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/8083991...
Best regards, Pavel