linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIP
@ 2014-02-04 12:39 Axel Lin
  2014-02-05 12:42 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2014-02-04 12:39 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Haojian Zhuang, linux-gpio

commit f1f70479e999 "gpio: pl061: support irqdomain" drops the support of
irq generic chip and use irqdomain instead. Thus fixes the dependency by
selecting IRQ_DOMAIN rather than GENERIC_IRQ_CHIP.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 903f24d..9732c9b 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -228,7 +228,7 @@ config GPIO_OCTEON
 config GPIO_PL061
 	bool "PrimeCell PL061 GPIO support"
 	depends on ARM_AMBA
-	select GENERIC_IRQ_CHIP
+	select IRQ_DOMAIN
 	help
 	  Say yes here to support the PrimeCell PL061 GPIO device
 
-- 
1.8.1.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIP
  2014-02-04 12:39 [PATCH] gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIP Axel Lin
@ 2014-02-05 12:42 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2014-02-05 12:42 UTC (permalink / raw)
  To: Axel Lin; +Cc: Haojian Zhuang, linux-gpio@vger.kernel.org

On Tue, Feb 4, 2014 at 1:39 PM, Axel Lin <axel.lin@ingics.com> wrote:

> commit f1f70479e999 "gpio: pl061: support irqdomain" drops the support of
> irq generic chip and use irqdomain instead. Thus fixes the dependency by
> selecting IRQ_DOMAIN rather than GENERIC_IRQ_CHIP.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Patch appled for next.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-05 12:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-04 12:39 [PATCH] gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIP Axel Lin
2014-02-05 12:42 ` 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).