devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org, wsa@the-dreams.de, robh+dt@kernel.org,
	mark.rutland@arm.com, linux-i2c@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	howell.yang@hisilicon.com, xuejiancheng@hisilicon.com,
	wenpan@hisilicon.com
Subject: Re: [PATCH] i2c: hibvt: add Hisilicon BVT I2C controller driver
Date: Wed, 22 Jun 2016 23:44:56 +0800	[thread overview]
Message-ID: <201606222330.IyDbgLyw%fengguang.wu@intel.com> (raw)
In-Reply-To: <1466585726-28467-1-git-send-email-wenpan@hisilicon.com>

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

Hi,

[auto build test ERROR on wsa/i2c/for-next]
[also build test ERROR on v4.7-rc4 next-20160622]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Pan-Wen/i2c-hibvt-add-Hisilicon-BVT-I2C-controller-driver/20160622-170505
base:   https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux i2c/for-next
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 5.3.1-8) 5.3.1 20160205
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm64 

All errors (new ones prefixed by >>):

   drivers/i2c/busses/i2c-hibvt.c: In function 'hibvt_i2c_suspend':
>> drivers/i2c/busses/i2c-hibvt.c:693:23: error: 'struct hibvt_i2c_dev' has no member named 'adapter'
     i2c_lock_adapter(&i2c->adapter);
                          ^
   drivers/i2c/busses/i2c-hibvt.c:695:25: error: 'struct hibvt_i2c_dev' has no member named 'adapter'
     i2c_unlock_adapter(&i2c->adapter);
                            ^
   drivers/i2c/busses/i2c-hibvt.c: In function 'hibvt_i2c_resume':
   drivers/i2c/busses/i2c-hibvt.c:704:23: error: 'struct hibvt_i2c_dev' has no member named 'adapter'
     i2c_lock_adapter(&i2c->adapter);
                          ^
   drivers/i2c/busses/i2c-hibvt.c:707:25: error: 'struct hibvt_i2c_dev' has no member named 'adapter'
     i2c_unlock_adapter(&i2c->adapter);
                            ^

vim +693 drivers/i2c/busses/i2c-hibvt.c

   687	
   688	#ifdef CONFIG_PM_SLEEP
   689	static int hibvt_i2c_suspend(struct device *dev)
   690	{
   691		struct hibvt_i2c_dev *i2c = dev_get_drvdata(dev);
   692	
 > 693		i2c_lock_adapter(&i2c->adapter);
   694		clk_disable_unprepare(i2c->clk);
   695		i2c_unlock_adapter(&i2c->adapter);
   696	

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

  parent reply	other threads:[~2016-06-22 15:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-22  8:55 [PATCH] i2c: hibvt: add Hisilicon BVT I2C controller driver Pan Wen
2016-06-22 10:25 ` Mark Rutland
2016-06-25  7:53   ` wenpan
2016-06-22 15:44 ` kbuild test robot [this message]
2016-06-24 15:47 ` Rob Herring

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=201606222330.IyDbgLyw%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=howell.yang@hisilicon.com \
    --cc=kbuild-all@01.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=wenpan@hisilicon.com \
    --cc=wsa@the-dreams.de \
    --cc=xuejiancheng@hisilicon.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).