Re: linux-next: build failure after merge of the final tree (gpio tree related)

2014-03-05 Thread Fabian Vogt
Hi, On Wed, Mar 5, 2014, 3:16 PM, Linus Walleij wrote: > On Wed, Mar 5, 2014 at 2:35 PM, Stephen Rothwell > wrote: > > > After merging the final tree, today's linux-next build (powerpc > > allyesconfig) failed like this: > > > > drivers/gpio/gpio-zevio.c: In function 'zevio_gpio_port_get': > >

Re: linux-next: build failure after merge of the final tree (gpio tree related)

2014-03-05 Thread Fabian Vogt
Hi, On Wed, Mar 5, 2014, 3:16 PM, Linus Walleij wrote: On Wed, Mar 5, 2014 at 2:35 PM, Stephen Rothwell s...@canb.auug.org.au wrote: After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/gpio/gpio-zevio.c: In function

Re: linux-next: build failure after merge of the final tree (gpio tree related)

2014-03-04 Thread Linus Walleij
On Wed, Mar 5, 2014 at 2:35 PM, Stephen Rothwell wrote: > After merging the final tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > drivers/gpio/gpio-zevio.c: In function 'zevio_gpio_port_get': > drivers/gpio/gpio-zevio.c:70:2: error: implicit declaration of function

linux-next: build failure after merge of the final tree (gpio tree related)

2014-03-04 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/gpio/gpio-zevio.c: In function 'zevio_gpio_port_get': drivers/gpio/gpio-zevio.c:70:2: error: implicit declaration of function 'IOMEM' [-Werror=implicit-function-declaration] return

linux-next: build failure after merge of the final tree (gpio tree related)

2014-03-04 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/gpio/gpio-zevio.c: In function 'zevio_gpio_port_get': drivers/gpio/gpio-zevio.c:70:2: error: implicit declaration of function 'IOMEM' [-Werror=implicit-function-declaration] return

Re: linux-next: build failure after merge of the final tree (gpio tree related)

2014-03-04 Thread Linus Walleij
On Wed, Mar 5, 2014 at 2:35 PM, Stephen Rothwell s...@canb.auug.org.au wrote: After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/gpio/gpio-zevio.c: In function 'zevio_gpio_port_get': drivers/gpio/gpio-zevio.c:70:2: error: implicit

linux-next: build failure after merge of the final tree (gpio tree related)

2013-12-22 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/gpio/gpio-sch311x.c: In function 'sch311x_sio_enter': drivers/gpio/gpio-sch311x.c:115:2: error: implicit declaration of function 'outb' [-Werror=implicit-function-declaration]

linux-next: build failure after merge of the final tree (gpio tree related)

2013-12-22 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/gpio/gpio-sch311x.c: In function 'sch311x_sio_enter': drivers/gpio/gpio-sch311x.c:115:2: error: implicit declaration of function 'outb' [-Werror=implicit-function-declaration]

Re: linux-next: build failure after merge of the final tree (gpio tree related)

2013-10-29 Thread Alex Courbot
On 10/29/2013 10:25 PM, Linus Walleij wrote: On Tue, Oct 29, 2013 at 10:10 AM, Stephen Rothwell wrote: I have applied the following patch for today (it should go into the gpio tree if it is considered correct): From: Stephen Rothwell Date: Tue, 29 Oct 2013 20:05:12 +1100 Subject: [PATCH]

Re: linux-next: build failure after merge of the final tree (gpio tree related)

2013-10-29 Thread Linus Walleij
On Mon, Oct 28, 2013 at 3:12 PM, Stephen Rothwell wrote: > Caused by commit 79a9becda894 ("gpiolib: export descriptor-based GPIO > interface") from the gpio tree. > > I have applied this fix up patch for today: > > From: Stephen Rothwell > Date: Tue, 29 Oct 2013 01:06:23 +1100 > Subject:

Re: linux-next: build failure after merge of the final tree (gpio tree related)

2013-10-29 Thread Linus Walleij
On Tue, Oct 29, 2013 at 10:10 AM, Stephen Rothwell wrote: > I have applied the following patch for today (it should go into the gpio > tree if it is considered correct): > > From: Stephen Rothwell > Date: Tue, 29 Oct 2013 20:05:12 +1100 > Subject: [PATCH] gpiolib: include gpio/consumer.h in

linux-next: build failure after merge of the final tree (gpio tree related)

2013-10-29 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (sparc32 defconfig) failed like this: In file included from drivers/spi/spi.c:33:0: include/linux/of_gpio.h: In function 'of_get_named_gpio_flags': include/linux/of_gpio.h:93:3: error: implicit declaration of function 'desc_to_gpio'

linux-next: build failure after merge of the final tree (gpio tree related)

2013-10-29 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (sparc32 defconfig) failed like this: In file included from drivers/spi/spi.c:33:0: include/linux/of_gpio.h: In function 'of_get_named_gpio_flags': include/linux/of_gpio.h:93:3: error: implicit declaration of function 'desc_to_gpio'

Re: linux-next: build failure after merge of the final tree (gpio tree related)

2013-10-29 Thread Linus Walleij
On Tue, Oct 29, 2013 at 10:10 AM, Stephen Rothwell s...@canb.auug.org.au wrote: I have applied the following patch for today (it should go into the gpio tree if it is considered correct): From: Stephen Rothwell s...@canb.auug.org.au Date: Tue, 29 Oct 2013 20:05:12 +1100 Subject: [PATCH]

Re: linux-next: build failure after merge of the final tree (gpio tree related)

2013-10-29 Thread Linus Walleij
On Mon, Oct 28, 2013 at 3:12 PM, Stephen Rothwell s...@canb.auug.org.au wrote: Caused by commit 79a9becda894 (gpiolib: export descriptor-based GPIO interface) from the gpio tree. I have applied this fix up patch for today: From: Stephen Rothwell s...@canb.auug.org.au Date: Tue, 29 Oct 2013

Re: linux-next: build failure after merge of the final tree (gpio tree related)

2013-10-29 Thread Alex Courbot
On 10/29/2013 10:25 PM, Linus Walleij wrote: On Tue, Oct 29, 2013 at 10:10 AM, Stephen Rothwell s...@canb.auug.org.au wrote: I have applied the following patch for today (it should go into the gpio tree if it is considered correct): From: Stephen Rothwell s...@canb.auug.org.au Date: Tue, 29

linux-next: build failure after merge of the final tree (gpio tree related)

2013-10-28 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (powerpc ppc44x_defconfig) failed like this: In file included from include/asm-generic/gpio.h:13:0, from include/linux/gpio.h:51, from include/linux/of_gpio.h:20, from

linux-next: build failure after merge of the final tree (gpio tree related)

2013-10-28 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (powerpc ppc44x_defconfig) failed like this: In file included from include/asm-generic/gpio.h:13:0, from include/linux/gpio.h:51, from include/linux/of_gpio.h:20, from