David Miller wrote:
From: Sam Ravnborg <sam@xxxxxxxxxxxx>
Date: Tue, 22 Feb 2011 19:22:19 +0100
I will prepare a v4 soon.
The first 4 patches are in the tree, so you only need to resubmit
this patch rather than the whole bunch.
I really look forward to applying v4, thanks Sam!
I think it is very good as well, it will save us a lot of problems in
the future! However LEON needs VIRQ to map 1:1 to real IRQs. I figured
that it does not hurt the SUNs if we map 1:1 as long as it is possible.
The reason is that LEON drivers must have the possibility to do
request_irq on IRQ and IRQ+1 and IRQ+2 and so on. Due to how the
Plug&Play information is designed we can only know the first IRQ of a
device, a device may have 2 IRQs (always IRQ and IRQ+1 in that case).
And since VIRQ->REAL_IRQ but not VIRQ+1->REAL_IRQ+1 this will break.
Please see my patches sent to the list (not the APBUART patches),
perhaps Sam can include the single patch into the PATCH5? The other
patches for the exteneded IRQ controller and irq_shutdown must be
applied afterwards.
Thanks,
Daniel
--
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html