Re: [PATCH 1/2] gpio: davinci: Add the missing of-node pointer in the irq_domain_add_legacy function call

From: Linus Walleij
Date: Wed Feb 10 2016 - 05:00:22 EST


On Thu, Jan 28, 2016 at 2:38 PM, Keerthy <j-keerthy@xxxxxx> wrote:

> Currently the first parameter of irq_domain_add_legacy is NULL.
> irq_find_host function returns NULL when we do not populate the of_node
> and hence irq_of_parse_and_map call fails whenever we want to request a
> gpio irq. This fixes the request_irq failures for gpio interrupts.
>
> Signed-off-by: Keerthy <j-keerthy@xxxxxx>

Patch applied for fixes with Grygorii's review tag.

Yours,
Linus Walleij