* [PATCH] gpio: tb10x: GPIO_TB10X needs to select GENERIC_IRQ_CHIP
@ 2014-02-04 10:59 Axel Lin
2014-02-05 11:38 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2014-02-04 10:59 UTC (permalink / raw)
To: Linus Walleij; +Cc: Sascha Leuenberger, Christian Ruppert, linux-gpio
gpio-tb10x driver uses generic irq chip APIs (irq_alloc_domain_generic_chips,
irq_remove_generic_chip), so it needs to select GENERIC_IRQ_CHIP to avoid build
error.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/gpio/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 6973387..903f24d 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -403,6 +403,7 @@ config GPIO_GRGPIO
config GPIO_TB10X
bool
+ select GENERIC_IRQ_CHIP
select OF_GPIO
comment "I2C GPIO expanders:"
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gpio: tb10x: GPIO_TB10X needs to select GENERIC_IRQ_CHIP
2014-02-04 10:59 [PATCH] gpio: tb10x: GPIO_TB10X needs to select GENERIC_IRQ_CHIP Axel Lin
@ 2014-02-05 11:38 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2014-02-05 11:38 UTC (permalink / raw)
To: Axel Lin
Cc: Sascha Leuenberger, Christian Ruppert, linux-gpio@vger.kernel.org
On Tue, Feb 4, 2014 at 11:59 AM, Axel Lin <axel.lin@ingics.com> wrote:
> gpio-tb10x driver uses generic irq chip APIs (irq_alloc_domain_generic_chips,
> irq_remove_generic_chip), so it needs to select GENERIC_IRQ_CHIP to avoid build
> error.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Patch applied for fixes, thanks!
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-05 11:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04 10:59 [PATCH] gpio: tb10x: GPIO_TB10X needs to select GENERIC_IRQ_CHIP Axel Lin
2014-02-05 11:38 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).