All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irqchip: Add COMPILE_TEST support for IMX_INTMUX
@ 2020-03-07 13:42 Anson Huang
  2020-03-29 20:26 ` [tip: irq/core] " tip-bot2 for Anson Huang
  0 siblings, 1 reply; 2+ messages in thread
From: Anson Huang @ 2020-03-07 13:42 UTC (permalink / raw)
  To: tglx, jason, maz, linux-kernel; +Cc: Linux-imx

Add COMPILE_TEST support to IMX_INTMUX driver for better compile
testing coverage.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 drivers/irqchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 6d39773..24fe087 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -458,7 +458,7 @@ config IMX_IRQSTEER
 	  Support for the i.MX IRQSTEER interrupt multiplexer/remapper.
 
 config IMX_INTMUX
-	def_bool y if ARCH_MXC
+	def_bool y if ARCH_MXC || COMPILE_TEST
 	select IRQ_DOMAIN
 	help
 	  Support for the i.MX INTMUX interrupt multiplexer.
-- 
2.7.4


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

* [tip: irq/core] irqchip: Add COMPILE_TEST support for IMX_INTMUX
  2020-03-07 13:42 [PATCH] irqchip: Add COMPILE_TEST support for IMX_INTMUX Anson Huang
@ 2020-03-29 20:26 ` tip-bot2 for Anson Huang
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot2 for Anson Huang @ 2020-03-29 20:26 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Anson Huang, Marc Zyngier, x86, LKML

The following commit has been merged into the irq/core branch of tip:

Commit-ID:     66968d7dfc3f545185236ba7814f3a056f6b5099
Gitweb:        https://git.kernel.org/tip/66968d7dfc3f545185236ba7814f3a056f6b5099
Author:        Anson Huang <Anson.Huang@nxp.com>
AuthorDate:    Sat, 07 Mar 2020 21:42:27 +08:00
Committer:     Marc Zyngier <maz@kernel.org>
CommitterDate: Sun, 08 Mar 2020 14:25:46 

irqchip: Add COMPILE_TEST support for IMX_INTMUX

Add COMPILE_TEST support to IMX_INTMUX driver for better compile
testing coverage.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/1583588547-7164-1-git-send-email-Anson.Huang@nxp.com
---
 drivers/irqchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 6d39773..24fe087 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -458,7 +458,7 @@ config IMX_IRQSTEER
 	  Support for the i.MX IRQSTEER interrupt multiplexer/remapper.
 
 config IMX_INTMUX
-	def_bool y if ARCH_MXC
+	def_bool y if ARCH_MXC || COMPILE_TEST
 	select IRQ_DOMAIN
 	help
 	  Support for the i.MX INTMUX interrupt multiplexer.

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

end of thread, other threads:[~2020-03-29 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-07 13:42 [PATCH] irqchip: Add COMPILE_TEST support for IMX_INTMUX Anson Huang
2020-03-29 20:26 ` [tip: irq/core] " tip-bot2 for Anson Huang

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.