Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1352620

Re: [PATCH] gpio: xgene: Fix kconfig for standby GIPO contoller

From Quan Nguyen <qnguyen@apm.com>
Newsgroups linux.kernel
Subject Re: [PATCH] gpio: xgene: Fix kconfig for standby GIPO contoller
Date 2016-03-08 05:40 +0100
Message-ID <rahB7-4l1-3@gated-at.bofh.it> (permalink)
References <r8VMl-5IQ-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Fri, Mar 4, 2016 at 5:59 PM, Matthias Brugger <mbrugger@suse.com> wrote:
> The standby GPIO controller can be used as a interrupt controller.
> Select GPIOLIB_IRQCHIP when compiling this driver. Otherwise we get
> a compilation error:
>
> drivers/gpio/gpio-xgene-sb.c: In function 'xgene_gpio_sb_probe':
> drivers/gpio/gpio-xgene-sb.c:312:10: error: 'struct gpio_chip' has no member named 'irqdomain'
>   priv->gc.irqdomain = priv->irq_domain;
>           ^
> scripts/Makefile.build:295: recipe for target 'drivers/gpio/gpio-xgene-sb.o' failed
> make[2]: *** [drivers/gpio/gpio-xgene-sb.o] Error 1
>
> Fixes: 1013fc41 "gpio: xgene: Enable X-Gene standby GPIO as interrupt controller"
> Signed-off-by: Matthias Brugger <mbrugger@suse.com>
> ---
>  drivers/gpio/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Acked-by: Quan Nguyen <qnguyen@apm.com>

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] gpio: xgene: Fix kconfig for standby GIPO contoller Matthias Brugger <mbrugger@suse.com> - 2016-03-04 12:10 +0100
  Re: [PATCH] gpio: xgene: Fix kconfig for standby GIPO contoller Quan Nguyen <qnguyen@apm.com> - 2016-03-08 05:40 +0100
  Re: [PATCH] gpio: xgene: Fix kconfig for standby GIPO contoller Linus Walleij <linus.walleij@linaro.org> - 2016-03-11 17:10 +0100
    Re: [PATCH] gpio: xgene: Fix kconfig for standby GIPO contoller Matthias Brugger <mbrugger@suse.com> - 2016-03-11 21:20 +0100
      Re: [PATCH] gpio: xgene: Fix kconfig for standby GIPO contoller Linus Walleij <linus.walleij@linaro.org> - 2016-03-16 13:10 +0100

csiph-web