On Mon, Oct 8, 2012 at 10:39 AM, Tomasz Figa <[email protected]> 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 <[email protected]>
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
_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss