On Mon, Oct 8, 2012 at 10:39 AM, Tomasz Figa <t.figa@xxxxxxxxxxx> wrote: > Instead of registering one IRQ domain for all pin banks of a pin > controller, this patch implements registration of per-bank domains. > > At a cost of a little memory overhead (~2.5KiB for all GPIO interrupts > of Exynos4x12) it simplifies driver code and device tree sources, > because GPIO interrupts can be now specified per banks. > > Example: > device { > /* ... */ > interrupt-parent = <&gpa1>; > interrupts = <3 0>; > /* ... */ > }; > > Signed-off-by: Tomasz Figa <t.figa@xxxxxxxxxxx> This looks like a very good patch! Can it be applied in isolation from the other patches? Thomas A: can you ACK this? Yours, Linus Walleij -- 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