linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: linux-next: Tree for Dec 16 (i2c/busses/i2c-emev2)
       [not found] <20151216164343.0cb641ce@canb.auug.org.au>
@ 2015-12-16 21:05 ` Randy Dunlap
  2015-12-16 21:18   ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2015-12-16 21:05 UTC (permalink / raw)
  To: Stephen Rothwell, linux-next
  Cc: linux-kernel, Wolfram Sang, linux-i2c, Wolfram Sang

On 12/15/15 21:43, Stephen Rothwell wrote:
> Hi all,
> 
> Changes since 20151215:
> 
> The drm-misc tree gained a conflict against Linus' tree.
> 
> The i2c tree gained a build failure for which I applied a patch.
> 
> The gpio tree gained a build failure so I used the version from
> next-20151215.
> 

on x86_64, when CONFIG_I2C_SLAVE is not enabled:



../drivers/i2c/busses/i2c-emev2.c: In function 'em_i2c_slave_irq':
../drivers/i2c/busses/i2c-emev2.c:233:23: error: storage size of 'event' isn't known
  enum i2c_slave_event event;
                       ^
../drivers/i2c/busses/i2c-emev2.c:250:3: error: implicit declaration of function 'i2c_slave_event' [-Werror=implicit-function-declaration]
   i2c_slave_event(priv->slave, I2C_SLAVE_STOP, &value);
   ^
../drivers/i2c/busses/i2c-emev2.c:250:32: error: 'I2C_SLAVE_STOP' undeclared (first use in this function)
   i2c_slave_event(priv->slave, I2C_SLAVE_STOP, &value);
                                ^
../drivers/i2c/busses/i2c-emev2.c:250:32: note: each undeclared identifier is reported only once for each function it appears in
../drivers/i2c/busses/i2c-emev2.c:270:5: error: 'I2C_SLAVE_READ_REQUESTED' undeclared (first use in this function)
     I2C_SLAVE_READ_REQUESTED :
     ^
../drivers/i2c/busses/i2c-emev2.c:271:5: error: 'I2C_SLAVE_READ_PROCESSED' undeclared (first use in this function)
     I2C_SLAVE_READ_PROCESSED;
     ^
../drivers/i2c/busses/i2c-emev2.c:286:33: error: 'I2C_SLAVE_WRITE_REQUESTED' undeclared (first use in this function)
    i2c_slave_event(priv->slave, I2C_SLAVE_WRITE_REQUESTED,
                                 ^
../drivers/i2c/busses/i2c-emev2.c:292:6: error: 'I2C_SLAVE_WRITE_RECEIVED' undeclared (first use in this function)
      I2C_SLAVE_WRITE_RECEIVED, &value);
      ^
../drivers/i2c/busses/i2c-emev2.c:233:23: warning: unused variable 'event' [-Wunused-variable]
  enum i2c_slave_event event;
                       ^
../drivers/i2c/busses/i2c-emev2.c: At top level:
../drivers/i2c/busses/i2c-emev2.c:353:2: error: unknown field 'reg_slave' specified in initializer
  .reg_slave      = em_i2c_reg_slave,
  ^
../drivers/i2c/busses/i2c-emev2.c:353:2: warning: excess elements in struct initializer [enabled by default]
../drivers/i2c/busses/i2c-emev2.c:353:2: warning: (near initialization for 'em_i2c_algo') [enabled by default]
../drivers/i2c/busses/i2c-emev2.c:354:2: error: unknown field 'unreg_slave' specified in initializer
  .unreg_slave    = em_i2c_unreg_slave,
  ^
../drivers/i2c/busses/i2c-emev2.c:354:2: warning: excess elements in struct initializer [enabled by default]
../drivers/i2c/busses/i2c-emev2.c:354:2: warning: (near initialization for 'em_i2c_algo') [enabled by default]
cc1: some warnings being treated as errors
../scripts/Makefile.build:264: recipe for target 'drivers/i2c/busses/i2c-emev2.o' failed

-- 
~Randy

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

* Re: linux-next: Tree for Dec 16 (i2c/busses/i2c-emev2)
  2015-12-16 21:05 ` linux-next: Tree for Dec 16 (i2c/busses/i2c-emev2) Randy Dunlap
@ 2015-12-16 21:18   ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2015-12-16 21:18 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Stephen Rothwell, linux-next, linux-kernel, Wolfram Sang,
	linux-i2c

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

On Wed, Dec 16, 2015 at 01:05:20PM -0800, Randy Dunlap wrote:
> On 12/15/15 21:43, Stephen Rothwell wrote:
> > Hi all,
> > 
> > Changes since 20151215:
> > 
> > The drm-misc tree gained a conflict against Linus' tree.
> > 
> > The i2c tree gained a build failure for which I applied a patch.
> > 
> > The gpio tree gained a build failure so I used the version from
> > next-20151215.
> > 
> 
> on x86_64, when CONFIG_I2C_SLAVE is not enabled:

We are working on it...


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2015-12-16 21:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20151216164343.0cb641ce@canb.auug.org.au>
2015-12-16 21:05 ` linux-next: Tree for Dec 16 (i2c/busses/i2c-emev2) Randy Dunlap
2015-12-16 21:18   ` Wolfram Sang

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).