commit | 89d18e3af8b99481589e07f92fd966ceb86eff5d | [log] [tgz] |
---|---|---|
author | Grygorii Strashko <grygorii.strashko@ti.com> | Tue Aug 18 14:10:53 2015 +0300 |
committer | Linus Walleij <linus.walleij@linaro.org> | Wed Aug 26 09:52:43 2015 +0200 |
tree | 333c93ecf7d8cc9077ae700388b88b3d2e87592e | |
parent | bb8cdf9510d5d2b67126b36747c51d531026215d [diff] |
gpio: omap: switch to use platform_get_irq Switch OMAP GPIO driver to use platform_get_irq(), because it is not recommened to use platform_get_resource(pdev, IORESOURCE_IRQ, ..) for requesting IRQ resources any more, as they can be not ready yet in case of DT-boot. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Acked-by: Santosh Shilimkar <ssantosh@kernel.org> Tested-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>