All of lore.kernel.org
 help / color / mirror / Atom feed
* [chrome-os:chromeos-6.1 415/436] clk-mt8195-apmixedsys.c:undefined reference to `mtk_clk_unregister_pllfhs'
@ 2023-05-12  5:28 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-05-12  5:28 UTC (permalink / raw)
  To: cros-kernel-buildreports, Guenter Roeck; +Cc: oe-kbuild-all

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-6.1
head:   101c17a196db9c062b3a17541bba4585f6e5681f
commit: 05f325ba73111fe95321062ed6207dff7fcd7399 [415/436] UPSTREAM: clk: mediatek: mt8195: Add support for frequency hopping through FHCTL
config: csky-randconfig-r005-20230509 (https://download.01.org/0day-ci/archive/20230512/202305121344.ZKKCpxIH-lkp@intel.com/config)
compiler: csky-linux-gcc (GCC) 12.1.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git remote add chrome-os https://chromium.googlesource.com/chromiumos/third_party/kernel
        git fetch --no-tags chrome-os chromeos-6.1
        git checkout 05f325ba73111fe95321062ed6207dff7fcd7399
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=csky olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=csky SHELL=/bin/bash

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202305121344.ZKKCpxIH-lkp@intel.com/

All errors (new ones prefixed by >>):

   csky-linux-ld: drivers/clk/mediatek/clk-mt8192.o: in function `clk_mt8192_apmixed_probe':
   clk-mt8192.c:(.text+0x88): undefined reference to `fhctl_parse_dt'
   csky-linux-ld: clk-mt8192.c:(.text+0x9a): undefined reference to `mtk_clk_register_pllfhs'
   csky-linux-ld: clk-mt8192.c:(.text+0xde): undefined reference to `mtk_clk_unregister_pllfhs'
   csky-linux-ld: drivers/clk/mediatek/clk-mt8192.o: in function `clk_mt8192_probe':
   clk-mt8192.c:(.text+0x128): undefined reference to `fhctl_parse_dt'
   csky-linux-ld: clk-mt8192.c:(.text+0x130): undefined reference to `mtk_clk_register_pllfhs'
   csky-linux-ld: clk-mt8192.c:(.text+0x148): undefined reference to `mtk_clk_unregister_pllfhs'
   csky-linux-ld: drivers/clk/mediatek/clk-mt8195-apmixedsys.o: in function `clk_mt8195_apmixed_remove':
>> clk-mt8195-apmixedsys.c:(.text+0x26): undefined reference to `mtk_clk_unregister_pllfhs'
>> csky-linux-ld: clk-mt8195-apmixedsys.c:(.text+0x4c): undefined reference to `mtk_clk_unregister_pllfhs'
   csky-linux-ld: drivers/clk/mediatek/clk-mt8195-apmixedsys.o: in function `clk_mt8195_apmixed_probe':
>> clk-mt8195-apmixedsys.c:(.text+0x70): undefined reference to `fhctl_parse_dt'
>> csky-linux-ld: clk-mt8195-apmixedsys.c:(.text+0x82): undefined reference to `mtk_clk_register_pllfhs'
   csky-linux-ld: clk-mt8195-apmixedsys.c:(.text+0xcc): undefined reference to `mtk_clk_unregister_pllfhs'
>> csky-linux-ld: clk-mt8195-apmixedsys.c:(.text+0xf4): undefined reference to `fhctl_parse_dt'
   csky-linux-ld: clk-mt8195-apmixedsys.c:(.text+0xfc): undefined reference to `mtk_clk_register_pllfhs'
   csky-linux-ld: clk-mt8195-apmixedsys.c:(.text+0x114): undefined reference to `mtk_clk_unregister_pllfhs'

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [chrome-os:chromeos-6.1 415/436] clk-mt8195-apmixedsys.c:undefined reference to `mtk_clk_unregister_pllfhs'
@ 2023-05-12  5:47 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-05-12  5:47 UTC (permalink / raw)
  To: cros-kernel-buildreports, Guenter Roeck; +Cc: oe-kbuild-all

tree:   https://chromium.googlesource.com/chromiumos/third_party/kernel chromeos-6.1
head:   5589aa31461720ef9a6e0439a5b4e2ecf98c2910
commit: 05f325ba73111fe95321062ed6207dff7fcd7399 [415/436] UPSTREAM: clk: mediatek: mt8195: Add support for frequency hopping through FHCTL
config: loongarch-buildonly-randconfig-r005-20230509 (https://download.01.org/0day-ci/archive/20230512/202305121330.5WP91cgL-lkp@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 12.1.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git remote add chrome-os https://chromium.googlesource.com/chromiumos/third_party/kernel
        git fetch --no-tags chrome-os chromeos-6.1
        git checkout 05f325ba73111fe95321062ed6207dff7fcd7399
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=loongarch olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=loongarch SHELL=/bin/bash

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202305121330.5WP91cgL-lkp@intel.com/

All errors (new ones prefixed by >>):

   loongarch64-linux-ld: drivers/clk/mediatek/clk-mt8195-apmixedsys.o: in function `clk_mt8195_apmixed_remove':
>> clk-mt8195-apmixedsys.c:(.text+0x40): undefined reference to `mtk_clk_unregister_pllfhs'
   loongarch64-linux-ld: drivers/clk/mediatek/clk-mt8195-apmixedsys.o: in function `clk_mt8195_apmixed_probe':
>> clk-mt8195-apmixedsys.c:(.text+0xc8): undefined reference to `fhctl_parse_dt'
>> loongarch64-linux-ld: clk-mt8195-apmixedsys.c:(.text+0xec): undefined reference to `mtk_clk_register_pllfhs'
>> loongarch64-linux-ld: clk-mt8195-apmixedsys.c:(.text+0x1ac): undefined reference to `mtk_clk_unregister_pllfhs'

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-12  5:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-12  5:47 [chrome-os:chromeos-6.1 415/436] clk-mt8195-apmixedsys.c:undefined reference to `mtk_clk_unregister_pllfhs' kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2023-05-12  5:28 kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.