Re: [PATCH 2/7] gpio: omap: switch to use platform_get_irq
From: Linus Walleij <hidden>
Date: 2015-08-26 07:47:46
Also in:
linux-omap, lkml
From: Linus Walleij <hidden>
Date: 2015-08-26 07:47:46
Also in:
linux-omap, lkml
On Tue, Aug 18, 2015 at 1:10 PM, Grygorii Strashko [off-list ref] wrote:
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>
Sane handling of deffred probe. Patch applied. Yours, Linus Walleij