Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1390914 > unrolled thread
| Started by | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| First post | 2016-04-29 11:20 +0200 |
| Last post | 2016-04-29 11:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] gpio/qoriq: select IRQ_DOMAIN Linus Walleij <linus.walleij@linaro.org> - 2016-04-29 11:20 +0200
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-04-29 11:20 +0200 |
| Subject | Re: [PATCH] gpio/qoriq: select IRQ_DOMAIN |
| Message-ID | <rtcKC-3oy-11@gated-at.bofh.it> |
On Tue, Apr 19, 2016 at 2:10 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> The gpio-mpc8xxx driver requires IRQ domains but can be built
> without them, resulting on a failure to build certain randconfigs
> on ARM:
>
> drivers/gpio/gpio-mpc8xxx.c: In function 'mpc8xxx_gpio_to_irq':
> drivers/gpio/gpio-mpc8xxx.c:92:10: error: implicit declaration of function 'irq_create_mapping' [-Werror=implicit-function-declaration]
> return irq_create_mapping(mpc8xxx_gc->irq, offset);
>
> This selects IRQ_DOMAIN from the driver to ensure we can build it.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: 5df7fd46b70b ("gpio/qoriq: Add qoriq platforms support")
Patch applied.
Yours,
Linus Walleij
Back to top | Article view | linux.kernel
csiph-web