Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-03-02 Thread Linus Walleij
On Fri, Mar 2, 2018 at 12:33 AM, Baruch Siach wrote: > On Thu, Mar 01, 2018 at 10:28:52AM +0100, Linus Walleij wrote: >> On Wed, Feb 28, 2018 at 2:48 PM, Arnd Bergmann wrote: >> > When the firmware driver is a loadable module, the gpio driver cannot be >> >

Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-03-02 Thread Linus Walleij
On Fri, Mar 2, 2018 at 12:33 AM, Baruch Siach wrote: > On Thu, Mar 01, 2018 at 10:28:52AM +0100, Linus Walleij wrote: >> On Wed, Feb 28, 2018 at 2:48 PM, Arnd Bergmann wrote: >> > When the firmware driver is a loadable module, the gpio driver cannot be >> > built-in: >> > >> >

Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-03-02 Thread Linus Walleij
On Wed, Feb 28, 2018 at 2:48 PM, Arnd Bergmann wrote: > When the firmware driver is a loadable module, the gpio driver cannot be > built-in: > > drivers/gpio/gpio-raspberrypi-exp.o: In function `rpi_exp_gpio_set': > gpio-raspberrypi-exp.c:(.text+0xb4): undefined reference to >

Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-03-02 Thread Linus Walleij
On Wed, Feb 28, 2018 at 2:48 PM, Arnd Bergmann wrote: > When the firmware driver is a loadable module, the gpio driver cannot be > built-in: > > drivers/gpio/gpio-raspberrypi-exp.o: In function `rpi_exp_gpio_set': > gpio-raspberrypi-exp.c:(.text+0xb4): undefined reference to >

Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-03-01 Thread Baruch Siach
Hi Linus, On Thu, Mar 01, 2018 at 10:28:52AM +0100, Linus Walleij wrote: > On Wed, Feb 28, 2018 at 2:48 PM, Arnd Bergmann wrote: > > When the firmware driver is a loadable module, the gpio driver cannot be > > built-in: > > > > drivers/gpio/gpio-raspberrypi-exp.o: In function

Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-03-01 Thread Baruch Siach
Hi Linus, On Thu, Mar 01, 2018 at 10:28:52AM +0100, Linus Walleij wrote: > On Wed, Feb 28, 2018 at 2:48 PM, Arnd Bergmann wrote: > > When the firmware driver is a loadable module, the gpio driver cannot be > > built-in: > > > > drivers/gpio/gpio-raspberrypi-exp.o: In function

Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-03-01 Thread Linus Walleij
On Wed, Feb 28, 2018 at 2:48 PM, Arnd Bergmann wrote: > When the firmware driver is a loadable module, the gpio driver cannot be > built-in: > > drivers/gpio/gpio-raspberrypi-exp.o: In function `rpi_exp_gpio_set': > gpio-raspberrypi-exp.c:(.text+0xb4): undefined reference to >

Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-03-01 Thread Linus Walleij
On Wed, Feb 28, 2018 at 2:48 PM, Arnd Bergmann wrote: > When the firmware driver is a loadable module, the gpio driver cannot be > built-in: > > drivers/gpio/gpio-raspberrypi-exp.o: In function `rpi_exp_gpio_set': > gpio-raspberrypi-exp.c:(.text+0xb4): undefined reference to >

Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-03-01 Thread Baruch Siach
Hi Arnd, On Wed, Feb 28, 2018 at 11:08:54PM +0100, Arnd Bergmann wrote: > On Wed, Feb 28, 2018 at 10:47 PM, Baruch Siach wrote: > > Thanks for the fix. > > > > On Wed, Feb 28, 2018 at 02:48:08PM +0100, Arnd Bergmann wrote: > >> When the firmware driver is a loadable module,

Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-03-01 Thread Baruch Siach
Hi Arnd, On Wed, Feb 28, 2018 at 11:08:54PM +0100, Arnd Bergmann wrote: > On Wed, Feb 28, 2018 at 10:47 PM, Baruch Siach wrote: > > Thanks for the fix. > > > > On Wed, Feb 28, 2018 at 02:48:08PM +0100, Arnd Bergmann wrote: > >> When the firmware driver is a loadable module, the gpio driver

Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-02-28 Thread Arnd Bergmann
On Wed, Feb 28, 2018 at 10:47 PM, Baruch Siach wrote: > Hi Arnd, > > Thanks for the fix. > > On Wed, Feb 28, 2018 at 02:48:08PM +0100, Arnd Bergmann wrote: >> When the firmware driver is a loadable module, the gpio driver cannot be >> built-in: >> >>

Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-02-28 Thread Arnd Bergmann
On Wed, Feb 28, 2018 at 10:47 PM, Baruch Siach wrote: > Hi Arnd, > > Thanks for the fix. > > On Wed, Feb 28, 2018 at 02:48:08PM +0100, Arnd Bergmann wrote: >> When the firmware driver is a loadable module, the gpio driver cannot be >> built-in: >> >> drivers/gpio/gpio-raspberrypi-exp.o: In

Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-02-28 Thread Baruch Siach
Hi Arnd, Thanks for the fix. On Wed, Feb 28, 2018 at 02:48:08PM +0100, Arnd Bergmann wrote: > When the firmware driver is a loadable module, the gpio driver cannot be > built-in: > > drivers/gpio/gpio-raspberrypi-exp.o: In function `rpi_exp_gpio_set': > gpio-raspberrypi-exp.c:(.text+0xb4):

Re: [PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-02-28 Thread Baruch Siach
Hi Arnd, Thanks for the fix. On Wed, Feb 28, 2018 at 02:48:08PM +0100, Arnd Bergmann wrote: > When the firmware driver is a loadable module, the gpio driver cannot be > built-in: > > drivers/gpio/gpio-raspberrypi-exp.o: In function `rpi_exp_gpio_set': > gpio-raspberrypi-exp.c:(.text+0xb4):

[PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-02-28 Thread Arnd Bergmann
When the firmware driver is a loadable module, the gpio driver cannot be built-in: drivers/gpio/gpio-raspberrypi-exp.o: In function `rpi_exp_gpio_set': gpio-raspberrypi-exp.c:(.text+0xb4): undefined reference to `rpi_firmware_property' drivers/gpio/gpio-raspberrypi-exp.o: In function

[PATCH] gpio: raspberrypi-ext: fix firmware dependency

2018-02-28 Thread Arnd Bergmann
When the firmware driver is a loadable module, the gpio driver cannot be built-in: drivers/gpio/gpio-raspberrypi-exp.o: In function `rpi_exp_gpio_set': gpio-raspberrypi-exp.c:(.text+0xb4): undefined reference to `rpi_firmware_property' drivers/gpio/gpio-raspberrypi-exp.o: In function