linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: kbuild test robot <lkp-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: kbuild-all-JC7UmRfGjtg@public.gmane.org,
	wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org,
	jarkko.nikula-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
	andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
	mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Luis.Oliveira-HKixBCOQz3hWk0Htik3J/w@public.gmane.org,
	Ramiro.Oliveira-HKixBCOQz3hWk0Htik3J/w@public.gmane.org,
	Joao.Pinto-HKixBCOQz3hWk0Htik3J/w@public.gmane.org,
	CARLOS.PALMINHA-HKixBCOQz3hWk0Htik3J/w@public.gmane.org
Subject: Re: [PATCH v5 5/7] i2c: designware: add SLAVE mode functions
Date: Sun, 1 Jan 2017 07:45:47 +0800	[thread overview]
Message-ID: <201701010715.nDwxonWX%fengguang.wu@intel.com> (raw)
In-Reply-To: <15538bd29b3ab62608a4e9153af6ee5d4bdc79e2.1482934380.git.lolivei-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>

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

Hi Luis,

[auto build test ERROR on wsa/i2c/for-next]
[also build test ERROR on v4.10-rc1 next-20161224]
[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/Luis-Oliveira/i2c-designware-Cleaning-and-comment-style-fixes/20161229-010120
base:   https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next
config: i386-randconfig-c0-01010626 (attached as .config)
compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/i2c/busses/i2c-designware-slave.c: In function 'i2c_dw_irq_handler_slave':
>> drivers/i2c/busses/i2c-designware-slave.c:293:3: error: implicit declaration of function 'i2c_slave_event' [-Werror=implicit-function-declaration]
      i2c_slave_event(dev->slave, I2C_SLAVE_WRITE_REQUESTED, &val);
      ^
>> drivers/i2c/busses/i2c-designware-slave.c:293:31: error: 'I2C_SLAVE_WRITE_REQUESTED' undeclared (first use in this function)
      i2c_slave_event(dev->slave, I2C_SLAVE_WRITE_REQUESTED, &val);
                                  ^
   drivers/i2c/busses/i2c-designware-slave.c:293:31: note: each undeclared identifier is reported only once for each function it appears in
   In file included from include/linux/err.h:4:0,
                    from drivers/i2c/busses/i2c-designware-slave.c:23:
>> drivers/i2c/busses/i2c-designware-slave.c:300:6: error: 'I2C_SLAVE_WRITE_RECEIVED' undeclared (first use in this function)
         I2C_SLAVE_WRITE_RECEIVED, &val)) {
         ^
   include/linux/compiler.h:149:30: note: in definition of macro '__trace_if'
     if (__builtin_constant_p(!!(cond)) ? !!(cond) :   \
                                 ^
   drivers/i2c/busses/i2c-designware-slave.c:299:5: note: in expansion of macro 'if'
        if (!i2c_slave_event(dev->slave,
        ^
>> drivers/i2c/busses/i2c-designware-slave.c:312:7: error: 'I2C_SLAVE_READ_REQUESTED' undeclared (first use in this function)
          I2C_SLAVE_READ_REQUESTED, &val))
          ^
   include/linux/compiler.h:149:30: note: in definition of macro '__trace_if'
     if (__builtin_constant_p(!!(cond)) ? !!(cond) :   \
                                 ^
   drivers/i2c/busses/i2c-designware-slave.c:311:4: note: in expansion of macro 'if'
       if (!i2c_slave_event(dev->slave,
       ^
>> drivers/i2c/busses/i2c-designware-slave.c:318:36: error: 'I2C_SLAVE_READ_PROCESSED' undeclared (first use in this function)
      if (!i2c_slave_event(dev->slave, I2C_SLAVE_READ_PROCESSED,
                                       ^
   include/linux/compiler.h:149:30: note: in definition of macro '__trace_if'
     if (__builtin_constant_p(!!(cond)) ? !!(cond) :   \
                                 ^
   drivers/i2c/busses/i2c-designware-slave.c:318:3: note: in expansion of macro 'if'
      if (!i2c_slave_event(dev->slave, I2C_SLAVE_READ_PROCESSED,
      ^
>> drivers/i2c/busses/i2c-designware-slave.c:322:31: error: 'I2C_SLAVE_STOP' undeclared (first use in this function)
      i2c_slave_event(dev->slave, I2C_SLAVE_STOP, &val);
                                  ^
   drivers/i2c/busses/i2c-designware-slave.c: At top level:
>> drivers/i2c/busses/i2c-designware-slave.c:359:2: error: unknown field 'reg_slave' specified in initializer
     .reg_slave = i2c_dw_reg_slave,
     ^
   drivers/i2c/busses/i2c-designware-slave.c:359:2: warning: excess elements in struct initializer
   drivers/i2c/busses/i2c-designware-slave.c:359:2: warning: (near initialization for 'i2c_dw_algo')
>> drivers/i2c/busses/i2c-designware-slave.c:360:2: error: unknown field 'unreg_slave' specified in initializer
     .unreg_slave = i2c_dw_unreg_slave,
     ^
   drivers/i2c/busses/i2c-designware-slave.c:360:2: warning: excess elements in struct initializer
   drivers/i2c/busses/i2c-designware-slave.c:360:2: warning: (near initialization for 'i2c_dw_algo')
   cc1: some warnings being treated as errors

vim +/i2c_slave_event +293 drivers/i2c/busses/i2c-designware-slave.c

   287			dw_readl(dev, DW_IC_CLR_START_DET);
   288		if (stat & DW_IC_INTR_ACTIVITY)
   289			dw_readl(dev, DW_IC_CLR_ACTIVITY);
   290		if (stat & DW_IC_INTR_RX_OVER)
   291			dw_readl(dev, DW_IC_CLR_RX_OVER);
   292		if ((stat & DW_IC_INTR_RX_FULL) && (stat & DW_IC_INTR_STOP_DET))
 > 293			i2c_slave_event(dev->slave, I2C_SLAVE_WRITE_REQUESTED, &val);
   294	
   295		if (slave_activity) {
   296			if (stat & DW_IC_INTR_RD_REQ) {
   297				if (stat & DW_IC_INTR_RX_FULL) {
   298					val = dw_readl(dev, DW_IC_DATA_CMD);
   299					if (!i2c_slave_event(dev->slave,
 > 300					 I2C_SLAVE_WRITE_RECEIVED, &val)) {
   301						dev_dbg(dev->dev, "Byte %X acked!",
   302						 val);
   303					}
   304					dw_readl(dev, DW_IC_CLR_RD_REQ);
   305					stat = i2c_dw_read_clear_intrbits_slave(dev);
   306				} else {
   307					dw_readl(dev, DW_IC_CLR_RD_REQ);
   308					dw_readl(dev, DW_IC_CLR_RX_UNDER);
   309					stat = i2c_dw_read_clear_intrbits_slave(dev);
   310				}
   311				if (!i2c_slave_event(dev->slave,
 > 312						 I2C_SLAVE_READ_REQUESTED, &val))
   313					dw_writel(dev, val, DW_IC_DATA_CMD);
   314			}
   315		}
   316	
   317		if (stat & DW_IC_INTR_RX_DONE) {
 > 318			if (!i2c_slave_event(dev->slave, I2C_SLAVE_READ_PROCESSED,
   319			 &val))
   320				dw_readl(dev, DW_IC_CLR_RX_DONE);
   321	
 > 322			i2c_slave_event(dev->slave, I2C_SLAVE_STOP, &val);
   323			stat = i2c_dw_read_clear_intrbits_slave(dev);
   324			return true;
   325		}
   326	
   327		if (stat & DW_IC_INTR_RX_FULL) {
   328			val = dw_readl(dev, DW_IC_DATA_CMD);
   329			if (!i2c_slave_event(dev->slave, I2C_SLAVE_WRITE_RECEIVED,
   330			 &val))
   331				dev_dbg(dev->dev, "Byte %X acked!", val);
   332		} else {
   333			i2c_slave_event(dev->slave, I2C_SLAVE_STOP, &val);
   334			stat = i2c_dw_read_clear_intrbits_slave(dev);
   335		}
   336	
   337		if (stat & DW_IC_INTR_TX_OVER)
   338			dw_readl(dev, DW_IC_CLR_TX_OVER);
   339	
   340		return 1;
   341	}
   342	
   343	static irqreturn_t i2c_dw_isr_slave(int this_irq, void *dev_id)
   344	{
   345		struct dw_i2c_dev *dev = dev_id;
   346		int ret;
   347	
   348		i2c_dw_read_clear_intrbits_slave(dev);
   349		ret = i2c_dw_irq_handler_slave(dev);
   350	
   351		if (ret > 0)
   352			complete(&dev->cmd_complete);
   353	
   354		return IRQ_RETVAL(ret);
   355	}
   356	
   357	static struct i2c_algorithm i2c_dw_algo = {
   358		.functionality = i2c_dw_func,
 > 359		.reg_slave = i2c_dw_reg_slave,
 > 360		.unreg_slave = i2c_dw_unreg_slave,
   361	};
   362	
   363	void i2c_dw_disable_slave(struct dw_i2c_dev *dev)

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 27840 bytes --]

  parent reply	other threads:[~2016-12-31 23:45 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-28 14:43 [PATCH v5 0/7] i2c: designware: add I2C SLAVE support Luis Oliveira
2016-12-28 14:43 ` [PATCH v5 1/7] i2c: designware: Cleaning and comment style fixes Luis Oliveira
2016-12-28 14:43 ` [PATCH v5 2/7] i2c: designware: refactoring of the i2c-designware Luis Oliveira
2016-12-28 15:12   ` Andy Shevchenko
2016-12-28 15:30     ` Luis Oliveira
2016-12-28 14:43 ` [PATCH v5 3/7] i2c: designware: MASTER mode as separated driver Luis Oliveira
2016-12-28 14:43 ` [PATCH v5 4/7] i2c: designware: introducing I2C_SLAVE definitions Luis Oliveira
2016-12-28 15:17   ` Andy Shevchenko
2016-12-28 14:43 ` [PATCH v5 5/7] i2c: designware: add SLAVE mode functions Luis Oliveira
2016-12-28 15:36   ` Andy Shevchenko
     [not found]     ` <1482939369.9552.162.camel-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2016-12-28 16:00       ` Luis Oliveira
     [not found]   ` <15538bd29b3ab62608a4e9153af6ee5d4bdc79e2.1482934380.git.lolivei-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2016-12-31 23:45     ` kbuild test robot [this message]
2016-12-28 14:43 ` [PATCH v5 6/7] i2c: designware: enable SLAVE in platform module Luis Oliveira
2016-12-28 15:44   ` Andy Shevchenko
     [not found]     ` <1482939844.9552.165.camel-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2016-12-28 15:53       ` Luis Oliveira
     [not found]         ` <20e47113-efd7-787c-b2f8-39e9fd8b83d2-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2016-12-28 16:31           ` Andy Shevchenko
2016-12-28 16:41             ` Luis Oliveira
2016-12-28 16:49               ` Carlos Palminha
2016-12-28 17:10               ` Andy Shevchenko
     [not found]                 ` <1482945043.9552.174.camel-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2016-12-28 18:10                   ` Luis Oliveira
2017-01-05 12:13                     ` Luis Oliveira
2017-01-05 12:43                       ` Andy Shevchenko
2016-12-28 14:43 ` [PATCH v5 7/7] i2c: designware: style changes in existing code Luis Oliveira
     [not found]   ` <4ff96e7320ebaef28c0ccb47c29bd9a2fe16027c.1482934380.git.lolivei-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2016-12-28 15:50     ` Andy Shevchenko

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=201701010715.nDwxonWX%fengguang.wu@intel.com \
    --to=lkp-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=CARLOS.PALMINHA-HKixBCOQz3hWk0Htik3J/w@public.gmane.org \
    --cc=Joao.Pinto-HKixBCOQz3hWk0Htik3J/w@public.gmane.org \
    --cc=Luis.Oliveira-HKixBCOQz3hWk0Htik3J/w@public.gmane.org \
    --cc=Ramiro.Oliveira-HKixBCOQz3hWk0Htik3J/w@public.gmane.org \
    --cc=andriy.shevchenko-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=jarkko.nikula-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
    --cc=kbuild-all-JC7UmRfGjtg@public.gmane.org \
    --cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=mika.westerberg-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.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;
as well as URLs for NNTP newsgroup(s).