All of lore.kernel.org
 help / color / mirror / Atom feed
* [clk:clk-lmk04832 2/3] clk-lmk04832.c:undefined reference to `spi_get_device_id'
@ 2021-06-28 12:19 ` kernel test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2021-06-28 12:19 UTC (permalink / raw)
  To: Liam Beguin; +Cc: kbuild-all, linux-clk, linux-arm-kernel, Stephen Boyd

[-- Attachment #1: Type: text/plain, Size: 3102 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-lmk04832
head:   6181baa177d417211ea28de793524ec3d13b256d
commit: 3bc61cfd6f4a57de32132075b15b0ac8987ced1d [2/3] clk: add support for the lmk04832
config: s390-randconfig-c023-20210628 (attached as .config)
compiler: s390-linux-gcc (GCC) 9.3.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
        # https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/commit/?id=3bc61cfd6f4a57de32132075b15b0ac8987ced1d
        git remote add clk https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
        git fetch --no-tags clk clk-lmk04832
        git checkout 3bc61cfd6f4a57de32132075b15b0ac8987ced1d
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross O=build_dir ARCH=s390 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   s390-linux-ld: drivers/clk/clk-lmk04832.o: in function `lmk04832_check_vco_ranges.isra.0':
>> clk-lmk04832.c:(.text+0x1668): undefined reference to `spi_get_device_id'
   s390-linux-ld: drivers/clk/clk-lmk04832.o: in function `lmk04832_probe':
   clk-lmk04832.c:(.text+0x198c): undefined reference to `spi_get_device_id'
   s390-linux-ld: drivers/clk/clk-lmk04832.o: in function `lmk04832_driver_init':
>> clk-lmk04832.c:(.init.text+0x5e): undefined reference to `__spi_register_driver'
   s390-linux-ld: drivers/dma/idma64.o: in function `idma64_platform_probe':
   idma64.c:(.text+0xe90): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/dma/qcom/hidma.o: in function `hidma_probe':
   hidma.c:(.text+0x1484): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: hidma.c:(.text+0x14ca): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/base/regmap/regmap-spi.o: in function `regmap_spi_read':
   regmap-spi.c:(.text+0x42): undefined reference to `spi_write_then_read'
   s390-linux-ld: drivers/base/regmap/regmap-spi.o: in function `regmap_spi_async_write':
   regmap-spi.c:(.text+0x172): undefined reference to `spi_async'
   s390-linux-ld: drivers/base/regmap/regmap-spi.o: in function `regmap_spi_gather_write':
   regmap-spi.c:(.text+0x224): undefined reference to `spi_sync'
   s390-linux-ld: drivers/base/regmap/regmap-spi.o: in function `spi_sync_transfer.constprop.0':
   regmap-spi.c:(.text+0x2a6): undefined reference to `spi_sync'
   s390-linux-ld: drivers/input/keyboard/samsung-keypad.o: in function `samsung_keypad_probe':
   samsung-keypad.c:(.text+0x620): undefined reference to `devm_ioremap'

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for REGMAP_SPI
   Depends on SPI
   Selected by
   - LMK04832 && COMMON_CLK

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 13025 bytes --]

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

* [clk:clk-lmk04832 2/3] clk-lmk04832.c:undefined reference to `spi_get_device_id'
@ 2021-06-28 12:19 ` kernel test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2021-06-28 12:19 UTC (permalink / raw)
  To: Liam Beguin; +Cc: kbuild-all, linux-clk, linux-arm-kernel, Stephen Boyd

[-- Attachment #1: Type: text/plain, Size: 3102 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-lmk04832
head:   6181baa177d417211ea28de793524ec3d13b256d
commit: 3bc61cfd6f4a57de32132075b15b0ac8987ced1d [2/3] clk: add support for the lmk04832
config: s390-randconfig-c023-20210628 (attached as .config)
compiler: s390-linux-gcc (GCC) 9.3.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
        # https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/commit/?id=3bc61cfd6f4a57de32132075b15b0ac8987ced1d
        git remote add clk https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
        git fetch --no-tags clk clk-lmk04832
        git checkout 3bc61cfd6f4a57de32132075b15b0ac8987ced1d
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross O=build_dir ARCH=s390 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   s390-linux-ld: drivers/clk/clk-lmk04832.o: in function `lmk04832_check_vco_ranges.isra.0':
>> clk-lmk04832.c:(.text+0x1668): undefined reference to `spi_get_device_id'
   s390-linux-ld: drivers/clk/clk-lmk04832.o: in function `lmk04832_probe':
   clk-lmk04832.c:(.text+0x198c): undefined reference to `spi_get_device_id'
   s390-linux-ld: drivers/clk/clk-lmk04832.o: in function `lmk04832_driver_init':
>> clk-lmk04832.c:(.init.text+0x5e): undefined reference to `__spi_register_driver'
   s390-linux-ld: drivers/dma/idma64.o: in function `idma64_platform_probe':
   idma64.c:(.text+0xe90): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/dma/qcom/hidma.o: in function `hidma_probe':
   hidma.c:(.text+0x1484): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: hidma.c:(.text+0x14ca): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/base/regmap/regmap-spi.o: in function `regmap_spi_read':
   regmap-spi.c:(.text+0x42): undefined reference to `spi_write_then_read'
   s390-linux-ld: drivers/base/regmap/regmap-spi.o: in function `regmap_spi_async_write':
   regmap-spi.c:(.text+0x172): undefined reference to `spi_async'
   s390-linux-ld: drivers/base/regmap/regmap-spi.o: in function `regmap_spi_gather_write':
   regmap-spi.c:(.text+0x224): undefined reference to `spi_sync'
   s390-linux-ld: drivers/base/regmap/regmap-spi.o: in function `spi_sync_transfer.constprop.0':
   regmap-spi.c:(.text+0x2a6): undefined reference to `spi_sync'
   s390-linux-ld: drivers/input/keyboard/samsung-keypad.o: in function `samsung_keypad_probe':
   samsung-keypad.c:(.text+0x620): undefined reference to `devm_ioremap'

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for REGMAP_SPI
   Depends on SPI
   Selected by
   - LMK04832 && COMMON_CLK

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 13025 bytes --]

[-- Attachment #3: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [clk:clk-lmk04832 2/3] clk-lmk04832.c:undefined reference to `spi_get_device_id'
@ 2021-06-28 12:19 ` kernel test robot
  0 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2021-06-28 12:19 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 3156 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-lmk04832
head:   6181baa177d417211ea28de793524ec3d13b256d
commit: 3bc61cfd6f4a57de32132075b15b0ac8987ced1d [2/3] clk: add support for the lmk04832
config: s390-randconfig-c023-20210628 (attached as .config)
compiler: s390-linux-gcc (GCC) 9.3.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
        # https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/commit/?id=3bc61cfd6f4a57de32132075b15b0ac8987ced1d
        git remote add clk https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
        git fetch --no-tags clk clk-lmk04832
        git checkout 3bc61cfd6f4a57de32132075b15b0ac8987ced1d
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross O=build_dir ARCH=s390 SHELL=/bin/bash

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   s390-linux-ld: drivers/clk/clk-lmk04832.o: in function `lmk04832_check_vco_ranges.isra.0':
>> clk-lmk04832.c:(.text+0x1668): undefined reference to `spi_get_device_id'
   s390-linux-ld: drivers/clk/clk-lmk04832.o: in function `lmk04832_probe':
   clk-lmk04832.c:(.text+0x198c): undefined reference to `spi_get_device_id'
   s390-linux-ld: drivers/clk/clk-lmk04832.o: in function `lmk04832_driver_init':
>> clk-lmk04832.c:(.init.text+0x5e): undefined reference to `__spi_register_driver'
   s390-linux-ld: drivers/dma/idma64.o: in function `idma64_platform_probe':
   idma64.c:(.text+0xe90): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/dma/qcom/hidma.o: in function `hidma_probe':
   hidma.c:(.text+0x1484): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: hidma.c:(.text+0x14ca): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/base/regmap/regmap-spi.o: in function `regmap_spi_read':
   regmap-spi.c:(.text+0x42): undefined reference to `spi_write_then_read'
   s390-linux-ld: drivers/base/regmap/regmap-spi.o: in function `regmap_spi_async_write':
   regmap-spi.c:(.text+0x172): undefined reference to `spi_async'
   s390-linux-ld: drivers/base/regmap/regmap-spi.o: in function `regmap_spi_gather_write':
   regmap-spi.c:(.text+0x224): undefined reference to `spi_sync'
   s390-linux-ld: drivers/base/regmap/regmap-spi.o: in function `spi_sync_transfer.constprop.0':
   regmap-spi.c:(.text+0x2a6): undefined reference to `spi_sync'
   s390-linux-ld: drivers/input/keyboard/samsung-keypad.o: in function `samsung_keypad_probe':
   samsung-keypad.c:(.text+0x620): undefined reference to `devm_ioremap'

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for REGMAP_SPI
   Depends on SPI
   Selected by
   - LMK04832 && COMMON_CLK

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 13025 bytes --]

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

* Re: [clk:clk-lmk04832 2/3] clk-lmk04832.c:undefined reference to `spi_get_device_id'
  2021-06-28 12:19 ` kernel test robot
  (?)
@ 2021-06-28 23:19   ` Stephen Boyd
  -1 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2021-06-28 23:19 UTC (permalink / raw)
  To: Liam Beguin, kernel test robot; +Cc: kbuild-all, linux-clk, linux-arm-kernel

Quoting kernel test robot (2021-06-28 05:19:38)
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-lmk04832
> head:   6181baa177d417211ea28de793524ec3d13b256d
> commit: 3bc61cfd6f4a57de32132075b15b0ac8987ced1d [2/3] clk: add support for the lmk04832
> config: s390-randconfig-c023-20210628 (attached as .config)
> compiler: s390-linux-gcc (GCC) 9.3.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
>         # https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/commit/?id=3bc61cfd6f4a57de32132075b15b0ac8987ced1d
>         git remote add clk https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
>         git fetch --no-tags clk clk-lmk04832
>         git checkout 3bc61cfd6f4a57de32132075b15b0ac8987ced1d
>         # save the attached .config to linux build tree
>         mkdir build_dir
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross O=build_dir ARCH=s390 SHELL=/bin/bash
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>

Will add depends on SPI to the Kconfig.

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

* Re: [clk:clk-lmk04832 2/3] clk-lmk04832.c:undefined reference to `spi_get_device_id'
@ 2021-06-28 23:19   ` Stephen Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2021-06-28 23:19 UTC (permalink / raw)
  To: Liam Beguin, kernel test robot; +Cc: kbuild-all, linux-clk, linux-arm-kernel

Quoting kernel test robot (2021-06-28 05:19:38)
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-lmk04832
> head:   6181baa177d417211ea28de793524ec3d13b256d
> commit: 3bc61cfd6f4a57de32132075b15b0ac8987ced1d [2/3] clk: add support for the lmk04832
> config: s390-randconfig-c023-20210628 (attached as .config)
> compiler: s390-linux-gcc (GCC) 9.3.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
>         # https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/commit/?id=3bc61cfd6f4a57de32132075b15b0ac8987ced1d
>         git remote add clk https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
>         git fetch --no-tags clk clk-lmk04832
>         git checkout 3bc61cfd6f4a57de32132075b15b0ac8987ced1d
>         # save the attached .config to linux build tree
>         mkdir build_dir
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross O=build_dir ARCH=s390 SHELL=/bin/bash
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>

Will add depends on SPI to the Kconfig.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [clk:clk-lmk04832 2/3] clk-lmk04832.c:undefined reference to `spi_get_device_id'
@ 2021-06-28 23:19   ` Stephen Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2021-06-28 23:19 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1254 bytes --]

Quoting kernel test robot (2021-06-28 05:19:38)
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-lmk04832
> head:   6181baa177d417211ea28de793524ec3d13b256d
> commit: 3bc61cfd6f4a57de32132075b15b0ac8987ced1d [2/3] clk: add support for the lmk04832
> config: s390-randconfig-c023-20210628 (attached as .config)
> compiler: s390-linux-gcc (GCC) 9.3.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
>         # https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/commit/?id=3bc61cfd6f4a57de32132075b15b0ac8987ced1d
>         git remote add clk https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
>         git fetch --no-tags clk clk-lmk04832
>         git checkout 3bc61cfd6f4a57de32132075b15b0ac8987ced1d
>         # save the attached .config to linux build tree
>         mkdir build_dir
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross O=build_dir ARCH=s390 SHELL=/bin/bash
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>

Will add depends on SPI to the Kconfig.

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

end of thread, other threads:[~2021-06-28 23:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 12:19 [clk:clk-lmk04832 2/3] clk-lmk04832.c:undefined reference to `spi_get_device_id' kernel test robot
2021-06-28 12:19 ` kernel test robot
2021-06-28 12:19 ` kernel test robot
2021-06-28 23:19 ` Stephen Boyd
2021-06-28 23:19   ` Stephen Boyd
2021-06-28 23:19   ` Stephen Boyd

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.