All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/irqchip: Enable IMX_GPCV2 on i.MX7 by default
@ 2017-04-14 16:33 Andrey Smirnov
  2017-04-14 17:31 ` Thomas Gleixner
  0 siblings, 1 reply; 3+ messages in thread
From: Andrey Smirnov @ 2017-04-14 16:33 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrey Smirnov, yurovsky, Thomas Gleixner, Jason Cooper,
	Marc Zyngier, Shawn Guo, Tyler Baker

Cc: yurovsky@gmail.com
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Tyler Baker <tyler.baker@linaro.org>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 drivers/irqchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 125528f..8d87546 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -250,7 +250,7 @@ config RENESAS_H8S_INTC
 	select IRQ_DOMAIN
 
 config IMX_GPCV2
-	bool
+	def_bool y if SOC_IMX7D
 	select IRQ_DOMAIN
 	help
 	  Enables the wakeup IRQs for IMX platforms with GPCv2 block
-- 
2.9.3

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

* Re: [PATCH] drivers/irqchip: Enable IMX_GPCV2 on i.MX7 by default
  2017-04-14 16:33 [PATCH] drivers/irqchip: Enable IMX_GPCV2 on i.MX7 by default Andrey Smirnov
@ 2017-04-14 17:31 ` Thomas Gleixner
  2017-04-14 20:29   ` Andrey Smirnov
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Gleixner @ 2017-04-14 17:31 UTC (permalink / raw)
  To: Andrey Smirnov
  Cc: linux-kernel, yurovsky, Jason Cooper, Marc Zyngier, Shawn Guo,
	Tyler Baker

On Fri, 14 Apr 2017, Andrey Smirnov wrote:

I can see that the patch enables it by default. But you forgot to tell WHY.

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

* Re: [PATCH] drivers/irqchip: Enable IMX_GPCV2 on i.MX7 by default
  2017-04-14 17:31 ` Thomas Gleixner
@ 2017-04-14 20:29   ` Andrey Smirnov
  0 siblings, 0 replies; 3+ messages in thread
From: Andrey Smirnov @ 2017-04-14 20:29 UTC (permalink / raw)
  To: Thomas Gleixner
  Cc: linux-kernel, Andrey Yurovsky, Jason Cooper, Marc Zyngier,
	Shawn Guo, Tyler Baker

On Fri, Apr 14, 2017 at 10:31 AM, Thomas Gleixner <tglx@linutronix.de> wrote:
> On Fri, 14 Apr 2017, Andrey Smirnov wrote:
>
> I can see that the patch enables it by default. But you forgot to tell WHY.
>

Sorry, my bad. Patch with updated (and hopefully explanatory) commit
message sent.

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

end of thread, other threads:[~2017-04-14 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-14 16:33 [PATCH] drivers/irqchip: Enable IMX_GPCV2 on i.MX7 by default Andrey Smirnov
2017-04-14 17:31 ` Thomas Gleixner
2017-04-14 20:29   ` Andrey Smirnov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.