[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20141112104342.3d28ad46@bbrezillon>
Date: Wed, 12 Nov 2014 10:43:42 +0100
From: Boris Brezillon <boris.brezillon@...e-electrons.com>
To: Jason Cooper <jason@...edaemon.net>
Cc: Kevin Cernekee <cernekee@...il.com>,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>,
Kevin Hilman <khilman@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>, linux-sh@...r.kernel.org,
Florian Fainelli <f.fainelli@...il.com>,
Ralf Baechle <ralf@...ux-mips.org>,
Sergei Shtylyov <sergei.shtylyov@...entembedded.com>,
linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Maxime Bizon <mbizon@...ebox.fr>,
Jonas Gorski <jogo@...nwrt.org>, linux-mips@...ux-mips.org,
Nicolas Ferre <nicolas.ferre@...el.com>,
Olof Johansson <olof@...om.net>, Arnd Bergmann <arnd@...db.de>
Subject: Re: [PATCH] irqchip: atmel-aic: fix irqdomain initialization
Hi Jason,
On Tue, 11 Nov 2014 17:58:00 -0500
Jason Cooper <jason@...edaemon.net> wrote:
> On Tue, Nov 11, 2014 at 02:33:36PM +0100, Boris Brezillon wrote:
> > First of all IRQCHIP_SKIP_SET_WAKE is not a valid irq_gc_flags and thus
> > should not be passed as the last argument of
> > irq_alloc_domain_generic_chips.
> >
> > Then pass the correct handler (handle_fasteoi_irq) to
> > irq_alloc_domain_generic_chips instead of manually re-setting it in the
> > initialization loop.
> >
> > And eventually initialize default irq flags to the pseudo standard:
> > IRQ_REQUEST | IRQ_PROBE | IRQ_AUTOEN.
> >
> > Signed-off-by: Boris Brezillon <boris.brezillon@...e-electrons.com>
> > ---
> > Hello Kevin,
> >
> > This patch has not been tested yet but it should solve the issue you've
> > experienced with the IRQ_GC_BE_IO flag and the atmel-aic driver.
> >
> > I'll test it tomorrow and let you know if it actually works.
Tested it, and it seems to work.
> >
> > Regards,
> >
> > Boris
> >
> > drivers/irqchip/irq-atmel-aic-common.c | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
>
> Applied to irqchip/urgent with Kevin's Tested-by. Also, flagged for
> stable, v3.17 and up.
Thanks!
>
> Boris, once this is in mainline, you may want to generate a patch
> against older versions (in the arch dir) for the stable team.
Actually, the old irq driver does not use the generic irqchip
infrastructure and thus is not impacted by this bug.
Regards,
Boris
--
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
--
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