linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] irqchip: dw-apb-ictl: select GENERIC_IRQ_CHIP
@ 2014-10-22 12:55 Jisheng Zhang
  2014-10-22 13:00 ` Jisheng Zhang
  0 siblings, 1 reply; 2+ messages in thread
From: Jisheng Zhang @ 2014-10-22 12:55 UTC (permalink / raw)
  To: linux-arm-kernel

The dw-apb-ictl driver uses the clocksource MMIO functions.
Thus it needs to select GENERIC_IRQ_CHIP in Kconfig.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
---
 drivers/irqchip/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index b21f12f..a925da0 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -56,6 +56,7 @@ config BRCMSTB_L2_IRQ
 
 config DW_APB_ICTL
 	bool
+	select GENERIC_IRQ_CHIP
 	select IRQ_DOMAIN
 
 config IMGPDC_IRQ
-- 
2.1.1

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

* [PATCH] irqchip: dw-apb-ictl: select GENERIC_IRQ_CHIP
  2014-10-22 12:55 [PATCH] irqchip: dw-apb-ictl: select GENERIC_IRQ_CHIP Jisheng Zhang
@ 2014-10-22 13:00 ` Jisheng Zhang
  0 siblings, 0 replies; 2+ messages in thread
From: Jisheng Zhang @ 2014-10-22 13:00 UTC (permalink / raw)
  To: linux-arm-kernel

oops, typo. Should be generic chip functions. Please ignore this patch, I will
send the v2.

sorry

On Wed, 22 Oct 2014 05:55:24 -0700
Jisheng Zhang <jszhang@marvell.com> wrote:

> The dw-apb-ictl driver uses the clocksource MMIO functions.
> Thus it needs to select GENERIC_IRQ_CHIP in Kconfig.
> 
> Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
> ---
>  drivers/irqchip/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index b21f12f..a925da0 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -56,6 +56,7 @@ config BRCMSTB_L2_IRQ
>  
>  config DW_APB_ICTL
>  	bool
> +	select GENERIC_IRQ_CHIP
>  	select IRQ_DOMAIN
>  
>  config IMGPDC_IRQ

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

end of thread, other threads:[~2014-10-22 13:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-22 12:55 [PATCH] irqchip: dw-apb-ictl: select GENERIC_IRQ_CHIP Jisheng Zhang
2014-10-22 13:00 ` Jisheng Zhang

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).