Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1299580
| From | Noam Camus <noamc@ezchip.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v5 10/20] ARC: IRQ: do not use hwirq directly at arch_do_IRQ() |
| Date | 2015-12-31 06:30 +0100 |
| Message-ID | <qLDYd-g9-1@gated-at.bofh.it> (permalink) |
| References | <qKjRT-7Gi-1@gated-at.bofh.it> <qLDYe-g9-3@gated-at.bofh.it> <qLm1k-5j3-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
>From: Vineet Gupta <Vineet.Gupta1@synopsys.com> >Sent: Wednesday, December 30, 2015 12:10 PM >> --- a/arch/arc/Kconfig >> +++ b/arch/arc/Kconfig >> @@ -32,6 +32,7 @@ config ARC >> select HAVE_OPROFILE >> select HAVE_PERF_EVENTS >> select IRQ_DOMAIN >> + select HANDLE_DOMAIN_IRQ if ARC_PLAT_EZNPS >On same lines as prev comment - just do this unconditionally for ARC port - assuming this works with legacy domain as well. Yes it should work for legacy domain. On the other hand I can select it at the driver Kconfig itself and remove this line altogether. >> >> +#ifdef CONFIG_HANDLE_DOMAIN_IRQ >> +extern void set_handle_irq(void (*handle_irq)(unsigned int hwirq, >> + struct pt_regs *)); >> +#endif >Not needed ! I need to have it since we do not know at arch/arc/kernel/irq.c what is the domain allocated by the timer driver -- 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 — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 00/20] Adding plat-eznps to ARC Noam Camus <noamc@ezchip.com> - 2015-12-27 14:50 +0100
Re: [PATCH v5 09/20] ARC: IRQ: use device tree to get timer device configuration Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-12-28 12:50 +0100
Re: [PATCH v5 05/20] irqchip: add nps Internal and external irqchips Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-12-30 11:10 +0100
Re: [PATCH v5 10/20] ARC: IRQ: do not use hwirq directly at arch_do_IRQ() Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-12-30 11:20 +0100
Re: [PATCH v5 10/20] ARC: IRQ: do not use hwirq directly at arch_do_IRQ() Noam Camus <noamc@ezchip.com> - 2015-12-31 06:30 +0100
Re: [PATCH v5 11/20] ARC: IPI: do not use generic IRQ domain Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-12-30 11:20 +0100
Re: [PATCH v5 11/20] ARC: IPI: do not use generic IRQ domain Noam Camus <noamc@ezchip.com> - 2015-12-31 06:20 +0100
Re: [PATCH v5 05/20] irqchip: add nps Internal and external irqchips Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-12-30 11:50 +0100
Re: [PATCH v5 09/20] ARC: IRQ: use device tree to get timer device configuration Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2015-12-30 12:30 +0100
Re: [PATCH v5 04/20] clocksource: Add NPS400 timers driver Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-01-01 11:40 +0100
csiph-web