All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next:master 8243/10701] ld: drivers/usb/typec/tps6598x.c:208: undefined reference to `usb_role_switch_set_role'
@ 2020-05-20  9:21 kbuild test robot
  2020-05-20 10:09 ` Bryan O'Donoghue
  0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2020-05-20  9:21 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   fb57b1fabcb28f358901b2df90abd2b48abc1ca8
commit: 18a6c866bb191f360a16db6a79e005247dd3fd70 [8243/10701] usb: typec: tps6598x: Add USB role switching logic
config: x86_64-randconfig-a005-20200519 (attached as .config)
compiler: gcc-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
reproduce:
        git checkout 18a6c866bb191f360a16db6a79e005247dd3fd70
        # save the attached .config to linux build tree
        make ARCH=x86_64 

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

All errors (new ones prefixed by >>, old ones prefixed by <<):

ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_set_data_role':
drivers/usb/typec/tps6598x.c:208: undefined reference to `usb_role_switch_set_role'
>> ld: drivers/usb/typec/tps6598x.c:208: undefined reference to `usb_role_switch_set_role'
ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_remove':
drivers/usb/typec/tps6598x.c:604: undefined reference to `usb_role_switch_put'
ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_set_data_role':
drivers/usb/typec/tps6598x.c:208: undefined reference to `usb_role_switch_set_role'
ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_probe':
drivers/usb/typec/tps6598x.c:522: undefined reference to `fwnode_usb_role_switch_get'
ld: drivers/usb/typec/tps6598x.c:591: undefined reference to `usb_role_switch_put'

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

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

* Re: [linux-next:master 8243/10701] ld: drivers/usb/typec/tps6598x.c:208: undefined reference to `usb_role_switch_set_role'
  2020-05-20  9:21 [linux-next:master 8243/10701] ld: drivers/usb/typec/tps6598x.c:208: undefined reference to `usb_role_switch_set_role' kbuild test robot
@ 2020-05-20 10:09 ` Bryan O'Donoghue
  2020-05-20 13:06   ` Bryan O'Donoghue
  0 siblings, 1 reply; 3+ messages in thread
From: Bryan O'Donoghue @ 2020-05-20 10:09 UTC (permalink / raw)
  To: kbuild-all

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

On 20/05/2020 10:21, kbuild test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
> head:   fb57b1fabcb28f358901b2df90abd2b48abc1ca8
> commit: 18a6c866bb191f360a16db6a79e005247dd3fd70 [8243/10701] usb: typec: tps6598x: Add USB role switching logic
> config: x86_64-randconfig-a005-20200519 (attached as .config)
> compiler: gcc-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
> reproduce:
>          git checkout 18a6c866bb191f360a16db6a79e005247dd3fd70
>          # save the attached .config to linux build tree
>          make ARCH=x86_64
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kbuild test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>, old ones prefixed by <<):
> 
> ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_set_data_role':
> drivers/usb/typec/tps6598x.c:208: undefined reference to `usb_role_switch_set_role'
>>> ld: drivers/usb/typec/tps6598x.c:208: undefined reference to `usb_role_switch_set_role'
> ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_remove':
> drivers/usb/typec/tps6598x.c:604: undefined reference to `usb_role_switch_put'
> ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_set_data_role':
> drivers/usb/typec/tps6598x.c:208: undefined reference to `usb_role_switch_set_role'
> ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_probe':
> drivers/usb/typec/tps6598x.c:522: undefined reference to `fwnode_usb_role_switch_get'
> ld: drivers/usb/typec/tps6598x.c:591: undefined reference to `usb_role_switch_put'
> 
> ---
> 0-DAY CI Kernel Test Service, Intel Corporation
> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
> 

Fixed here.

https://lore.kernel.org/linux-usb/20200520100526.2729-1-bryan.odonoghue(a)linaro.org/T/#u

Since this is still stuff in the usb-next tree I don't think I need a 
fixes tag ... ?

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

* Re: [linux-next:master 8243/10701] ld: drivers/usb/typec/tps6598x.c:208: undefined reference to `usb_role_switch_set_role'
  2020-05-20 10:09 ` Bryan O'Donoghue
@ 2020-05-20 13:06   ` Bryan O'Donoghue
  0 siblings, 0 replies; 3+ messages in thread
From: Bryan O'Donoghue @ 2020-05-20 13:06 UTC (permalink / raw)
  To: kbuild-all

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

On 20/05/2020 11:09, Bryan O'Donoghue wrote:
> On 20/05/2020 10:21, kbuild test robot wrote:
>> tree:   
>> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git 
>> master
>> head:   fb57b1fabcb28f358901b2df90abd2b48abc1ca8
>> commit: 18a6c866bb191f360a16db6a79e005247dd3fd70 [8243/10701] usb: 
>> typec: tps6598x: Add USB role switching logic
>> config: x86_64-randconfig-a005-20200519 (attached as .config)
>> compiler: gcc-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010
>> reproduce:
>>          git checkout 18a6c866bb191f360a16db6a79e005247dd3fd70
>>          # save the attached .config to linux build tree
>>          make ARCH=x86_64
>>
>> If you fix the issue, kindly add following tag as appropriate
>> Reported-by: kbuild test robot <lkp@intel.com>
>>
>> All errors (new ones prefixed by >>, old ones prefixed by <<):
>>
>> ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_set_data_role':
>> drivers/usb/typec/tps6598x.c:208: undefined reference to 
>> `usb_role_switch_set_role'
>>>> ld: drivers/usb/typec/tps6598x.c:208: undefined reference to 
>>>> `usb_role_switch_set_role'
>> ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_remove':
>> drivers/usb/typec/tps6598x.c:604: undefined reference to 
>> `usb_role_switch_put'
>> ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_set_data_role':
>> drivers/usb/typec/tps6598x.c:208: undefined reference to 
>> `usb_role_switch_set_role'
>> ld: drivers/usb/typec/tps6598x.o: in function `tps6598x_probe':
>> drivers/usb/typec/tps6598x.c:522: undefined reference to 
>> `fwnode_usb_role_switch_get'
>> ld: drivers/usb/typec/tps6598x.c:591: undefined reference to 
>> `usb_role_switch_put'
>>
>> ---
>> 0-DAY CI Kernel Test Service, Intel Corporation
>> https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org
>>
> 
> Fixed here.
> 
> https://lore.kernel.org/linux-usb/20200520100526.2729-1-bryan.odonoghue(a)linaro.org/T/#u 
> 
> 
> Since this is still stuff in the usb-next tree I don't think I need a 
> fixes tag ... ?

Better fix here

https://lore.kernel.org/linux-usb/20200520123312.320281-1-bryan.odonoghue(a)linaro.org/T/#t

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

end of thread, other threads:[~2020-05-20 13:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-20  9:21 [linux-next:master 8243/10701] ld: drivers/usb/typec/tps6598x.c:208: undefined reference to `usb_role_switch_set_role' kbuild test robot
2020-05-20 10:09 ` Bryan O'Donoghue
2020-05-20 13:06   ` Bryan O'Donoghue

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.