[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.11.1505151237531.4225@nanos>
Date: Fri, 15 May 2015 12:39:22 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Stefan Agner <stefan@...er.ch>
cc: shawn.guo@...aro.org, kernel@...gutronix.de, jason@...edaemon.net,
marc.zyngier@....com, linux@....linux.org.uk,
u.kleine-koenig@...gutronix.de, olof@...om.net, arnd@...db.de,
daniel.lezcano@...aro.org, mark.rutland@....com,
pawel.moll@....com, robh+dt@...nel.org,
ijc+devicetree@...lion.org.uk, galak@...eaurora.org,
mcoquelin.stm32@...il.com, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v6 04/12] irqchip: vf610-mscm: support NVIC parent
On Sat, 9 May 2015, Stefan Agner wrote:
> - irq_chip_unmask_parent(data);
> + if (parent->chip->irq_enable)
> + parent->chip->irq_enable(parent);
> + else
> + parent->chip->irq_unmask(parent);
Why are you not creating irq_chip_enable_parent() which would have
been the proper function anyway?
Thanks,
tglx
--
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