[PATCH 2/2] ARM: VIC: use the domain mapping function to assign handlers
Linus Walleij
linus.walleij at linaro.org
Fri Apr 27 16:29:33 EDT 2012
On Fri, Apr 27, 2012 at 9:00 PM, Grant Likely <grant.likely at secretlab.ca> wrote:
>> +static struct irq_domain_ops vic_irqdomain_ops = {
>> + .map = vic_irqdomain_map,
>> + .xlate = irq_domain_xlate_onetwocell,
>> +};
>
> It looks like this patch also needs to update the
> irq_domain_add_legacy() call to use this ops structure instead of
> irq_domain_simple_ops.
I goofed up when I split the patch, that change is in 1/2, which is thus
not bisectable :-/
But the end result is working and looking as it should.
Do you want me to re-split, or can we live with this?
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list