mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Cc: kbuild-all@01.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
	Rob Herring <robh+dt@kernel.org>,
	Sebastian Reichel <sre@kernel.org>,
	Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Sjoerd Simons <sjoerd.simons@collabora.co.uk>,
	Martyn Welch <martyn.welch@collabora.com>
Subject: Re: [PATCH v3 2/2] power: ucs1002: Add support for Programmable USB Port Power Controller
Date: Mon, 7 Mar 2016 01:23:27 +0800	[thread overview]
Message-ID: <201603070119.Pm7RsWif%fengguang.wu@intel.com> (raw)
In-Reply-To: <1456212425-5937-3-git-send-email-enric.balletbo@collabora.com>

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

Hi Enric,

[auto build test ERROR on battery/master]
[also build test ERROR on v4.5-rc6 next-20160304]
[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/Enric-Balletbo-i-Serra/Add-UCS1002-USB-Port-Power-Controller/20160223-153121
base:   git://git.infradead.org/battery-2.6.git master
config: i386-randconfig-n0-03070008 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/built-in.o: In function `regmap_smbus_byte_reg_read':
>> regmap-i2c.c:(.text+0x97485): undefined reference to `i2c_smbus_read_byte_data'
   drivers/built-in.o: In function `regmap_smbus_byte_reg_write':
>> regmap-i2c.c:(.text+0x974b9): undefined reference to `i2c_smbus_write_byte_data'
   drivers/built-in.o: In function `regmap_smbus_word_reg_read':
>> regmap-i2c.c:(.text+0x974d7): undefined reference to `i2c_smbus_read_word_data'
   drivers/built-in.o: In function `regmap_smbus_word_read_swapped':
   regmap-i2c.c:(.text+0x97506): undefined reference to `i2c_smbus_read_word_data'
   drivers/built-in.o: In function `regmap_smbus_word_write_swapped':
>> regmap-i2c.c:(.text+0x97552): undefined reference to `i2c_smbus_write_word_data'
   drivers/built-in.o: In function `regmap_smbus_word_reg_write':
   regmap-i2c.c:(.text+0x97576): undefined reference to `i2c_smbus_write_word_data'
   drivers/built-in.o: In function `regmap_i2c_smbus_i2c_read':
>> regmap-i2c.c:(.text+0x975a6): undefined reference to `i2c_smbus_read_i2c_block_data'
   drivers/built-in.o: In function `regmap_i2c_smbus_i2c_write':
>> regmap-i2c.c:(.text+0x975e9): undefined reference to `i2c_smbus_write_i2c_block_data'
   drivers/built-in.o: In function `regmap_i2c_read':
>> regmap-i2c.c:(.text+0x9763a): undefined reference to `i2c_transfer'
   drivers/built-in.o: In function `regmap_i2c_gather_write':
   regmap-i2c.c:(.text+0x976b4): undefined reference to `i2c_transfer'
   drivers/built-in.o: In function `regmap_i2c_write':
>> regmap-i2c.c:(.text+0x976dd): undefined reference to `i2c_master_send'
   drivers/built-in.o: In function `ucs1002_driver_init':
>> ucs1002_power.c:(.init.text+0xbf0e): undefined reference to `i2c_register_driver'
   drivers/built-in.o: In function `ucs1002_driver_exit':
>> ucs1002_power.c:(.exit.text+0x10f4): undefined reference to `i2c_del_driver'

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

      reply	other threads:[~2016-03-06 17:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-23  7:27 [PATCH v3 0/2] Add UCS1002 " Enric Balletbo i Serra
2016-02-23  7:27 ` [PATCH v3 1/2] devicetree: Add UCS1002 USB Port Power Controller binding Enric Balletbo i Serra
2016-02-23 22:54   ` Rob Herring
2016-02-23  7:27 ` [PATCH v3 2/2] power: ucs1002: Add support for Programmable USB Port Power Controller Enric Balletbo i Serra
2016-03-06 17:23   ` kbuild test robot [this message]

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=201603070119.Pm7RsWif%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=dbaryshkov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dwmw2@infradead.org \
    --cc=enric.balletbo@collabora.com \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=martyn.welch@collabora.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sjoerd.simons@collabora.co.uk \
    --cc=sre@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®