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

2021-03-04 Thread Stephen Rothwell
rt pinctrl and gpio driver for Rockchip SoCs. > > config PINCTRL_RZA1 > bool "Renesas RZ/A1 gpio and pinctrl driver" > > > > From: Linus Walleij > Date: 2021-03-05 08:43 > To: jay...@rock-chips.com > CC: Stephen Rothwell; Linux Kernel Mailing List

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

2021-03-04 Thread Linus Walleij
On Fri, Mar 5, 2021 at 1:13 AM jay...@rock-chips.com wrote: > Could you show me the issue log ? It's attached to Stephen's original mail in this thread. Yours, Linus Walleij

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

2021-03-04 Thread Stephen Rothwell
Hi Linus, On Thu, 4 Mar 2021 09:16:17 +0100 Linus Walleij wrote: > > On Thu, Mar 4, 2021 at 2:12 AM Stephen Rothwell wrote: > > > After merging the pinctrl tree, today's linux-next build (x86_64 > > allmodconfig ) failed like this: > > > > > > Presumably caused by commit > > > >

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

2021-03-04 Thread Linus Walleij
On Thu, Mar 4, 2021 at 2:12 AM Stephen Rothwell wrote: > After merging the pinctrl tree, today's linux-next build (x86_64 > allmodconfig ) failed like this: > > > Presumably caused by commit > > c9e84d46cc03 ("pinctrl: rockchip: make driver be tristate module") > > I have used the pinctrl tree

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

2021-03-03 Thread Stephen Rothwell
Hi all, After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig ) failed like this: Presumably caused by commit c9e84d46cc03 ("pinctrl: rockchip: make driver be tristate module") I have used the pinctrl tree from next-20210303 for today. -- Cheers, Stephen Rothwell

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

2021-01-27 Thread Krzysztof Kozlowski
On Wed, Jan 27, 2021 at 08:41:26PM +1100, Stephen Rothwell wrote: > Hi all, > > After merging the pinctrl tree, today's linux-next build (x86_64 > allmodconfig) failed like this: Thanks for the message. This should be fixed already. Best regards, Krzysztof

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

2021-01-27 Thread Stephen Rothwell
Hi all, After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from include/linux/wait.h:9, from include/linux/pid.h:6, from include/linux/sched.h:14, from include/linux/ratelimit.h:6,

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

2020-11-04 Thread Linus Walleij
On Wed, Nov 4, 2020 at 4:10 AM Stephen Rothwell wrote: > On Fri, 30 Oct 2020 12:50:16 +1100 Stephen Rothwell > wrote: > > > > Hi all, > > > > After merging the pinctrl tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > ERROR: modpost: "irq_gc_set_wake"

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

2020-11-03 Thread Stephen Rothwell
Hi all, On Fri, 30 Oct 2020 12:50:16 +1100 Stephen Rothwell wrote: > > Hi all, > > After merging the pinctrl tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > ERROR: modpost: "irq_gc_set_wake" [drivers/pinctrl/pinctrl-rockchip.ko] > undefined! > > Caused by commit

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

2020-10-29 Thread Stephen Rothwell
Hi all, After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: ERROR: modpost: "irq_gc_set_wake" [drivers/pinctrl/pinctrl-rockchip.ko] undefined! Caused by commit 6c684f5e79ea ("pinctrl: rockchip: make driver be tristate module") I have reverted

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

2020-07-17 Thread Linus Walleij
On Fri, Jul 17, 2020 at 11:01 AM Hanks Chen wrote: > On Fri, 2020-07-17 at 17:16 +1000, Stephen Rothwell wrote: > > Caused by commit > > > > e6f744c6ad4f ("pinctrl: mediatek: add pinctrl support for MT6779 SoC") > > > > Forgot to include module.h (since it is tristate in Kconfig) or init.h? >

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

2020-07-17 Thread Hanks Chen
On Fri, 2020-07-17 at 17:16 +1000, Stephen Rothwell wrote: > Hi all, > > After merging the pinctrl tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/pinctrl/mediatek/pinctrl-mt6779.c:783:1: warning: data definition has > no type or storage class > 783 |

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

2020-07-17 Thread Stephen Rothwell
Hi all, After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/pinctrl/mediatek/pinctrl-mt6779.c:783:1: warning: data definition has no type or storage class 783 | arch_initcall(mt6779_pinctrl_init); | ^

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

2019-08-21 Thread Linus Walleij
On Wed, Aug 21, 2019 at 8:16 AM Stephen Rothwell wrote: > After merging the pinctrl tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > drivers/pinctrl/pinctrl-st.c: In function 'st_pctl_dt_parse_groups': > drivers/pinctrl/pinctrl-st.c:1212:15: error: implicit

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

2019-08-21 Thread Stephen Rothwell
Hi all, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/pinctrl-st.c: In function 'st_pctl_dt_parse_groups': drivers/pinctrl/pinctrl-st.c:1212:15: error: implicit declaration of function 'of_get_named_gpio'; did you mean

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

2016-12-07 Thread Linus Walleij
On Tue, Dec 6, 2016 at 10:31 PM, Stephen Rothwell wrote: > Hi Linus, > > On Mon, 5 Dec 2016 10:00:38 +1100 Stephen Rothwell > wrote: >> >> After merging the pinctrl tree, today's linux-next build (arm >> multi_v7_defconfig) failed like this: >> >>

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

2016-12-07 Thread Linus Walleij
On Tue, Dec 6, 2016 at 10:31 PM, Stephen Rothwell wrote: > Hi Linus, > > On Mon, 5 Dec 2016 10:00:38 +1100 Stephen Rothwell > wrote: >> >> After merging the pinctrl tree, today's linux-next build (arm >> multi_v7_defconfig) failed like this: >> >> drivers/gpio/gpio-pl061.c: In function

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

2016-12-06 Thread Peter Rosin
> Hi Linus, > > On Mon, 5 Dec 2016 10:00:38 +1100 Stephen Rothwell > wrote: >> >> After merging the pinctrl tree, today's linux-next build (arm >> multi_v7_defconfig) failed like this: >> >> drivers/gpio/gpio-pl061.c: In function 'pl061_irq_set_wake': >>

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

2016-12-06 Thread Peter Rosin
> Hi Linus, > > On Mon, 5 Dec 2016 10:00:38 +1100 Stephen Rothwell > wrote: >> >> After merging the pinctrl tree, today's linux-next build (arm >> multi_v7_defconfig) failed like this: >> >> drivers/gpio/gpio-pl061.c: In function 'pl061_irq_set_wake': >> drivers/gpio/gpio-pl061.c:280:28:

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

2016-12-06 Thread Peter Rosin
On 2016-12-06 23:46, Stephen Rothwell wrote: > Hi Peter, > > On Tue, 6 Dec 2016 23:27:48 +0100 Peter Rosin wrote: >> >> The bug you are referring to is in the gpio tree, not pinctrl. >> That had me confused for a while, and is the reason I'm writing >> this. Maybe the next

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

2016-12-06 Thread Peter Rosin
On 2016-12-06 23:46, Stephen Rothwell wrote: > Hi Peter, > > On Tue, 6 Dec 2016 23:27:48 +0100 Peter Rosin wrote: >> >> The bug you are referring to is in the gpio tree, not pinctrl. >> That had me confused for a while, and is the reason I'm writing >> this. Maybe the next person need not be

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

2016-12-06 Thread Stephen Rothwell
Hi Peter, On Tue, 6 Dec 2016 23:27:48 +0100 Peter Rosin wrote: > > The bug you are referring to is in the gpio tree, not pinctrl. > That had me confused for a while, and is the reason I'm writing > this. Maybe the next person need not be confused... Part of the gpio tree has

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

2016-12-06 Thread Stephen Rothwell
Hi Peter, On Tue, 6 Dec 2016 23:27:48 +0100 Peter Rosin wrote: > > The bug you are referring to is in the gpio tree, not pinctrl. > That had me confused for a while, and is the reason I'm writing > this. Maybe the next person need not be confused... Part of the gpio tree has been merged into

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

2016-12-06 Thread Stephen Rothwell
Hi Linus, On Mon, 5 Dec 2016 10:00:38 +1100 Stephen Rothwell wrote: > > After merging the pinctrl tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > drivers/gpio/gpio-pl061.c: In function 'pl061_irq_set_wake': >

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

2016-12-06 Thread Stephen Rothwell
Hi Linus, On Mon, 5 Dec 2016 10:00:38 +1100 Stephen Rothwell wrote: > > After merging the pinctrl tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > drivers/gpio/gpio-pl061.c: In function 'pl061_irq_set_wake': > drivers/gpio/gpio-pl061.c:280:28: error: 'struct

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

2016-12-04 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/gpio/gpio-pl061.c: In function 'pl061_irq_set_wake': drivers/gpio/gpio-pl061.c:280:28: error: 'struct gpio_chip' has no member named 'irq_parent' return

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

2016-12-04 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/gpio/gpio-pl061.c: In function 'pl061_irq_set_wake': drivers/gpio/gpio-pl061.c:280:28: error: 'struct gpio_chip' has no member named 'irq_parent' return

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

2016-05-12 Thread Linus Walleij
Laxman, this must be due to one of the two top commits for tegra: commit 1d18a3f0f0809f6c71f1f6e9e268ee904ce0b588 "pinctrl: tegra: avoid parked_reg and parked_bank" commit b22ef2a0979f2b91cfeeabb086e4d665183a93a1 "pinctrl: tegra: Correctly check the supported configuration" Is it something you

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

2016-05-12 Thread Linus Walleij
Laxman, this must be due to one of the two top commits for tegra: commit 1d18a3f0f0809f6c71f1f6e9e268ee904ce0b588 "pinctrl: tegra: avoid parked_reg and parked_bank" commit b22ef2a0979f2b91cfeeabb086e4d665183a93a1 "pinctrl: tegra: Correctly check the supported configuration" Is it something you

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

2016-05-11 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: In file included from include/linux/thread_info.h:11:0, from include/asm-generic/preempt.h:4, from arch/arm/include/generated/asm/preempt.h:1,

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

2016-05-11 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: In file included from include/linux/thread_info.h:11:0, from include/asm-generic/preempt.h:4, from arch/arm/include/generated/asm/preempt.h:1,

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

2015-12-21 Thread Linus Walleij
On Mon, Dec 21, 2015 at 5:58 AM, Stephen Rothwell wrote: > After merging the pinctrl tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: Argh damned, I pushed a oneliner fix in accordance with Pramod's report. Sorry about the mess. Yours, Linus Walleij -- To unsubscribe

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

2015-12-21 Thread Linus Walleij
On Mon, Dec 21, 2015 at 5:58 AM, Stephen Rothwell wrote: > After merging the pinctrl tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: Argh damned, I pushed a oneliner fix in accordance with Pramod's report. Sorry about the mess. Yours, Linus

RE: linux-next: build failure after merge of the pinctrl tree

2015-12-20 Thread Pramod Kumar
gt; Cc: linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org; Pramod Kumar; > Ray Jui; Scott Branden > Subject: linux-next: build failure after merge of the pinctrl tree > > Hi Linus, > > After merging the pinctrl tree, today's linux-next build (arm > multi_v7_defconfig) failed

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

2015-12-20 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:640:50: warning: 'struct cygnus_gpio' declared inside parameter list static void iproc_gpio_unregister_pinconf(struct cygnus_gpio *chip)

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

2015-12-20 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:640:50: warning: 'struct cygnus_gpio' declared inside parameter list static void iproc_gpio_unregister_pinconf(struct cygnus_gpio *chip)

RE: linux-next: build failure after merge of the pinctrl tree

2015-12-20 Thread Pramod Kumar
gt; Cc: linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org; Pramod Kumar; > Ray Jui; Scott Branden > Subject: linux-next: build failure after merge of the pinctrl tree > > Hi Linus, > > After merging the pinctrl tree, today's linux-next build (arm > multi_v7_defconfig) failed

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

2015-12-18 Thread Ray Jui
mber 2015 11:28 To: Pramod Kumar Cc: Linus Walleij; linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org; Ray Jui; Scott Branden Subject: Re: linux-next: build failure after merge of the pinctrl tree Hi Pramod, On Fri, 18 Dec 2015 05:34:58 + Pramod Kumar wrote: Hi Stephen/Linus, Please s

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

2015-12-18 Thread Ray Jui
mber 2015 11:28 To: Pramod Kumar Cc: Linus Walleij; linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org; Ray Jui; Scott Branden Subject: Re: linux-next: build failure after merge of the pinctrl tree Hi Pramod, On Fri, 18 Dec 2015 05:34:58 + Pramod Kumar <pramo...@broadcom.com> wr

RE: linux-next: build failure after merge of the pinctrl tree

2015-12-17 Thread Pramod Kumar
2015 11:28 > To: Pramod Kumar > Cc: Linus Walleij; linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org; > Ray > Jui; Scott Branden > Subject: Re: linux-next: build failure after merge of the pinctrl tree > > Hi Pramod, > > On Fri, 18 Dec 2015 05:34:58 + Pramod

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

2015-12-17 Thread Stephen Rothwell
Hi Pramod, On Fri, 18 Dec 2015 05:34:58 + Pramod Kumar wrote: > > Hi Stephen/Linus, > > Please suggest us how could we fix this issue. I think you issue is different from what I reported, What I reported was caused by the addition of the dependency on COMPILE_TEST which allowed the driver

RE: linux-next: build failure after merge of the pinctrl tree

2015-12-17 Thread Pramod Kumar
> Cc: linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org; Pramod Kumar; > Ray Jui; Scott Branden > Subject: linux-next: build failure after merge of the pinctrl tree > > Hi Linus, > > After merging the pinctrl tree, today's linux-next build (arm > multi_v7_d

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

2015-12-17 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/bcm/pinctrl-iproc-gpio.c: In function 'iproc_gpio_unregister_pinconf': drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:642:25: error: dereferencing pointer to incomplete type

RE: linux-next: build failure after merge of the pinctrl tree

2015-12-17 Thread Pramod Kumar
> Cc: linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org; Pramod Kumar; > Ray Jui; Scott Branden > Subject: linux-next: build failure after merge of the pinctrl tree > > Hi Linus, > > After merging the pinctrl tree, today's linux-next build (arm > multi_v7_d

RE: linux-next: build failure after merge of the pinctrl tree

2015-12-17 Thread Pramod Kumar
2015 11:28 > To: Pramod Kumar > Cc: Linus Walleij; linux-n...@vger.kernel.org; linux-kernel@vger.kernel.org; > Ray > Jui; Scott Branden > Subject: Re: linux-next: build failure after merge of the pinctrl tree > > Hi Pramod, > > On Fri, 18 Dec 2015 05:34:58 + Pramod K

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

2015-12-17 Thread Stephen Rothwell
Hi Pramod, On Fri, 18 Dec 2015 05:34:58 + Pramod Kumar wrote: > > Hi Stephen/Linus, > > Please suggest us how could we fix this issue. I think you issue is different from what I reported, What I reported was caused by the addition of the dependency on COMPILE_TEST

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

2015-12-17 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/bcm/pinctrl-iproc-gpio.c: In function 'iproc_gpio_unregister_pinconf': drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:642:25: error: dereferencing pointer to incomplete type

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

2015-10-05 Thread Linus Walleij
On Fri, Oct 2, 2015 at 5:37 AM, Stephen Rothwell wrote: >> Caused by commit >> >> 776180848b57 ("pinctrl: introduce driver for Atmel PIO4 controller") >> >> I have used the pinctrl tree from next-20150924 for today. > > I am still getting this error. Sorry for slow fixing, I was travelling.

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

2015-10-05 Thread Linus Walleij
On Fri, Oct 2, 2015 at 5:37 AM, Stephen Rothwell wrote: >> Caused by commit >> >> 776180848b57 ("pinctrl: introduce driver for Atmel PIO4 controller") >> >> I have used the pinctrl tree from next-20150924 for today. > > I am still getting this error. Sorry for slow

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

2015-10-01 Thread Stephen Rothwell
Hi Linus, On Fri, 25 Sep 2015 13:34:10 +1000 Stephen Rothwell wrote: > > After merging the pinctrl tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > drivers/pinctrl/pinctrl-at91-pio4.c: In function 'atmel_gpio_irq_set_type': >

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

2015-10-01 Thread Stephen Rothwell
Hi Linus, On Fri, 25 Sep 2015 13:34:10 +1000 Stephen Rothwell wrote: > > After merging the pinctrl tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > drivers/pinctrl/pinctrl-at91-pio4.c: In function 'atmel_gpio_irq_set_type': >

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

2015-09-24 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/pinctrl-at91-pio4.c: In function 'atmel_gpio_irq_set_type': drivers/pinctrl/pinctrl-at91-pio4.c:170:3: error: implicit declaration of function '__irq_set_handler_locked'

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

2015-09-24 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/pinctrl-at91-pio4.c: In function 'atmel_gpio_irq_set_type': drivers/pinctrl/pinctrl-at91-pio4.c:170:3: error: implicit declaration of function '__irq_set_handler_locked'

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

2015-01-11 Thread Linus Walleij
On Mon, Jan 12, 2015 at 6:02 AM, Stephen Rothwell wrote: > After merging the pinctrl tree, today's linux-next build (x86_64 > allmodconfig) failed like this: Fixed already, hopefully. (Atleast the autobuilders are happy.) Yours, Linus Walleij -- To unsubscribe from this list: send the line

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

2015-01-11 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_pins': drivers/pinctrl/pinconf-generic.c:116:19: error: 'struct pinctrl_desc' has no member named 'num_dt_params' if

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

2015-01-11 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/pinctrl/pinconf-generic.c: In function 'pinconf_generic_dump_pins': drivers/pinctrl/pinconf-generic.c:116:19: error: 'struct pinctrl_desc' has no member named 'num_dt_params' if

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

2015-01-11 Thread Linus Walleij
On Mon, Jan 12, 2015 at 6:02 AM, Stephen Rothwell s...@canb.auug.org.au wrote: After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: Fixed already, hopefully. (Atleast the autobuilders are happy.) Yours, Linus Walleij -- To unsubscribe from this

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

2014-10-26 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/samsung/pinctrl-exynos.c:1194:43: error: array type has incomplete element type static const struct samsung_pin_bank_data exynos7_pin_banks0[] __initconst = {

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

2014-10-26 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/samsung/pinctrl-exynos.c:1194:43: error: array type has incomplete element type static const struct samsung_pin_bank_data exynos7_pin_banks0[] __initconst = {

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

2014-05-30 Thread Linus Walleij
On Fri, May 30, 2014 at 8:08 AM, Stephen Rothwell wrote: > Hi Linus, > > After merging the pinctrl tree, today's linux-next build (arm > multi_v7_defconfig) > failed like this: > > drivers/pinctrl/sirf/pinctrl-sirf.c: In function 'sirfsoc_gpio_handle_irq': >

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

2014-05-30 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/sirf/pinctrl-sirf.c: In function 'sirfsoc_gpio_handle_irq': drivers/pinctrl/sirf/pinctrl-sirf.c:578:11: error: 'sgpio_chip' undeclared (first use in this function)

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

2014-05-30 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/sirf/pinctrl-sirf.c: In function 'sirfsoc_gpio_handle_irq': drivers/pinctrl/sirf/pinctrl-sirf.c:578:11: error: 'sgpio_chip' undeclared (first use in this function)

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

2014-05-30 Thread Linus Walleij
On Fri, May 30, 2014 at 8:08 AM, Stephen Rothwell s...@canb.auug.org.au wrote: Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/sirf/pinctrl-sirf.c: In function 'sirfsoc_gpio_handle_irq':

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

2014-02-11 Thread Linus Walleij
On Tue, Feb 11, 2014 at 4:56 AM, Stephen Rothwell wrote: > drivers/pinctrl/pinctrl-st.c:407:18: error: 'stid127_delays' undeclared here > (not in a function) > > Caused by commit cab6bf05bab5 ("pinctrl: st: add stid127 support"). Oh darn, I was waiting for an update of that patch but forgot.

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

2014-02-11 Thread Linus Walleij
On Tue, Feb 11, 2014 at 4:56 AM, Stephen Rothwell s...@canb.auug.org.au wrote: drivers/pinctrl/pinctrl-st.c:407:18: error: 'stid127_delays' undeclared here (not in a function) Caused by commit cab6bf05bab5 (pinctrl: st: add stid127 support). Oh darn, I was waiting for an update of that

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

2014-02-10 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/pinctrl-st.c:407:18: error: 'stid127_delays' undeclared here (not in a function) Caused by commit cab6bf05bab5 ("pinctrl: st: add stid127 support"). I have used the

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

2014-02-10 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/pinctrl-st.c:407:18: error: 'stid127_delays' undeclared here (not in a function) Caused by commit cab6bf05bab5 (pinctrl: st: add stid127 support). I have used the

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

2013-12-10 Thread Linus Walleij
On Tue, Dec 10, 2013 at 4:02 AM, Stephen Rothwell wrote: > After merging the pinctrl tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > sound/soc/fsl/eukrea-tlv320.c:28:28: fatal error: asm/mach-types.h: No such > file or directory > #include >

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

2013-12-10 Thread Linus Walleij
On Tue, Dec 10, 2013 at 4:02 AM, Stephen Rothwell s...@canb.auug.org.au wrote: After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: sound/soc/fsl/eukrea-tlv320.c:28:28: fatal error: asm/mach-types.h: No such file or directory #include

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

2013-12-09 Thread Stephen Rothwell
Hi Linus, On Tue, 10 Dec 2013 14:02:18 +1100 Stephen Rothwell wrote: > > After merging the pinctrl tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > sound/soc/fsl/eukrea-tlv320.c:28:28: fatal error: asm/mach-types.h: No such > file or directory > #include >

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

2013-12-09 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: sound/soc/fsl/eukrea-tlv320.c:28:28: fatal error: asm/mach-types.h: No such file or directory #include ^ Probably caused by commit 6bca8471566c ("pinctrl:

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

2013-12-09 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: sound/soc/fsl/eukrea-tlv320.c:28:28: fatal error: asm/mach-types.h: No such file or directory #include asm/mach-types.h ^ Probably caused by commit

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

2013-12-09 Thread Stephen Rothwell
Hi Linus, On Tue, 10 Dec 2013 14:02:18 +1100 Stephen Rothwell s...@canb.auug.org.au wrote: After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: sound/soc/fsl/eukrea-tlv320.c:28:28: fatal error: asm/mach-types.h: No such file or directory

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

2013-12-08 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/pinctrl/pinctrl-msm.c:103:21: error: 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a function) .dt_node_to_map = pinconf_generic_dt_node_to_map_group,

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

2013-12-08 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/pinctrl/pinctrl-msm.c:103:21: error: 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a function) .dt_node_to_map = pinconf_generic_dt_node_to_map_group,

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

2013-09-19 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/pinctrl/pinctrl-adi2.c:25:25: fatal error: asm/portmux.h: No such file or directory #include ^ Caused by commit e9a03add0c6e ("pinctrl: ADI PIN control

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

2013-09-19 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/pinctrl/pinctrl-adi2.c:25:25: fatal error: asm/portmux.h: No such file or directory #include asm/portmux.h ^ Caused by commit e9a03add0c6e (pinctrl: ADI