of/irq: do irq resolution in platform_get_irq_byname()
authorGrygorii Strashko <grygorii.strashko@ti.com>
Tue, 20 May 2014 10:42:02 +0000 (13:42 +0300)
committerGrant Likely <grant.likely@linaro.org>
Fri, 23 May 2014 02:40:25 +0000 (11:40 +0900)
commitad69674e73a18dc3a8da557f4059ccf9389531a5
treef93c7f4cbcc191d6924fedfcef26af76063032c0
parentae91ff72e9132abe47f726424d9420fce004ca04
of/irq: do irq resolution in platform_get_irq_byname()

The commit 9ec36cafe43bf835f8f29273597a5b0cbc8267ef
"of/irq: do irq resolution in platform_get_irq" from Rob Herring -
moves resolving of the interrupt resources in platform_get_irq().
But this solution isn't complete because platform_get_irq_byname()
need to be modified the same way.

Hence, fix it by adding interrupt resolution code at the
platform_get_irq_byname() function too.

Cc: Russell King <linux@arm.linux.org.uk>
Cc: Rob Herring <robh@kernel.org>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
drivers/base/platform.c
drivers/of/irq.c
include/linux/of_irq.h