|
|
Re: [PATCH v2 4/7] ARM: pxa: add devicetree code for irq handling |
On Saturday 28 July 2012, Haojian Zhuang wrote: > On Sat, Jul 28, 2012 at 5:56 PM, Daniel Mack <zonque@xxxxxxxxx> wrote: > >> Since we have DT support at here. Could we use property for interrupt priority? > > > > Not sure what you mean here. Can you elaborate? I couldn't find any > > reference to IRQ priorities in other platforms either. > > > > Maybe we can also add that in a separate patch, which would also help in > > tracking possible regressions du to such a change? > > > cpu_has_ipr() returns true if CPU isn't PXA25x. > My point is that we can avoid to use cpu_is_xxx() while DT is used. We only need > to append a property "marvell,intc-priority" is DTS. So the code could > be changed > in below. > if (of_find_property(np, "marvell,intc-priority", NULL)) > __raw_writel(i | IPR_VALID, IRQ_BASE + IPR(i)); I think we can do even better if we extend the binding for this interrupt controller driver to have either #interrupt-cells=<1> or #interrupt-cells=<2>, depending on the chip that is being used. If the it is <1> (for pxa25x), then any driver would just use a bare interrupt number. If it's <2> (for all others), the driver would specify both the interrupt number and the priority, and we set up the register at the time when the interrupt gets enabled. Do you think that would work? Arnd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
[Linux ARM (vger)] [Linux ARM MSM] [Linux Omap] [Linux Arm] [Linux Tegra] [Fedora ARM] [eCos] [Linux Fastboot] [Gcc Help] [Git] [DCCP] [IETF Announce] [Security] [PDAs] [Linux] [Linux MIPS] [Yosemite Campsites] [Photos]
![]() |
![]() |