[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141022210012.6b650067@xhacker>
Date: Wed, 22 Oct 2014 21:00:12 +0800
From: Jisheng Zhang <jszhang@...vell.com>
To: "tglx@...utronix.de" <tglx@...utronix.de>,
"jason@...edaemon.net" <jason@...edaemon.net>
CC: "sebastian.hesselbarth@...il.com" <sebastian.hesselbarth@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH] irqchip: dw-apb-ictl: select GENERIC_IRQ_CHIP
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@...vell.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@...vell.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists