All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Baolin Wang <baolin.wang@linaro.org>
Cc: kbuild-all@01.org, balbi@ti.com, gregkh@linuxfoundation.org,
	sre@kernel.org, dbaryshkov@gmail.com, dwmw2@infradead.org,
	peter.chen@freescale.com, stern@rowland.harvard.edu,
	r.baldyga@samsung.com, yoshihiro.shimoda.uh@renesas.com,
	lee.jones@linaro.org, broonie@kernel.org,
	ckeepax@opensource.wolfsonmicro.com,
	patches@opensource.wolfsonmicro.com, baolin.wang@linaro.org,
	linux-pm@vger.kernel.org, linux-usb@vger.kernel.org,
	device-mainlining@lists.linuxfoundation.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v7 4/4] power: wm831x_power: Support USB charger current limit management
Date: Mon, 4 Jan 2016 13:21:03 +0800	[thread overview]
Message-ID: <201601041342.Nau7mo3t%fengguang.wu@intel.com> (raw)
In-Reply-To: <c77f7ea8fd3d16ee92684d1ee2f51bae74a511fe.1451876014.git.baolin.wang@linaro.org>

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

Hi Baolin,

[auto build test ERROR on v4.4-rc8]
[cannot apply to balbi-usb/next usb/usb-testing next-20151231]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Baolin-Wang/Introduce-usb-charger-framework-to-deal-with-the-usb-gadget-power-negotation/20160104-111018
config: i386-allmodconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   ERROR: "usb_charger_init" undefined!
   ERROR: "usb_charger_plug_by_gadget" undefined!
   ERROR: "usb_charger_exit" undefined!
   ERROR: "usb_charger_set_cur_limit_by_type" undefined!
   ERROR: "usb_charger_detect_type" undefined!
   ERROR: "usb_charger_set_cur_limit_by_type" undefined!
   ERROR: "usb_charger_detect_type" undefined!
>> ERROR: "usb_charger_register_notify" undefined!
>> ERROR: "usb_charger_find_by_name" undefined!
>> ERROR: "usb_charger_unregister_notify" undefined!

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 52547 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, balbi@ti.com, gregkh@linuxfoundation.org,
	sre@kernel.org, dbaryshkov@gmail.com, dwmw2@infradead.org,
	peter.chen@freescale.com, stern@rowland.harvard.edu,
	r.baldyga@samsung.com, yoshihiro.shimoda.uh@renesas.com,
	lee.jones@linaro.org, broonie@kernel.org,
	ckeepax@opensource.wolfsonmicro.com,
	patches@opensource.wolfsonmicro.com, baolin.wang@linaro.org,
	linux-pm@vger.kernel.org, linux-usb@vger.kernel.org,
	device-mainlining@lists.linuxfoundation.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v7 4/4] power: wm831x_power: Support USB charger current limit management
Date: Mon, 4 Jan 2016 13:21:03 +0800	[thread overview]
Message-ID: <201601041342.Nau7mo3t%fengguang.wu@intel.com> (raw)
In-Reply-To: <c77f7ea8fd3d16ee92684d1ee2f51bae74a511fe.1451876014.git.baolin.wang@linaro.org>

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

Hi Baolin,

[auto build test ERROR on v4.4-rc8]
[cannot apply to balbi-usb/next usb/usb-testing next-20151231]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Baolin-Wang/Introduce-usb-charger-framework-to-deal-with-the-usb-gadget-power-negotation/20160104-111018
config: i386-allmodconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   ERROR: "usb_charger_init" undefined!
   ERROR: "usb_charger_plug_by_gadget" undefined!
   ERROR: "usb_charger_exit" undefined!
   ERROR: "usb_charger_set_cur_limit_by_type" undefined!
   ERROR: "usb_charger_detect_type" undefined!
   ERROR: "usb_charger_set_cur_limit_by_type" undefined!
   ERROR: "usb_charger_detect_type" undefined!
>> ERROR: "usb_charger_register_notify" undefined!
>> ERROR: "usb_charger_find_by_name" undefined!
>> ERROR: "usb_charger_unregister_notify" undefined!

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: .config.gz --]
[-- Type: application/octet-stream, Size: 52547 bytes --]

  reply	other threads:[~2016-01-04  5:22 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-04  3:04 [PATCH v7 0/4] Introduce usb charger framework to deal with the usb gadget power negotation Baolin Wang
2016-01-04  3:04 ` [PATCH v7 1/4] gadget: Introduce the usb charger framework Baolin Wang
2016-01-04  3:04 ` [PATCH v7 2/4] gadget: Support for " Baolin Wang
2016-01-04  3:04 ` [PATCH v7 3/4] gadget: Integrate with the usb gadget supporting for usb charger Baolin Wang
2016-01-04  3:04 ` [PATCH v7 4/4] power: wm831x_power: Support USB charger current limit management Baolin Wang
2016-01-04  3:04   ` Baolin Wang
2016-01-04  5:21   ` kbuild test robot [this message]
2016-01-04  5:21     ` kbuild test robot
     [not found] ` <CAGjg+kHzt7pxxU=OdTd3sLWETiA7P6iMBmNs6dNvSCzFZiwv4w@mail.gmail.com>
2016-01-07 11:54   ` [PATCH v7 0/4] Introduce usb charger framework to deal with the usb gadget power negotation Baolin Wang
2016-01-07 11:54     ` Baolin Wang
2016-01-25  3:44 ` Greg KH
2016-01-25  4:14   ` Baolin Wang
2016-02-29 14:22 ` Mark Brown
2016-02-29 14:22   ` Mark Brown
2016-03-15 16:39   ` Mark Brown
2016-03-15 16:39     ` Mark Brown
2016-03-16 11:05     ` Felipe Balbi
2016-03-16 11:20       ` Mark Brown
2016-03-16 11:27         ` Baolin Wang
  -- strict thread matches above, loose matches on Subject: below --
2016-03-16 11:46 Baolin Wang
2016-03-16 11:46 ` [PATCH v7 4/4] power: wm831x_power: Support USB charger current limit management Baolin Wang
2015-12-08  8:36 [PATCH v7 0/4] Introduce usb charger framework to deal with the usb gadget power negotation Baolin Wang
2015-12-08  8:36 ` [PATCH v7 4/4] power: wm831x_power: Support USB charger current limit management Baolin Wang

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=201601041342.Nau7mo3t%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=balbi@ti.com \
    --cc=baolin.wang@linaro.org \
    --cc=broonie@kernel.org \
    --cc=ckeepax@opensource.wolfsonmicro.com \
    --cc=dbaryshkov@gmail.com \
    --cc=device-mainlining@lists.linuxfoundation.org \
    --cc=dwmw2@infradead.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=kbuild-all@01.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=patches@opensource.wolfsonmicro.com \
    --cc=peter.chen@freescale.com \
    --cc=r.baldyga@samsung.com \
    --cc=sre@kernel.org \
    --cc=stern@rowland.harvard.edu \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    /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.