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

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

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

2017-11-27 Thread Stephen Rothwell
Hi Wolfram, After merging the i2c tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/i2c/i2c-core-base.c: In function 'get_scl_gpio_value': drivers/i2c/i2c-core-base.c:137:9: error: implicit declaration of function 'gpiod_get_value_cansleep'

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

2017-11-27 Thread Stephen Rothwell
Hi Wolfram, After merging the i2c tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/i2c/i2c-core-base.c: In function 'get_scl_gpio_value': drivers/i2c/i2c-core-base.c:137:9: error: implicit declaration of function 'gpiod_get_value_cansleep'

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': >

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': >

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

2017-06-25 Thread Stephen Rothwell
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:87:2: error: implicit declaration of function 'writesb'

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

2017-06-25 Thread Stephen Rothwell
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:87:2: error: implicit declaration of function 'writesb'

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

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

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' >

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

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

2015-12-15 Thread Stephen Rothwell
Hi Wolfram, 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 { ^ In file included from

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

2015-12-15 Thread Stephen Rothwell
Hi Wolfram, 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 { ^ In file included from

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

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 s...@canb.auug.org.au 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:

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

2015-08-24 Thread Stephen Rothwell
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 specifying separate wakeup interrupt in device tree") I have used the i2c tree

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

2015-08-24 Thread Stephen Rothwell
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 specifying separate wakeup interrupt in device tree) I have used the i2c tree

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:

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

2015-01-15 Thread Stephen Rothwell
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 declaration of function 'of_node_clear_flag'

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

2015-01-15 Thread Stephen Rothwell
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 declaration of function 'of_node_clear_flag'

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 s...@canb.auug.org.au 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:

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

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

2014-11-24 Thread Stephen Rothwell
Hi Wolfram, After merging the i2c tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/i2c/busses/i2c-rk3x.c: In function 'rk3x_i2c_clk_notifier_cb': drivers/i2c/busses/i2c-rk3x.c:634:7: error: 'PRE_RATE_CHANGE' undeclared (first use in this function) case

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

2014-11-24 Thread Stephen Rothwell
Hi Wolfram, After merging the i2c tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/i2c/busses/i2c-rk3x.c: In function 'rk3x_i2c_clk_notifier_cb': drivers/i2c/busses/i2c-rk3x.c:634:7: error: 'PRE_RATE_CHANGE' undeclared (first use in this function) case

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

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

2013-11-17 Thread Stephen Rothwell
Hi Wolfram, After merging the i2c tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/i2c/busses/i2c-bcm-kona.c: In function 'bcm_kona_send_i2c_cmd': drivers/i2c/busses/i2c-bcm-kona.c:268:2: error: implicit declaration of function 'INIT_COMPLETION'

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

2013-11-17 Thread Stephen Rothwell
Hi Wolfram, After merging the i2c tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/i2c/busses/i2c-bcm-kona.c: In function 'bcm_kona_send_i2c_cmd': drivers/i2c/busses/i2c-bcm-kona.c:268:2: error: implicit declaration of function 'INIT_COMPLETION'