Re: [PATCH 1/2] gpio: davinci: Add the missing of-node pointer in the irq_domain_add_legacy function call
From: Linus Walleij <hidden>
Date: 2016-02-10 10:00:15
Also in:
lkml
From: Linus Walleij <hidden>
Date: 2016-02-10 10:00:15
Also in:
lkml
On Thu, Jan 28, 2016 at 2:38 PM, Keerthy [off-list ref] 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@ti.com>
Patch applied for fixes with Grygorii's review tag. Yours, Linus Walleij