Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1250955
| From | Sudeep Holla <sudeep.holla@arm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 04/17] powerpc: mpic: use IRQCHIP_SKIP_SET_WAKE instead of redundant mpic_irq_set_wake |
| Date | 2015-10-19 19:40 +0200 |
| Message-ID | <qlmzF-2TP-27@gated-at.bofh.it> (permalink) |
| References | <qbbvQ-2wt-3@gated-at.bofh.it> <qbbvQ-2wt-11@gated-at.bofh.it> <qlmzF-2TP-29@gated-at.bofh.it> |
| Organization | ARM |
Hi Ben, On 23/09/15 05:06, Scott Wood wrote: > On Mon, 2015-09-21 at 16:47 +0100, Sudeep Holla wrote: >> mpic_irq_set_wake return -ENXIO for non FSL MPIC and sets IRQF_NO_SUSPEND >> flag for FSL ones. enable_irq_wake already returns -ENXIO if irq_set_wak >> is not implemented. Also there's no need to set the IRQF_NO_SUSPEND flag >> as it doesn't guarantee wakeup for that interrupt. >> >> This patch removes the redundant mpic_irq_set_wake and sets the >> IRQCHIP_SKIP_SET_WAKE for only FSL MPIC. >> >> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> >> Cc: Paul Mackerras <paulus@samba.org> >> Cc: Michael Ellerman <mpe@ellerman.id.au> >> Cc: Scott Wood <scottwood@freescale.com> >> Cc: Hongtao Jia <hongtao.jia@freescale.com> >> Cc: Marc Zyngier <marc.zyngier@arm.com> >> Cc: linuxppc-dev@lists.ozlabs.org >> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> >> --- >> arch/powerpc/sysdev/mpic.c | 23 ++++------------------- >> 1 file changed, 4 insertions(+), 19 deletions(-) > > Acked-by: Scott Wood <scottwood@freescale.com> > Can you pick this up via your tree ? -- Regards, Sudeep -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 04/17] powerpc: mpic: use IRQCHIP_SKIP_SET_WAKE instead of redundant mpic_irq_set_wake Sudeep Holla <sudeep.holla@arm.com> - 2015-10-19 19:40 +0200
csiph-web