On Fri, 5 Aug 2011 09:19:13 +0100 Thomas Abraham <thomas.abraham@xxxxxxxxxx> wrote: > Add support for translation of hardware interrupt numbers specified in device > tree nodes to linux irq number. > > Signed-off-by: Thomas Abraham <thomas.abraham@xxxxxxxxxx> > --- > Notes: > 1. The translation of SGI/PPI interrupts is supported only for CPU0. This is a major problem. PPIs could be used differently on different CPUs, as each CPU basically has its own PPI controller. I don't know if this "feature" is used in the wild, but there is reason why it couldn't be used one of these days. I did have a go at this problem a while ago, as part of a much complex patch set: https://patchwork.kernel.org/patch/916362/ Also note that at the moment, PPIs are not really usable as standard interrupts (because of the whole banking scheme). Cheers, M. -- I'm the slime oozin' out from your TV set... -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html