All of lore.kernel.org
 help / color / mirror / Atom feed
* [pinctrl:ib-bcm63xx 7/22] pinctrl-bcm6328.c:(.text.pinconf_generic_dt_node_to_map_pin+0x34): undefined reference to `pinconf_generic_dt_node_to_map'
@ 2021-03-30  8:17 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-03-30  8:17 UTC (permalink / raw)
  To: Álvaro Fernández Rojas
  Cc: kbuild-all, linux-gpio, Linus Walleij, Jonas Gorski

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git ib-bcm63xx
head:   d28039fccf948a407de69106465caa465b1dcf32
commit: 9bf34ac5ab5805f0a798d40423c05596b7a0cee6 [7/22] pinctrl: add a pincontrol driver for BCM6328
config: mips-randconfig-r024-20210330 (attached as .config)
compiler: mips64-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/linusw/linux-pinctrl.git/commit/?id=9bf34ac5ab5805f0a798d40423c05596b7a0cee6
        git remote add pinctrl https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
        git fetch --no-tags pinctrl ib-bcm63xx
        git checkout 9bf34ac5ab5805f0a798d40423c05596b7a0cee6
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 

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 >>):

   mips64-linux-ld: drivers/pinctrl/bcm/pinctrl-bcm6328.o: in function `pinconf_generic_dt_node_to_map_pin':
>> pinctrl-bcm6328.c:(.text.pinconf_generic_dt_node_to_map_pin+0x34): undefined reference to `pinconf_generic_dt_node_to_map'

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

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

* [pinctrl:ib-bcm63xx 7/22] pinctrl-bcm6328.c:(.text.pinconf_generic_dt_node_to_map_pin+0x34): undefined reference to `pinconf_generic_dt_node_to_map'
@ 2021-03-30  8:17 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-03-30  8:17 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git ib-bcm63xx
head:   d28039fccf948a407de69106465caa465b1dcf32
commit: 9bf34ac5ab5805f0a798d40423c05596b7a0cee6 [7/22] pinctrl: add a pincontrol driver for BCM6328
config: mips-randconfig-r024-20210330 (attached as .config)
compiler: mips64-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/linusw/linux-pinctrl.git/commit/?id=9bf34ac5ab5805f0a798d40423c05596b7a0cee6
        git remote add pinctrl https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
        git fetch --no-tags pinctrl ib-bcm63xx
        git checkout 9bf34ac5ab5805f0a798d40423c05596b7a0cee6
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 

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 >>):

   mips64-linux-ld: drivers/pinctrl/bcm/pinctrl-bcm6328.o: in function `pinconf_generic_dt_node_to_map_pin':
>> pinctrl-bcm6328.c:(.text.pinconf_generic_dt_node_to_map_pin+0x34): undefined reference to `pinconf_generic_dt_node_to_map'

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

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

* Re: [pinctrl:ib-bcm63xx 7/22] pinctrl-bcm6328.c:(.text.pinconf_generic_dt_node_to_map_pin+0x34): undefined reference to `pinconf_generic_dt_node_to_map'
  2021-03-30  8:17 ` kernel test robot
@ 2021-03-30  8:53   ` Álvaro Fernández Rojas
  -1 siblings, 0 replies; 4+ messages in thread
From: Álvaro Fernández Rojas @ 2021-03-30  8:53 UTC (permalink / raw)
  To: Linus Walleij; +Cc: kbuild-all, linux-gpio, Jonas Gorski

Hi Linus,

PINCTRL_BCM6328 depends on PINCTRL_BCM63XX, which selects 
GENERIC_PINCONF, so I've no idea why this happens on mips64...

Any hints/help?

Best regards,
Álvaro.

El 30/03/2021 a las 10:17, kernel test robot escribió:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git ib-bcm63xx
> head:   d28039fccf948a407de69106465caa465b1dcf32
> commit: 9bf34ac5ab5805f0a798d40423c05596b7a0cee6 [7/22] pinctrl: add a pincontrol driver for BCM6328
> config: mips-randconfig-r024-20210330 (attached as .config)
> compiler: mips64-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/linusw/linux-pinctrl.git/commit/?id=9bf34ac5ab5805f0a798d40423c05596b7a0cee6
>          git remote add pinctrl https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
>          git fetch --no-tags pinctrl ib-bcm63xx
>          git checkout 9bf34ac5ab5805f0a798d40423c05596b7a0cee6
>          # save the attached .config to linux build tree
>          COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips
> 
> 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 >>):
> 
>     mips64-linux-ld: drivers/pinctrl/bcm/pinctrl-bcm6328.o: in function `pinconf_generic_dt_node_to_map_pin':
>>> pinctrl-bcm6328.c:(.text.pinconf_generic_dt_node_to_map_pin+0x34): undefined reference to `pinconf_generic_dt_node_to_map'
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
> 

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

* Re: [pinctrl:ib-bcm63xx 7/22] pinctrl-bcm6328.c:(.text.pinconf_generic_dt_node_to_map_pin+0x34): undefined reference to `pinconf_generic_dt_node_to_map'
@ 2021-03-30  8:53   ` Álvaro Fernández Rojas
  0 siblings, 0 replies; 4+ messages in thread
From: Álvaro Fernández Rojas @ 2021-03-30  8:53 UTC (permalink / raw)
  To: kbuild-all

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

Hi Linus,

PINCTRL_BCM6328 depends on PINCTRL_BCM63XX, which selects 
GENERIC_PINCONF, so I've no idea why this happens on mips64...

Any hints/help?

Best regards,
Álvaro.

El 30/03/2021 a las 10:17, kernel test robot escribió:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git ib-bcm63xx
> head:   d28039fccf948a407de69106465caa465b1dcf32
> commit: 9bf34ac5ab5805f0a798d40423c05596b7a0cee6 [7/22] pinctrl: add a pincontrol driver for BCM6328
> config: mips-randconfig-r024-20210330 (attached as .config)
> compiler: mips64-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/linusw/linux-pinctrl.git/commit/?id=9bf34ac5ab5805f0a798d40423c05596b7a0cee6
>          git remote add pinctrl https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
>          git fetch --no-tags pinctrl ib-bcm63xx
>          git checkout 9bf34ac5ab5805f0a798d40423c05596b7a0cee6
>          # save the attached .config to linux build tree
>          COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips
> 
> 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 >>):
> 
>     mips64-linux-ld: drivers/pinctrl/bcm/pinctrl-bcm6328.o: in function `pinconf_generic_dt_node_to_map_pin':
>>> pinctrl-bcm6328.c:(.text.pinconf_generic_dt_node_to_map_pin+0x34): undefined reference to `pinconf_generic_dt_node_to_map'
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
> 

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

end of thread, other threads:[~2021-03-30  8:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30  8:17 [pinctrl:ib-bcm63xx 7/22] pinctrl-bcm6328.c:(.text.pinconf_generic_dt_node_to_map_pin+0x34): undefined reference to `pinconf_generic_dt_node_to_map' kernel test robot
2021-03-30  8:17 ` kernel test robot
2021-03-30  8:53 ` Álvaro Fernández Rojas
2021-03-30  8:53   ` Álvaro Fernández Rojas

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.