Re: linux-next: build failure after merge of the i2c tree

2017-11-28 Thread Wolfram Sang
Hi Stephen, > It is declared in include/linux/gpio/consumer.h which is not directly > included by drivers/i2c/i2c-core-base.c ... > > I have used the i2c tree from next-20171127 for today. Yes, thank you for the report! buildbot now reported this same problem and Phil has already sent fixes whic

Re: linux-next: build failure after merge of the i2c tree

2017-06-25 Thread Shawn Guo
Hi Stephen, On Mon, Jun 26, 2017 at 11:09:07AM +1000, Stephen Rothwell wrote: > Hi Wolfram, > > After merging the i2c tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > drivers/i2c/busses/i2c-zx2967.c: In function 'zx2967_i2c_writesb': > drivers/i2c/busses/i2c-zx2967.c:

Re: linux-next: build failure after merge of the i2c tree

2016-01-04 Thread Wolfram Sang
Stephen, > > After merging the i2c tree, today's linux-next build (powerpc > > ppc44x_defconfig) failed like this: Oops, yes. > > /* Bus timings (in ns) for bit-banging */ > > -static struct i2c_timings { > > +static struct ibm_i2c_timings { I changed it to ibm_iic_timings for consistency reas

Re: linux-next: build failure after merge of the i2c tree

2016-01-04 Thread Stephen Rothwell
Hi all, On Wed, 16 Dec 2015 15:48:13 +1100 Stephen Rothwell wrote: > > After merging the i2c tree, today's linux-next build (powerpc > ppc44x_defconfig) failed like this: > > drivers/i2c/busses/i2c-ibm_iic.c:102:15: error: redefinition of 'struct > i2c_timings' > static struct i2c_timings { >

Re: linux-next: build failure after merge of the i2c tree

2015-08-25 Thread Dmitry Torokhov
On Mon, Aug 24, 2015 at 5:51 PM, Stephen Rothwell wrote: > Hi Wolfram, > > After merging the i2c tree, today's linux-next build (x86_64 allmodconfig) > failed like this: > > ERROR: "of_irq_get_byname" [drivers/i2c/i2c-core.ko] undefined! > > Caused by commit > > efb6a10b761e ("i2c: allow specify

Re: linux-next: build failure after merge of the i2c tree

2015-01-15 Thread Pantelis Antoniou
Hi Stephen, > On Jan 16, 2015, at 04:22 , Stephen Rothwell wrote: > > Hi Wolfram, > > After merging the i2c tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/i2c/i2c-core.c: In function 'i2c_unregister_device': > drivers/i2c/i2c-core.c:1016:3: error: implicit

Re: linux-next: build failure after merge of the i2c tree

2014-11-24 Thread Wolfram Sang
> Caused by commit 5a6f1566f6a0 ("i2c: rk3x: handle dynamic clock rate > changes correctly"). Yes, missing Kconfig dependency on COMMON_CLK. I'll add and push the fix today. Thanks! signature.asc Description: Digital signature