All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [phy-linux-phy:next 23/32] phy-tegra194-p2u.c:undefined reference to `devm_platform_ioremap_resource_byname'
Date: Tue, 17 Nov 2020 07:58:23 +0800	[thread overview]
Message-ID: <202011170718.ExSlQeMI-lkp@intel.com> (raw)

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git next
head:   50c0133cd154090446bc19e466df57502f422644
commit: 9ab4212b0a363a1edc5a52f70843dc2a5cda200d [23/32] phy: tegra: convert to devm_platform_ioremap_resource(_byname)
config: s390-randconfig-r006-20201116 (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/phy/linux-phy.git/commit/?id=9ab4212b0a363a1edc5a52f70843dc2a5cda200d
        git remote add phy-linux-phy https://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git
        git fetch --no-tags phy-linux-phy next
        git checkout 9ab4212b0a363a1edc5a52f70843dc2a5cda200d
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=s390 

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/irqchip/irq-renesas-irqc.o: in function `irqc_probe':
   irq-renesas-irqc.c:(.text+0x296): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/irqchip/irq-imx-irqsteer.o: in function `imx_irqsteer_probe':
   irq-imx-irqsteer.c:(.text+0x4e): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/irqchip/irq-imx-intmux.o: in function `imx_intmux_probe':
   irq-imx-intmux.c:(.text+0x2c0): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/phy/broadcom/phy-bcm63xx-usbh.o: in function `bcm63xx_usbh_phy_probe':
   phy-bcm63xx-usbh.c:(.init.text+0x14a): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/phy/hisilicon/phy-hisi-inno-usb2.o: in function `hisi_inno_phy_probe':
   phy-hisi-inno-usb2.c:(.text+0x4e): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/phy/marvell/phy-mmp3-usb.o:phy-mmp3-usb.c:(.text+0x4e): more undefined references to `devm_platform_ioremap_resource' follow
   s390-linux-ld: drivers/phy/tegra/phy-tegra194-p2u.o: in function `tegra_p2u_probe':
>> phy-tegra194-p2u.c:(.text+0xc8): undefined reference to `devm_platform_ioremap_resource_byname'
   s390-linux-ld: drivers/phy/xilinx/phy-zynqmp.o: in function `xpsgtr_probe':
   phy-zynqmp.c:(.text+0x488): undefined reference to `devm_platform_ioremap_resource_byname'
   s390-linux-ld: phy-zynqmp.c:(.text+0x4d0): undefined reference to `devm_platform_ioremap_resource_byname'
   s390-linux-ld: drivers/char/ipmi/bt-bmc.o: in function `bt_bmc_probe':
   bt-bmc.c:(.text.unlikely+0x8e): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/soc/mediatek/mtk-scpsys.o: in function `scpsys_probe':
   mtk-scpsys.c:(.text+0x514): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/soc/mediatek/mtk-mmsys.o: in function `mtk_mmsys_probe':
   mtk-mmsys.c:(.text+0x7c0): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-ath79.o: in function `ath79_reset_probe':
   reset-ath79.c:(.text+0xde): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-lpc18xx.o: in function `lpc18xx_rgu_probe':
   reset-lpc18xx.c:(.text+0x308): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-meson.o: in function `meson_reset_probe':
   reset-meson.c:(.text+0x60): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/reset/reset-simple.o:reset-simple.c:(.text+0x1ac): more undefined references to `devm_ioremap_resource' follow
   s390-linux-ld: drivers/char/hw_random/exynos-trng.o: in function `exynos_trng_probe':
   exynos-trng.c:(.text+0x134): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/char/hw_random/meson-rng.o: in function `meson_rng_probe':
   meson-rng.c:(.text+0x9c): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/char/hw_random/mtk-rng.o: in function `mtk_rng_probe':
   mtk-rng.c:(.text+0x96): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/mfd/syscon.o: in function `syscon_probe':
   syscon.c:(.text+0x1c6): undefined reference to `devm_ioremap'
   s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `arc_rimi_exit':
   arc-rimi.c:(.exit.text+0x3a): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `arcrimi_found':
   arc-rimi.c:(.init.text+0x1e4): undefined reference to `ioremap'
   s390-linux-ld: arc-rimi.c:(.init.text+0x2d0): undefined reference to `iounmap'
   s390-linux-ld: arc-rimi.c:(.init.text+0x45a): undefined reference to `iounmap'
   s390-linux-ld: arc-rimi.c:(.init.text+0x5c4): undefined reference to `ioremap'
   s390-linux-ld: arc-rimi.c:(.init.text+0x6ae): undefined reference to `iounmap'
   s390-linux-ld: drivers/net/arcnet/arc-rimi.o: in function `check_mirror':
   arc-rimi.c:(.text.unlikely+0x5a): undefined reference to `ioremap'
   s390-linux-ld: arc-rimi.c:(.text.unlikely+0x88): undefined reference to `iounmap'
   s390-linux-ld: drivers/pcmcia/cistpl.o: in function `set_cis_map':
   cistpl.c:(.text+0xe8e): undefined reference to `ioremap'
   s390-linux-ld: cistpl.c:(.text+0xf50): undefined reference to `iounmap'
   s390-linux-ld: cistpl.c:(.text+0xf8c): undefined reference to `iounmap'
   s390-linux-ld: cistpl.c:(.text+0xfa4): undefined reference to `ioremap'
   s390-linux-ld: drivers/pcmcia/cistpl.o: in function `release_cis_mem':
   cistpl.c:(.text+0x1aa6): undefined reference to `iounmap'
   s390-linux-ld: drivers/input/keyboard/sh_keysc.o: in function `sh_keysc_remove':
   sh_keysc.c:(.text+0x114): undefined reference to `iounmap'
   s390-linux-ld: drivers/input/keyboard/sh_keysc.o: in function `sh_keysc_probe':
   sh_keysc.c:(.text+0x744): undefined reference to `ioremap'
   s390-linux-ld: sh_keysc.c:(.text+0x7ca): undefined reference to `iounmap'
   s390-linux-ld: drivers/media/rc/meson-ir.o: in function `meson_ir_probe':
   meson-ir.c:(.text+0x258): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/media/rc/img-ir/img-ir-core.o: in function `img_ir_probe':
   img-ir-core.c:(.text+0x21a): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/power/reset/ocelot-reset.o: in function `ocelot_reset_probe':
   ocelot-reset.c:(.text+0x60): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/thermal/tango_thermal.o: in function `tango_thermal_probe':
   tango_thermal.c:(.text+0x60): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/thermal/zx2967_thermal.o: in function `zx2967_thermal_probe':
   zx2967_thermal.c:(.text+0xd0): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/crypto/atmel-sha.o:atmel-sha.c:(.text+0x3176): more undefined references to `devm_ioremap_resource' follow
   s390-linux-ld: drivers/crypto/mediatek/mtk-platform.o: in function `mtk_crypto_probe':
   mtk-platform.c:(.text+0x7ee): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/crypto/qcom-rng.o: in function `qcom_rng_probe':
   qcom-rng.c:(.text+0xe8): undefined reference to `devm_platform_ioremap_resource'
   s390-linux-ld: drivers/clocksource/timer-of.o: in function `timer_of_init':
   timer-of.c:(.init.text+0x22e): undefined reference to `iounmap'
   s390-linux-ld: drivers/clocksource/timer-of.o: in function `timer_of_cleanup':
   timer-of.c:(.init.text+0x380): undefined reference to `iounmap'
   s390-linux-ld: drivers/remoteproc/ingenic_rproc.o: in function `ingenic_rproc_probe':
   ingenic_rproc.c:(.text+0x308): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: ingenic_rproc.c:(.text+0x380): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/memory/brcmstb_dpfe.o: in function `brcmstb_dpfe_probe':
   brcmstb_dpfe.c:(.text+0x27c): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: brcmstb_dpfe.c:(.text+0x2e6): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: brcmstb_dpfe.c:(.text+0x33e): undefined reference to `devm_ioremap_resource'
   s390-linux-ld: drivers/memory/renesas-rpc-if.o:renesas-rpc-if.c:(.text+0x9de): more undefined references to `devm_ioremap_resource' follow
   s390-linux-ld: drivers/iio/adc/stm32-dfsdm-core.o: in function `stm32_dfsdm_probe':
   stm32-dfsdm-core.c:(.text+0x360): undefined reference to `devm_platform_get_and_ioremap_resource'
   s390-linux-ld: drivers/iio/dac/stm32-dac-core.o: in function `stm32_dac_probe':
   stm32-dac-core.c:(.text+0x116): undefined reference to `devm_ioremap_resource'

---
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: 19874 bytes --]

             reply	other threads:[~2020-11-16 23:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-16 23:58 kernel test robot [this message]
2020-11-17  2:22 ` [phy-linux-phy:next 23/32] phy-tegra194-p2u.c:undefined reference to `devm_platform_ioremap_resource_byname' Chunfeng Yun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202011170718.ExSlQeMI-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.